userMartyn Chapmancancel

620 Commits over 304 Days - 0.08cph!

52 Days Ago
Add Wolf2 to eligible animals for Wildlife Cull mission
52 Days Ago
Merge from skin_access_improvements
52 Days Ago
Fix compile error
52 Days Ago
Merge from skin_access_improvements
52 Days 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
52 Days Ago
Merge from naval_update
52 Days Ago
Merge from naval_missions
52 Days Ago
Revert change to MissionPoint type position generator for now due to error Fix item already added exception in request missions update
53 Days Ago
Merge from naval_update
53 Days Ago
Merge from naval_missions
53 Days Ago
Suggested simplifications for performance capture
53 Days Ago
Merge from naval_update
53 Days Ago
Merge from main
53 Days 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
53 Days 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
59 Days Ago
Merge from 3p planner animation update
59 Days Ago
Animation fixes and code improvements
60 Days Ago
Merge from main
60 Days Ago
Merge from 3p wallpaper animation update
60 Days Ago
Cleanup old door closer code, open/close anims basic setup
2 Months Ago
Merge from naval_update
2 Months Ago
Merge from main
2 Months Ago
Fix null exception when quickly switching between paintball guns
2 Months Ago
Disable being able to wear headgear with paintball overalls due to balance issues
2 Months Ago
Fix variable name typo
2 Months Ago
Merge from main
2 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
2 Months Ago
Merge from deepsea_closed_fail_missions
2 Months Ago
Small code fixes Rebuild phrases
2 Months Ago
Codegen and compile fixes
2 Months Ago
Merge from naval_update
2 Months Ago
Merge from main
2 Months Ago
Merge from naval_update
2 Months Ago
Merge from naval_missions
2 Months Ago
Add some extra guards and server error logs if saved missions objective count is wrong
2 Months Ago
Merge from naval_update
2 Months Ago
Merge from main
2 Months Ago
Remove client error logs regarding mission objectives count being wrong Will still get logged on the server if it's still a problem. If it's wrong on either the client or server, it'll be wrong on both
2 Months Ago
Merge from main
2 Months Ago
Fix compile error
2 Months Ago
Fix issues with paintball overalls not always updating colour on the viewmodel arms
2 Months Ago
Fix pool leak from generating missions protobuf data
2 Months Ago
Update paintball ammo UI sounds and fix description localization key
2 Months Ago
Merge from naval_update
2 Months Ago
Merge from naval_missions
2 Months Ago
- Mission to kill the deep sea patrol boat scientists now also counts PT boat scientists - Add an option for kills must be in a certain biome to kill objectives - Disabled positions are exlusive flag from last tutorial mission, was causing it to fail to find a valid position - Enable "drops loot" on deep sea mission treasure chest so that it actually drops its loot
2 Months Ago
- Treasure chest spawned in deep sea as part of mission no longer destroys loot as it now no longer has troll loot - Update mission provider dialogue so it makes better sense now that you pick up something decent - Make the treasure chest it's own prefab rather than a variant
2 Months Ago
Merge from main
2 Months Ago
Merge from naval_update
2 Months Ago
Merge from artist_pack_dlc