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

31 Days Ago
Merge from apartment_complex_monument
31 Days Ago
Dart and Pool CLIENT/SERVER compile fixes
31 Days Ago
Can no longer ent kill apartments
31 Days Ago
Any players that are not authed to go through the invisible barrier are removed from an apartment when the break in ends (otherwise they would be trapped)
31 Days Ago
Missed files
31 Days Ago
- Codegen
31 Days Ago
pool -> game_room_dlc
31 Days Ago
- State refresh improvements - Fix a bunch of ? checks on Unity objects
31 Days Ago
Use player id 0 to as an error fallback
31 Days Ago
Add substeps to the pool physics system for better performance at low fps
31 Days Ago
More compile fixes
31 Days Ago
Merge from apartment_complex_monument
31 Days Ago
Serializer fix
31 Days Ago
Intruders no longer have access to a shop inventory if it gets taken over or closed Fixed scrap upkeep terminal not getting cleaned up when checking out of a room
31 Days Ago
Compile errors
31 Days Ago
Remove master key from bandit town vendor
31 Days Ago
Fixed door zfighting on Rentable Shop B
31 Days Ago
merge from apartment_complex_monument
31 Days Ago
NPC in the basement sells master keys Added apartment.masterkeyprice convar, set to 1000 scrap for now
31 Days Ago
Fix not being able to respawn on a bed corpse in Softcore (the same way you can respawn on a bag)
31 Days Ago
merge from darts_game -> game_room_dlc
31 Days Ago
fix proto after merge, codegen
31 Days Ago
Revert to an old version of deployable snapping that didn't break every two seconds
31 Days Ago
Fix raid window widget showing the wrong time
31 Days Ago
merge from game_room_dlc
31 Days Ago
Add gather rate and raid window details to the softcore changelog section
31 Days Ago
Ensure triangle counts update this frame. Ensure we aren't counting shadow casters and that any quads are counted properly
31 Days Ago
looser "is this player playing" checking, was overkill & causing edge case bugs
31 Days Ago
ui fix
31 Days Ago
Fixed missing shutters of Rentable Shop C variant https://files.facepunch.com/raul/1b2911b1/Unity_ikwPIzWYPU.mp4
31 Days Ago
Unblock dsp_volume and remove its FCVAR_ARCHIVE * Apparently it is set by the soundscape system, so makes no sense to save it to disk Fixed an issue with bone follower physics object management
31 Days Ago
possible fix for clients needing to remount once after joining to throw darts
31 Days Ago
Switch texture memory debug vars to uint64 Make our Shotgun use sk_plr_num_shotgun_pellets * HL2DM shotgun was not using it, but HL2 one does. This is only for primary fire. Fixed an NPE crash with DebugDrawPhysCollide Unblock dsp_volume and remove its FCVAR_ARCHIVE * Apparently it is set by the soundscape system, so makes no sense to save it to disk Fixed an issue with bone follower physics object management Lets try have Sandbox strip all weapons on spawn * it already strips all ammo before giving default ammo, seems logical to also strip all weapons before giving out the default ones. Make Player's MaxArmor save across level transitions
31 Days Ago
increased triangle count font size and made it left aligned
31 Days Ago
fix scoreboard crash
31 Days Ago
Merge from clan_bugfixes
31 Days Ago
Enable clan system by default, except in hardcore
31 Days Ago
More fixes. S2P.
31 Days Ago
merge from main
31 Days Ago
New token for apartment upkeep panel (Lootpanel no longer reuses tool cupboard text)
31 Days Ago
More fixes & polish. S2P.
31 Days Ago
Ensure demo compatability is false to start (ensures it prompts you everytime)
31 Days Ago
Volume polish
31 Days Ago
Mid floor corridor z-flickering fix
32 Days Ago
main -> game_room_dlc
32 Days Ago
removal of unused meshes and textures
32 Days Ago
satellite lods
32 Days Ago
- More shot animation work - More debugging
32 Days Ago
Use save version number for the clan DB file so that a new one is created with wipes instead of persisting
32 Days Ago
Fix BuildActionResult NREs hopefully