userIan Hendersoncancel
reporust_rebootcancel

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

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
2 Months Ago
snapping_fixes -> main
2 Months Ago
snapping_fixes -> main
2 Months Ago
Ability to enable/disable seat by socket height dynamically on each entity
2 Months Ago
main -> snapping_fixes
2 Months Ago
vending_machine_admin_typo -> main
2 Months Ago
Separate typo fix
2 Months Ago
server_item_notifications_streamermode -> main
2 Months Ago
Giving yourself an item via f1/console commands will now respect streamermode and not reveal your actual username
2 Months Ago
Stop deepsea npc shops from showing up in outpost search
2 Months Ago
sell_order_warning_persistence -> main
2 Months Ago
Fix vending administrate 'remove all' dialog from persisting if you disconnect
2 Months Ago
main -> photograph_text_fix
2 Months Ago
Fix photograph notes not updating
2 Months Ago
voip_cctv_rewrite -> main
2 Months Ago
vending_flag_collision_fix -> main
2 Months Ago
Fix flag collision
2 Months Ago
main -> snapping_fixes
2 Months Ago
high_level_networking_improvements -> main
2 Months Ago
Add EntityRef support to our RPC source generator
2 Months Ago
Add EntityRef SyncVar support
2 Months Ago
Add support for EntityRefs to be sent via RPC. ID is extracted and sent on sending side ID is received and put into a new entity ref on the other side
2 Months Ago
Cleaner, better way to support remote listeners (cctv, drone) hearing VOIP of others. Previous system used a messy secondary network group solution which was prone to bugs and connections being added twice to seperate lists New system specifically looks for cimputer mounted players - giving a much more reliable solution
2 Months Ago
main -> game_room_dlc
2 Months Ago
vending_stats_crash_fix -> main
2 Months Ago
vending_stats_page_fix -> main
2 Months Ago
- Remove some test code in for disk - Add using statements
2 Months Ago
Fix the vending stats page from crashing in certain cases. Stats code was double freeing pooled data
2 Months Ago
main -> game_room_dlc
2 Months Ago
Stop duplicate stats pages opening on top of each other
2 Months Ago
convar_odd_lookup_behaviour -> main
2 Months Ago
Fix 'global.x' console commands leaking into other namespaces The console's "global namespace" shortcut was also firing for explicitly-qualified input - Add unit test
2 Months Ago
oxygen_ui_flicker_fix -> main
2 Months Ago
Proper fix for dodgy flickering oxygen vitals Caused because we aren't sending as many metabolism updates after the optimizations
2 Months Ago
Fix oxygen ui flickering on/off
2 Months Ago
stats_blurry_clock_fix -> main
2 Months Ago
Fix a big blurry clock
2 Months Ago
main -> game_room_dlc
3 Months Ago
force runtime lookups to rebuild from the updated asset
3 Months Ago
demo_compatability_layer -> main
3 Months Ago
Empty compat file so it gets included in builds
3 Months Ago
vending_stats_text_fix -> main