353 Commits over 153 Days - 0.10cph!
Suimono disabled by default
Ship/player death and respawn WIP
Cannons now play recoil anim
Ocean tick is now synch'd on client connection
Spawn logic now find the nearest island with the lowest number of nearby players, so spawns start near the town and work outwards based on player count around islands.
Server now uses PlayerSpawn class to pick random spawns (no logic yet, just random) for players. Player cam rotation defaults to the direction the player is spawned in.
Protobuf for ship entities
More pretending I know what I'm doing with shaders
Disabled the distortion on water transition effect and made it a callable function for water splash/drop screen effects. Triggers on collisions above speed percent of > 0.4
Collision layer, changed ship raycast to spherecast, moved non-island collision stuff to collision layer, cast now uses combined layermask check.
Buoyancy code refactor. Purged a load of warnings everywhere.
Ship->world collision improvement and refactor.
Added bird flocks asset, added birds to skull landmark
Changed turn acceleration from 0.4 to 0.7
Disabled sound on boat splashes. Added ClientSideEnable script
Reworked client connect/disconnect server log messages
Fixed server spawn location for shipyard
Server creates a console window when running in batch mode.
Switch to net 2 not subset. Added gmcs.rsp
Networking fixes. Temp set grid range to 1
Water force to 12, cannon ball bit bigger, cannons fire faster, longer and less height
Cannon aiming resets when leaving aiming mode