reporust_rebootcancel

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

2 Months Ago
Phrases + fonts update
2 Months Ago
Fixed being able to lock beehives
2 Months Ago
Disabled motion vectors on bee particles in vm, fixes smearing with motion blur
2 Months Ago
Bee grenade no longer spawns bee swarms underwater
2 Months Ago
Increase timer on bee grenade to 6s, so it can fly for 6s before exploding in mid-air Means it will almost always hit something first
2 Months Ago
Fixed bee grenade wm missing outline
2 Months Ago
Merge from crafting_update
2 Months Ago
Can no longer place deployed beehive in water
2 Months Ago
Increased cull range on natural beehive
2 Months Ago
Merge from bees/nucleus_fix
2 Months Ago
Merge from molotov_fix
2 Months Ago
Fixed molotov not working
2 Months Ago
Merge from hopper
2 Months Ago
Added a timeout to the hopper item move process, if an item takes more than 5s to reach the hopper just snap it to the end
2 Months Ago
merge from fix_copy_paste_duplicate_entities -> main
2 Months Ago
Merge from crafting_update
2 Months Ago
Merge from crafting_update
2 Months Ago
Fix copy paste pooling bug that was saving pastes with 2x the entities
2 Months Ago
merge from ballista_mat_fix
2 Months Ago
Another attempt at fixing the ballista materials... recreated all the mat from scratch
2 Months Ago
Merge from armor_slots
2 Months Ago
Armor inserts now have material appropriate sounds.
2 Months Ago
Hopper power input is now named "Power In"
2 Months Ago
Merge from main
2 Months Ago
Disable rich text on the chicken coop, don't show chicken name on health bar (it's already on the popup widget)
2 Months Ago
Merge from main
2 Months Ago
Added the new modifier effects to the consumable panel
2 Months Ago
Wheat seed icon
2 Months Ago
Fix plantpot soil renderer pointing to an asset in the project not the prefab.
2 Months Ago
merge from icon_mipmaps
2 Months Ago
Update bear pie description
2 Months Ago
Merge from plantpot_gibs
2 Months Ago
Merge from cookingv2
2 Months Ago
Merge from armor_slots
2 Months Ago
▅▆▅▌ ▇▆▉▉▋▄▍▊
2 Months Ago
Rotated all pie projectile visuals 90 degrees
2 Months Ago
Remove armor slots from burlap shirt. Remove armor slots from hide pants (old test data)
2 Months Ago
Optim: Pool internal lists - This is a breaking change - can no longer double call `ToJson` or `ToString` as we clean up resources during it New version is 12k allocs at 4k records test vs 16k allocs. Still loosing on time, but hoping future serialization streaming changes will catch us up. Tests: ran the unit tests
2 Months Ago
initial lod baking tool
2 Months Ago
Enabled mipmaps on more icons (mixed bag of everything: vehicles, clothes, and dlc stuff)
2 Months 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
2 Months Ago
Enabled mipmaps on recent new item icons we missed (wallpaper, new guns, IO)
2 Months Ago
Enabled mip maps on all the new food icons
2 Months Ago
merge from crafting_update
2 Months Ago
merge from crafting_update/visual_cooking
2 Months Ago
Compile fixes
2 Months 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
2 Months 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
2 Months Ago
Cooking wb oven ignite, extinguish and cooking sounds
2 Months Ago
Remove need for an intermediate data type when declaring fsms (previous commit didn't go through)