userIan Hendersoncancel

4,201 Commits over 701 Days - 0.25cph!

28 Days Ago
Make a public caller method to get around partial methods with access modifiers requiring an implementation
28 Days Ago
Pivot, lets do this the most cheaty way imaginable since I cant do two passes with source generator: CodeGen out some stub methods and emulate the SyncVar inside the EntityComponent Setup SyncComponent attribute so we can control it Wire up setting in a way that makes it believable to be a SyncVar
28 Days Ago
Stop interaction toast clipping Setup button max sizes
28 Days Ago
Remove top level token debug
28 Days Ago
Ensure map name is sanitised properly in streamermode
28 Days Ago
Ensure session background isn't fully transparent
28 Days Ago
Remove excess logs
28 Days Ago
Fix spacing issue with queue icon
28 Days Ago
Fix server queues not detecting single person queues
28 Days Ago
Dont adjust gamemode counts if you are on the wrong category
28 Days Ago
Try and fix promo site not working
28 Days Ago
Fix interaction toast sometimes running logic twice on a single button press
28 Days Ago
Fix rust plus close button not working
28 Days Ago
Restore old streamer mode server description
28 Days Ago
Fix source generator not running on components Code cleanup
28 Days Ago
First attempt at a decent solution to entity components (in SyncVars) - hoisting: Grab a reference to all entity components Find SyncComponent attributes Extract all SyncVars from the 'component' Hoist them inside the parent with getters/setters that reference the components SyncVars Run through existing logic
29 Days Ago
Initial clientside boring stuff
29 Days Ago
media_capture_backgroundvideo -> main
29 Days Ago
Convar to skip the current menu background video
29 Days Ago
Rename 'rust+' button 'pairing' Ensure Rust+ button has a hover effect
29 Days Ago
Ensure streamer mode works for server titles in play
29 Days Ago
Make header box less transparent
29 Days Ago
Disable the 'background' on the session modal connection window
29 Days Ago
naval_update -> scientist_rhib
29 Days Ago
main -> naval_update
29 Days Ago
Onbly show the tutorial button if the connected server has a tutorial available
29 Days Ago
Ensure logo image resets on joining a new server (doesn't stay the old one) Ensure tips reset on joining a new server if the old one had custom tips
31 Days Ago
new_menu2 -> main
32 Days Ago
Add new toast types when you are kicked or banned
32 Days Ago
Fix issues with notification icon popping up whne it shouldn't be Remove rendundant code Added dedicated name support to store heros
32 Days Ago
▊▆▍ ▉▋▋██▉▆▍▌▊▋▇ ▅▋▊▍▉▊▇▇▆▄ ▊▊ ▊▄▋ ▄▋▆▉▉▌ ▇▌ ▇▉▌▉ ▄▌▄'▊ ▇▋▅ ▆▅▉▌▆▋▇ ▌▋█▅▄▋ █▋▅▅▊▄▅█▋▌▆
32 Days Ago
new_menu2 -> main
32 Days Ago
Add a message to the companion page to ensure you've signed into the app if its not installed (hopefully that encourages people to relog if having issues)
32 Days Ago
new_menu2 -> main
32 Days Ago
Pause and play the store hero video when you close and open the menu More logs for notifications
32 Days Ago
Missed files
32 Days Ago
Update some tooltips to the new menui2 ones
32 Days Ago
new_menu2 -> main
32 Days Ago
Proposed fix for notifications
32 Days Ago
Remove logs for main
32 Days Ago
new_menu2 -> main
32 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)
32 Days Ago
Quick Join - Prevent local 'last connected' data from being overwritten by steam
32 Days Ago
Compile fix
32 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
32 Days Ago
Flip notfications so the latest notification is at the top and not the bottom
32 Days Ago
Convar fix
32 Days Ago
new_menu -> main
32 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
32 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