142,701 Commits over 4,383 Days - 1.36cph!

14 Days Ago
Scientist Santa restored in the santa sleigh
14 Days Ago
Restore path highlighting
14 Days Ago
Start making conversation for apartment vendor NPC
14 Days Ago
Code gen
14 Days Ago
merge from mortar
14 Days Ago
Mortar anim updates
14 Days Ago
Seperate upgrade path logic for prototype/regular
14 Days Ago
Comitting some mitting metas
14 Days Ago
More neon sign work - new art, LOD0s only so far, some texture adjustments
14 Days Ago
More UI
14 Days Ago
move "inventory full" toast behind the inventory UI, blocks too much
14 Days Ago
replaced door meshes with door prefabs on kiosks
14 Days Ago
Merge: from hascloseconnections_fix - Bugfix for BaseNetworkable.HasCloseConnections and GetCloseConnections mot seeing outside of small layer Tests: ran unit tests
14 Days Ago
Bugfix: ensure players are detected on the border of the network cell - expanded unit tests to cover these cases Tests: ran unit tests
14 Days Ago
update apartment_complex_monument/prototype
14 Days Ago
Buncha fixes.
14 Days Ago
Fix a test fixture convar
14 Days Ago
apartment doors lods, collision and static prefabs
14 Days Ago
Added render texture pooling for active light shadow map caching and added an option to the experimental menu section for toggling shadow caching
14 Days Ago
More UI setup
14 Days Ago
Merge: from main
14 Days Ago
Bugfix: fix HasConnectionsClose & GetCloseConnections missing players in medium and large ranges - also add a unit test to validate Connections overload Tests: ran unit tests
14 Days Ago
merge from apartment_complex_monument/prototype -> apartment_complex_monument
14 Days Ago
Fix nullref when trying to access Terrain.activeTerrain, use TerrainMeta instead
14 Days Ago
Revert some UI changes/behaviour. Add separate prototype panel to techtree. Working towards supporting unlock, multi-unlock and prototype unlock options simultaneously.
14 Days Ago
merge from main
14 Days Ago
Set new pitch clamps to match animations (30-60deg), update IK hand targets
14 Days Ago
Bugfix(tests): adjust player spawn distance for TestNetworkRange.OutsideRange cases They can land on a boundary, making it more difficult to reason when working across small/medium/large layers Tests: ran the tests, same results
14 Days Ago
Bugfix(tests): expand TestServer's network grid from 1k to 2k Previously it was too easy to accidentally setup an out-of-bounds scenario, leading to confusing test failures Tests: ran related tests, discovered couple tests are failing (unrelated to this change)
14 Days Ago
Avoid repeated calls to Terrain.activeTerrain
14 Days Ago
testlist
14 Days Ago
Commit the .meta files that keep popping up
14 Days Ago
Skinning update for paintball overalls
14 Days Ago
merge from woodpile_changestage_audio
14 Days Ago
Rename RebuildAllNavmeshes to RebuildDefaultNavmesh
14 Days Ago
merge from fix_privaddfriend_vis
14 Days Ago
merge from computer_station_io (only manifest changes)
14 Days Ago
manifest
14 Days Ago
Disable leg animator, re-enable sweep anim, swap to zero rotation sweep.
14 Days Ago
Fix scientists not shooting most of the time
14 Days Ago
merge from computer_station_IO
14 Days Ago
Fix big blue circle for nav projections being distractived when ai.showpaths convar is set
14 Days Ago
Fix scientist staying in dogfight forever when there is no cover around that protects them from their target last known position, but their target is nowhere to be seen
14 Days Ago
Prototype sweep anim, move distance calc to server regions, setup mount offset, IK, sweep anim.
14 Days Ago
update from mortar
14 Days Ago
Adding sweep animation with no root motion for 3p character
14 Days Ago
Skinning update for space hazmat
14 Days Ago
Temp fix for scientists not facing their target
14 Days Ago
Fixed ice mask/vest not appearing
14 Days Ago
New(tests): tests for BaseNetworkable.HasCloseConnections and GetCloseConnections - named cell sizes for various layers in NetworkVisibilityGrid Tests: ran tests, failing where expected