121,156 Commits over 4,018 Days - 1.26cph!
Remove "Eat" UI option for pies
Fixed Chicken Material not being double sided and updates textures
Fix poolable error on natural beehive
Horse modifiers UI
Refactored UIBuffsIcon into a base class we can inherit to show any type of modifiers
Updated the horse loot panel to use RustTexts
Removed debug log when setting the duration of a Timer Switch
edited tiger ledge attack anim
Greatly extended natural beehive hitbox
TreeEntity addition now properly supports poolable entities
Increased bee network tick. Will look at bringing this back down before release
Fixed bee swarm particle rendering ending up culled in players view
tool for checking if other components are consuming trigger events for any TriggerBase in prefabs
Update to zigg stair bamboo, made it single instead of double width and optimised geo count (still WIP)
jungle ruins overgrowth pass with strangler figs
merge from crafting_update
Added comfort modifier, gives some level of comfort away from fire
Applied to the chocolate bar
merge from terrain_ignore_grid
- Bee grenade spawns bees with a slight offet upwards (to avoid some minor clipping issues killing los checks)
- Bunch more code cleanup
- Fixed some bugs with convars
Update: Name a couple magic constants
Tests: none, trivial change
Clean: rogue newline
Tests: trivial change
Update: TerrainCollision.GetIgnore(Span...) now uses the ignore grid broadphase
Tests: ran new unit tests that go through this path
Update: new unit tests for GamePhysics.HandleIgnoreCollisions
- Also removed an unnecessary branch
Tests: ran the new unit tests
just split the coarse query grid to have a Check and CheckJob function to call from burst and managed contexts respectively
(not as cool as the previous solution, but doesn't rely on compiler shenanigans)
Refactor protection getting
Fix player preview hover display stats
merge from garage_door_fixes_2
fixed parenting issue with door controllers on ClosedCollider io parent
re-calcing clamped io line bounds when a line is added, not OnEnable as it can't be relied on for positioning
Added Bee Grenade Final Viewmodel
Added Bee Grenade Textures and Setup Materials
▇▍▉ ▍▆▋▉▉▄▌▆█ ▍▌▊▄▆▉▉▉▍▊ ▊▌ ▍▍▅▌▉▊▇ ▉▅▊▍▋▅▇▄ █▋▋▍▌█▌▆▇▄ ▋█▊▍▅▅ ▊▇▋▄▇▊ ▋▄▇ █▋▆▆▌▍
- ▌▌▉ ▅▋▅▋▋█_▄▊▌▌▋▆▊▊▄_█▆▇▇▇▊▋▄▋_▉█▊▉▍█▄▌▉ ▅▋ ▇ ▍▍ ▉▇▍▋▌▌▆
- ▅▋▅ ▆▋▉▉█▉ ▍█ ▋█▅▇▋▉▋ ▇▋▍▋▉▌ ▊▉▆▌▄▇▍▍▅ ██▊█▆▅▌
copyto now recreates armor slots and transfers inserts.
fixed double pillow effect on ruins wood beams by lowering normal intensity
Recreate armor slots and move items over when reskinning an item with armor slots.
▄█▆█▌ ▇▆▉▉ ▇█▄▊▉▆▉▆▅▆_▌▇▋_▊▊▋▅▌
█▉▅▋▉ ▊▌▄▅ ▆▆▋▊▄▅▊▍▆▅_▋▍▍_▅▊█▆▆
Scene + prefab + anim backups
Add commands to copy pastes off server since it now is based on storing on client
- `download_paste {name}` used to download from web, now it downloads from game server
- `list_pastes` to list pastes on client
- `list_pastes_sv` to list pastes on server
Fix error if trying to save a paste to client before the directory was created
merge from qol_save_sign_color -> main