branchwiseguys/main/PlayerUpdatescancel

98 Commits over 30 Days - 0.14cph!

7 Years Ago
Vehicles now have three possible states - disable a lot of stuff when not being used.
7 Years Ago
Driveable vehicle materials updated to match static vehicle mats
7 Years Ago
Fixed jittery audio on client/server vehicles. Unfortunately this also means no more doppler effect on vehicles.
7 Years Ago
Camera switching improvements
7 Years Ago
Show your own character when in vehicles
7 Years Ago
Proxy colliders now shrink when crouched (the same as character colliders do already)
7 Years Ago
Fixed animation jitter on proxy players
7 Years Ago
Vehicle exit space check checks actual up, not car up, letting players escape upside-down vehicles.
7 Years Ago
Added missing car audio prefab assignment
7 Years Ago
Removing code duplication, fixing issues from the previous merge, getting player state sync all working properly
7 Years Ago
merge
7 Years Ago
Cleanup from the previous revert - keeping the good bits.
7 Years Ago
Reverting character statc sync changes. Didn't see the Flags param in CharacterMotorState - this can be done a simpler way.
7 Years Ago
Fixed car audio warning
7 Years Ago
Changing variable interpolation clock a little in my work to improve vehicle jitter
7 Years Ago
Character now replicating full state to proxys and correctly on server. Some code duplication that could be improved. Proxy animations working, but with some jitter I need to check out.
7 Years Ago
Minor engine sound fix for getting back in
7 Years Ago
Added engine start and stop sounds to the vehicle
7 Years Ago
No more car engine sound when it's not being used. Changed check for client init so it works in CLIENT+SERVER mode. Client init was getting cancelled since server init has already set the var.
7 Years Ago
Fixed players falling through vehicles when standing on them.
7 Years Ago
Finally got player-in-vehicle initial sync working. OnClientInitialize manual call here is a bit hacky.
7 Years Ago
Preventing vehicle interaction text when someone is already in a vehicle.
7 Years Ago
Removed debug print
7 Years Ago
Setting players as NetworkEntity children of vehicles when they enter. Refactored NetworkEntity to allow for setting null parents. Added support for booleans in RPCs
7 Years Ago
NetworkEmulator comment edit only
7 Years Ago
Removed latency emulator calls per request
7 Years Ago
Removing old vehicle test classes
7 Years Ago
Change enter vehicle text since we only have drivers at this stage.
7 Years Ago
Removed HeldItem Actions and replaced with interface
7 Years Ago
Fixed rotation offset when exiting vehicles.
7 Years Ago
Changed car from four seats to one, driver only.
7 Years Ago
Updated getting in/out of vehicles. Can now attach both player and motor. There's still an issue with player's eye orientation after getting out.
7 Years Ago
Fixed movement on slopes. Ground normal always returned as 1 and slope speed calc was broken (probably unnoticed because slopes were never detected).
7 Years Ago
Restored ability to drive vehicles. Cleared last vestiges of the old PlayerInput.
7 Years Ago
Fixed PlayerInput check and reduce hitbox opacity again.
7 Years Ago
Updated the motor a little. Fixed some input issues with menus not working properly.
7 Years Ago
Added interaction HUD message.
7 Years Ago
Got separate Client/Server working correctly (+some minor cleanup). The main issue was that PlayableCharacter.Server would assign a new PlayerState to currentState every tick, even if there were no inputs to process. This meant that often states were getting sent with an ID of zero, which freaked the client out. Also made server only send state when there's new state to send (i.e. <0 inputs have been processed since last time).
7 Years Ago
Reducing duplicated code. Add character controller reference back in
7 Years Ago
Simple vehicle interaction text edit, pluis removing superfluous meta files.
7 Years Ago
Merging input + motor.
7 Years Ago
Merging vehicle interaction chages and some class restructuring. Needs some more work but the basics are there.
7 Years Ago
Verchle structure changes merge
7 Years Ago
Some initial work on vehicle interaction (entering vehicles)
7 Years Ago
Minor edits
7 Years Ago
Fixed issue with the variable delay interpolator where changes in the delay would "snap" characters or vehicles
7 Years Ago
Added warning banner to network emulator
7 Years Ago
Fix bootstrap starting with car instead of character
7 Years Ago
Moved my budget network emulator out into its own class. Some other minor fixes.
7 Years Ago
Unneeded stuff now that they're MBehaviours