userIan Hendersoncancel
reporust_rebootcancel

4,195 Commits over 701 Days - 0.25cph!

43 Days Ago
Use a single shared 200 x 200 texture to keep costs down
43 Days Ago
Show the real ingame map on a RHIB screen
43 Days Ago
Animate the throttle level on the new RHIB Support reverse
43 Days Ago
minor code cleanup
43 Days Ago
Added working compass to the new RHIB
43 Days Ago
Fixed the propellers not rotating with movement speed
43 Days Ago
Add Waterworld to the scene loader
44 Days Ago
backgroundvideo_fix -> main
44 Days Ago
Convar to force menu background videos to be webm only. Default = true
44 Days Ago
Change texture compression on the RHIB controls
44 Days Ago
Fix new drybox not spawning on the RHIB
44 Days Ago
Remove testing stuff
44 Days Ago
Persist SyncVar arguments from within components
44 Days Ago
SyncVars can now be used in EntityComponents
44 Days Ago
█▋▉▌▌▆ ▌▌▋▋▉▉▇██▆▅▉ ▉▇ █▋▇▄▇▅ ▅▇▍▌▋▆█ ▅▆▊▍ ▊█▅▍
44 Days Ago
session_text_fix -> new_menu2
44 Days Ago
Prevent header image from stretching in the session page
44 Days Ago
Ensure server title and logo changes properly on the session page
44 Days Ago
server_image_size_fix -> new_menu2
44 Days Ago
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
44 Days Ago
main -> new_menu2
44 Days Ago
fix_shockbyte_button -> main (changes were stomped)
44 Days Ago
Remove extra logs
44 Days Ago
Fix shockbyte button again
44 Days Ago
WIP test stuff
45 Days Ago
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
45 Days Ago
Create getter and setter methods we can give to the weaver
45 Days Ago
Make a public caller method to get around partial methods with access modifiers requiring an implementation
45 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
45 Days Ago
Stop interaction toast clipping Setup button max sizes
45 Days Ago
Remove top level token debug
45 Days Ago
Ensure map name is sanitised properly in streamermode
45 Days Ago
Ensure session background isn't fully transparent
45 Days Ago
Remove excess logs
45 Days Ago
Fix spacing issue with queue icon
45 Days Ago
Fix server queues not detecting single person queues
45 Days Ago
Dont adjust gamemode counts if you are on the wrong category
45 Days Ago
Try and fix promo site not working
45 Days Ago
Fix interaction toast sometimes running logic twice on a single button press
45 Days Ago
Fix rust plus close button not working
45 Days Ago
Restore old streamer mode server description
45 Days Ago
Fix source generator not running on components Code cleanup
45 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
46 Days Ago
Initial clientside boring stuff
46 Days Ago
media_capture_backgroundvideo -> main
46 Days Ago
Convar to skip the current menu background video
46 Days Ago
Rename 'rust+' button 'pairing' Ensure Rust+ button has a hover effect
46 Days Ago
Ensure streamer mode works for server titles in play
46 Days Ago
Make header box less transparent
46 Days Ago
Disable the 'background' on the session modal connection window