userIan Hendersoncancel

4,107 Commits over 701 Days - 0.24cph!

1 Year Ago
Path invalid errors patched
1 Year Ago
Fixed vendor test scene
1 Year Ago
Merge main
1 Year Ago
Fixed off alignment
1 Year Ago
Ensure cargoships docking path for harbor 2 is properly centered
1 Year Ago
Prevent heli from trying to crash at underwater labs
1 Year Ago
Merged helicopter fixes
1 Year Ago
Removed debug stuff
1 Year Ago
Bunch more targetting bugs fixed Had to revert damage checks and 0 hp workaround Modified zone sizes again
1 Year Ago
Fixed exploding heli in mid air without crashing Another attempt to fix this neverending orbit bug :)
1 Year Ago
Ensured starting orbit break inside update won't call the rest of the movement code that iteration
1 Year Ago
Fixed logic problem with heli orbits when there are 0 targets and can break from the orbit
1 Year Ago
Prevent further damage to heli once in death state Ensure death spinout location is located on the floor
1 Year Ago
Ensure some space is allocated for collisions prior to the death spinout
1 Year Ago
Added convar to disable monument crashing
1 Year Ago
Ensured monuments that have default tier don't slip through the cracks
1 Year Ago
Additional check for monument type
1 Year Ago
Heli will ignore tier 0 monuments: ice lakes, swamps, caves, etc.
1 Year Ago
Sorted phrases after main merge
1 Year Ago
S2P again
1 Year Ago
Merge main
1 Year Ago
Removed unneeded print outs
1 Year Ago
Ensured is localised setup for shopkeepers
1 Year Ago
Added fishing village, bandit town and outpost shopkeeper tokens
1 Year Ago
Ramdon lighting files
1 Year Ago
S2P - got all vending machines translations working apart from shopkeepers
1 Year Ago
Vending machine translation token now routed through protobuf
1 Year Ago
Swapped over to using translate phrases Added localized checkbox for vending machines
1 Year Ago
Set phrases for all npc vendors
1 Year Ago
Added backend support to allow localisation to npc vending machines
1 Year Ago
Added a small ramp to legacy shelter, so it's easier to access on bad terrain
1 Year Ago
Additional open root check
1 Year Ago
Modified our version of LeanTween to add some additional NRE checks
1 Year Ago
Merge patrol helicopter improvements. Including monument crashing, and zone fixes.
1 Year Ago
Removed debugging
1 Year Ago
Compile fixes
1 Year Ago
Merged death clipping fix
1 Year Ago
Small fixes. Ready to merge.
1 Year Ago
Target returning dummy data if no player outside of zone detected
1 Year Ago
Removed other factors that could be contributing to far away orbit zones Further changes to no go zone sizes
1 Year Ago
Fixed inaccurate damage numbers being pushed to the danger zones. This should stop the heli from fleeing until the player has removed around 30% HP exactly
1 Year Ago
Additional debugging Further optimisation to zone score updating
1 Year Ago
Ensured start spinout is called on death enter instead Fixed some extra unwanted state transitions
1 Year Ago
Fixed problem with monument crashing when there are no monuments in the map Increased danger zone size Flee positions have set height now
1 Year Ago
Patched issue where heli could go and orbit a random zone far away for no reason
1 Year Ago
Way less liberal with the no go zone nearest edge calculation
1 Year Ago
Zone danger is now calculated with a concrete potential damage amount rather than the previous fixed amount for weakspot damage
1 Year Ago
Reduced no go zone size Ensure all targets in zones are looked at before choosing the best one (should ensure heli definetly targets the worst offenders)
1 Year Ago
Swapped heli death detection to an overlap sphere centered on its transform
1 Year Ago
Merge monument crash