userIan Hendersoncancel

5,620 Commits over 882 Days - 0.27cph!

34 Days Ago
Add a help print out if a servers region code is returning UNKNOWN
34 Days Ago
Return untranslated region if we cant match the region code
34 Days Ago
- Cleanup datacentre regions - Rename some of them to make them more clear
34 Days Ago
editor_map_creator -> main
34 Days Ago
- New UI - Fix bugs with snapping scroll views on enable/disable - Remove fold outs for now - New custom procedural map scene - Button to force the map creator to take you to the scene - Labelled a bunch of map components in procedural map
35 Days Ago
- More categorisation - Show resource path if its a place decor component
35 Days Ago
- No need to generate cliff topology twice or process procedural objects twice - Expose Disabled flag in inspector - Change path to be 'Window/Map Creator'
35 Days Ago
reenable_mountable_parenting -> main
35 Days Ago
Re-enable mountable parenting on RHIBs, Player Boats and 50 Cals. Staying away from Cannons + Ballista for now
37 Days Ago
Start work on a way for us to be able to make custom maps in editor for testing. Primarily revolving around modifying procgen settings: such as monuments to place, roads, rocks, etc. - Setup disabled flag on all procedural components
37 Days Ago
train_coupling_sound_fix -> main
37 Days Ago
Fixed train car coupling and line up audio playing twice
37 Days Ago
boat_ai_reverse_preference_fix -> main
37 Days Ago
Fix boat ai attempting to reverse to stay in-line with a player on a boat rather than just slowing down the gas pedal Use a stuck timer locking mechanism to only allow the boat ai to reverse when its stuck.
38 Days Ago
loot_container_populateloot_fix -> main
38 Days Ago
Fix 'CONTACT DEVELOPERS! LootContainer::PopulateLoot has null inventory!!!' being thrown when loot containers were attempting to populate loot whilst destroyed. Thanks nivex!
38 Days Ago
server_browser_remove_ping -> main
38 Days Ago
- Region bug fixes - Ensure category button starts counting players again
38 Days Ago
More WIP: - Store closest regions to our local machine on start up so we can sort via distances to data centres - Fix has known region code - Ensure browser ping estimates are back on false - Region ranking system
39 Days Ago
double_voicechat_fix -> main
39 Days Ago
Ensure duplicates arent added with secondary connections. Can be expensive in certain cases but doesnt run 24/7
39 Days Ago
Fix bug that could sometimes cause player voice duplication
39 Days Ago
Cleanup and minor changes
39 Days Ago
Try displaying data centre regions instead
39 Days Ago
main -> inventory_commands_streamermode
40 Days Ago
server_browser_ping_removal -> main
40 Days Ago
Ensure region sorting button uses the correct background
40 Days Ago
server_browser_ping_removal -> main
40 Days Ago
- Show ping and region on connection modal - Servers without a region tag will be put to the bottom of the list - Missed files - Minor browser code folder cleanup
40 Days Ago
Missed file
40 Days Ago
- Display the correct region - Region translation - Look and cache provided region tag on each server - Servers without region tags (eg Unknown region) are put at the bottom - Fix error stopping sorting via region
40 Days Ago
- Remove Ping browser header - Add Region browser header - Allow sorting via that header
41 Days Ago
Fix scoreboard issues
41 Days Ago
scientist_spawner_new_boats
41 Days Ago
Ensure oilrig and crate hacking rhibs are also included
41 Days Ago
scientist_spawner_new_ai -> main
41 Days Ago
Flip the condition
41 Days Ago
scientist_spawners_enabled now affects Scientist Boat spawning
41 Days Ago
kill_scientist_boat_fix -> main
41 Days Ago
Fix scientist boats becoming bricked when using killscientists command
41 Days Ago
scientist_boat_ai_driverkill_fix -> main
41 Days Ago
Ensure Scientist boat AI will be left enabled if the driver is killed. Prevents AI from not shooting when the driver dies
41 Days Ago
inventory_commands_streamermode
41 Days Ago
Ensure a bunch of inventory.give commands respect streamermode - hiding the giving players name
41 Days Ago
catapult_bee_worldmodel -> main
41 Days Ago
Add worldmodel script to bee ammo for the catapult
41 Days Ago
syncvar_improvements_3 -> main
42 Days Ago
Added an attribute to allow optional bypass of mandatory callback system
42 Days Ago
- SyncVars now call their callback method on Network Load - First parameter of SyncVars callbacks can now be null. This only happens in cases where the callback runs on load - Updated all existing scripts
42 Days Ago
Remove Golf Ball Rock that was bricking some prefab ID's Cleanup to try another merge