258,119 Commits over 4,018 Days - 2.68cph!

16 Days Ago
Update: store type unions instead of strings as row cell Right now this is a pessimization(-25% perf on 4k "Record" test) - we do more work to manage it, but it should open up more optim opportunities. Tests: ran the now correct unit tests
16 Days Ago
Enabled mipmaps on recent new item icons we missed (wallpaper, new guns, IO)
16 Days Ago
Enabled mip maps on all the new food icons
16 Days Ago
merge from crafting_update
16 Days Ago
merge from crafting_update/visual_cooking
16 Days Ago
Updated SpriteTools Fix Tileset Object Layers in Game scene Fix NRE in PinnedContentPanel when joining a multiplayer game before choosing a character Updated Logo + Minor Main Menu styling Updated the Character Select and Character Create menus Game UI and HUD styling tweaks Added Recommended Quests, which show by default in the PinnedContentPanel if no quests are currently pinned Quest UI fixes and fix item quests not marking complete when inventory is full Added some more starter quests
16 Days Ago
Compile fixes
16 Days Ago
Cooking workbench: Show oven fire effects when cooking pies or bread Disabled 'only one user' Put bread on top of the recipe list so its not in the middle of the pies
16 Days Ago
Bugfix: fixing unit tests Rip. Missed the fact that unit tests were runnin on empty data. At least there weren't any issues with previous optims. Tests: rajn the unit tests
16 Days Ago
Cooking wb oven ignite, extinguish and cooking sounds
16 Days Ago
Remove need for an intermediate data type when declaring fsms (previous commit didn't go through)
16 Days Ago
Restored mixing table VFXs
16 Days Ago
Remove need for an intermediate data type when declaring fsms
16 Days Ago
Cooking wb meats and effects pos
16 Days Ago
Fix some things missing from TypeLibrary in unit test projects
16 Days Ago
Optim: avoid row allocations Tests: ran unit tests
16 Days Ago
Meat pos tweaks Particle setup, play and stop when the meat starts and stops cooking
16 Days Ago
▊▌▌▅█ ▄▋▉▄ ▍▋█▊▉▍_▍▍▆▆▇▊▅▋▆_▋▋▋▄▆▉▄▆█_▄▅▉▍▅▋▌█▇
16 Days Ago
Optim: get rid of small Column allocs - also removed all private qualifiers Tests: ran unit tests
16 Days Ago
▄▍▋█▄▇
16 Days Ago
▉▊▄▆▊▉
16 Days Ago
▄▇▇▄▅ ▊█▄█ ▅▄▉▆
16 Days Ago
blowpipe icon and hookup
16 Days Ago
▍▋▍▊▆▌
16 Days Ago
Update: set out optim plans - reuse string builder via pool - Renamed TextTableOriginal to TextTableNew (otherwise I'll accidentally break the game before I mean it) Tests: none, trivial changes
16 Days Ago
lr300 holster position updates
16 Days Ago
updated wip v4 player loadout
16 Days Ago
Separate slots for Pos,Rot,Scale
16 Days Ago
Portals Update Yoga, add support for `display: contents` PortalTarget uses display: Contents
16 Days Ago
▇▋▄▅▅▋█ ▉▇▌█▉▄ ▆▅▅▄▉▍▌ - ▌▋▇▇ █▋ ▋▇▇ ▆▌▉▋ - ▊▇▌▇▉▇▍▋ ██▌▍ ▊▆█ ▅▋▍▉ █▄▄▉▇▊▋
16 Days Ago
merge from crafting_update
16 Days Ago
Merge from armor_slots
16 Days Ago
Explicity set wood and metal insert protection properties
16 Days Ago
merge from plantpot_gibs
16 Days Ago
merge from visual_cooking
16 Days Ago
merge from visual_cooking
16 Days Ago
merge from store-ui-frontiers-update
16 Days Ago
reduced amount rigidbody pos/rot is accessed when determining if a ModularCar is stationary, it was causing multiple unecessary transform syncs
16 Days Ago
use HasDriver flag instead of always searching for a driver seat for vehicles (reduces a lot of overhead from unoccupied vehicles, especially modular cars)
16 Days Ago
Hornet: decrease lifetime (4 -> 3) and damage (16 -> 10), make targeting more direct (avoid orbiting), fish die/munch sounds, fish are killable! Fix gluon splash damage not being attributed to the killer Increase nametag panel size, text-overflow
16 Days Ago
▉▉▇▌▅▅▉ ▍▍▋▇▍█ ▉█▇█▋▊▊ - ▇▄█▉▇▊▆ ▉▇█▌▊▇█ - ██▆▄█ ▊▆█▅▊ ▅▍█ ▆▄▇ ▊▊█▋▌▉
16 Days Ago
Update: initial test setup to validate optimizations for TextTable Tests: ran the new unit and perf tests
16 Days Ago
Meat now stops sizzling when fully cooked Fixes
16 Days Ago
Add TrianglePlanter to Frontiers view
16 Days Ago
Committing missing foliage meta
16 Days Ago
Started adding in generic debris assets. Enabled terrain blend on zigg pipes.
16 Days Ago
Fix TextGradient parsing errors
16 Days Ago
exported crocodile swim sprint attack animation
16 Days Ago
Make sure when sending snapshot before owner change that its a full one not a partial one