useroctocancel

459 Commits over 184 Days - 0.10cph!

Today
merge cannon window clipping fix
Today
Fix ballista mounting checks failing in reasonable/well grounded spots. Fix cannons ignoring windows when checking line of sight.
Today
merge small cannon fixes to main
Today
Fix ballista null error spam. Fix cannon left ground check being assigned incorrectly in the prefab. Fix cannon ground checks being affected by ground.
Yesterday
Add `client.receivelatency` cvar to simulate latency/ping for debugging.
Yesterday
█ ▊▇▍ ▉▌██▅█▋█▌█▇ █▌▌▍▊▆▍▄▄ ▌▋█▌▄ ▋█▉▋ ▅▌ ▅▋█▊ ▇▄▅▄ ▄▊▊▄▄ ▊▊█▇█▄▇ █▊▇▅ ▌▇▉▇▇▄▆▊
Yesterday
merge back updated tropical1
Yesterday
Fix tropical1 floating: Offset everything by terrain + overgrowth, move prefab transform back to 0
Yesterday
Rebake trop1
3 Days Ago
Fix native grid crash from completely broken clamping, add tests for native grid. Add buoyancy null checks to fix init errors when loading saves
4 Days Ago
Fix crash from unclamped indices when batch fetching flow directions.
9 Days Ago
Fix error from pasting dead boats, only update submerged states of filtered buoyancies.
9 Days Ago
Add cannon reload animations to the shared content bundle.
9 Days Ago
Bump up cannon health by 3x to 1000. Fix camera clipping while aiming the cannon on a boat.
10 Days Ago
Add another query check for native grids. dont set water infos if queries dont find anything
10 Days Ago
Animate cannon fuse to show whether the cannon is loaded or not, keeping this as a backup.
10 Days Ago
Allow repairing cannons
10 Days Ago
Fix native grid crash with buoyancy batching enabled
11 Days Ago
merge anim fix to main
11 Days Ago
Fix edge case with playable graphs already being setup when spawning a player model, immediately set isPlayableSetup rather than next frame.
14 Days Ago
Last compile fix, tm.
14 Days Ago
Another burst compile error
14 Days Ago
Fix burst compile error
14 Days Ago
merge back buoyancy_improvements. shared static buffer size changed - pulling this changeset requires an editor restart.
14 Days Ago
Add readonly container for ocean simulation data to make parallel use a bit more sane, it was previously just disabling all read/write restictions.
14 Days Ago
Fix native grid not having a non unique add method like the managed version.
14 Days Ago
Fix performance degradation over time in buoyancy batching from growing point arrays, this basically prevented buoyancy from sleeping. Sub array all buffers to let them shrink back down.
15 Days Ago
Fix error from trying to stop one shot animations when the player is already gone, for e.g. when exiting network range.
15 Days Ago
Attach cannon ball to hands when reloading cannons.
16 Days Ago
Run ocean simulation GetHeights in parallel, 2x~ faster with 100 player boats.
16 Days Ago
Make NativeGrid cell size match the behaviour of the managed Grid<T>, fixes GetNode() fetching out of bounds nodes.
16 Days Ago
Use temp job allocators for deep water checks
16 Days Ago
merge from main
17 Days Ago
Fix gestures not playing audio unless you play a different gesture, transition back to the entry state when ending a gesture. (playable graph quirk) Reset playable graph state on disable to hopefully fix more pooling issues.
18 Days Ago
Reimplement deep water checks in batched buoyancy
21 Days Ago
Implement water volume checks for batched buoyancy, adds NativeGrid<T> (and an untested parallel version for later). Make waterinfo blittable.
22 Days Ago
Fix skip domain reload
22 Days Ago
Move most of buoyancy writeback into burst, add burst batch access for flow direction.
22 Days Ago
Make buoyancy write back 10x faster, still needs to be bursted. Fix warnings from temp allocs that weren't needed at all.
23 Days Ago
Fix workshop player models not playing their animations.
23 Days Ago
Clear indicesToCheck list before reusing it for water collision ignores. Fixes native crash from projectile batching, and buoyancy batching breaking after enabling the deepsea.
23 Days Ago
(Hopefully) Fix player animations sometimes being left in weird states because of pooling. Clean up the way we release animation handles to make sure the input ports always get disconnected regardless of whether the handle is valid or not, release handles when pooling players.
24 Days Ago
Fix crash from accessing null playable graphs and playables when releasing animation handles.
24 Days Ago
Validate graphs when setting animation handle progress - fixes cannon reload error spam.
24 Days Ago
merge buoyancy batching progress to main, off by default. toggled by `buoyancy.use_batching`
24 Days Ago
merge from main
25 Days Ago
merge from main
26 Days Ago
Fix player models continuing to play animations in demos when paused.
50 Days Ago
merge from main
50 Days Ago
Burst the rest of buoyancy, now the batched version is 2-3x faster than the original. Still missing some edge cases but its functional for boats.