userIan Hendersoncancel
reporust_rebootcancel

5,760 Commits over 913 Days - 0.26cph!

9 Months Ago
tutorial_mission_reset_nre_fix -> main
9 Months Ago
Ensure logic still works if the skipped mission was the active mission
9 Months Ago
tutorial_mission_reset_nre_fix -> main
9 Months Ago
Dont serialize null missions Dont serialize default state missions
9 Months Ago
mission_isstarted_nre -> main
9 Months Ago
Try/catch mission think system
9 Months Ago
mission_isstarted_nre -> main
9 Months Ago
Fix mission 'is started' NRE
9 Months Ago
Allow AI to drive anything derived from BaseVehicle New custom upload loop. Safely turned on/off if AI is assigned HasDriver flag set but mounting logic stays the same
9 Months Ago
Play an on/off animation on the maps when the engine is toggled on or off Map system refactor and storing in its own file Folder cleanup
9 Months Ago
restore_old_sorting -> main
9 Months Ago
Baked defaults into play prefab
9 Months Ago
Changed default orderBy string to match new intended behaviour
9 Months Ago
Restore default sorting to be ping then pop (like the old menu)
9 Months Ago
Fixed notify LOD notifing the wrong object
9 Months Ago
Added toggleable working lighting, needs some work to make it prettier
9 Months Ago
Missed files
9 Months Ago
Better script split off (keep relevant scripts under client objects where required)
9 Months Ago
Always lerp the left hand target, so its not being aggressively set. Eg if you let go of the throttle we will gradually move back to a steering hand position rather than snapping
9 Months Ago
RHIB maps move to follow RHIB position
9 Months Ago
tugboat_rug_fix -> main
9 Months Ago
If not on the home page, then pause the store modal video. This prevents events from firing when you are on other pages.
9 Months Ago
hide it when hiding cancel as well (not needed)
9 Months Ago
Ensure loading screen always respects streamermode, even if you only enable it once joining a server
9 Months Ago
Ensure prioritising premium will cancel currently running query the same as the cache does
9 Months Ago
Ensure 'prioritise premium' works on community servers
9 Months Ago
Fix issues with the friends name not showing if theres only 1 on another server
9 Months Ago
Ensure cancel button works correctly on the browser
9 Months Ago
Force 'applyfilters' after any kind of refresh
9 Months Ago
Invert players search
9 Months Ago
check for 'no servers' after tying in the search bar so the icon doesnt popup all the time
9 Months Ago
Remove testing force code
9 Months Ago
Better map screens Seperate off new material Bunch of methods from regular in game map
9 Months Ago
naval_update -> scientist_rhib
9 Months Ago
main -> naval_update
9 Months Ago
Use a relatively small render texture for display Seems to work in most cases (since the video is transcoded)
9 Months Ago
Try just bundling the video and play it that way (its very small 2MB~), so should be very low impact
9 Months Ago
Never destroy the currently displayed texture on the loading screen Only free old textures after we have loaded new ones
9 Months Ago
main -> new_menu2
9 Months Ago
Fix ban notifications not coming in
9 Months Ago
Properly break out of GetRules() if rules are null
9 Months Ago
New, cleaner pipeline for setting server logos. Connect modal doesnt do anything. Fully handled by PlayerJoin system
9 Months 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'
9 Months Ago
Fix server description not appearing on the very first server you click on after game launch
9 Months Ago
Fix bug preventing the images from changing in subsequent calls
9 Months Ago
Only update the loading screen image provided its been over a certain time period since you seen the last one
9 Months Ago
Bug fixes with the texture prepare process
9 Months Ago
Swap video player over to api mode and project to a texture. Camera render doesn't seem to want to play properly
9 Months Ago
Fix servers been incorrectly placed in the modded category when they should be in community
9 Months Ago
Fix sorting by 'mode' not working Sorting code cleanup