129,385 Commits over 4,201 Days - 1.28cph!

44 Minutes Ago
Merge from fog_fixes
46 Minutes Ago
If the player isn't in the deep sea and they swap to it on the map, focus on the exit portal as that's most likely to have some revealed space
55 Minutes Ago
Fix NRE when spawning deep sea with no cities
57 Minutes Ago
Switch fog of war drawing to main thread, seems to resolve loading issues Don't allow fog updates until we've received the current state from the server
3 Hours Ago
merge from naval_update/deep_sea
3 Hours Ago
merge from deep_sea/billboards
3 Hours Ago
Reduced main island billboard default scale, tweaked fog
3 Hours Ago
Added a billboard for the main island when you're in the deep sea
3 Hours Ago
scientist_boats_gameplay_2 -> naval_update
3 Hours Ago
Dont turn the leg animators on for NPCs - its glitchy right now
3 Hours Ago
Add PT loot spawning
3 Hours Ago
merge from naval_update
3 Hours Ago
Do RHIB/PT Boat loot spawning from static spawn methods instead
3 Hours Ago
3 Hours Ago
scientist_boats_gameplay_2 -> naval_update
3 Hours Ago
Compile fixes
3 Hours Ago
Fixed somne bugs with scientist boat oil rig manager
4 Hours Ago
Mark TC as static
4 Hours Ago
A group of scientist boats will now spawn at large oil rig: - On puzzle reset we will check how many are at oil rig and ensure we are <= 3 - If not captured these boats will be deleted on save/load - Will stay around oil rig in a 100 meter radius
4 Hours Ago
Tweaked deep sea fog
4 Hours Ago
Prevent open and close commands when the deep sea is busy (opening or closing)
4 Hours Ago
Fix negative displacements being clipped Scale vector by radius after sample Clamp to avoid any extremes Falloff by distance from centre of mesh and scale of mesh Displace only when vector does not cross centre of mesh
4 Hours Ago
Don't parent the exit portal, to keep it consistent with entrance portal
4 Hours Ago
merge from cannon_animation_fixes
4 Hours Ago
Setup playable graphs in on enable, fixes broken initial states and no longer crashes.
4 Hours Ago
Set additional entities as static so industrial adapters & codelocks parented are also considered static - furnaces / ovens (exclude BBQ because they open & close) - fridge - lockers - codelocks themselves (was accounting for doors but not the codelocks individually)
5 Hours Ago
merge from main -> optimize_reduce_dynamic_occlusion
5 Hours Ago
Add a PrefabInformation component to hull_square, hull_corner, hull_triangle and PlayerBoat so they appear on the death screen
5 Hours Ago
Fix two playable graphs running at the same time for each player, which seems to fix everything else.
5 Hours Ago
merge from extra_tutorial_safety -> naval_update
5 Hours Ago
Force initialise the bounds in DeepSeaPortal on the client, fixes compass marker pointing at the wrong point
6 Hours Ago
Extra check to make sure tutorial islands bounds can't spawn inside the deep sea bounds
6 Hours Ago
Switch index -> i
6 Hours Ago
6 Hours Ago
When you hack the ghost ship crate: - A group of scientist boats will spawn nearby - Drive to the ghost ship and mark it as a protected area - Will attempt to engage the players who just hacked the crate
6 Hours Ago
Apply shelf 11708 from aron.s, fixes growable interactions in floating city
6 Hours Ago
Fix being able to open farm door from below
Merge from naval_missions
Codegen, rebuild phrases, update manifest Run FishingVillageB S2P
Today
merge from fix_impostors_not_deleting -> naval_update
Merge from naval_update
Today
Fixed small ramp getting destroyed when entering/exiting build mode
- Add support for incremental bonus rewards, to dispense a reward depending on how close we got to the objective target. Setup for underwater labs bonus objective - Add option for distance threshold for kills from team members on KillEntity objective types. Enabled this and set to 50m for the scientist boat hunt mission objective - Decreased scientist boat hunt target amount to 8 and updated mission phrases to be specific to RHIB - Increased wood item amount for floating city wood delivery mission
Add in methods to find free positions (for boat spawning) in radius's around centre point Fix more mounted weapon set NREs
Today
Fix trees impostors in the deep sea getting stuck showing after resetting the deep sea and reconnecting - switch TreeManager from using local position when registering trees to using world position - fixes trees spawned parented to the island (before they are unparented) from being spawned in one tree grid but deleted from a different one - add ServerWorldPosition to keep existing behavior until we figure out if we are renaming ServerPosition
Today
Partially reverted 134856, causing some issues
Refactor boat spawning code into a generic static method so I can spawn boat groups from anywhere
Today
▆▋▇▊▄▍
naval_update -> scientist_boats_gameplay_2
naval_update/deep_sea -> naval_update