userIan Hendersoncancel

4,864 Commits over 762 Days - 0.27cph!

4 Months Ago
Bug fixes with the texture prepare process
4 Months Ago
Swap video player over to api mode and project to a texture. Camera render doesn't seem to want to play properly
4 Months Ago
Fix servers been incorrectly placed in the modded category when they should be in community
4 Months Ago
Fix sorting by 'mode' not working Sorting code cleanup
4 Months Ago
servers marked as 'battlefield' and 'build' will be battlefield servers
4 Months Ago
Stop Battlefield tag from overflowing
4 Months Ago
Bug fixes - ensure its hidden at the right point
4 Months Ago
Hide the cancel button when trying to respawn so players wont accidentally hide cancel
4 Months Ago
Code cleanup
4 Months Ago
Fix tutorial modal video not playing correctly for some people
4 Months Ago
cleanup to try and find the bug
4 Months Ago
merge issue fix
4 Months Ago
wip logs
4 Months Ago
main -> new_menu2
4 Months Ago
Replace twitch rivals old header with new generic header
4 Months Ago
Extra safety with JSON file handling. Nuke it if it looks funny. Try run normally without blocking menu startup even if its corrupt.
4 Months Ago
Prevent connect modal from ocassionally throwing an NRE
4 Months Ago
▄▇▆▇_▇▊▉▋▌█▋▋█▉▇▄▉▆▋▆▊▇▋▇▊▅▇▍▊▋ -> ▉▄▋_▌█▉▄▇
4 Months Ago
Set the new map on the RHIB to use the same shader and basic setup as map views in the server browser
4 Months Ago
Use a single shared 200 x 200 texture to keep costs down
4 Months Ago
Show the real ingame map on a RHIB screen
4 Months Ago
Animate the throttle level on the new RHIB Support reverse
4 Months Ago
minor code cleanup
4 Months Ago
Added working compass to the new RHIB
4 Months Ago
Fixed the propellers not rotating with movement speed
4 Months Ago
Add Waterworld to the scene loader
4 Months Ago
backgroundvideo_fix -> main
4 Months Ago
Convar to force menu background videos to be webm only. Default = true
4 Months Ago
Change texture compression on the RHIB controls
4 Months Ago
Fix new drybox not spawning on the RHIB
4 Months Ago
Remove testing stuff
4 Months Ago
Persist SyncVar arguments from within components
4 Months Ago
SyncVars can now be used in EntityComponents
4 Months Ago
█▋▉▌▌▆ ▌▌▋▋▉▉▇██▆▅▉ ▉▇ █▋▇▄▇▅ ▅▇▍▌▋▆█ ▅▆▊▍ ▊█▅▍
4 Months Ago
session_text_fix -> new_menu2
4 Months Ago
Prevent header image from stretching in the session page
4 Months Ago
Ensure server title and logo changes properly on the session page
4 Months Ago
server_image_size_fix -> new_menu2
4 Months 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
4 Months Ago
main -> new_menu2
4 Months Ago
fix_shockbyte_button -> main (changes were stomped)
4 Months Ago
Remove extra logs
4 Months Ago
Fix shockbyte button again
4 Months Ago
WIP test stuff
4 Months 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
4 Months Ago
Create getter and setter methods we can give to the weaver
4 Months Ago
Make a public caller method to get around partial methods with access modifiers requiring an implementation
4 Months 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
4 Months Ago
Stop interaction toast clipping Setup button max sizes
4 Months Ago
Remove top level token debug