136,992 Commits over 4,444 Days - 1.28cph!

Today
rebuilt skins
Today
removed glowing sprays
Today
added edited sprays
Today
Optim: permit MeshLods to use occlusion culling if it has an invalid RendererBatch Taken from 156029. Saves 30% of drawcalls in all 5 test cases, 20% of avg fps improvement in editor(will test standalone later) Tests: profiled 5 test cases, flew around keeping an eye out on weird rendering
Today
Hook up FXAA to UI settings
auto close the pool table dialog if you die
Today
Unjitter camera matrix when jittering isn't needed anymore
Today
Actually apply jittered projection matrix to camera
Today
supermarket freezer material work texture update with new uvs and added blinking emission to simulate old halogen bulbs
Today
Founders Door - fixed skin not spawning correctly
Today
Optim: don't create procedural batch meshes if they only contain one input mesh This inhibits unity's batching via instancing. In 2 out of 5 scenarios saves 16% of draw calls/~1ms avg in editor Tests: monument island with appts and disabled world prefabs, tleeported to 5 locations and inspected profiler stats
Today
Setup control computer entity with the WIP model
Yesterday
Merge from sat_con_console
Yesterday
satellite control console COL
Yesterday
Manifest after changes
Yesterday
AK weapon movement fix on deploy
Yesterday
s2p on apartment complex to incorporate large apartment bathroom changes
Yesterday
Clean up of prefabs + folders
Yesterday
Added gamma intensity correction to the Forward+ lighting color that's applied for transparent objects
Yesterday
Re-exported large apartment bathroom due to issue with part of mesh not rendering. Rebaked LOD materials. Set up new apartment bathroom prefab and replaced broken one.
Yesterday
merge from main
Yesterday
Fixed latency issue when dismounting the terminal, causing your eyes to be in the cctv anchor for a small time
Yesterday
Founders Door - initial setup
Yesterday
merge from clan_bugfixes
Yesterday
merge from ballisticlegSFX
Yesterday
removed loot spawns in scene S2P
Yesterday
merge from apartment_complex_monument
Yesterday
Added missing unity event attribute on terminal ui button Added new phrases for the apartment type
Yesterday
Merge from apartment_complex_monument
Yesterday
Added a blocker to the front and back entrances of the apartment block to stop vehicles entering
Yesterday
Clean up some logs Fixed rented vending machines not recording stats
Yesterday
Don't show the disconnect in safe zone warning if the player is inside their apartment
Yesterday
Fixed front door not being closed on apartment check out after a server has restarted
Yesterday
Merge from apartment_complex_monument
Yesterday
Update bounds of apartment complex monument to match visual bounds (was at default?) Fixes some stray auto turrets being left behind in hardcore
Yesterday
Fixed not being able to enter a room as a team member
Yesterday
Possibly fixed shopkeeper in rentable shop sometimes facing the wrong way
Yesterday
Added a shop number field to rentable shops, may hook it up to a visible number at some point
Yesterday
Items stored in a rentable shop due to the store being closed/taken over will now be deleted after 24 hours (realtime) See RentableShop.MaxStoredItemsDurationMinutes convar, as well as AdditionalCheckTimeHoursDebug for debugging/testing Any save files loaded after this changeset will clear any pre-existing stored items after 24 hours from the point of load (since we weren't saving the timestamp) If a player has their items stored multiple times in a 24 hour window the original deadline will apply, it cannot be extended
Yesterday
Merge from apartment_complex_monument
Yesterday
Fixed small apartment eject position not hooked up S2P
Yesterday
Fixed not being able to break into shops due to interact duration mismatch Break in time for shops now also uses ApartmentCommands.breakinseconds convar instead of being hardcoded to 10s
Yesterday
Fix patrol heli being able to crash at apartment complex, S2P
Yesterday
Fix apartment complex missing map display phrase
2 Days Ago
Don't add clan score events for players killing themselves
3 Days Ago
Clan table map shader tweaks (alpha cutout, multiply albedo instead of mixing by alpha)
3 Days Ago
Replace ClanManager callbacks with UniTask (mostly)