userIan Hendersoncancel

5,812 Commits over 913 Days - 0.27cph!

3 Months Ago
pt_boat_turret_prefabinfo -> main
3 Months Ago
Add prefab info to the front and rear pt boat 50 cal turrets
3 Months Ago
Generated the double pt boat turret icon
3 Months Ago
- Revert M249 icon - Add single turret icon
3 Months Ago
icon_generator_animation_support
3 Months Ago
Add support to the Prop Renderer / Icon Generator to allow running Idle animations in Editor, this means we can force the model to move its bones to an initial idle state. Required in order to generate icons for the new PT Boat Turrets
3 Months Ago
force_update_trigger_bypass -> main
3 Months Ago
Temporarily revert the boat building steering wheel from mount sync improvements until we can sanity check other optimizations
3 Months Ago
force_update_trigger_bypass -> main
3 Months Ago
Dont need extra force update check
3 Months Ago
Fix new mountable unparenting behaviour from freaking out when you dismount into a trigger volume. It would cause players to be kept contained in that volume
3 Months Ago
force_update_trigger_bypass -> main (yolo, sorry QA)
3 Months Ago
Allow regular players to bypass MountPlayerSync (not just ai) on: - Player Boat Steering Wheel - PT Boat Driver - PT Boat Passenger - PT Boat Turrets - RHIB Driver - Small Boat Passenger (incl RHIB) - Small Boat Driver This could cause all kinds of issues, or work perfectly. It's worth exploring for the performance benefits
3 Months Ago
pt_boat_turret_fixes -> main
3 Months Ago
Ensure rear turret marks itself as dirty if it deviates enough of an angle
3 Months Ago
main -> pt_boat_turret_fixes
3 Months Ago
mountplayersync_ai_bypass
3 Months Ago
Roll out parenting syncing to the turret seat and the double 50 cal seat
3 Months Ago
Fixed incorrect set parent check on the right branch this time
3 Months Ago
Fixed incorrect set parent check
3 Months Ago
pt_boat_fixes -> main
3 Months Ago
main -> mountplayersync_ai_bypass
3 Months Ago
pt_boat_turret_fixes -> main
3 Months Ago
- Fix rear turret being able to move outside its clamping bounds
3 Months Ago
- Fix turret movement not being visible to others (when other players are using it) - Half front turret sensitivity
3 Months Ago
pt_boat_turret_full_reload -> main
3 Months Ago
Don't reloading the PT boat turrets when turrets are full - they have to have fired a shot first
3 Months Ago
vedning_machine_vis_fix -> main
3 Months Ago
Fix fetch cycle throwing an NRE
3 Months Ago
main -> travelling_vendor_vis_fix
3 Months Ago
mountplayersync_ai_bypass -> main (yolo2)
3 Months Ago
- Fix parented players being at odd starting rotations - Enable AI only parenting on: PTBoatDriver PTBoatPassenger Small Boat Passenger RHIB Driver
3 Months Ago
Reimplement parenting logic
3 Months Ago
main -> mountplayersync_ai_bypass
3 Months Ago
junkpile_ladder_clip_fix -> main
3 Months Ago
junkpile_ladder_clip_fix -> main
3 Months Ago
ptboat_turret_safezone -> main
3 Months Ago
Don't allow AI or players to shoot mounted weapons when in safe zones
3 Months Ago
tryfind_matchiongdeployables_fix -> main
3 Months Ago
Hardening incase traced ent is null (when finding matching deployables)
3 Months Ago
boatai_balance_changes -> main
3 Months Ago
main -> boatai_balance_changes
3 Months Ago
Swap InvokeRandomised with a 0 randomised value to a standard InvokeRepeating - run every 0.05 instead of every update frame
3 Months Ago
travelling_vendor_vis_fix -> main
3 Months Ago
- New scientist setup for both boats - Increased turret max attack distance 75 -> 125 - Cleanup
3 Months Ago
RHIB Scientists now use LR300s - not MP5s
3 Months Ago
Seperate out rhib ai driver and pt boat ai driver into seperate prefabs so each can be loaded properly This fixes the loaded version of boat ai having worse stats than the regular fresh spawned version
3 Months Ago
RHIB Scientists can attack players at a way higher range 30 -> 70
3 Months Ago
main -> boatai_balancing_changes
3 Months Ago
tanky_ai_load_fix