4,177 Commits over 701 Days - 0.25cph!
server_image_size_fix -> new_menu2
Ensure Server Image retains aspect ratio a bit better (no more cover fill) - should prevent parts of server images from being cut off or obscured
fix_shockbyte_button -> main (changes were stomped)
Fix shockbyte button again
Weaver setup:
Takes sync attributes inside the method and wires them to the hoisted SyncVars in the BaseEntity class
Inject proxy methods (getter and setter)
Util method to try and find EntityComponentBase inheritence
Create getter and setter methods we can give to the weaver
Make a public caller method to get around partial methods with access modifiers requiring an implementation
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
Stop interaction toast clipping
Setup button max sizes
Remove top level token debug
Ensure map name is sanitised properly in streamermode
Ensure session background isn't fully transparent
Fix spacing issue with queue icon
Fix server queues not detecting single person queues
Dont adjust gamemode counts if you are on the wrong category
Try and fix promo site not working
Fix interaction toast sometimes running logic twice on a single button press
Fix rust plus close button not working
Restore old streamer mode server description
Fix source generator not running on components
Code cleanup
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
Initial clientside boring stuff
media_capture_backgroundvideo -> main
Convar to skip the current menu background video
Rename 'rust+' button 'pairing'
Ensure Rust+ button has a hover effect
Ensure streamer mode works for server titles in play
Make header box less transparent
Disable the 'background' on the session modal connection window
naval_update -> scientist_rhib
Onbly show the tutorial button if the connected server has a tutorial available
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
Add new toast types when you are kicked or banned
Fix issues with notification icon popping up whne it shouldn't be
Remove rendundant code
Added dedicated name support to store heros
▊▆▍ ▉▋▋██▉▆▍▌▊▋▇ ▅▋▊▍▉▊▇▇▆▄ ▊▊ ▊▄▋ ▄▋▆▉▉▌ ▇▌ ▇▉▌▉ ▄▌▄'▊ ▇▋▅ ▆▅▉▌▆▋▇ ▌▋█▅▄▋ █▋▅▅▊▄▅█▋▌▆
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)
Pause and play the store hero video when you close and open the menu
More logs for notifications
Update some tooltips to the new menui2 ones
Proposed fix for notifications