userIan Hendersoncancel
branchrust_reboot/main/new_menucancel

231 Commits over 61 Days - 0.16cph!

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
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
Added pop support to FlexTransition - lets the object animate back to where it started
Ensure invoke handlers profiler is initialsied on the first run of LateUpdate - prevents new menu NRE's when loading up the menu
Fixed demo close button not closing demo window
Ensure quit button quits
Capture a local copy of the browser list before checking on query complete
Fix session modal turning itself off
Session will fix trying to auto sort its prefab state
Fix 'no servers found message' being unreliable at best
3 Days Ago
Missing tag on pressed calls
3 Days Ago
Premium CD opens the premium modal Fixed vanilla gamemode button using the wrong icon
3 Days Ago
Add back the premium modal Hook it into the premium tags as usual
3 Days 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
4 Days 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
4 Days 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
4 Days 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
4 Days Ago
Prewarm the server browser, so when you access it it's already filled with servers
4 Days Ago
Reset connection viewer description to the top on open Removed a bunch of crappy logs
4 Days Ago
Fixed a bunch of server browser buttons/filters using the wrong material after the cleanup
4 Days Ago
Rewrite foil shader so it supports soft masking Fix broken premium icon shader Fix broken premium text shader
4 Days Ago
UI windows will try and repair themselves if left in a broken state
4 Days Ago
Fixed connect button screwed up button icon size
4 Days Ago
More changes to premium icon foil shader
4 Days Ago
Foil shader now works across the screen if you want it to
4 Days 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)
4 Days Ago
main -> new_menu
4 Days Ago
Revert level manager - ready for merge
4 Days Ago
Setup new demo window Setup FlexVirtualScroll Fixed alignment and width bugs with demos item
4 Days Ago
Fixed scuffed description box on server connect modal Further premium tag adjustments
5 Days 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
5 Days Ago
Wrote a foil shader that will make 2D objects point towards the mouse and shift their hue Applied on some premium images
5 Days 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)
5 Days Ago
Revert 125318, try it again later
5 Days Ago
Add proper widescreen support for new menu (caps UI to 16x9 on widescreen)
5 Days Ago
Reimplemented server favouriting
6 Days Ago
Fix some search bugs
6 Days Ago
Fix NRE
6 Days Ago
Do correct reset filter - used the wrong method
6 Days Ago
Automatically hide mode when you go into official categories Simply replace ping sorting with last played sorting automatically on history tab (still need to replace column content) Dont select vanilla by default
6 Days Ago
Check drop data in hero update
6 Days Ago
Home Screen: Only show twitch drop tile if there are on going twitch drops Show how long is left until drops end Only update modal window UI when we need to
6 Days Ago
Resetup player profile and premium icon
6 Days Ago
Use culture to translate shorthand values before we display them
6 Days Ago
▊▉▋▆▋▊▊ ▉▉█▇█▆ ▉▅▊▍ ▌▅▆▋ ▍▅▍▅
6 Days Ago
Remade Server Browser: Swap single browser logic for multi-browser like the old menu. Remake mode categories as large toggle buttons. Reintroduce OR and AND behaviour into each toggle group - use second tier transform parent as the check for when to toggle. Add shorthanded player counts.
6 Days Ago
Use styles for odd + even instead - fixes hover changing alpha back to it base value
6 Days Ago
Server Browser Odd + Even rows
9 Days Ago
Remove one active sibling off all top level pages Fix crappy blur effect on rust plus modal Rewire up session modal after design changes Fix broken loading screen header after design changes
9 Days Ago
compile fix