13,105 Commits over 2,831 Days - 0.19cph!
▅█▄ █▍▉▇ ▊██▉▋▌▋█ ▄▆▄▊▇▍▆▅▅▉▌ ▍▋▌ ▊█▅▊▍ ▍▉▋▊ ▉▇ ▍▆▆ ▍█▉█▅ ▄█▍▉▌ ▉▋▍ ▇▍▍ ▄▉▉▋▋▄█ ▄▍▌▌ "▇▉█▆" █▋ ▍▅▋ ▍█▌▊ (█'▋▍ ▆▄▅ ▄ ▆▋▋█ ▌▇██▍▍█ █▇ ▆▅▇ ▄▉▅▄▍ ▆▆▍▊ ▊▌▇ ▄▅▆ ▄▋▋▉▉▌)
Added a popup tip to explain how to toggle the flashlight on/off
WIP adding translation support and icons for all steps of the filter process
Can now switch between pipe colours
Added support for conveyors to use item categories as filters (food, weapons, ammunition, etc)
Reapplied BaseAiBrain changes that were stomped in
77185
Manifest
Compile fix, ignore client emoji folder
Cherry pick
77144 (solves overlapping issues and didn't require the TmPro update)
Add some padding around each emoji
Trying out updating TmPro (3.0.6)
Sparks now play once an item has finished crafting
Tweaked clone icons to more clearly show berry colour
Potential instrument LateUpdate fix
Use Player folder instead of PlayerMats
Improved naming iterator
Move materials into Hair, Skin and ItemSkins folder
CopyPlayerTool now attempts to reuse matching materials in the Assets/Media/Materials/PlayerMats folder instead of creating new materials when copying hair and skin
HLOD generation now ignores GameModeObjectToggle components
Fixes reclaim terminal appearing in outpost HLOD
Updated outpost HLOD assets, prefab is unchanged
Piano no longer uses closest midi note if it's missing a note
Merge fron nov22_community_merges
Fixed drum sticks floating in air after dismounting drumkit (probably affected xylophone as well)
Crafter now shakes and sparks while crafting
Adjusted crafter slot positions on each workbench
Electric furnace gibs setup
Merge from ElectricFurnace
Fixed conveyor sprite not getting clipped by RectMask2d (required a new shader)
Don't allow inserting fuel into electric furnace
Fixed pickup/repair targets
Fixed IO connection points on electric furnace
Make crafter loot panel a prefab, not S2P
Fixed directional lines not working on pipes
More crafter prefab setup
Added support for industrial pipes having ridge sections at distance intervals
Apply icon material and LOD settings to conveyor
Added a UI warning when inserting blueprints into an industrial crafter that's attached to a workbench at an invalid tier
Brought throwable snowball impact effects in line with effects from snowball gun
Fixed not being able to drag non-cassette items onto the portable boom box
Fix streamed radio audio looping incorrectly if the players performance drops below 10fps
There is likely still some stuttering but it should recover once performance improves
Disable bounds check from earlier, it marks a bunch of stuff as changed incorrectly
Gib setups
Storage Adaptor prefab setup
Conveyor setup, icons, etc
Running RecalculateBounds now marks a prefab as dirty in the prefab editor
Add IOEntity.debugbudget and IOEntity.debugBudgetThreshold convars, prints out the entities taking up IO budget time if the total takes longer than the threshold
Modified LiquidContainer to only update it's drain targets when a circuit changes, not during UpdateOutputs
UpdateOutputs generally happens as part of a circuit change so we were doubling up work, this was exacerbated by long chains of water catchers getting drained immediately as water is produced
Industrial splitter setup
Industrial crafter prefab setup, icons, etc