130,181 Commits over 4,232 Days - 1.28cph!
Possibly fixed cannon getting rotated when mounting while it's parented to something
- Minor polish pass on some front turret behaviour
- Restored AI on rear turret, front turret still needs a little work so I can't merge yet
Prevent unit cube bounds by always requiring at least one valid mesh for all LODComponents
Removed old ballista colliders on cannon
- Fully client predict the front turret (new system allows me to get away with this)
- Front turret lerps to the reconcile point rather than setting it (feels like crap otherwise)
- Restored seat updates
Fix mesh creation with border meshes
Calculate instance offsets when LOD factor is updated
Combine per LOD compute into singular dispatch
Rewrote the reload system
Fix a MountedWeapon NRE
Add a crosshair to the cannon and a better description
Strip back all of the turret code:
- Simpler prediction/reconcilliation
- Got everything back to working again (except reloads)
- Support for both turret types as usual
Reposition door manipulator on casino elevator to be closer to door, required to reacquire door reference
Reorder elevator entities in casino barge prefab to fix loading issues, entities are now in IO flow order
merge from fix_cui_update_texture -> main
Fix CommunityUI to replace the existing texture when a duplicate CRC is sent instead of destroying the texture, causing existing UI with that texture to break
Re-enable "Force Deep Sea" in the GameSetup of each tropical island scene
Enable the ConVar `force_scene_deep_sea` when the "Spawn Grass Placements" button is clicked in editor
- doesn't fix the grass not spawning when SpawnFilter is set to DeepSea biome, but does ensure that "IsInDeepSea()" returns true while the grass is spawned
- Lerp state rather than trying to force it (feels way better to aim with)
- Only calculate time different once (states times dont line up)
- Store states in local time instead
- Of course we have to add the time difference offset (in order to find the right state), not take away
- More conversions in places there shouldn't be any
- use aliased angles in aiming snapshot, not old values
More restrictive steering wheel placement on the sides
Fixed all LODs appearing in the steering wheel guide mesh
Don't reconcile with present states
- Dont mix local pivot angles and global pitch/yaw angles
- Full rewrite of angle processing code
- Cleanup Client + Server prediction code: create one unified method
merge from deep_sea -> deep_sea/island_scenes
add another variable to balloon text for correcting pivot displacement from vertical rotation
Lumberjack hazmat repose/lods
Send right first server snapshot time
Only show crosshair when not using sights (front turret)
Only bother reconcilling when firing or reloading (like the ballista), active prediction is proving bothersome with the waves
Increase lerp states from 6 to 12
Add Assets\Plugins\crosstales back (minus voice plugin folder)
Add text to both sides of balloons
Swimming players can't cross the portal
Players no clipping are allowed for debug purposes
Moved allow child stability support loading check from child to parent.
PlayerBoat set to allow, defaults to false for everything else (previous standard behaviour)
From the main island, blacklisted vehicles are now stopped right before the portal back wall, instead of right before entering the portal
Update for line spacing, text sizes, text colour, and small tweaks for balloons
wip/testing switching server to use same caching method as client (on child added/removed, instead of at init)
Extra protection to on cl_attack and on cl_reload
Paintball Gun - texture update
Reposed barrel and crate wearables
naval_update -> pt_boat_turrets
scientist_boat_ai -> naval_update
Fixed scientists dying on boat spawn
- Combination of forcing the boats to spawn slightly slower down in the water, as well as sleeping ai on spawn
scientist_boat_ai -> naval_update
Ensure front turret is playing the front turret animation
- Set boats to kinematic for spawning sequence
- Rename rhib_spacingRadius to rhib_radius
- Codegen
merge from naval_update/deep_sea
Show a game tip mentioning the built-in code lock the first three times you place a steering wheel.