branchrust_reboot/main/HackWeekServerSidePlayerMovementcancel

20 Commits over 0 Days - ∞cph!

1 Year Ago
Added client-side only cube thing
1 Year Ago
Remove debug print
1 Year Ago
Fixed ducking animating as if it was being pressed intermittently
1 Year Ago
Player body direction now working correctly. Let's allow the client to set body direction for now, like it used to - since it's closely associated with aiming. Server will control position. Repurpose tickViewAngles to get body rotation without needing new data.
1 Year Ago
Merge main -> HackWeekServerSizePlayerMovement (update to Unity 2021)
1 Year Ago
Player is now able to run again
1 Year Ago
Remove debug print
1 Year Ago
Change local player to accept position data from the server the same as other clients do. Local client now moves with server-side movement inputs (but no prediction yet).
1 Year Ago
Can now do very basic server-side movement (walking only, can't look around)
1 Year Ago
Minor edit only
1 Year Ago
Fixed SetParent NRE
1 Year Ago
Now that we can compile both client and server, run code gen. + simplified an RPC.
1 Year Ago
Server side now compiling. Commented out a lot of input code for the moment. Wanted to get everything compiling before I move all the inputs out of PlayerWalkMovement and into a new client-side input section
1 Year Ago
A lot of replacing movement state with model state on the client
1 Year Ago
Client side now compiling again
1 Year Ago
Last WIP for today
1 Year Ago
Removing code, moving code, many "SSM TODO"s for later
1 Year Ago
Minor edit
1 Year Ago
1 Year Ago
Velocity/speed