userIan Hendersoncancel
reporust_rebootcancel

6,241 Commits over 1,035 Days - 0.25cph!

12 Months Ago
When looking at a bag: display the owners name above the tooltip provided its a teammate
12 Months Ago
Stop Linq allocations on LootSpawn::EnsureFilterUpdated() Stop Linq allocations in Client.Connection::DoClientConnected()
12 Months Ago
Missed file
12 Months Ago
Stop allocations on ItemContainer::SetOnlyAllowedItems Micro optimisation
12 Months Ago
Optimise ItemManager::Initialize Linq Queries
12 Months Ago
Add Zlinq to the project
12 Months Ago
convar to help test prepare for missions
12 Months Ago
Revert back to simpler save method Abandon mission instead of trying to use reset to defaults
12 Months Ago
more_browser_fixes -> main
12 Months Ago
Fix bug showing 'prioritise premium' as being off even though it was on
12 Months Ago
Set 'ShowEmpty' to false by default Update tab boxes on open
12 Months Ago
fix_server_browser_missing_servers -> main
12 Months Ago
tutorial_mission_reset_nre_fix -> main
12 Months Ago
Ensure logic still works if the skipped mission was the active mission
12 Months Ago
tutorial_mission_reset_nre_fix -> main
12 Months Ago
Dont serialize null missions Dont serialize default state missions
12 Months Ago
mission_isstarted_nre -> main
12 Months Ago
Try/catch mission think system
12 Months Ago
mission_isstarted_nre -> main
12 Months Ago
Fix mission 'is started' NRE
12 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
12 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
12 Months Ago
restore_old_sorting -> main
12 Months Ago
Baked defaults into play prefab
12 Months Ago
Changed default orderBy string to match new intended behaviour
12 Months Ago
Restore default sorting to be ping then pop (like the old menu)
12 Months Ago
Fixed notify LOD notifing the wrong object
12 Months Ago
Added toggleable working lighting, needs some work to make it prettier
12 Months Ago
Missed files
12 Months Ago
Better script split off (keep relevant scripts under client objects where required)
12 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
12 Months Ago
RHIB maps move to follow RHIB position
12 Months Ago
tugboat_rug_fix -> main
1 Year Ago
If not on the home page, then pause the store modal video. This prevents events from firing when you are on other pages.
1 Year Ago
hide it when hiding cancel as well (not needed)
1 Year Ago
Ensure loading screen always respects streamermode, even if you only enable it once joining a server
1 Year Ago
Ensure prioritising premium will cancel currently running query the same as the cache does
1 Year Ago
Ensure 'prioritise premium' works on community servers
1 Year Ago
Fix issues with the friends name not showing if theres only 1 on another server
1 Year Ago
Ensure cancel button works correctly on the browser
1 Year Ago
Force 'applyfilters' after any kind of refresh
1 Year Ago
Invert players search
1 Year Ago
check for 'no servers' after tying in the search bar so the icon doesnt popup all the time
1 Year Ago
Remove testing force code
1 Year Ago
Better map screens Seperate off new material Bunch of methods from regular in game map
1 Year Ago
naval_update -> scientist_rhib
1 Year Ago
main -> naval_update
1 Year Ago
Use a relatively small render texture for display Seems to work in most cases (since the video is transcoded)
1 Year Ago
Try just bundling the video and play it that way (its very small 2MB~), so should be very low impact
1 Year Ago
Never destroy the currently displayed texture on the loading screen Only free old textures after we have loaded new ones