reporust_rebootcancel

121,143 Commits over 4,018 Days - 1.26cph!

54 Days Ago
Rebalanced beehive temperature Bees like temperature biomes and relatively low altitiude. Need to use a heater if you are higher up or in the snow
54 Days Ago
Merge: from concurrentquueue_leak - Fixes an edge-case on high-pop servers that can cause a 10MB/s garbage allocation rate Tests: validated fix works via synthetic test, then had a 2-player session on craggy to validate network traffic works as intended
54 Days Ago
▉▅▉▅▇▌▆▊▇▆ ▄▅▅▄ ▆▄▊▅▄▋█/▉▉▌▉▇ ▇▇▇▆▍▅▇ - ▊▉▍ ▍▆▅█▊▄▍ ▅▌█ ▅█▋▇▄ ▉▆▉▄▍▉▊▊▄ ▉▌▇▅▆▌ ▋█ █▇ ▅█▄ ▊▄█▊█▄▄▅ ▍▊▄ ▅█▍▌▊▉ ▇▇ ▉▅▍▌▋▋ ▌▍▊▊ ▍█▅▉█▊▉▉▇ ▅▉▉▌▉▅ ▆▍▌▍▍▌▌ (▍▌▍▍▋▅▊▍▉ ▄▇█ ▍▅▌▊▍▇▆▄▆▅▋ ▄▆▇▋█ ▋▄▄▊▌ ▄█▇▊▉▍) ▇▍ ▇▊▉▅█ ▊▍▇▇▍▊▋▌▊▋▅▍▋▇ █▅ ▅█▄▋ ▉▍▊▉▍█ - ▇▌▅▌▉▆ ▌▋▊▋▄█▅▇ ▍▄█▋▆▋ ▋▉▍▋▆ ▅█ █▍▊▆▌ ▇█▆▌ ▊▋▆▌▄▍ ▊▋▄▋ ▇▊▋▉▉▍▇ ▆▊▌, ▍█ ▊▇▋▇▌ ▄█▆▄▊▅ ▅▇▊█ ▇▊▋▌▅▊▉▌▋ ▋▇▅▇ ▉▄▌▇▌▆ ▅▌▅▊▅▊▆ ▌▊▊▉▉▆ - ▌█▍▉▌▄ ▋▌▅█▍▊█▍▅▋▍▋▋▇▅▉▊▆ ▍▊▅▍▋ ▌▆ ▆▅▅▆▌ ▉█▄▇ ▄█▍ ▇▅▄▊▋▅▅▋▌ ▋▆▅▆▌▋▊ ▅▌▌▄▆▆ ▋▉▇ ▊▇▅█▋█▆▊▉ ▆▄ ▍▍█▋▊▅ (▇█▍▄ ▍▍▋ ▌▌ █▅▇▊▅█ ▉▇▄▌ ▍▆▅ ▇▍-█▊▊)
54 Days Ago
Clean: remove false-sharing todo Don't have proof of how impactful it is now in this area, so not going to jump the gun for now Tests: none, trivial change
54 Days Ago
Merge from crocodile
54 Days Ago
Undo: pick the right version of ProjectSettings from history Tests: none, trivial change
54 Days Ago
Undo: revert ProjectSettings Tests: none, trivial change
54 Days Ago
Bugfix/Optim: propagate fix to other ConcurrentQueues in the file Tests: local 2-player session on Craggy in editors
54 Days Ago
- Cleanly handle nucleus grades - Fix bugs with progress bar - Add even more convars to allow quicker honeycomb generation and how much xp to give - Added some more tooltips and last minute polish
54 Days Ago
Turn a bunch of static settings into ConVars. This allows server owners to adjust a bunch of variables on the bee system: from bee swarm survival length to how much xp is added to a nucleus each cycle.
54 Days Ago
Merge from mfm3. Bringing branch up to date with main and all the related merge fixes.
54 Days Ago
Clean: remove the hack test Now that the bug was validated this doesn't serve any purpose Tests: compiled in editor
54 Days Ago
Bugfix/Optim: Don't force ConcurrentQueue to allocate new segments on every push My hack/forced test no longer allocates - now I just need to cover left-over cases of this problem Tests: on Craggy in editor took a snapshot - no more allocs in the forced test area.
54 Days Ago
Merge from parent/merge_from_blowpipe
54 Days Ago
Ensure bee swarms target the closest accepted player, not the first one they find that fits the bill
54 Days Ago
Add more tooltips to loot panels
54 Days Ago
Hack: improved the runaway test Now I can see it via server profiler - ~90KB across 192 allocs for 192 packets Tests: Craggy in editor, took a snapshot
54 Days Ago
crafting_update -> main
54 Days Ago
toolcupboard_www -> crafting_update
54 Days Ago
Fixed toolcupboard items showing a bunch of w's
54 Days Ago
merge from jungle ruins
54 Days Ago
Bamboo scaffold kit lods, collision, optimisation
54 Days Ago
Merge from blowipe (lots of folder changes so merging here first to be safe)
54 Days Ago
bees -> crafting_update
54 Days Ago
Fixed natural beehives spawning on fire
54 Days Ago
Reduce twitches in croc anim transitions
54 Days Ago
Reduce trigger size
54 Days Ago
Additional checks before master swarm is spawned. Ensure not too close to wall, as well as worrying about the vertical spawn if inside a wall
54 Days Ago
Hack: synthetic test to proc ConcurrentQueue memory runaway Managed to reproduce high memory allocation edge case of ConcurrentQueue. Need to rip it out after applying the fix. Tests: ran the code and checked state of ConcurrentQueue with a debugger
54 Days Ago
Greatly improved swarm behaviour around fires
54 Days Ago
dart 1 texture/material progress updated mesh removed unnecessary parts with the new workflow renamed material to be more specific updated textures
54 Days Ago
Test rustigeegg branch
54 Days Ago
Merge from main
54 Days Ago
Hook croc belly flop and more aggressive turning and snapping
54 Days Ago
Fix blowpipe expecting catapult boulder ammo after merge.
54 Days Ago
Bunch of dart data fixes after merge . Manifest.
54 Days Ago
Match croc speeds to anim
54 Days Ago
merge from main
54 Days Ago
merge from bee_hive_protection
54 Days Ago
beehive protection
54 Days Ago
Adding new blowpipe idle pose options
54 Days Ago
Adding a branch with texture streaming enabled by default in all preset levels in case we want it.
54 Days Ago
condenser tank update
54 Days Ago
Compile fixes
54 Days Ago
outbreak scientist spray anims re exoprted and holdtype updated
54 Days Ago
cleaned up materials and textures - removed duplicate crossbow textures and material - moved all associated materials and textures to the proper Material folder outside of the model folder. - removed unncessary/old blow pipe materials.
54 Days Ago
Latest attempt
54 Days Ago
fixed the splat mask to sand instead of snow on jungle swamp
54 Days Ago
jungle swamp unique environment
54 Days Ago
merge from planter_stacking