userIan Hendersoncancel
reporust_rebootcancel

4,096 Commits over 701 Days - 0.24cph!

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