userIan Hendersoncancel
reporust_rebootcancel

4,153 Commits over 701 Days - 0.25cph!

40 Days Ago
merge issue fix
40 Days Ago
wip logs
40 Days Ago
main -> new_menu2
40 Days Ago
Replace twitch rivals old header with new generic header
40 Days Ago
Extra safety with JSON file handling. Nuke it if it looks funny. Try run normally without blocking menu startup even if its corrupt.
40 Days Ago
Prevent connect modal from ocassionally throwing an NRE
40 Days Ago
▄▇▆▇_▇▊▉▋▌█▋▋█▉▇▄▉▆▋▆▊▇▋▇▊▅▇▍▊▋ -> ▉▄▋_▌█▉▄▇
40 Days Ago
Set the new map on the RHIB to use the same shader and basic setup as map views in the server browser
40 Days Ago
Use a single shared 200 x 200 texture to keep costs down
40 Days Ago
Show the real ingame map on a RHIB screen
40 Days Ago
Animate the throttle level on the new RHIB Support reverse
40 Days Ago
minor code cleanup
40 Days Ago
Added working compass to the new RHIB
40 Days Ago
Fixed the propellers not rotating with movement speed
40 Days Ago
Add Waterworld to the scene loader
41 Days Ago
backgroundvideo_fix -> main
41 Days Ago
Convar to force menu background videos to be webm only. Default = true
41 Days Ago
Change texture compression on the RHIB controls
41 Days Ago
Fix new drybox not spawning on the RHIB
41 Days Ago
Remove testing stuff
41 Days Ago
Persist SyncVar arguments from within components
41 Days Ago
SyncVars can now be used in EntityComponents
41 Days Ago
█▋▉▌▌▆ ▌▌▋▋▉▉▇██▆▅▉ ▉▇ █▋▇▄▇▅ ▅▇▍▌▋▆█ ▅▆▊▍ ▊█▅▍
41 Days Ago
session_text_fix -> new_menu2
41 Days Ago
Prevent header image from stretching in the session page
41 Days Ago
Ensure server title and logo changes properly on the session page
41 Days Ago
server_image_size_fix -> new_menu2
41 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
41 Days Ago
main -> new_menu2
41 Days Ago
fix_shockbyte_button -> main (changes were stomped)
41 Days Ago
Remove extra logs
41 Days Ago
Fix shockbyte button again
41 Days Ago
WIP test stuff
42 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
42 Days Ago
Create getter and setter methods we can give to the weaver
42 Days Ago
Make a public caller method to get around partial methods with access modifiers requiring an implementation
42 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
42 Days Ago
Stop interaction toast clipping Setup button max sizes
42 Days Ago
Remove top level token debug
42 Days Ago
Ensure map name is sanitised properly in streamermode
42 Days Ago
Ensure session background isn't fully transparent
42 Days Ago
Remove excess logs
42 Days Ago
Fix spacing issue with queue icon
42 Days Ago
Fix server queues not detecting single person queues
42 Days Ago
Dont adjust gamemode counts if you are on the wrong category
42 Days Ago
Try and fix promo site not working
42 Days Ago
Fix interaction toast sometimes running logic twice on a single button press
42 Days Ago
Fix rust plus close button not working
42 Days Ago
Restore old streamer mode server description
43 Days Ago
Fix source generator not running on components Code cleanup