reporust_rebootcancel

125,539 Commits over 4,079 Days - 1.28cph!

10 Months Ago
Merge from world_update_2
10 Months Ago
Fixed river mesh being incorrect around rail and road crossings
10 Months Ago
Merge: from main Tests: none (no conflicts)
10 Months Ago
Bugfix: Don't throw when cancelling partially finished crafting queue work item Tests: Got 2 stacks of 300wood, scheduled 2 single doors as a single crafting operation, cancelled after first door crafted - no exceptions
10 Months Ago
Fixed holes in god rock
10 Months Ago
Bugfix: avoid sending consumed-0 telemetry events when crafting Tests: Had a queue of 2 items with perfect resource allocation - hit breakpoint once on first item craft instead of twice as before
10 Months Ago
Deleted unneeded prefabs
10 Months Ago
▉█▄▊▋ ▆▅▉▅ ▄▄_▍▄▊▊_▉▊▊█▋▍▄▄▌
10 Months Ago
Tea display fix
10 Months Ago
Fixed terrain holes in small rock formations
10 Months Ago
HCR no longer mountable to Frontier weapon racks due to size.
10 Months Ago
Deleted bugged oceanside topology from icelakes to remove coastal rocks from spawning underneath
10 Months Ago
Keep track of modifier source counts. Tea vitals bar only shows tea source modifiers.
10 Months Ago
Fixed several water regressions from 104770
10 Months Ago
Adjusted cliff tall slope meshes to get rid of terrain holes
10 Months Ago
Ensure current serialized map data is updated with the new radiation map each time set radiation body is called
10 Months Ago
Fixed non-harvestable trees in oasis a, b and c Removed monument topology from oasis a and b to get rid of barrel spawns
10 Months Ago
▌▆▇▇▋ ▊▆▄▌ ▍▍_▇█▍▍_▋▄▌▅██▇▆▍
10 Months Ago
▇▍▊ ▅▇▋▋▉▊▉▆▊▌▇▆▄ ▊▆▅▄▇ ▅▄ ▊▉▌▉▌█
10 Months Ago
Ensure water radiation map persists between saves
10 Months Ago
▋▄▉█▍ ▅█▄▇ █▄_▆▋▌▅_▆▇▇▄▍▍▇▉▉
10 Months Ago
▆▋▌ ▆▉▆▄▉▅▅ ▇█▄▇█ ▉▍ ▋▄▉▌▅▇
10 Months Ago
Properly replicate meat stack size shrinking as wolf is eating
10 Months Ago
▊▍▋▊▅ ▊▊▄▌ ▍▄_▅▍▋▇_▋▊▌▍▇██▌▅
10 Months Ago
Fixed cliff_d anchor issues
10 Months Ago
Remove logs
10 Months Ago
Cleaned up and streamlined onItemAddedToStack calls from base liquid vessel ItemModContainerRads now listens for a bunch more ItemContainer changes Much more accurate rad count for a vessel
10 Months Ago
Possible NRE fix in PushLiquidThroughOutputs
10 Months Ago
Bunch of cleanup and removing log spam. Log a message when temporarily adding an unapproved item for rendering.
10 Months Ago
Drop BaseEntity AddComponent extension method and just declare straight up `AddComponent`
10 Months Ago
▇▇▇▄▋ ▅▆▄▇ ▉▆▋▋
10 Months Ago
▌▄▊ ▌▇▇▌▉▆▆ ▉▍▄▍▆ ▊▆ ▌▊▇▊▆▊
10 Months Ago
Fix containers not opening Caused by cache and order of operations changing with BaseEntity Components
10 Months Ago
stopping watervisibilitygrid error spam - still need to fix the core issue
10 Months Ago
Have wolves spend a longer time eating larger meat stacks
10 Months Ago
subtracting 104763 - we are using the W component on shore vectors in the shaders, just not in code
10 Months Ago
Fix hitinfo being recycled while the wolf was holding a reference to it When some food is unreachable, remove it from the grid and put the state on cooldown for performance Don't try to eat food that's moving (eg still falling to the ground)
10 Months Ago
Scene + anim backups
10 Months Ago
Merge: from main Tests: none
10 Months Ago
Merge: from itemcontainer_pooling Fixes the "Double init of inventory!" assert on killing NPCs. Tests: spawned scientist NPC, killed them - no assert logged, corpse still clothed and loot present.
10 Months Ago
Merge: from main Tests: none, no conflicts
10 Months Ago
Bugfix: Remove assert that forbade double-loading of ItemContainer-owning types - Removed a separate dead assert Entities can be synchronized over the network multiple time via doing a whole load, which invalidated my previous logic. Tests: Spawned a bunch of NPCs and killed them - they didn't generate asserts.
10 Months Ago
█▌▄▍▅▉▋█▍▉ ▆▍▊▊▊▇ - ▊▊▅▇▆ ▌▊▇▌ █▌▇▍▆▅▍▇▋▊▇▋
10 Months Ago
Merge from world_update_2
10 Months Ago
Fixed not being able to spray decals on half walls, low walls, doorways and windows when using the shipping container skin
10 Months Ago
Possible fix to CH47 killing it's mounted scientists twice, leading to some exceptions Also switched a string based invoke to a direct method call
10 Months Ago
Scene backups
10 Months Ago
Reapply PlayerLoot change
10 Months Ago
Merge from main (doing this on a branch as there were some tricky conflicts, will likely need manual fixes)
10 Months Ago
Merge from world_update_2