userIan Hendersoncancel

4,096 Commits over 701 Days - 0.24cph!

14 Days Ago
Fix a problem which would sometimes not display your favourite servers Reduce the amount of search pruning: it was too severe: We were overly pruning servers based on wipe and play times, but servers in the favourites aren't guaranteed to having these values. This was causing us to excessivly prune search results that didnt need to be pruned.
15 Days Ago
Remove left over log in loading screen
15 Days Ago
▆▊▌█▇▄▍█▍▇█ █▅▅▋▇ ▋▊ █▉▅▇▄▄ █▋█▋██▅▌ █▊▉▍ ▅▇▊▋ ▅▉ ▊▊▇ ▊▄▉ ▅▉▅█▇██▍▉▌ ▍▊▉▅▍▉ ▅▉▄
15 Days Ago
more_ui_fixes_3 -> main
15 Days Ago
Test scene changes
15 Days Ago
Can drive in between obstacles better Left side preference seems to be the way to go Increase distance awareness
15 Days Ago
Better avoidance model Rather than appending left,right,left,right directions append all left centre then right When picking an avoidance direction attempt to pick a side that that containues with the ongoing steer, eg pick a left side if currently going left Flip steering direction (was steering left when meant to be right)
16 Days Ago
Very simple, half working obstacle avoidance
16 Days Ago
Add classic boat wandering state
16 Days Ago
naval_update -> scientist_boat_ai
16 Days Ago
main -> naval_update
16 Days Ago
workshop_loading_screen_fix -> main
16 Days Ago
Fixed bug allowing the info header to still stick around
16 Days Ago
Fix loading into workshop scene showing incorrect server information
16 Days Ago
tugboat_shelf_fix -> main
16 Days Ago
Fix shelfs not working on tugboats
17 Days Ago
Calculate a bunch of ray directions in the bow and stern of the boat Gives us some directions for steering behaviour
17 Days Ago
more_menu_fixes -> main
17 Days Ago
If premium is active dont show the default 5/15
17 Days Ago
more_menu_fixes -> main
17 Days Ago
Typos
17 Days Ago
more_menu_fixes -> main
17 Days Ago
Generate phrases
17 Days Ago
Ensure null disconnect reasons arent parsed
17 Days Ago
Interaction toast now has an extended area which displays the kick or error reason over multiple lines rather than just a single line https://files.facepunch.com/ianhenderson/1b2111b1/Unity_TqrkJwDgsd.png
17 Days Ago
Interaction modal buttons will scale to fill whatever room is left
17 Days Ago
Removed excess logs Better loading screen preloading
17 Days Ago
more_menu_fixes -> main
18 Days Ago
Ensure default background is always shown
18 Days Ago
Stop the loading screen from messing up logos over and over again
18 Days Ago
Fix rejoin button not working properly on server disconnects
18 Days Ago
connect_modal_get_rules_fix_2 -> main
18 Days Ago
Prevent world size parsing from throwing an NRE
18 Days Ago
naval_update -> scientist_boat_ai
18 Days Ago
Cleanup old Scientist RHIB Files Ensure collider is readable
18 Days Ago
bow and stern points
18 Days Ago
AI always ensures boat has enough fuel
18 Days Ago
AI makes sure the boat is started Ensure State data gets a reference to the MotorRowboat, not the BaseVehicle
18 Days Ago
Huge cleanup of Vehicle AI architecture Test idle state Setup BoatAI as an ent Prefab warmup
18 Days Ago
More implementation cleanup Boat AI object BaseEntity which will be toggled on/off depending on if there are any NPCs on the RHIB Injects steering and gas pedal into the BaseBoat class
18 Days Ago
Ensure the correct detla time is caclulated for between each ai update Flesh out the AI Input provided interface with some OnAdd and OnRemove methods BaseBoat injects steering and gas pedal into the AI's tick method
18 Days Ago
rhib_scientist -> naval_update
18 Days Ago
Turn off RHIB map if in Hardcore
18 Days Ago
scientist_rhib -> naval_update
18 Days Ago
Small map screen changes Ensure RHIB population still works
18 Days Ago
naval_update -> scientist_rhib
18 Days Ago
team_bag_label_improvements -> main
18 Days Ago
Reduced popup scale a wee bit
18 Days Ago
Added convar for bag team labels sleepingbag.useteamlabels Hardcore turns it off by default
18 Days Ago
main -> naval_update