useroctocancel
branchrust_reboot/maincancel

91 Commits over 215 Days - 0.02cph!

7 Days Ago
merge cannon_fuseburn to main
7 Days Ago
Fix cannon aim jitter on high ping when reloading and lighting the fuse
8 Days Ago
merge cannon_fuse_burn to main
8 Days Ago
Fix cannon handle spinning due to buoyancy.
8 Days Ago
merge randomize_seed to main
8 Days Ago
merge debug_simulate_latency to main adds cvar `client.receiveLatency` (client admin) to main to help with testing high ping in Client/Server mode.
8 Days Ago
Fix cannon jitter when reloading and firing at high ping.
8 Days Ago
merge cannon_fuse_burn into main
8 Days Ago
Add error icon next to the domain reload toolbar toggle to make it more clear that it shouldn't be used in CLIENT or SERVER modes.
9 Days Ago
Fix crash with paddling pool unloading.
10 Days Ago
Only evaluate entties in showentities once, otherwise it's really slow on bigger scenes.
10 Days Ago
Add `debug.showentities entityname radius duration client` to debug draw invisible entities in a radius.
10 Days Ago
merge buoyancy_fixes to main
11 Days Ago
Fix trails following cannonballs during reloads and when moving the cannon around.
11 Days Ago
merge buoyancy_fixes to main
11 Days Ago
merge cannon_protection to main
11 Days Ago
merge from cannon_slowdown
16 Days Ago
▅ ▅█▌ █▆▌▄▅▋█▇▅ ▆▍▌▍▌ ▍▋▇▆▍▄▋ ▋▊ █▆▍▆▇▌ ▍▅▄▆▅▋▇ ▌▅▋▌▋█ ▄▋ ▇▅▅ ▇▄▋█▌▅▇
19 Days Ago
merge nre_fix back to main
32 Days Ago
Default buoyancy batching to on.
35 Days Ago
merge cannon window clipping fix
35 Days Ago
merge small cannon fixes to main
36 Days Ago
█ ▊▇▍ ▉▌██▅█▋█▌█▇ █▌▌▍▊▆▍▄▄ ▌▋█▌▄ ▋█▉▋ ▅▌ ▅▋█▊ ▇▄▅▄ ▄▊▊▄▄ ▊▊█▇█▄▇ █▊▇▅ ▌▇▉▇▇▄▆▊
36 Days Ago
merge back updated tropical1
38 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
39 Days Ago
Fix crash from unclamped indices when batch fetching flow directions.
44 Days Ago
Fix error from pasting dead boats, only update submerged states of filtered buoyancies.
44 Days Ago
Add cannon reload animations to the shared content bundle.
44 Days Ago
Bump up cannon health by 3x to 1000. Fix camera clipping while aiming the cannon on a boat.
44 Days Ago
Add another query check for native grids. dont set water infos if queries dont find anything
45 Days Ago
Allow repairing cannons
45 Days Ago
Fix native grid crash with buoyancy batching enabled
46 Days Ago
merge anim fix to main
49 Days Ago
Last compile fix, tm.
49 Days Ago
Another burst compile error
49 Days Ago
Fix burst compile error
49 Days Ago
merge back buoyancy_improvements. shared static buffer size changed - pulling this changeset requires an editor restart.
50 Days Ago
Fix error from trying to stop one shot animations when the player is already gone, for e.g. when exiting network range.
50 Days Ago
Attach cannon ball to hands when reloading cannons.
51 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.
56 Days Ago
Fix skip domain reload
57 Days Ago
Fix workshop player models not playing their animations.
58 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.
58 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.
58 Days Ago
Fix crash from accessing null playable graphs and playables when releasing animation handles.
58 Days Ago
Validate graphs when setting animation handle progress - fixes cannon reload error spam.
59 Days Ago
merge buoyancy batching progress to main, off by default. toggled by `buoyancy.use_batching`
2 Months Ago
Fix player models continuing to play animations in demos when paused.
3 Months Ago
Fix world model outlines not displaying when using skip domain reload.
3 Months Ago
Fix playmode being broken due to outdated protobuf serializer or merge conflict. Make grid constructor parameters optional to support static field codegen.