userIan Hendersoncancel
reporust_rebootcancel

4,177 Commits over 701 Days - 0.25cph!

48 Days Ago
Fix tutorial button not showing up when entering a tutorial Minor code cleanup Notification process wont skip all notifications if the data is incoprrect for one Disable top level rust plus button if in demo or not connected to a server (rather than inside modal)
48 Days Ago
Quick Join - Prevent local 'last connected' data from being overwritten by steam
48 Days Ago
Compile fix
48 Days Ago
Test convars to try and track down bugs with notifications (in builds only) Safely await notification handling rather than fire and forget Better hashcode to test ui notificiations against Properly await backend updates Fix notification empty icon not centering after empting a set of notifications
48 Days Ago
Flip notfications so the latest notification is at the top and not the bottom
48 Days Ago
Convar fix
48 Days Ago
new_menu -> main
48 Days Ago
Introduce a new Rust Plus modal rather than trying to do everything with a single button Pipe existing systems to the new button Remove old button and code
48 Days Ago
Add button to force the tutorial Add quit tutorial button (why did we not have this) Fix NRE when store hero tries to roll video too early
49 Days Ago
Ensure store hero always preloads after the store
49 Days Ago
Add pan + zoom support to server map
49 Days Ago
Bit more safety on store hero
49 Days Ago
Fix Hero Store NRE
49 Days Ago
new_menu -> main
49 Days Ago
Fix broken connect modal (plastics fault)
49 Days Ago
Revert to try and fix stupid plastic
49 Days Ago
Attempt 2
49 Days Ago
Bring back old default server image to the connection modal. Fix bug causing infinite 'loading' of a servers image if it doesnt have one
49 Days Ago
Missed a file
49 Days Ago
Stop tabbox allocating every frame
49 Days Ago
Add a loading wheel in the connection modal when you click on a server (for the image) Optimise connection modal - only regrab data if its a different server to the one you currently have loaded in the modal
49 Days Ago
Can now see how many players are in a servers queue in the browser list
49 Days Ago
Add some extra padding
50 Days Ago
new_menu -> main
50 Days Ago
Better rustplus button
50 Days Ago
new_menu -> main
50 Days Ago
Rust plus button styles More rust plus button debugging
50 Days Ago
Bit more polish to the refresh button Try to fix a hero store video NRE
50 Days Ago
Fix a bug where if you press refresh enough times the server browser will eventually brick and show no results Fix the modded page frequently showing 'no servers available' when servers exist
50 Days Ago
Fix server browser generating duplicate listings on first open
50 Days Ago
new_menu -> main
50 Days Ago
Refresh rust plus button when menu opens rather than on player connect
50 Days Ago
Fix Quick Join names taking ages to appear: Cache servername in the quick join disk data Put in a temp name (from disk) whilst we wait for the real data to come in
50 Days Ago
Fixed more cases of overflowing padding on the interaction toast
50 Days Ago
new_menu -> main
50 Days Ago
Add a few more common words to the error parsing for toast error pushed Add a max text of 650 on the interaction toast
50 Days Ago
Add extra logs, and console commands to debug rust plus
50 Days Ago
Rust plus button now does proper comparison check the first time its refreshed Now listens to invalid/empty app ids and handles cases where the player is in a demo or not connected to a server
50 Days Ago
Hide 'friends' in connect modal when joining a development server
50 Days Ago
Dont bother animating progress bar scale on the new hero
50 Days Ago
new_menu -> main
50 Days Ago
Compile fix (remove old convar)
50 Days Ago
new_menu -> main
50 Days Ago
Any disconnection from a server now shows a 'reconnect' button Do some parsing for errors on the reason for leaving the server to try and show the right modal
50 Days Ago
new_menu -> main
50 Days Ago
Pipeline for prewarming modals Try to prewarm quick join box (needs to be even earlier)
50 Days Ago
New store modal: More responsive Shows a selection of randomised store items (up to 6) that the user doesnt currently have Can see time through each video Cached and downloaded videos
50 Days Ago
Much better front page store modal behaviour: Download and cache videos properly Fix broken re roll behaviour Better randomisation If a player owns everything then just show them whatever we can Reroll after first loop
51 Days Ago
Cache Main Menu canvas
51 Days Ago
new_menu -> main