userIan Hendersoncancel
reporust_rebootcancel

6,109 Commits over 1,004 Days - 0.25cph!

Add extra dismount points so the table wont kill you in some cases (should all the dismounts be blocked)
Stop pool dismounts making you fly
Stop players feet clipping into the ground whilst playing pool
Fix pooltable collider NRE
Added disclaimer text on the pooltable
Fix darts throwing towards the player and bricking the darts board
Obfuscation fix
main -> game_room_dlc
Compile fix
Increase movement speed
Revert rolling changes Reduce stop threshold
- Clean out a bunch of overly complex equidistant test code - Setup world spline with the correct values to ensure equdistance without a seperated method
Missed files
Split pool table into client + server files to cut down on the bloat
Fix a ton of movement lag issues
Yesterday
Further lower the pooltable
Yesterday
- Add mouse instructions to the ui - Minor ui changes
Yesterday
Fix pool balls not rolling when they get slow enough
Yesterday
Stop dismounting from the pooltable ending up killing you
Yesterday
pool: Resetting the game now takes a few seconds rather than instantly being able to do it
Yesterday
Fix darts game board breaking aux1 builds
Yesterday
Pooltable: - Fully swap pooltable 3p animations to an animation subsystem - Dont use leg animators anymore - Rip out player animation test code - When destroying an animation subsystem ensure the system is disabled - Fix floating deployable
Yesterday
Stop pooltable floating
Yesterday
Pool table aiming logic is now client controlled - this gets around any latency. Server will validate proposed changes.
2 Days Ago
- Manifest - Demo compat
2 Days Ago
main -> game_room_dlc
2 Days Ago
Codgen
2 Days Ago
Prevent all melee damage to doors whilst outside the raid window. Original intention was to allow some form of door raiding, but this can be abused too heavily
2 Days Ago
Address performance feedback: reduce the amount of times GetChangedMask() is called therefore reducing the amount of calls to MetabolismAttribute::HasChanged() and MetabolismAttribute::HasChangedGreatly()
2 Days Ago
metabolism_fixes -> main
2 Days Ago
Only advance the baseline when we report a change
2 Days Ago
Code cleanup
2 Days Ago
Fix comfort values being stuck at certain levels, fix food not always providing hunger and hydration benefits
5 Days Ago
Codegen
5 Days Ago
Fix raid window convars not persisting after restart
5 Days Ago
Try doing it in post load
6 Days Ago
correct comment
6 Days Ago
Potential fix for triggerbase on trigger enter NRE. Possible weird sequence where a call via OnPlayerEnterCombatZone -> Teleport which eventually calls ForceUpdateTriggers could result on OnTriggerExit running inside our same trigger whilst we're still inside its OnTriggerEnter
6 Days Ago
Fix NPC Shop vendors facing the wrong direction after save load
6 Days Ago
keep a dropped key around for an hour rather than 5 minutes
6 Days Ago
Don't send room network update twice Clean up methods Refresh blocker state constantly if inside the invisible door toggle
6 Days Ago
Fix demo comptabaility layer bricking some up to date demos - use correct asset scenes rather than file bundles for HasAsset check
7 Days Ago
Only protect owners sleeping inside their own room, outside it they die like a normal safezone sleeper
7 Days Ago
game_room_dlc -> game_room_dlc/pool
8 Days Ago
Broken codegen fix 2
8 Days Ago
Fixed broken codegen
8 Days Ago
Fixed console system
8 Days Ago
pool -> game_room_dlc
8 Days Ago
game_room_dlc/pool -> game_room_dlc
8 Days Ago
Missed files