userIan Hendersoncancel

4,103 Commits over 701 Days - 0.24cph!

56 Days Ago
Base for Quickjoin system
56 Days Ago
Reimplemented Discord/Friends changes from the latest update (still missing a few minor things) UIChat supports canvas disable rather than set active Better store hero error handling Better store hero retry Fixed bootstrap
57 Days Ago
Fixed squished images on server browser modal Extra logs to try and find that build error (escape capture)
57 Days Ago
Try and fix the quit modal
57 Days Ago
localise clear filters
57 Days Ago
Stop devlog tag showing the patch date on the homescreen
57 Days Ago
Localised the quit modal
57 Days Ago
Fixed modded catgegory not working properly
57 Days Ago
Setup store video hero on the home page Auto retry/error logic Random roll setups
57 Days Ago
Make 'favourites' red closer to the heart red Fixed interaction toast appearing at weird parts of the screen
57 Days Ago
Fix connection modal last played phrase adding to itself Translate wiped 'old' and last joined 'ago'
57 Days Ago
Numerous server browser fixes: Huge browser code cleanup Onloaded system which calls when bootstrap finishes loading the scene Remove ServerMetaData updated listener when a server browser list is turned off Better refresh button behaviour
58 Days Ago
Link up visit website button on server connection modal Show a tooltip previewing the link you'll navigate to Wrap in safe URL so it works in editor
58 Days Ago
Fix issues with server listing prewarm as well as official/favourites not loading on no cache: I had setup a system to mark queries as old/new and to ignore old requests. We split up our request to steam into blocks (so this whole system was pointless), since only the latest block was recognised as correct (most new) - didnt load anything correct
58 Days Ago
Added pop support to FlexTransition - lets the object animate back to where it started
58 Days Ago
Ensure invoke handlers profiler is initialsied on the first run of LateUpdate - prevents new menu NRE's when loading up the menu
58 Days Ago
Fixed demo close button not closing demo window
58 Days Ago
Ensure quit button quits
58 Days Ago
Capture a local copy of the browser list before checking on query complete
58 Days Ago
Fix session modal turning itself off
58 Days Ago
Session will fix trying to auto sort its prefab state
58 Days Ago
Fix 'no servers found message' being unreliable at best
60 Days Ago
Ensure hit entity isnt null first
60 Days Ago
Subtract 125654 breaks the whole game
2 Months Ago
tugboat_rug_fix -> main
2 Months Ago
Prevent deploables placed ontop of rugs on tugboats from parenting to the rug. Ensure they parent to the boat instead
2 Months Ago
tugboat_rug_fix -> main
2 Months Ago
Fix rugs breaking on Tugboats when picking up a deployable on top of them
2 Months Ago
2 Months Ago
toolbar_compile_simulator -> main
2 Months Ago
Strip from build
2 Months Ago
Keep track of all 3 compile target states and parse it that way (only show green if all 3 pass, red if one fails)
2 Months Ago
Added a toolbar button for the compile simulator (shows most recent state)
2 Months Ago
Added toolbar extender
2 Months Ago
snapping_improvements_3 -> main
2 Months Ago
General snapping changes to computer station and rivals desk
2 Months Ago
Remove new snapping from large planter
2 Months Ago
Fix facing direction, when calculating snapping rotation. This ensures the object will nearly always point towards the player to start with (still adjustable with R)
2 Months Ago
patrol_heli_crash_fix -> main
2 Months Ago
main -> patrol_heli_crash_fixes
2 Months Ago
main -> snapping_improvments_3
2 Months Ago
Missing tag on pressed calls
2 Months Ago
Premium CD opens the premium modal Fixed vanilla gamemode button using the wrong icon
2 Months Ago
Add back the premium modal Hook it into the premium tags as usual
2 Months Ago
Server Browser: Show a no servers found image if there are no servers found Show a button to 'remove filters' if there are a bunch of filters set and no responses from the query Animations Bunch of cleanup
2 Months Ago
Remove most of the LINQ from GetFilteredSortedServers() - improves performance by around 20% Preallocate 1k entries in server info listing - still not enough but better as it doesnt balloon early
2 Months Ago
More consistent refresh button behaviour Call favourite refresh on active refresh Move a bunch of method logic out of local stacks and just into the method call like it should be Older server browser update queries wont update the UI, only the most recent one will. Stale ones are chucked
2 Months Ago
Change ping header to 'last played' in favourites Try running pre warm without cache (cleaner behaviour - needed for the modal) Refresh all can force cache on or off New shorter streamermode sanitise
2 Months Ago
Prewarm the server browser, so when you access it it's already filled with servers
2 Months Ago
Reset connection viewer description to the top on open Removed a bunch of crappy logs