reporust_rebootcancel

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

53 Days Ago
Undo: pick the right version of ProjectSettings from history Tests: none, trivial change
53 Days Ago
Undo: revert ProjectSettings Tests: none, trivial change
53 Days Ago
Bugfix/Optim: propagate fix to other ConcurrentQueues in the file Tests: local 2-player session on Craggy in editors
53 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
53 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.
53 Days Ago
Merge from mfm3. Bringing branch up to date with main and all the related merge fixes.
53 Days Ago
Clean: remove the hack test Now that the bug was validated this doesn't serve any purpose Tests: compiled in editor
53 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.
53 Days Ago
Merge from parent/merge_from_blowpipe
53 Days Ago
Ensure bee swarms target the closest accepted player, not the first one they find that fits the bill
53 Days Ago
Add more tooltips to loot panels
53 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
53 Days Ago
crafting_update -> main
53 Days Ago
toolcupboard_www -> crafting_update
53 Days Ago
Fixed toolcupboard items showing a bunch of w's
53 Days Ago
merge from jungle ruins
53 Days Ago
Bamboo scaffold kit lods, collision, optimisation
53 Days Ago
Merge from blowipe (lots of folder changes so merging here first to be safe)
53 Days Ago
bees -> crafting_update
53 Days Ago
Fixed natural beehives spawning on fire
53 Days Ago
Reduce twitches in croc anim transitions
53 Days Ago
Reduce trigger size
53 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
53 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
53 Days Ago
Greatly improved swarm behaviour around fires
53 Days Ago
dart 1 texture/material progress updated mesh removed unnecessary parts with the new workflow renamed material to be more specific updated textures
53 Days Ago
Test rustigeegg branch
53 Days Ago
Merge from main
53 Days Ago
Hook croc belly flop and more aggressive turning and snapping
53 Days Ago
Fix blowpipe expecting catapult boulder ammo after merge.
53 Days Ago
Bunch of dart data fixes after merge . Manifest.
53 Days Ago
Match croc speeds to anim
53 Days Ago
merge from main
53 Days Ago
merge from bee_hive_protection
53 Days Ago
beehive protection
53 Days Ago
Adding new blowpipe idle pose options
53 Days Ago
Adding a branch with texture streaming enabled by default in all preset levels in case we want it.
53 Days Ago
condenser tank update
53 Days Ago
Compile fixes
53 Days Ago
outbreak scientist spray anims re exoprted and holdtype updated
53 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.
53 Days Ago
Latest attempt
53 Days Ago
fixed the splat mask to sand instead of snow on jungle swamp
53 Days Ago
jungle swamp unique environment
53 Days Ago
merge from planter_stacking
53 Days Ago
Condenser Tank LODS
53 Days Ago
merge from fix_ownership_giveall -> main
53 Days Ago
Fix `giveall` saying the player who recieved the item is the player who spawned the item, not the admin who ran the command
53 Days Ago
Ensure item ownership names are fed through steam's chat filter so vulgar names are filtered if you have steam chat filtering enabled
53 Days Ago
merge from fix_copy_paste_global -> main