branchrust_reboot/main/new_menucancel

1,337 Commits over 122 Days - 0.46cph!

3 Months Ago
merge from main
3 Months Ago
Skin viewer framing tweaks, added discord trophy
3 Months Ago
Skin viewer: added subtle idle swaying when the model hasnt moved for some time
3 Months Ago
Item modal new design Fixes
3 Months Ago
Premium CD opens the premium modal Fixed vanilla gamemode button using the wrong icon
3 Months Ago
Add back the premium modal Hook it into the premium tags as usual
3 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
3 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
3 Months Ago
Skin viewer framing tweaks for rock, doors, hammer and fridge Added per-item settings
3 Months Ago
Fixed store NREs when Steam is down
3 Months Ago
Fixed store nre
3 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
3 Months Ago
Polished the panning settings
3 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
3 Months Ago
Skin viewer pan controls
3 Months Ago
Prewarm the server browser, so when you access it it's already filled with servers
3 Months Ago
Reset connection viewer description to the top on open Removed a bunch of crappy logs
3 Months Ago
Skin viewer takes the entire screen when fullscreen Changed button hitbox, was overlapping other UI stuff
3 Months Ago
Fixed a bunch of server browser buttons/filters using the wrong material after the cleanup
3 Months Ago
Rewrite foil shader so it supports soft masking Fix broken premium icon shader Fix broken premium text shader
3 Months Ago
Skin viewer zoom controls Blur is full screen
3 Months Ago
Fixed current level being SkinViewer instead of menu
3 Months Ago
Fixed window opening
3 Months Ago
Arc ball controls when opening skin viewer full screen Tweaked a lot of items pivots
3 Months Ago
UI windows will try and repair themselves if left in a broken state
3 Months Ago
Fixed connect button screwed up button icon size
3 Months Ago
Prefab scroll bar
3 Months Ago
Prefabbed sidebar on play and fixed scrollbar
3 Months Ago
More changes to premium icon foil shader
3 Months Ago
Foil shader now works across the screen if you want it to
3 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)
3 Months Ago
Restored menuui2 main prefab
3 Months Ago
Missing _styles folder Prefabed SkinViewer2
3 Months Ago
Move buttons to styles folder, move demos to modal and rename
3 Months Ago
Restructure folders
3 Months Ago
Fix search bar, folder structure clean up
3 Months Ago
Sidebar component, and positioning fix
3 Months Ago
Skin viewer nre fix, some tweaks
3 Months Ago
UI_FoilShaderMouseFollow compile fix
3 Months Ago
Compile fix
3 Months Ago
Fixed nre when opening skin viewer while connected to a server
3 Months Ago
Compile fix
3 Months Ago
merge from new_menu/skin_viewer_merge2
3 Months Ago
main -> new_menu
3 Months Ago
Revert level manager - ready for merge
3 Months Ago
Setup new demo window Setup FlexVirtualScroll Fixed alignment and width bugs with demos item
3 Months Ago
Fixed scuffed description box on server connect modal Further premium tag adjustments
3 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
3 Months Ago
Wrote a foil shader that will make 2D objects point towards the mouse and shift their hue Applied on some premium images
3 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)