userIan Hendersoncancel
branchrust_reboot/main/new_menucancel

265 Commits over 61 Days - 0.18cph!

21 Days Ago
Changed 'heart' icon on server listings. Fixed server browser entries instantly opening when trying to scroll through listings with the mouse. Fixed new canvas mode causing issues with keyboard locking and buttons not working properly.
21 Days Ago
Setup UI_Window support for flex element state swapping Move Home and Session pages over to canvas alpha instead of GameObject setactive
21 Days Ago
Setup Rust Plus modal, show when you press learn more
22 Days Ago
Setup development server logo
22 Days Ago
Fixed weird extra image padding on the right
22 Days Ago
Fixed issues with th ebutton highlight on navigate Add non graphic element behind server browser scroll bar to allow scrolling with mouse (still too sensitive with entry clicks) Remove cover fill and fade on connection modal
22 Days Ago
Opening an internal URL will also toggle its corresponding navigation button (if it exists) Some more fixes for async main menu loading
22 Days Ago
Hide interaction modal in bootstrap
22 Days Ago
Experiment with async menu loading when going back to main menu on disconnect.
22 Days Ago
Fixed issues opening menu
22 Days Ago
Missed files
22 Days Ago
Save us 20 ms when leaving a server. Present in the current game. Split menu enabling/disabling across a few frames with a coroutine. Handling those UI elements is heavy. Throw 'disconnected' toast when leaving a server.
23 Days Ago
Ensure they are both set to off
23 Days Ago
More dumb fixes
23 Days Ago
Fixes for the crafted item and new item blur backgrounds
23 Days Ago
Use Application integration instead of my rubbish pipeline for those notifications
23 Days Ago
Fixed NRE when connecting to a server
23 Days Ago
Give the player a notification in the menu if a new rust version has been released on Steam. Pipeline to grab manifest changes with an event.
23 Days Ago
Hook up twitch drop data on the clientside
23 Days Ago
Wire up 'latest changeset' data on the clientside manifest
23 Days Ago
Remove UI window and fix escape captures
23 Days Ago
Fixed connection modal not opening after my last set of changes Ensure modded references the correct category counter
23 Days Ago
Allow UI_Window base implementations
23 Days Ago
Fixed new crafted item popup throwing NREs Removed old new item popup
23 Days Ago
Further session page and connection modal changes
23 Days Ago
Hook up learn more about rust plus Setup safe url open Connect to server button set active false
23 Days Ago
Wire up new session page. Seperate out connection modal parts. Remove a bunch of unneeded stuff for the session page.
26 Days Ago
Nicer fade ramp on store items
26 Days Ago
Change overlay base to use new sliced downwards gradient
29 Days Ago
Reduce button width More phrase support for interaction modal Show 'cant connect to steam' error popup as an interaction modal instead
29 Days Ago
Layout changes Ensure bootstrap page has the same interaction modal as main menu
29 Days Ago
Fixed bug preventing the title from taking up all the space if the subtitle is empty Codegen Test method
29 Days Ago
Interaction Modal can now be enabled/disabled with static methods Can output translations rather than raw text Buttons can be wired up to whatever we want when starting the popup Custom layout is setup on call for whatever the user wants
30 Days Ago
main -> new_menu
30 Days Ago
Better timings to update category buttons
30 Days Ago
Blockout the interaction modal
30 Days Ago
Add adding to the search bar Move filter content to top when opening server browser
30 Days Ago
Ensure server browser applies filters on first search
30 Days Ago
Filter buttons only use include groups (lets use dropdowns for exclude groups)
30 Days Ago
Bring server browser search filters up to parity with the current main menu
31 Days Ago
Fixed carousel opacity breaking if you swap too quickly betwen items (in between transitions)
31 Days Ago
Missed files
31 Days Ago
Menu UI Code folder restructure Setup header filters for name, ping, player count etc
31 Days Ago
HTTP image supports duplicating an image to an secondary image/rawimage
33 Days Ago
Bring back modding category to server browser Add wipe schedule filters back
33 Days Ago
Soft mask setup for play menu
33 Days Ago
New blur to the quit modal
33 Days Ago
Pretending to be a graphics programmer: wrote a semi optimised blur shader for our UI. Old background ui blur was doing ~130 texture fetches + three draw calls New one does ~9 texture fetches + 2 draw calls. Output is pretty consistent between old and new. UI Notifications now has an icon just like the store (rather than a blank entry)
34 Days Ago
Even dumber compile errors.
34 Days Ago
compile fixes