userIan Hendersoncancel
reporust_rebootcancel

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

game_room_dlc -> main
Fix dodgy prevent building area
Cant place pool table in terrain anymore, has to be on a construction
Add decay to the pooltable
Destroy pool table when ground is missing
Fix broken top collider
Remove old pooltable models (will prevent read/write nre)
Multiple fixes to ensure Pooltable will run at low FPS: - Allow table itself to run its own substeps on top of ian physics engine. This will allow the table to be able to catch up even when ran at very low FPS (MaxCatchUpTicks) - Just use the client determinisim rather than snapping mid shot - should prevent balls teleporting around - Use doubles rather than floats in some places
- Players currently registered to play can clean the existing pool table match - Players with building priv can clear the existing pool table match - Anyone can clear the match provided there has been no shots taken for 3 minutes (convar'd)
Yesterday
game_room_dlc -> main (missed files)
Yesterday
game_room_dlc -> main
Yesterday
Revert PlayerAnimation controller - merge issues
Yesterday
Codegen
Yesterday
main -> game_room_dlc
Yesterday
demo_compat_crc_fix -> main
Yesterday
Stop Demo CRC being ignored in Editor
2 Days Ago
Ensure pool ui closes in demos (when not in first person)
3 Days Ago
Add extra dismount points so the table wont kill you in some cases (should all the dismounts be blocked)
3 Days Ago
Stop pool dismounts making you fly
3 Days Ago
Stop players feet clipping into the ground whilst playing pool
3 Days Ago
Fix pooltable collider NRE
3 Days Ago
Added disclaimer text on the pooltable
3 Days Ago
Fix darts throwing towards the player and bricking the darts board
3 Days Ago
Obfuscation fix
3 Days Ago
main -> game_room_dlc
3 Days Ago
Compile fix
3 Days Ago
Increase movement speed
3 Days Ago
Revert rolling changes Reduce stop threshold
3 Days Ago
- Clean out a bunch of overly complex equidistant test code - Setup world spline with the correct values to ensure equdistance without a seperated method
3 Days Ago
Missed files
3 Days Ago
Split pool table into client + server files to cut down on the bloat
3 Days Ago
Fix a ton of movement lag issues
4 Days Ago
Further lower the pooltable
4 Days Ago
- Add mouse instructions to the ui - Minor ui changes
4 Days Ago
Fix pool balls not rolling when they get slow enough
4 Days Ago
Stop dismounting from the pooltable ending up killing you
4 Days Ago
pool: Resetting the game now takes a few seconds rather than instantly being able to do it
4 Days Ago
Fix darts game board breaking aux1 builds
4 Days Ago
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
4 Days Ago
Stop pooltable floating
4 Days Ago
Pool table aiming logic is now client controlled - this gets around any latency. Server will validate proposed changes.
4 Days Ago
- Manifest - Demo compat
4 Days Ago
main -> game_room_dlc
4 Days Ago
Codgen
4 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
5 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()
5 Days Ago
metabolism_fixes -> main
5 Days Ago
Only advance the baseline when we report a change
5 Days Ago
Code cleanup
5 Days Ago
Fix comfort values being stuck at certain levels, fix food not always providing hunger and hydration benefits