157,339 Commits over 4,536 Days - 1.45cph!

2 Years Ago
Fixed holes in god rock
2 Years 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
2 Years Ago
Deleted unneeded prefabs
2 Years Ago
▉ █▄▊▋▆ ▅▉▅▄ ▄▍▄▊▊▉▊▊█▋▍▄▄▌▋▊▌
2 Years Ago
Tea display fix
2 Years Ago
Fixed terrain holes in small rock formations
2 Years Ago
HCR no longer mountable to Frontier weapon racks due to size.
2 Years Ago
Deleted bugged oceanside topology from icelakes to remove coastal rocks from spawning underneath
2 Years Ago
Keep track of modifier source counts. Tea vitals bar only shows tea source modifiers.
2 Years Ago
Fixed several water regressions from 104770
2 Years Ago
Adjusted cliff tall slope meshes to get rid of terrain holes
2 Years Ago
Ensure current serialized map data is updated with the new radiation map each time set radiation body is called
2 Years 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
2 Years Ago
▇ ▍▊▅ ▇▋▋▉▊▉▆▊▌▇▆▄▊ ▆▅▄▇▅ ▄▊ ▉▌▉▌█▌
2 Years Ago
Ensure water radiation map persists between saves
2 Years Ago
▆ ▋▌▆ ▉▆▄▉▅▅▇ █▄▇█▉ ▍▋ ▄▉▌▅▇▆
2 Years Ago
Properly replicate meat stack size shrinking as wolf is eating
2 Years Ago
Added "use local space" to "Position Within Box Random" particle init
2 Years Ago
Fixed a typo in the name of NPC:SetIdealSequence Fixed ENT:GetPreferredCarryAngles for `ai` ents not being called
2 Years Ago
Fixed cliff_d anchor issues
2 Years Ago
Remove logs
2 Years 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
2 Years Ago
Possible NRE fix in PushLiquidThroughOutputs
2 Years Ago
Bunch of cleanup and removing log spam. Log a message when temporarily adding an unapproved item for rendering.
2 Years Ago
Drop BaseEntity AddComponent extension method and just declare straight up `AddComponent`
2 Years Ago
▇ ▇▇▄▋▅ ▆▄▇▉ ▆▋▋▉
2 Years Ago
▌ ▄▊▌ ▇▇▌▉▆▆▉ ▍▄▍▆▊ ▆▌ ▊▇▊▆▊▊
2 Years Ago
Fix containers not opening Caused by cache and order of operations changing with BaseEntity Components
2 Years Ago
stopping watervisibilitygrid error spam - still need to fix the core issue
2 Years Ago
Have wolves spend a longer time eating larger meat stacks
2 Years Ago
subtracting 104763 - we are using the W component on shore vectors in the shaders, just not in code
2 Years 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)
2 Years Ago
Merge: from main Tests: none
2 Years 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.
2 Years Ago
Merge: from main Tests: none, no conflicts
2 Years 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.
2 Years Ago
Fixed not being able to spray decals on half walls, low walls, doorways and windows when using the shipping container skin
2 Years 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
2 Years Ago
Reapply PlayerLoot change
2 Years Ago
Merge from main (doing this on a branch as there were some tricky conflicts, will likely need manual fixes)
2 Years Ago
Swap out spawner
2 Years Ago
More divesite E fixes
2 Years Ago
Rebuild divesite E after the directory changes in 104327 broke most of the models Added junkpile mounds to bridge the gap between the geometry and terrain
2 Years Ago
Convert junkpile_base to meshlod Add some junkpile_base meshes to divesite D and F to hide the gaps between the rock meshes and the terrain
2 Years Ago
Switch divesite D and F to JunkpileWaterSpawners for their crates, fixes crates getting orphaned when a dive site is retired or go through a save/load
2 Years Ago
MeshLod divesite d and f
2 Years Ago
Split the buoy section of divesites into a new child entity that bobs up and down on the server and uses SyncPosition Solves mismatching colliders on the client causing flyhack and raycast issues Only animates on the server if a player is within 128m Added a slight rotation over time
2 Years Ago
▍▋▆▌▇▊ ▄█▄▋ ▉▆▅▅▌▇▉▋█▄▄▍▉▍█▄▆█▆
2 Years Ago
Merge from fix_minicopter_altitude_sinking -> main
2 Years Ago
Fix minicopters / hot air balloons losing altitude when flying over canyons and small hills - terrain below 25m won't affect max altitude calculations - subtract 25m from max altitude calculations to keep it effectively the same max height - applies to both helicopters & hot air balloons