userIan Hendersoncancel
reporust_rebootcancel

4,580 Commits over 731 Days - 0.26cph!

34 Days Ago
Connect to the coordinator on init and leave on remove When you find a target that you want - register it as yours, this prevents other boats from taking it
34 Days Ago
Boat coordination system setup Provides an avenue for boats to claim/unclaim targets, this prevents lots of boats from dogpilling on a single target
34 Days Ago
Compile errors
34 Days Ago
If driver is killed - totally remove AI Make RHIB scientists much weaker than regular scientists
34 Days Ago
Add more profiling
34 Days Ago
Prevent overcorrection when approaching targets Put debug drawing behind a variable Move constants to BoatAI.Data Prevent Reserializing fields when changing symbols
34 Days Ago
Apply blurring over the whole context space to try and prevent oscillations between very similar states Use scoring for picking context directions rather than lowest danger weighting
34 Days Ago
34 Days Ago
Prevent boats from jiggling once they reach their target position Codegen
35 Days Ago
metabolism_fast_fix -> main
35 Days Ago
Attempted fix for metabolism ticking too fast Swapped over to a double rather than a float
35 Days Ago
scientist_boat_ai -> naval_update
35 Days Ago
Apply shelf 11387 for Flavien
35 Days Ago
Remove logs Add back avoidance
35 Days Ago
Finally! Working 360 degree avoidance (sixth attempt at avoidance, seems to be the final version!) Stop NPCs on the boat from being targetted as enemies (boat would drive around in circles trying to get close to a passenger) Fix Y values screwing up our targetting vector logic Obstacle system was transforming direction when it didnt need to
35 Days Ago
Ensure a full 360 degrees of directions are generated
35 Days Ago
Add proper support for reversing - use the dot product to determine when behind Fix a bunch of incorrect vector space translations More debugging
37 Days Ago
Clamp danger values Local to world (not the other way around)
37 Days Ago
Increase context resolution Harder steering over lower values
37 Days Ago
Rip out the old boat ai steering behaviour and fully replace it with a context driven version| Retain a map of interest and danger that correlates to a fixed set of directions around the boat Weight everything up and take the path of most interest + least danger
38 Days Ago
naval_update -> scientist_boat_ai
38 Days Ago
Better spacing values Disable RHIBs spawning in the deepsea for now
38 Days Ago
Messing with deepsea values
38 Days Ago
Manifest
38 Days Ago
Added AI RHIBs to the deep sea Codegen General cleanup
38 Days Ago
Deep sea specific RHIB prefab
38 Days Ago
Stop the boat driving if the driver gets doinked
38 Days Ago
Driver no longer has a gun out
38 Days Ago
Reduce number of feelers Prioritise forward direction Try to avoid flicking between similar directions
38 Days Ago
Fifth attempt at avoidance logic
38 Days Ago
Fix broken bounds on the rhib storage drybox
38 Days Ago
Remove mounting debug code
38 Days Ago
Setup RHIB specific scientists Fix bounds on the new RHIB (actually play impact effects) Manifest
38 Days Ago
Add support for spawning the new scientists, but lets stay with the old ones for now
38 Days Ago
Swap avoidance Physics.Spherecast to GamePhysics.TraceAllUnordered, should be a bit more reliable Further simplification to avoidance code, not 100% sold on it so im commenting out for now
39 Days Ago
Allow head look (lets the scientists actually target things) whilst they are on the boat
39 Days Ago
Actually fill the RHIB with scientists when you attach
39 Days Ago
naval_update -> scientist_boat_ai
39 Days Ago
browser_scrollview_fix_2 -> main
39 Days Ago
Try togling the categories to fix only 4 entries showing up - seems to be a valid fix in actual build
39 Days Ago
neck_stuck_debug -> main
39 Days Ago
Add playermodel.debugheadbug to attempt to try to get to the root cause of this head locking bug
39 Days Ago
powered_water_purifier_pickup_fix -> main
39 Days Ago
Fixed not being able to pickup the powered water purifier even when its empty
39 Days Ago
browser_scroll_bug_fix -> main
39 Days Ago
Some more changes to try and get browser scrollview to work properly
40 Days Ago
hurt_overlay_nvg_fix -> main
40 Days Ago
Dont show the hurt overlay if we have NVG's on. This is because the hurt overlay would brighten up the NVG effect - letting you see more. This would give an advantage to people who have NVG's on.
40 Days Ago
test_generator_more_snapping_fixes -> main
40 Days Ago
Fix weird collider on test generator Fix weird deploy volumes on test generator