userIan Hendersoncancel

4,201 Commits over 701 Days - 0.25cph!

25 Days Ago
Connect modal: Ensure description is always cleared whilst we wait for the new one to arrive Add a spinner showing the description is still 'updating'
25 Days Ago
Fix server description not appearing on the very first server you click on after game launch
25 Days Ago
Fix bug preventing the images from changing in subsequent calls
25 Days Ago
Only update the loading screen image provided its been over a certain time period since you seen the last one
25 Days Ago
Bug fixes with the texture prepare process
25 Days Ago
Swap video player over to api mode and project to a texture. Camera render doesn't seem to want to play properly
25 Days Ago
Fix servers been incorrectly placed in the modded category when they should be in community
25 Days Ago
Fix sorting by 'mode' not working Sorting code cleanup
25 Days Ago
servers marked as 'battlefield' and 'build' will be battlefield servers
25 Days Ago
Stop Battlefield tag from overflowing
25 Days Ago
Bug fixes - ensure its hidden at the right point
25 Days Ago
Hide the cancel button when trying to respawn so players wont accidentally hide cancel
25 Days Ago
Code cleanup
25 Days Ago
Fix tutorial modal video not playing correctly for some people
25 Days Ago
cleanup to try and find the bug
25 Days Ago
merge issue fix
25 Days Ago
wip logs
25 Days Ago
main -> new_menu2
25 Days Ago
Replace twitch rivals old header with new generic header
25 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.
26 Days Ago
Prevent connect modal from ocassionally throwing an NRE
26 Days Ago
▄▇▆▇_▇▊▉▋▌█▋▋█▉▇▄▉▆▋▆▊▇▋▇▊▅▇▍▊▋ -> ▉▄▋_▌█▉▄▇
26 Days Ago
Set the new map on the RHIB to use the same shader and basic setup as map views in the server browser
26 Days Ago
Use a single shared 200 x 200 texture to keep costs down
26 Days Ago
Show the real ingame map on a RHIB screen
26 Days Ago
Animate the throttle level on the new RHIB Support reverse
26 Days Ago
minor code cleanup
26 Days Ago
Added working compass to the new RHIB
26 Days Ago
Fixed the propellers not rotating with movement speed
26 Days Ago
Add Waterworld to the scene loader
27 Days Ago
backgroundvideo_fix -> main
27 Days Ago
Convar to force menu background videos to be webm only. Default = true
27 Days Ago
Change texture compression on the RHIB controls
27 Days Ago
Fix new drybox not spawning on the RHIB
27 Days Ago
Remove testing stuff
27 Days Ago
Persist SyncVar arguments from within components
27 Days Ago
SyncVars can now be used in EntityComponents
27 Days Ago
█▋▉▌▌▆ ▌▌▋▋▉▉▇██▆▅▉ ▉▇ █▋▇▄▇▅ ▅▇▍▌▋▆█ ▅▆▊▍ ▊█▅▍
27 Days Ago
session_text_fix -> new_menu2
27 Days Ago
Prevent header image from stretching in the session page
27 Days Ago
Ensure server title and logo changes properly on the session page
27 Days Ago
server_image_size_fix -> new_menu2
27 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
27 Days Ago
main -> new_menu2
27 Days Ago
fix_shockbyte_button -> main (changes were stomped)
27 Days Ago
Remove extra logs
27 Days Ago
Fix shockbyte button again
27 Days Ago
WIP test stuff
28 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
28 Days Ago
Create getter and setter methods we can give to the weaver