branchrust_reboot/main/game_room_dlccancel
128 Commits over 153 Days - 0.03cph!
Stop pool mountable dragging you along with the cue ball once you shoot
Actually put the 8 ball in the middle like real pool
Cleaner game in progress/leave game logic - makes everything clearer
Start Singleplayer & Start Multiplayer pool game options
- More complex setup for mp game, joining/leaving etc
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
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)
Revert PlayerAnimation controller - merge issues
Ensure pool ui closes in demos (when not in first person)
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
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
Split pool table into client + server files to cut down on the bloat
Fix a ton of movement lag issues
Further lower the pooltable
- Add mouse instructions to the ui
- Minor ui changes
Fix pool balls not rolling when they get slow enough
Stop dismounting from the pooltable ending up killing you
pool: Resetting the game now takes a few seconds rather than instantly being able to do it
Fix darts game board breaking aux1 builds
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
Pool table aiming logic is now client controlled - this gets around any latency.
Server will validate proposed changes.
game_room_dlc/pool -> game_room_dlc
3p pool cue sticks to hand bone
- More consistent sync behaviour
- Fix for toasts not showing on ball potting
- Fix issues with pooling pooltables screwing up state (pardon the pun)