useroctocancel

465 Commits over 215 Days - 0.09cph!

Yesterday
Remove scaled fuse animation time. Fix curve for fuse burn material being scaled to the original 3s.
Yesterday
Change original fuse animation time to 1s to fix animation timescaling.
3 Days Ago
Add fuse burn animation to cannon firing. Retarget new fuse mesh to old fuse bones. Toggle fuse depending on loaded state. (this might be unnecessary.)
4 Days Ago
Add sidechecks to cannons to fix being able to rotate into no longer mountable spots.
4 Days Ago
Default buoyancy batching to on.
4 Days Ago
Fix cannon handle spinning with buoyancy.
7 Days Ago
merge cannon window clipping fix
7 Days Ago
Fix ballista mounting checks failing in reasonable/well grounded spots. Fix cannons ignoring windows when checking line of sight.
8 Days Ago
merge small cannon fixes to main
8 Days Ago
Fix ballista null error spam. Fix cannon left ground check being assigned incorrectly in the prefab. Fix cannon ground checks being affected by ground.
8 Days Ago
Add `client.receivelatency` cvar to simulate latency/ping for debugging.
8 Days Ago
█ ▊▇▍ ▉▌██▅█▋█▌█▇ █▌▌▍▊▆▍▄▄ ▌▋█▌▄ ▋█▉▋ ▅▌ ▅▋█▊ ▇▄▅▄ ▄▊▊▄▄ ▊▊█▇█▄▇ █▊▇▅ ▌▇▉▇▇▄▆▊
9 Days Ago
merge back updated tropical1
9 Days Ago
Fix tropical1 floating: Offset everything by terrain + overgrowth, move prefab transform back to 0
9 Days Ago
Rebake trop1
11 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
11 Days Ago
Fix crash from unclamped indices when batch fetching flow directions.
16 Days Ago
Fix error from pasting dead boats, only update submerged states of filtered buoyancies.
16 Days Ago
Add cannon reload animations to the shared content bundle.
16 Days Ago
Bump up cannon health by 3x to 1000. Fix camera clipping while aiming the cannon on a boat.
17 Days Ago
Add another query check for native grids. dont set water infos if queries dont find anything
17 Days Ago
Animate cannon fuse to show whether the cannon is loaded or not, keeping this as a backup.
17 Days Ago
Allow repairing cannons
18 Days Ago
Fix native grid crash with buoyancy batching enabled
19 Days Ago
merge anim fix to main
19 Days Ago
Fix edge case with playable graphs already being setup when spawning a player model, immediately set isPlayableSetup rather than next frame.
21 Days Ago
Last compile fix, tm.
21 Days Ago
Another burst compile error
21 Days Ago
Fix burst compile error
21 Days Ago
merge back buoyancy_improvements. shared static buffer size changed - pulling this changeset requires an editor restart.
21 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.
21 Days Ago
Fix native grid not having a non unique add method like the managed version.
21 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.
22 Days Ago
Fix error from trying to stop one shot animations when the player is already gone, for e.g. when exiting network range.
22 Days Ago
Attach cannon ball to hands when reloading cannons.
23 Days Ago
Run ocean simulation GetHeights in parallel, 2x~ faster with 100 player boats.
23 Days Ago
Make NativeGrid cell size match the behaviour of the managed Grid<T>, fixes GetNode() fetching out of bounds nodes.
24 Days Ago
Use temp job allocators for deep water checks
24 Days Ago
merge from main
24 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.
26 Days Ago
Reimplement deep water checks in batched buoyancy
29 Days Ago
Implement water volume checks for batched buoyancy, adds NativeGrid<T> (and an untested parallel version for later). Make waterinfo blittable.
29 Days Ago
Fix skip domain reload
29 Days Ago
Move most of buoyancy writeback into burst, add burst batch access for flow direction.
30 Days Ago
Make buoyancy write back 10x faster, still needs to be bursted. Fix warnings from temp allocs that weren't needed at all.
30 Days Ago
Fix workshop player models not playing their animations.
31 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.
31 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.
31 Days Ago
Fix crash from accessing null playable graphs and playables when releasing animation handles.
31 Days Ago
Validate graphs when setting animation handle progress - fixes cannon reload error spam.