userIan Hendersoncancel
reporust_rebootcancel

5,579 Commits over 882 Days - 0.26cph!

6 Months Ago
Fixed PT Boat prefab Cleanup Scientists now spawning on PTBoat
6 Months Ago
Initial work to allow the ai to work on the PT Boat
6 Months Ago
Move the random storage box into the doorway. You now have to interact with the door to open the pt boat storage Manifest (again)
6 Months Ago
gun_turret -> naval_update
6 Months Ago
Manifest
6 Months Ago
naval_update -> gun_turret
6 Months Ago
Working rear turret. Aiming is still ugly Ensure roll values are removed by projecting our rotation onto fixed axes (not transform axes) Manifest
6 Months Ago
Add correct components to rear turret Standing mounted turret seat setup
6 Months Ago
Mounted Turret Seat now supports multiple turrets on the same vehicle Initial rear turret setup
6 Months Ago
Setup right entities Setup prefab variants
6 Months Ago
naval_update -> gun_turret (missed files)
6 Months Ago
naval_update -> gun_turret
6 Months Ago
server_refresh_budgeting_adjustments -> main
6 Months Ago
Increase server processing budgeting up to 200 per frame Remove stop watch limitation
6 Months Ago
BaseMountable compile fixes
6 Months Ago
Compile fixes: copyboat_cl was a ServerVar, swapped it to a ClientVar Codegen
6 Months Ago
scientist_rhib_gameplay_pass_2 -> naval_update
6 Months Ago
Make the PT boat turret immortal for good measure
6 Months Ago
More loot changes
6 Months Ago
When spawned in the deep sea: scientist RHIBs will generate loot in their dry boxes (not balanced)
6 Months Ago
boat_ai_optimisations_2 -> naval_update
6 Months Ago
Increase interest intensity
6 Months Ago
Fix boken avoidance logic after our move to jobs
6 Months Ago
boat_ai_optimisations -> naval_update
6 Months Ago
6 Months Ago
boat_ai_optimisations_2 -> naval_update
6 Months Ago
Light sleeping: - wake boats up occasionally to wander around - wake, wander a bait then go back to sleep
6 Months Ago
Added sleepy system to boats Boats will sleep when the lose all targets and have lost them for x seconds
6 Months Ago
boat_ai_optimisations -> naval_update
6 Months Ago
Fix notification 'red bubble' not appearing when we have unread notifications on launch
6 Months Ago
Fix twitch drop background NRE
6 Months Ago
fix_dumb_name -> naval_update
6 Months Ago
Rename 'Mouted' to 'Mounted'
6 Months Ago
Move useable by turret check to the serverside
6 Months Ago
Compile fixes
6 Months Ago
Lower wander strength to stop them running into walls
6 Months Ago
New avoidance update interval convar Codegen
6 Months Ago
Get BoatAI down from 4ms every frame (for 12 boats) to around .2 ms for the same 12
6 Months Ago
Seperate physics queries from the avoidance logic itself Use cached physics results for a few frames instead of having to request fresh data every cycle
6 Months Ago
Swap all of the raycasting to run on jobs via RaycastCommands
6 Months Ago
Drop context resolution 12 -> 8 Still gives us plenty of data but saves 4 rays
6 Months Ago
Swap AIDriverUpdateAction InvokeRepeating to InvokeRandomized so we dont flood the thread Run every 100ms rather than every frame
6 Months Ago
naval_update/gun_turret -> naval_update
6 Months Ago
Manifest Codegen
6 Months Ago
naval_update -> gun_turret
6 Months Ago
Apply changes to default prefab
6 Months Ago
Make turret entity invinsible Position changes
6 Months Ago
Rename internall turret seat Move aim position Manifest
6 Months Ago
Interpolate server states with IGenericLerpTarget, thanks Bill!
6 Months Ago
Swap yaw/pitch sync vars over to a single ServersideMountedWeaponSnapshot syncvar