useroctocancel
reporust_rebootcancel

508 Commits over 215 Days - 0.10cph!

4 Days Ago
Implement indirect instancing profiling module to record debug data, needs .debug to be active atm.
5 Days Ago
merge cannon_fuseburn to main
5 Days Ago
Remove exit time between reload -> reloaded state in cannon barrel
5 Days Ago
update from main
5 Days Ago
Fix cannon aim jitter on high ping when reloading and lighting the fuse
5 Days Ago
Automatically generate help text for convars with args that don't have help text in the attribute
6 Days Ago
merge cannon_fuse_burn to main
6 Days Ago
Retarget fuse burn bones to make it work with the cannon barrel, fix reload viewmodel anim again.
6 Days Ago
update from main
6 Days Ago
Fix cannon handle spinning due to buoyancy.
6 Days Ago
merge randomize_seed to main
6 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.
6 Days Ago
Fix cannon jitter when reloading and firing at high ping.
6 Days Ago
merge cannon_fuse_burn into main
6 Days Ago
Fix cannon reload camera animation looping back into itself.
6 Days Ago
merge from main
6 Days Ago
update from main
6 Days Ago
update from main
6 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.
7 Days Ago
Fix crash with paddling pool unloading.
8 Days Ago
Only evaluate entties in showentities once, otherwise it's really slow on bigger scenes.
8 Days Ago
Add `debug.showentities entityname radius duration client` to debug draw invisible entities in a radius.
8 Days Ago
Add `server.randomize_seed` cvar to set random seeds on launch.
8 Days Ago
merge buoyancy_fixes to main
8 Days Ago
Implement cutoff planes and artificial water info for water volume burst queries, fix water volume queries using the wrong axis(wtf).
9 Days Ago
Fix trails following cannonballs during reloads and when moving the cannon around.
9 Days Ago
▅ █▌▋▇▌▇▊▌▆ ▄█▉ ▌▄▊▆▉▋▄█ ▇▅▅▊█▉▌▊ ▅▄▌ ▉▇▅▅▆██▌ ▌▊▆▆▅▋▋▊▄ ▋▊▊▊▍ ▅▌▇▊▅▌▇ █▄▋▅▅▌▅ ▊▍▇▌ ▄▍▆▌ ▄▌▄▌ ▊▌▌ ▌██▅ ▉▅▇▋▊▇▉█ ▇▉█▄▍▌ ▉▄▄ █▌▉▋▋▇▋
9 Days Ago
merge buoyancy_fixes to main
9 Days Ago
█ ▊▌▇ ▋▊▍▊▅▅ ▍▍▌▅ ▄▌▊▍ ▍██▍▄▊ ▋▅▋▆▇ ▍▄▍█▉▊▌
9 Days Ago
merge cannon_protection to main
9 Days Ago
update from main
9 Days Ago
merge from cannon_slowdown
9 Days Ago
run codegen :facepalm:
9 Days Ago
Move cannon hit checking to TakeDamage, balance cannon slowdown so that its actually noticeable (0.7->0.3)
9 Days Ago
Remove "Disable Platform Services" from iteration speed editor menu, it breaks way too often while other settings are generally safe to use.
9 Days Ago
Add cvar for controlling cannon hit slowdown on boats
9 Days Ago
update from main
13 Days Ago
▅ ▅█▌ █▆▌▄▅▋█▇▅ ▆▍▌▍▌ ▍▋▇▆▍▄▋ ▋▊ █▆▍▆▇▌ ▍▅▄▆▅▋▇ ▌▅▋▌▋█ ▄▋ ▇▅▅ ▇▄▋█▌▅▇
15 Days Ago
Slow down player boats when after being hit by cannons.
16 Days Ago
Add protection for mounted cannon users (50% to all for now)
16 Days Ago
merge nre_fix back to main
16 Days Ago
Fix buoyancy batching throwing errors in scenes without a water system/ocean sim.
20 Days Ago
Fix buoyancy submerged states being incorrect while batching. Slight perf improvement from no longer calling submerged callbacks for no reason. (thanks BlackLightning)
27 Days Ago
Remove scaled fuse animation time. Fix curve for fuse burn material being scaled to the original 3s.
27 Days Ago
Change original fuse animation time to 1s to fix animation timescaling.
28 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.)
29 Days Ago
Add sidechecks to cannons to fix being able to rotate into no longer mountable spots.
29 Days Ago
Default buoyancy batching to on.
29 Days Ago
Fix cannon handle spinning with buoyancy.
32 Days Ago
merge cannon window clipping fix