139,114 Commits over 4,474 Days - 1.30cph!

Today
New automated test for animation events using DoEffect that point to prefabs that don't exist finds 27 cases, will need to figure out what to do with them
Merge from main
Today
add more terrain anchors to accomodate new model terrain
game_room_dlc -> main
A new player cannot mount while any existing pool-table mountable remains occupied
game_room_dlc -> main
Pool cue stroke movement now ignores input.vehicle_flipy
In a gamer over state allow anyone to reset the pool game
Pool: dismount players mounted on the table if they start to go underwater
Today
Merge from parent
Today
2nd screen tweaks. Tweak display strings.
Pool: Ensure the prediction timeout can't reset the game if we are just waiting on a second player
Today
Added sounds for new electrical boxes
Today
Monitor screen setup
Today
Final compile fix
Today
Tank water blend asset + reference materials.
Today
move waterpipe in WTP scene + S2P WTP
Today
integrate waterbody shader with water tank spinup time add testing convar for forcing tank pressure "watertreatmentwatertank.force_pressure <pressure>" remove unused prefab reduce size of colliders on water spouts
Rin
Today
Adjusted Workbench Level 3 and BBQ deploy volumes to prevent wallpaper clipping when deployed
Rin
Today
merge from deploy_clipping_fixes
Today
Another sneaky compile fix that snuck past editor tests
Today
Underground basement blocks - working out metrics and combos, added test scene
Today
Update: minor simplifications - get rid of retry limiters - fixup unsafe increments Couldn't figure out how to do add segment recycling, so going to change focus for a bit - will see how ConcurrentQueue performs Tests: ran unit tests
Yesterday
removed old prefab
Yesterday
Updated the emission shader feature on the cloth shader to remove an unnecessary underscore
Yesterday
Carving gizmos with an outline and faded shape + related files. Both additifve and subtractive.
Yesterday
master key updates - removed old meshes from viewmodel prefab - moved current setup item to tools folder with other prefabs - deleted items folder (no longer required) - moved sounds to correct folder
Yesterday
bye bye compile errors :wave:
Yesterday
merge from PlayerMaintainedMonuments
Yesterday
merge from viewmodel_scene_flex (Character Animation & Skin Viewer dev-only tool)
Yesterday
Change powerplant spawn priority to highest
Yesterday
Compile fix
Yesterday
Merge from PlayerMaintainedMonuments
Yesterday
Merge from MonumentBlockers/workflow_improvements
Yesterday
made screen flatter and added an object to mark position for ui screen
Yesterday
Do not calculate remaining distance twice
Yesterday
Added tooltips to shapes
Yesterday
Optimize fsm wait for navmesh
Yesterday
Improve npcs path following performance, fix npcs sometimes not moving
Yesterday
reworked smoothness/hardness of the SDF brush to be relative brush size so it's more consistent, also increased max strength so it might feel touchy if you only do 0 or 1
Yesterday
Don't send a chat message on the first call of StartSpectating - removes the intermediate confusing local chat message "Spectating: {playerName}. SteamID: {steamId}" before the message for the final spectate target
Yesterday
Disambiguate rust nav mesh helpers
Yesterday
Fix not being able to find collider mesh if there is just one mesh in the FBX asset for it Serialized data migration for all prefabs which use StagedDestructionEntityInfo
Yesterday
Merge from main
Yesterday
Update artifacts
Yesterday
Fix sample radius being insufficient to check if player is on navmesh
Yesterday
Fix leftover comment and stale dll
Yesterday
merge from main
Yesterday
Optim: reduce GC impact by reducing how many segments we trash This forces serialization at the point of segment exhaustion. Need to see if I can setup some sort of recycling to reduce busy spinning Tests: ran AllocDeallocMTShortLived(32, false), no more GC reports