userIan Hendersoncancel
reporust_rebootcancel

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

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
2 Months Ago
force runtime lookups to rebuild from the updated asset
2 Months Ago
demo_compatability_layer -> main
2 Months Ago
Empty compat file so it gets included in builds
2 Months Ago
vending_stats_text_fix -> main
2 Months Ago
Stop the text going blurry in the vending stats page
2 Months Ago
- Rewrite of the demo compat system - General cleanup - Couple of weird editor only bugs fixed
2 Months Ago
main -> demo_compatability_layer
2 Months Ago
camera_flash_fixes -> main
2 Months Ago
Compile errors
2 Months Ago
Play a sound when you toggle the flash mode on the camera
2 Months Ago
When taking a picture show a black screen if you're not using flash and a white screen if you are
2 Months Ago
Fixed camera flash being off to the right
2 Months Ago
snapping_fixes -> main
2 Months Ago
Fix issues with vertical barrel snapping
2 Months Ago
Autosnap settings finder will now check each 90 degree angle and apple the max padding values Fix storage barrel not snapping to other storage barrels beside them properly
2 Months Ago
Fix 4 boxes not being placeable in a foundation anymore
2 Months Ago
autofind_deployable_snapping -> main
2 Months Ago
Mark auto snap as experimental
2 Months Ago
Ensure all FormatBytes cases display capitalised KB/MB because we are dealing in bytes, not bits. Was driving me crazy displaying kb/mb everywhere when we are using bytes, not bits
2 Months Ago
main -> autofind_deployable_snapping
2 Months Ago
secondary_connection_voices_fix -> main
2 Months Ago
Fix VOIP bugging out over CCTV cameras Prevent connections from being added twice: once through the secondary connections then once through the regular path
2 Months Ago
steam_retry_button_fix -> main
2 Months Ago
Allow the 'retry' button to be pressed indefinitely
2 Months Ago
steam_retry_button_fix -> main
2 Months Ago
Fix retry steam button not working
2 Months Ago
protocol_update -> main
2 Months Ago
Protocol++
2 Months Ago
- More involved 'needs compatability' check - Only show popup provided compatability is previously turned off
2 Months Ago
main -> demo_compatability_layer
2 Months Ago
jesus_animation_fix -> main
2 Months Ago
Use small delta changes for water level model state rather than exacts with ==
2 Months Ago
Allow doprepare to add to the demo compatability file Ensure prefab ids dont match wont fire if using the compatability layer
2 Months Ago
Further cleanup, boolean gating for lookup creating
2 Months Ago
Compile fix