139,029 Commits over 4,474 Days - 1.29cph!

Today
made screen flatter and added an object to mark position for ui screen
Today
Do not calculate remaining distance twice
Today
Added tooltips to shapes
Today
Optimize fsm wait for navmesh
Today
Improve npcs path following performance, fix npcs sometimes not moving
Today
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
Today
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
Today
Disambiguate rust nav mesh helpers
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
Today
Merge from main
Today
Update artifacts
Today
Fix sample radius being insufficient to check if player is on navmesh
Today
Fix leftover comment and stale dll
Today
merge from main
Today
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
Today
Bugfix(tests): fix 2 pooling tests having bad setup after Spillage tests These tests rely on explicit sizes/counters, so were randomly failing Tests: ran all PoolTests unit tests
Today
Optimize npc movement
WIP: new avatar masks new top bar
Improve workflow for setting which colliders are enabled and which collider meshes to use at different destruction stages Fix preview mesh destruction stage and LOD slider not retaining its currently displayed stage/LOD
game_room_dlc -> new_pool_ui
Today
merge from main
Today
Fixed pedestal view button not resetting correctly when toggling it, then reopening the sculpture editor
Today
Remove unused ignite and extinguish effect animation event from the industrial torch anim, to fix warning
Today
wtp S2P
Today
WTP sign for the water inlet puzzle
Today
Added the DarBoardReticule shader
Today
merge from main
Today
pooltable - updated guide model to match wide deploy bounds
Today
pooltable - adjusted wide deploy volume to prevent getting stuck when dismount on short side
Today
pooltable - added corner floor guides to help with placement inside bases
Today
set up viewmodel renderer
Today
Updated description
Today
removed unused model prefab
Today
Thruster buttons
Today
new rock sculpture model and temp ao/normal textures. scale broken
Today
Update: add a bunch of perf counters to try to track down the spike source - slightly amend Enqueue to help progress swap before creating a new segment if it failed The spikes are from GC collection events, likely triggered by excessive trashing of segments(after 10 runs - 106 created, 97 trashed) Tests: ran AllocDeallocMTShortLived(32, false) perf test
Today
merge from uibindings_nre_fix
Today
Fix attempt for the UI bindings NRE spam
Today
Control screen wip
Today
jukebox - added gibs - updated material and prefab
Dismount the player from the pooltable if theres no ground beneath them
pool: add more profiling everywhere
Today
Offline screen finished. Removed some now dead UI code.
Today
Bar Wallpapers - fixes and renames
Today
assigned concrete physics mat to block
Today
R/W satellite_crashed_col
Today
Cooldown screen wip
Today
merge from crafting_stall_fix
Today
fixed clipping issues with barstool mounts
Today
Fixed the 1s client stall when opening the crafting menu for the first time We now warmup the steam item definitions when they load, so the first ItemDefinition.skins2 call hits cached properties instead of doing thousands of cold native Steamworks calls (caused by the PlayerBlueprints.HasUnlocked recent optims)