reporust_rebootcancel

119,329 Commits over 4,018 Days - 1.24cph!

8 Days Ago
merge from high_walls_skins
8 Days Ago
Whitelist doors as well (to make sure gates aren't blocking reskin)
8 Days Ago
merge from high_walls_skins
8 Days Ago
Whitelisted furnaces, building blocks and barricades NRE fix
8 Days Ago
▍▋▍▍█▄: ▅▆█▉▄ ▆▌▇ ▍▋▍ ▄▊██▌▌▊█▄ ▆▍▋▍▊▉▍▋ ▋▌▍█▌█▅▊▅ ▊▄▊▄▋▊▄█ ▅▊▉▉ ▅▍ ▇▉'▇ ▌▅▉ █▌▉▇▅ ▉▅▌▉▆: ▆▇▌▊▆▊ ▋▄▉▇ ▊▉▉ ▍▇▅▊▍▉▌ █▊▍▅
8 Days Ago
merge from high_walls_skins
8 Days Ago
Block high wall spraycan reskinning if something is deployed on the wall and could be destroyed in the process Show a toast indicating which entity is blocking the action
8 Days Ago
gantry pipe end flipped variation. updated textures too
8 Days Ago
▆▋▅█▇▍: ▄▊▉▍▍ ▋▄▋ ▄▇▄▋█▋▉▄▋ ▆▋▉▆▊▋▇▄ ▊▅▉▇ ▉▅▊▊█▋▋▅▌▇ ▉▊▊▍▅ ▉▍▉▅▅: ▆▄▌▋▋▋ ▇▍▆▌ ▆▊█▇▉▆▇ ▅▄▍▌
8 Days Ago
▋▌▄▌▍▆: ▊▅▆▌▋█▍▅▍ █▋▌ ▇▉▅▇▆▅█▊▊ ▋▍▍▍▌▍█▆ ▇▊▊ ▄▋█▌█▉ ▋▌▊▉▊▋ ▆▊▇▉▉: ▇▊▌ █▇▊▌▆▆▌ ▌▉▉▌ ▉▌▅▋▊▅▆▍
8 Days Ago
Updated workshop OBJ models - Custom SMG, Sleeping Bag, Waterpipe Shotgun, Pump Shotgun, Double Barrel Shotgun, Work Boots, Tank Top, Collared Shirt, Sword, Bear Rug, Rug, Rocket Launcher, Rock
8 Days Ago
merge from main
8 Days Ago
▉▅▌▉▆▄▍▅█▊▆▋▌ ▄▋▋▆▅▆▆▇▌▅▄▌▋█ - ▄▆▄▋▇▉▇▅▅▊▉▄▇▌▆▍▌▉ ▉▊█
8 Days Ago
▄▌▅▇▌▅▉ ▊▇▆▉▍▅█▄▅▋▉▅▌▆▊▄▋▋
8 Days Ago
▉▉█▅▇▆: ▄▅▆ ▌▌▅█▍▇▉ ▇▍▅█ ▄▇ ▌▇▊▉ ▋▌▋█▄▋ ▊▆█▄▄ ▅▋▅▆▊▌▊▉.▌▍█▌▊▇▄▉ ▍▍▅▊▄: █▌▉▆
8 Days Ago
Update: Split various tick validation functions into smaller loops - Added a couple small extension utils to NativeList This helps isolate code that we'll be able to run as Burst jobs - there's a bit more to split Tests: Staging demo playback - got comparable results
8 Days Ago
Merge from parent
8 Days Ago
Layer fix
8 Days Ago
trawler greybox progress
8 Days Ago
Merge from ent_setup
8 Days Ago
Skeleton.Snake fix
8 Days Ago
Some entity tweaks
8 Days Ago
fix compute shader error
8 Days Ago
progress on working underwater effects for rivers/lakes also add ushort encoding/decoding to BitUtility, and ushort variant of Write() to RawWriter
8 Days Ago
Updating skinning on outbreak scientist
8 Days Ago
Update: Integrate TickInterpolatorCache into the server flow Tests: played back staging demo, once with it enabled from start, another with disabling-enabling it multiple times during playback. Both cases had comparable telemetry numbers
8 Days Ago
merge from main
8 Days Ago
jungle terminals
8 Days Ago
set up and viewmodel prefab for wood armour gloves, added temp textures and model.
8 Days Ago
fixed erroneous naming on horse costume sitem.asset, and added "three variations" to horse and chicken descriptions. Added prop render script to horse costume so turntable on store looks better
8 Days Ago
Fixed 'ent kill' killing building blocks behind dropped items
8 Days Ago
▋▍▆█▅▌ ▍▅▋▊▆▄▋▆ ▅▄▆▉▅▉▇ ▉▋▋ ▅▇▋▉▋ █▋▇▆▇▍█ ▆▊▉▋ ▊▊▆▉▉<->▅▋▌▇▍▅▌▇▉▋ ▅▅█ ▇▋▄█▇▆▌▍ ▌▇▇▊▌▊▄█▌▊▇ ▆▆▍▊▍▅▌ ▇▍▍▊▊ ▋▆▋▆▌▋▆ ▇▍▊▉ ▆▇▉▊▄▉▋▍▋▄▌▍▆▇▄▅
8 Days Ago
Bugfix: avoid writes past the end of the buffer Tests: ran unit tests
8 Days Ago
Update: Adding last missing API - TickInterpolatorCache.TransformEntries - added tests to cover it Tests: ran unit tests
8 Days Ago
merge from softcore_update
8 Days Ago
merge from softcore_update/deployable_corpse
8 Days Ago
Compile fix
8 Days Ago
merge from softcore_update/deployable_corpse
8 Days Ago
Fixed corpses not pickable when on an invalid position
8 Days Ago
Update store names
8 Days Ago
Fixed DeployVolumeCapsule not supporting ignored types and ignored entity - fixes furnace corpses not being repairable
8 Days Ago
Optim: TickInterpolator.TestConsistency - Replace Assert.IsTrue with AssertTrue wrapper that doesn't allocate - Sprinkled some scopes for future Speeds up the unit test 20x times and avoids 3.6GB of garbage Tests: ran the unit tests
8 Days Ago
Fixed legacy furnace corpse colliders Manifest
8 Days Ago
subtract 117690 (skinning changes to outbreak scientists)
8 Days Ago
Fixed workbench1 corpse prefab Fixed workbench corpses being lootable Fixed corpse pickup showing conditions
8 Days Ago
Clean: add a comment Tests: none, trivial change
8 Days Ago
checked over adobe walls and sunken knife store pages, tweaked abyss turntable items a bit to better position them
8 Days Ago
Tests: validate PlayerTickIterator in it's initial state Tests: ran unit tests
8 Days Ago
▇█▋▉▇▆▅▊▇█▍▍▅ ▌▊▅▇▊▇
8 Days Ago
Tests: Add more edge case testing - Testing 1 tick only - Testing up to capacity ticks Tests: ran unit tests