userIan Hendersoncancel

6,305 Commits over 1,035 Days - 0.25cph!

59 Days Ago
Fixed pooltable not being placeable
59 Days Ago
More compile fixes
59 Days Ago
rename PoolTable to Pooltable so Unity behaves
60 Days Ago
game_room_dlc -> game_room_dlc/pool
60 Days Ago
Serializer fix Codegen
60 Days Ago
main -> game_room_dlc
60 Days Ago
softcore_tc_stack_fix -> main
60 Days Ago
Fix TC corpse being under to be fixed - stating 'cant stack building priv'
60 Days Ago
demo_comptatbility_editor_fix -> main
60 Days Ago
Ensure we always update save the demo manifest if its dirtty. This avoids situations where a marked dirty wasnt saved and then subsequently lost
2 Months Ago
Same thing for the second entry way
2 Months Ago
Stop the act of creating a new entity from adding itself to the demo compatability list, thinking it was a rename instead
2 Months Ago
Fix last played gamemode being retained on the client
2 Months Ago
raiding_countdown_fix -> main
2 Months Ago
raid_window_fixes -> main
2 Months Ago
Fix tugboat doors or siegetower doors not being raidable outside raid window
2 Months Ago
raid_window_fixes -> main
2 Months Ago
Fixed a loophole allowing frame insert items to be damaged
2 Months Ago
Null guard raid status window
2 Months Ago
Show a toast when MLRS can't be fired (due to softcore)
2 Months Ago
Fix SiegeTowerDoor not being breakable in softcore outside a raid window
2 Months Ago
WIP new 3p anims setup
2 Months Ago
- Swap over to new pool table model - Cleanup - Temp colliders
2 Months Ago
pooltable -> pool
2 Months Ago
game_room_dlc -> game_room_dlc/pooltable
2 Months Ago
main -> game_room_dlc
2 Months Ago
softcore_updates_jul_26 -> main
2 Months Ago
raid_window -> softcore_updates_jul_26
2 Months Ago
Minor map ui improvements
2 Months Ago
softcore_updates_jul_26 -> main
2 Months Ago
raid_window -> softcore_updates_jul_26
2 Months Ago
- Ensure raid window status ticks update whilst on screen - Only set time placed if we are in softcore
2 Months Ago
- Add Raid Window information to the map ui - Simplify and clean up SecondsUntilNextChange/NextChangeUnixUTC - Cleanup
2 Months Ago
raid_window -> softcore_updates_jul_26
2 Months Ago
Swap raidStatusSet to be lazy loaded instead
2 Months Ago
Batch tc network updates over a few frames instead
2 Months Ago
Update the raidable flag of every tc when the raid window opens or closes rather than leaving a permanent check loop on
2 Months Ago
Compile fix
2 Months Ago
Block doors/gates from receiving damage outside a raid window
2 Months Ago
Ensure we only add raid status provided we are in softcore
2 Months Ago
raid_window -> softcore_updates_jul_26
2 Months Ago
Move raid window convars into softcore. rather than softcoreraid.
2 Months Ago
set raid windows on by default
2 Months Ago
Seperate tc softcore stuff into its own file
2 Months Ago
- Setup raid windows so they transfer UTC time from server -> client and client then resolves properly to their own timezone - Fix 'Raiding Allowed' and 'Raiding Blocked' vital notes from not poping up - Keep track of when the raid window opens via a syncvar on the gamemode entity
2 Months Ago
2 Months Ago
Add 'raiding enabled' and 'raiding disabled' vitals
2 Months Ago
Setup enum dropdown to override initial gamemode in Game Setup
2 Months Ago
Basic implementation of softcore 'raiding windows' This prevents raiding outside of predefined server hours. - Prevent building block damage outside the window (by projectile or explosive) - Freshly placed tool cupboard (up to an hour) can be raided even outside the window - Melee damage is still allowed - Twig is always breakable - Can't fire MLRS outside the window - Per server convars for control (ability to also customize weekend hours) - Setup to a open/close noise when the window opens or closes
2 Months Ago
Battery fixes