userIan Hendersoncancel

5,834 Commits over 943 Days - 0.26cph!

10 Months Ago
Fix session modal turning itself off
10 Months Ago
Session will fix trying to auto sort its prefab state
10 Months Ago
Fix 'no servers found message' being unreliable at best
10 Months Ago
Ensure hit entity isnt null first
10 Months Ago
Subtract 125654 breaks the whole game
10 Months Ago
tugboat_rug_fix -> main
10 Months Ago
Prevent deploables placed ontop of rugs on tugboats from parenting to the rug. Ensure they parent to the boat instead
10 Months Ago
tugboat_rug_fix -> main
10 Months Ago
Fix rugs breaking on Tugboats when picking up a deployable on top of them
10 Months Ago
10 Months Ago
toolbar_compile_simulator -> main
10 Months Ago
Strip from build
10 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)
10 Months Ago
Added a toolbar button for the compile simulator (shows most recent state)
10 Months Ago
Added toolbar extender
10 Months Ago
snapping_improvements_3 -> main
10 Months Ago
General snapping changes to computer station and rivals desk
10 Months Ago
Remove new snapping from large planter
10 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)
10 Months Ago
patrol_heli_crash_fix -> main
10 Months Ago
main -> patrol_heli_crash_fixes
10 Months Ago
main -> snapping_improvments_3
10 Months Ago
Missing tag on pressed calls
10 Months Ago
Premium CD opens the premium modal Fixed vanilla gamemode button using the wrong icon
10 Months Ago
Add back the premium modal Hook it into the premium tags as usual
10 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
10 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
10 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
10 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
10 Months Ago
Prewarm the server browser, so when you access it it's already filled with servers
10 Months Ago
Reset connection viewer description to the top on open Removed a bunch of crappy logs
10 Months Ago
Fixed a bunch of server browser buttons/filters using the wrong material after the cleanup
10 Months Ago
Rewrite foil shader so it supports soft masking Fix broken premium icon shader Fix broken premium text shader
10 Months Ago
UI windows will try and repair themselves if left in a broken state
10 Months Ago
Fixed connect button screwed up button icon size
10 Months Ago
More changes to premium icon foil shader
10 Months Ago
Foil shader now works across the screen if you want it to
10 Months Ago
Fixed foil shader script frequently the shared material Create a new material instance for each foil instance (required since UI cant use property blocks)
10 Months Ago
Fix research table snapping issues
10 Months Ago
Add padding when trying to snap to twig walls
10 Months Ago
Calculate crash distance on the monument edge, eg patrol helicopter will calculate the distance to the closest edge of a monument rather than the direct centre
10 Months Ago
crash at monument distance 800 -> 1200
10 Months Ago
main -> new_menu
10 Months Ago
Revert level manager - ready for merge
10 Months Ago
Setup new demo window Setup FlexVirtualScroll Fixed alignment and width bugs with demos item
10 Months Ago
Fixed scuffed description box on server connect modal Further premium tag adjustments
10 Months Ago
Much nicer logic for calculating angle Made premium tag look like it should Applied foil shader to premium tag Mip Maps Slightly better angle calculations for foil mouse follow script
10 Months Ago
Wrote a foil shader that will make 2D objects point towards the mouse and shift their hue Applied on some premium images
10 Months Ago
Setup heart particle effects when you favourite a server Add ParticleEffectForUGI Setup pipeline for running and properly displaying particle effects on our UI (our camera setup made this a pain)
10 Months Ago
Revert 125318, try it again later