userMartyn Chapmancancel
reporust_rebootcancel

813 Commits over 365 Days - 0.09cph!

4 Months Ago
Revert change to tutorial island mesh in #144520, it borked the island
4 Months Ago
Merge from tutorial_island_mesh_fix
4 Months Ago
Merge from naval_missions
4 Months Ago
Merge from naval_update
4 Months Ago
Don't add tutorial missions to the revalidate missions work queue
4 Months Ago
Merge from naval_update
4 Months Ago
Merge from main
4 Months Ago
Remove unnecessary extra field recently added to Item, use existing instanceData on the item instead Bumps network protocol due to updated protobuf definition Should only be merged with next wipe
4 Months Ago
Add support for having held entity viewmodels stay active after the entity has been destroyed due to using the last item in a stack, fixes viewmodel animations stopping early Setup for beancan grenade as a demo
4 Months Ago
Merge from skin_access_improvements
4 Months Ago
Remove DeveloperOnly visibility flag from skins_access due to some servers relying on it being visible Fix skins_access -1 not working with default wallpapers
4 Months Ago
Merge from main
4 Months Ago
Merge from blendedsoundloops_onvalidate_fix
4 Months Ago
Check if SoundDefinition template is valid before accessing it in BlendedSoundLoops::OnValidate Fixes error spam in editor
4 Months Ago
Fix deep sea treasure mission progress getting stuck if player disconnects after digging up treasure chest
4 Months Ago
Merge from treasure_mission_fix
4 Months Ago
Check for skins_access value when checking if a steam item is in our inventory
4 Months Ago
Merge from main
4 Months Ago
Merge from boatscientists_mission_fix
4 Months Ago
Mission to kill deep sea patrol boat scientists now fails if the deep sea closes
4 Months Ago
Merge from wildlifecull_wolf_fix
4 Months Ago
Add Wolf2 to eligible animals for Wildlife Cull mission
4 Months Ago
Merge from skin_access_improvements
4 Months Ago
Fix compile error
4 Months Ago
Merge from skin_access_improvements
4 Months Ago
Cleanup how skins_access worked, now runs in the base "do we own this DLC" style checks rather than having branches in various different classes Fixes default wallpapers not being available with skins_access -1
4 Months Ago
Merge from naval_update
4 Months Ago
Merge from naval_missions
4 Months Ago
Revert change to MissionPoint type position generator for now due to error Fix item already added exception in request missions update
4 Months Ago
Merge from naval_update
4 Months Ago
Merge from naval_missions
4 Months Ago
Suggested simplifications for performance capture
4 Months Ago
Merge from naval_update
4 Months Ago
Merge from main
4 Months Ago
Cleanup bits from last commit Add 'profileNextMissionsValidStateWorkQueue' servervar to generate a performance capture containing the next run of the missions work queue if profling is enabled
4 Months Ago
- Optimise WorldPositionGenerator, this was the most expensive job in the new work queue and is now showing as at least 30x faster at in testing - Optimise MissionPoint type position generator so it no longer always iterates through all mission points on the server - Now check when we last revalidated each mission before adding it to a run of the work queue rather than just checking time between runs of the work queue itself - Move work queue run cooldown to a servervar 'missionValidStateWorkQueueCooldown', and added 'missionPerValidStateCooldown' to configure cooldown between revalidating individual missions - Add servervars 'resetmissions' and 'resetmissions_alll' to reset missions progress for a target player or all players on a server. Useful if saved missions progress is borked without having to reset entire player state - Player now requests a mission valid states update when they join a server, so map markers will be ready for when they first open their map
5 Months Ago
Merge from 3p planner animation update
5 Months Ago
Animation fixes and code improvements
5 Months Ago
Merge from main
5 Months Ago
Merge from 3p wallpaper animation update
5 Months Ago
Cleanup old door closer code, open/close anims basic setup
5 Months Ago
Merge from naval_update
5 Months Ago
Merge from main
5 Months Ago
Fix null exception when quickly switching between paintball guns
5 Months Ago
Disable being able to wear headgear with paintball overalls due to balance issues
5 Months Ago
Fix variable name typo
5 Months Ago
Merge from main
5 Months Ago
- Paintball overalls now have the applied colour saved as part of the item data. This enables being able to dress up mannequins with different coloured overalls. Also fixes corpses overalls colour if swapping out the corpses worn overalls - Mannequins now do the check for clothing occupying under/over clothing slots. This fixes overalls not updating to the correct hood up/down mesh when on mannequins - Paintball overalls item icon now updates to show whatever colour that overalls item last had applied - Removed an unnecessary allocation when saving mannequin protobuf data - Fixed a pool leak in PlayerModel when updating overalls colour
5 Months Ago
Merge from deepsea_closed_fail_missions
5 Months Ago
Small code fixes Rebuild phrases