userIan Hendersoncancel
reporust_rebootcancel

5,052 Commits over 792 Days - 0.27cph!

20 Days Ago
50cal_animation -> naval_update
20 Days Ago
Reduce the wave impact on the pt boat so easier to predict + less nausea
20 Days Ago
- Add a replicated var to turn on/off client authority so we dont get stuck in a build without the ability to change - Codegen
20 Days Ago
Try authority with higher yield state acceptance
20 Days Ago
50cal_animations -> naval_update
20 Days Ago
50cal_animations -> naval_update
20 Days Ago
Up the updaterate since we are using serverside movement
20 Days Ago
Set both turrets to be serverside only. Won't be as smooth but its release-able
20 Days Ago
50cal_animations -> naval_update
20 Days Ago
Fixed merge conflicts: - Rewired up turret screenshake effects - Fixed broken values/references
20 Days Ago
naval_update -> 50cal_animations (2)
20 Days Ago
naval_update -> 50cal_animations (merge issues)
20 Days Ago
turret_fixes -> naval_update
20 Days Ago
- FIx a bug causing the seat eye centre to go to Vector3.zero, putting your eyes inside the players body
20 Days Ago
Resort 50 cal left after the merge
20 Days Ago
naval_update -> turret_fixes
20 Days Ago
- More seat adjustments
20 Days Ago
Try out seat relative position re-sync update
20 Days Ago
Bring down reload to like 14.7
20 Days Ago
Reorient seat in the turret Better eye pos
20 Days Ago
20 Days Ago
Reorient seat in gun space
20 Days Ago
- Only update server seat if no client auth
20 Days Ago
Compile fix
20 Days Ago
- Remove debug logs - Remove ddraw
20 Days Ago
- Missing
20 Days Ago
- Fix rear turret (that was a pain) - Fix front turret screenshake going crazy
20 Days Ago
- Fix AI beig a bit awkward with the new aiming system - Send snapshots in the right space - Don't use the interpolator when reconcilling - Fix incorrect forward directions after changing those space transforms - Missed HasAuthority check
20 Days Ago
Compile fixes
20 Days Ago
- Fix client trying to override the reoncilliation when reloading
20 Days Ago
- Revised all of the World -> Turret space angle projection math - Prefix a bunch of variables with their 'space' eg world or turret - Rewrite some of the rotation code - Fix some bugs with stuttery or locked rotation (spinning us around sometimes)
21 Days Ago
- Lerp properly - Dirty system - CLeanup fire system
21 Days Ago
Compile fix
21 Days Ago
- Reroute reload to just play on receiving the RPC, simplifies everything and it lines up the animation better (prevents that offset bug where the turret would play offset to the player reload animations) - Resetup the power bar
21 Days Ago
- Swap reload to be fully serverside - Fixing 'isreload' flag being set in the wrong places
21 Days Ago
Fixed Get Network Time compile error
21 Days Ago
- Client auth with server validation (server auth and client prediction doesnt work for waves) - New setup for handling input validation - Setup force system for updates - Cleanup and remove some of the bloat thats developed
21 Days Ago
Fix waiting for reload bugs
21 Days Ago
- Swapped server IsReload toggle over to a coroutine -- Invoke Handler was waiting double the time on the serverside
21 Days Ago
Remove unused threshold
21 Days Ago
- Try moving everything over to update (on the lerping side) - Server sends an aim packet everytime it receives an input rather than checking difference before sending
21 Days Ago
naval_update -> turret_fixes
21 Days Ago
- WIP
21 Days Ago
Missed compile fix
21 Days Ago
- Compile errors - Reduced rear screenshake
21 Days Ago
Add screenshake to the front and rear turret so they don't feel lifeless
21 Days Ago
Restored the rotate to zero before reloading
21 Days Ago
Fix mounted weapon show/hide NRE
21 Days Ago
Set AI turret max shoot distance from 200 -> 75 meters
21 Days Ago
Bring back turret aim lerping