branchrust_reboot/main/naval_update/turret_fixescancel

42 Commits over 30 Days - 0.06cph!

10 Days Ago
Use server start and end time instead (use invokeing for both) rather than just winging it in update loop (which will run slow on the server)
10 Days Ago
Lerp smoothly to 0 - dont hard set
10 Days Ago
naval_update -> turret_fixes
17 Days Ago
- FIx a bug causing the seat eye centre to go to Vector3.zero, putting your eyes inside the players body
17 Days Ago
Resort 50 cal left after the merge
17 Days Ago
naval_update -> turret_fixes
17 Days Ago
- More seat adjustments
17 Days Ago
Try out seat relative position re-sync update
17 Days Ago
Bring down reload to like 14.7
17 Days Ago
Reorient seat in the turret Better eye pos
17 Days Ago
17 Days Ago
Reorient seat in gun space
17 Days Ago
- Only update server seat if no client auth
17 Days Ago
Compile fix
17 Days Ago
- Remove debug logs - Remove ddraw
17 Days Ago
- Missing
17 Days Ago
- Fix rear turret (that was a pain) - Fix front turret screenshake going crazy
17 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
17 Days Ago
Compile fixes
17 Days Ago
- Fix client trying to override the reoncilliation when reloading
17 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)
17 Days Ago
- Lerp properly - Dirty system - CLeanup fire system
17 Days Ago
Compile fix
17 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
17 Days Ago
- Swap reload to be fully serverside - Fixing 'isreload' flag being set in the wrong places
17 Days Ago
Fixed Get Network Time compile error
17 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
17 Days Ago
Fix waiting for reload bugs
18 Days Ago
- Swapped server IsReload toggle over to a coroutine -- Invoke Handler was waiting double the time on the serverside
18 Days Ago
Remove unused threshold
18 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
18 Days Ago
naval_update -> turret_fixes
18 Days Ago
- WIP
18 Days Ago
Missed compile fix
18 Days Ago
- Compile errors - Reduced rear screenshake
18 Days Ago
Add screenshake to the front and rear turret so they don't feel lifeless
18 Days Ago
Restored the rotate to zero before reloading
18 Days Ago
Fix mounted weapon show/hide NRE
18 Days Ago
Set AI turret max shoot distance from 200 -> 75 meters
18 Days Ago
Bring back turret aim lerping
18 Days Ago
More value tuning
18 Days Ago
Implementing a few suggestions from Graham: - Move reconcilliation to Update loop - Transform pivot angle relative to transform space rather than world space - Make all of my reoncilliation/update use sensible values - Variable everything