userIan Hendersoncancel

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

53 Days Ago
main -> photograph_text_fix
53 Days Ago
Fix photograph notes not updating
53 Days Ago
voip_cctv_rewrite -> main
53 Days Ago
vending_flag_collision_fix -> main
53 Days Ago
Fix flag collision
53 Days Ago
main -> snapping_fixes
53 Days Ago
high_level_networking_improvements -> main
53 Days Ago
Add EntityRef support to our RPC source generator
53 Days Ago
Add EntityRef SyncVar support
54 Days 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
54 Days 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
54 Days Ago
main -> game_room_dlc
55 Days Ago
vending_stats_crash_fix -> main
55 Days Ago
vending_stats_page_fix -> main
55 Days Ago
- Remove some test code in for disk - Add using statements
55 Days Ago
Fix the vending stats page from crashing in certain cases. Stats code was double freeing pooled data
55 Days Ago
main -> game_room_dlc
55 Days Ago
Stop duplicate stats pages opening on top of each other
55 Days Ago
convar_odd_lookup_behaviour -> main
55 Days 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
57 Days Ago
oxygen_ui_flicker_fix -> main
57 Days Ago
Proper fix for dodgy flickering oxygen vitals Caused because we aren't sending as many metabolism updates after the optimizations
58 Days Ago
Fix oxygen ui flickering on/off
58 Days Ago
stats_blurry_clock_fix -> main
58 Days Ago
Fix a big blurry clock
58 Days Ago
main -> game_room_dlc
58 Days Ago
force runtime lookups to rebuild from the updated asset
58 Days Ago
demo_compatability_layer -> main
58 Days Ago
Empty compat file so it gets included in builds
58 Days Ago
vending_stats_text_fix -> main
58 Days Ago
Stop the text going blurry in the vending stats page
58 Days Ago
- Rewrite of the demo compat system - General cleanup - Couple of weird editor only bugs fixed
58 Days Ago
main -> demo_compatability_layer
58 Days Ago
camera_flash_fixes -> main
58 Days Ago
Compile errors
59 Days Ago
Play a sound when you toggle the flash mode on the camera
59 Days Ago
When taking a picture show a black screen if you're not using flash and a white screen if you are
59 Days Ago
Fixed camera flash being off to the right
59 Days Ago
snapping_fixes -> main
59 Days Ago
Fix issues with vertical barrel snapping
59 Days 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
59 Days Ago
Fix 4 boxes not being placeable in a foundation anymore
59 Days Ago
autofind_deployable_snapping -> main
59 Days Ago
Mark auto snap as experimental
60 Days 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
60 Days Ago
main -> autofind_deployable_snapping
60 Days Ago
secondary_connection_voices_fix -> main
60 Days 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
60 Days Ago
steam_retry_button_fix -> main
2 Months Ago
Allow the 'retry' button to be pressed indefinitely