reporust_rebootcancel

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

11 Months Ago
Swap template to small sound for crunchy, grassy and twiggy leaf rustle sound definitions Should reduce the audible distance of bushes
11 Months Ago
BlockPlacement tag
11 Months Ago
Fixed IO counter showing 1 by default instead of 0
11 Months Ago
merge from zipline_improvements
11 Months Ago
network++ save++
11 Months Ago
First pass of assembled jungle ruin kits. Removed old blockouts.
11 Months Ago
exported wip on DPV 3rd person animations
11 Months Ago
removed crocodile head mesh from HuntingTrophy_Large fbx. Added new mesh with Croc head mesh. Re-setup the huntingtrophy prefab with new mesh.
11 Months Ago
merge from tincan_alarm
11 Months Ago
Block placement in NMS elevator shafts S2P
11 Months Ago
Block placement on Excavator belts and buckets S2P
11 Months Ago
Added a new BlockPlacement custom tag to force block-building regardless of any deploy exceptions the item may have
11 Months Ago
merge from shockbytetclodfix
11 Months Ago
Update: Review Feedback - Part 3 Renaming FreeUnmanaged primary overload to FreeUnsafe to clearly indicate that it's an undesired API. Tests: built all targets
11 Months Ago
Tests: Review Feedback - Part 2 This covers basic scnearios of Pool usage. Tests: Ran the new unit tests - they pass.
11 Months Ago
include steer and pitch inputs to animation, changed client update to have packed vector of inputs
11 Months Ago
Boomerang Texture Update.
11 Months Ago
Added Boomerang world model and LODs. Updated Textures.
11 Months Ago
Style 02 setup/debug
11 Months Ago
fixed lod3 displaying incorrect material, set lod distances to the same as the other toolcupboards
11 Months Ago
Merge main
11 Months Ago
Flagged above ground tunnel entrance prevent-building volume as Tunnels
11 Months Ago
Added a new Tunnels ColliderInfo flag, so it can be used to ignore tunnels prevent-building volumes Flagged train_tunnel_nobuild volume as Tunnels Tin can alarm now deployable in tunnels
11 Months Ago
Moved both oilrigs MonumentInfo component to the prefab root gameobject so running S2P correctly adds the PreventBuildingMonumentTag component S2P
11 Months Ago
only inherit mount velocity on ragdoll
11 Months Ago
Fixes
11 Months Ago
New set of damage and destruction effects to be in line with the other choppers.
11 Months Ago
▇▅▉▅▋ ▊▇▋▋ ▊▉▌▍▊▇_▆▇▅▍▅▍▋▋▆/▄▇▅▌▋▄
11 Months Ago
11 Months Ago
▇▉▅▋▌ ▌█▋█ ▍▄▆▊▉▍_▄█▍▌▇▊▆▇▉/▌▄█▊▅▇
11 Months Ago
▆▍▋▆▍ ▅▉▋▆ ▅▉▊▆▉▉_▋▊▋▌▉▇▌▄▌/▊▌▋█▊▋
11 Months Ago
▋▊▄▄█▆ ▄▆▄▌▌ (▍▉▄▌▅ ▆▄ ▌▅▆▉▌▉ ▉▅▌ ▋▇▍▄▆▉▅ ▄▌▇██▊▌▊ ▉▌▋▋ ▌▆▍▋ ▅▋▍▌ ▄▆▌▉▉▇▇▆▌ ▅▌ ▉▇█▍▄▌▋▊ ▅▇▉ ▄▄▋, ▋▇▊ ▌▊▌▆▇▊ ▅▌▄▌▍ ▅▆▉▌█▄▆ ██▆▌▍█ ▅▌ ▉█ ▅▋▋▌▍'▊ █▆▆▉▆▊ ▇▄▄▄ ▋▉▌▋▋▊ ▍█▆▌▇▄▋█▅█▅▊▊▆▄ ▅▅▉ ▅▉▅█)
11 Months Ago
added road rejection to jutting cliffs
11 Months Ago
Have wolves only fall over on headshots
11 Months Ago
▅▋▍█▅ ▊▋▋▋ ▊▊▉▉█▋_▆▍▆▋▄▌▌▇█/▆▆▇▍▉▉
11 Months Ago
Added Note World Model Imported Note World Model Materials, Model, Textures Setup Note World Model Prefab, LODS and Colliders
11 Months Ago
wip/test changes
11 Months Ago
exported wolf run hit left and right animations
11 Months Ago
Elevator vehicle merge -> main
11 Months Ago
Increased elevator floor colliders Hopefully prevent clipping off elevators
11 Months Ago
extra jutting cliff prefab
11 Months Ago
Clean: Review Feedback - Part 1 - Make scopes explicit with brackets - Get rid of System namespace prefix (as we declare that we use System's names) - Renamed `deepFree` defaulted arg into `freeElements` - FreeUnmanaged(MemoryStream) no longer sets Position anymore - Commented the API Tests: Built C+S target (as it's trivial build-only changes)
11 Months Ago
▍▆▉ ▌▋▅▇▊▆ ▆▋▆ ▆▆▇▋▍▋ █▇▆▌▇/▆▄▉▄▉▆▌█▇ ▉▋ ▌▅▍▆▌▅▇▉▍▅ ▌▉▋▍█▋ █▄▄▌▄▄▍▆▌ ▅▅▌█▇▌, █▊█ ▇▅▌ ▊▍▆▄▋▍▅██▋ ▄▄███▆▋▋▋▆▊ █▊▍█▄ ▊▇█▍▆▊ ▆▌ ▋▄▌ ▋▇▅▋▌▇█ ▅▌▄▌▇▅▍ ▋▉▍▆▅, ▆▆▉▊▇▌▍
11 Months Ago
Entity Leak Fix -> Main
11 Months Ago
set mount pose to sit _DPV on DPV deployed prefab
11 Months Ago
Check if refill container move is unsuccessful. Delete to avoid memory leaking
11 Months Ago
Update: Removing FreeDynamic from Pool Reimplemented the 2 cases where it's used to work without losing information about the type (so we can use Free instead). This also gets rids of unnecessary allocations. Tests: Built all targets. Tried to test runtime (2p multipalyer), got confirmation that the server initializes but nothing hits it. In next CL I'll push out a unit test for ServerMgr, since it looks to be possible.
11 Months Ago
re-enabling animation speeds for DPV
11 Months Ago
Added head.male.average