reporust_rebootcancel

121,641 Commits over 4,048 Days - 1.25cph!

21 Days Ago
rug_tugboat_fix -> main
21 Days Ago
Fix not being able to place the rugs and new bear rugs on tug boats
21 Days Ago
S2P of Zigg Scene due to decal removal. Fixed incorrectly overwritten ruin walls mesh. Removed middle verts from jungle wall cols. More jungle ruin walls COL refinements.
21 Days Ago
ferry terminal
21 Days Ago
main -> cocoknight_armor_dlc
21 Days Ago
conditional_armour_meshes_viewmodels -> main
21 Days Ago
Final cleanups and extra comments
21 Days Ago
Comments + tooltips
21 Days Ago
Material improvements.
21 Days Ago
Fixed RepositionOnGroundMissing::OnGroundMissing NRE
21 Days Ago
Simplification of slot logic
21 Days Ago
Snake trail hide FX test.
21 Days Ago
Encapsulate logic in viewmodel clothing Correct skeleton list is now rendered depending on conditional logic
21 Days Ago
re-applied spatially aware volume changes to bunker tunnel entrances post merge
21 Days Ago
merge from 118111
21 Days Ago
tweaked entrance bunker volumes to not hide sunlight/sky in ladder room
21 Days Ago
changed environment volumes gizmo color for clarity
21 Days Ago
Timing and effect tweak
21 Days Ago
Improve flanking algorithm
21 Days Ago
merge from main
21 Days Ago
moved the rusty gates back into place
21 Days Ago
▇▋▇ ▌▌▆▌▍▌ ▅▍▅▆ '▍▇▅▇▇/▍▉▇▄▇▌ ▊▊▇▄▅▊▊▄▉' - ▌█▌▆ ▆▆▅█▄▇ ▅▇ ▌▌▉▍▋▇▄ █▅▆▆██ ▅▆▌▋▌▅▉▍▊ (██▉▌▄▅▌ ▄▇ ▊▅█▌▋▌▅) - ▇▇▉▉ ▇▉▅▇▋▅ ▍▆ ▋▆▆▊█▆█ ▄▇▌▆▍▊▅▍▊ ▆▍▇▉▍ ▊▉ ▋▍▇▆▍▇▅▅▍ ▅▉▇▄ █▉▄▉ (▇▌▋█▅▊▍▆ ▉▉ ▄▋▋█▇▅▋)
21 Days Ago
Shrink down in size and align to to terrain when escaping
21 Days Ago
updated viewmodel vine swing animation
22 Days Ago
Experiment with path post process for overwatch and flank
22 Days Ago
fixed an offset on jungle skin triangle block
22 Days Ago
Removed cracks decal from Zigg scene. Also added bit more fidelity to more jungle ruins COL meshes.
22 Days Ago
Temporary collision for jungle cell door. Remade cell door prefab to allow for components being added.
22 Days Ago
fixed an offset on jungle skin floor block
22 Days Ago
Merge: from reduce_appmarkersellorder_allocs - Reduces pool spillage and misses of ProtoBuf.AppMarker.SellOrder Tests: started server on procgen map
22 Days Ago
Optim: Increase ProtoBuf.AppMarker.SellOrder pool capacity to 2k - Should reduce creation and spillage of SellOrders Tests: booted server on procgen.
22 Days Ago
Merge from blowpipe
22 Days Ago
Backpack holster setup
22 Days Ago
Setup holster info
22 Days Ago
Removing obsolete jungle ruins cell top meshes
22 Days Ago
Second pass on jungle ruin walls collision to adhere COL meshes closer to stepped and jagged wall pieces
22 Days Ago
revert underwater effects merge to figure out server issue
22 Days Ago
Merge: from profiling_improvements Tests: snapshot on craggy in editor
22 Days Ago
Merge: from main Tests: none, no conflicts
22 Days Ago
Update: Further removal of about 10% methods from perf snapshot - Built using e70c083b Tests: took a snapshot on craggy
22 Days Ago
lowered the ground under the zigg pond water to allow swimming effect to work
22 Days Ago
Fixed a null ref when comparing identical environment volumes
22 Days Ago
cherrypicking broadphase_abp
22 Days Ago
SpawnPopulationBase.DeleteEntities logs warning if it encounters a destroyed gameobject or an invalid entity instead of throwing an exception
22 Days Ago
Merge: from listcompare_optim - ListHashSet can now be pooled and supports Compare - Optim Networkable.UpdateSubscriptions via ListHashSet Tests: unit tests
22 Days Ago
Merge: from main Tests: none, no conflicts
22 Days Ago
Clean: simplify code via ?. notation Tests: unit tests
22 Days Ago
Optim: Constain List<T>.Compare to only works on List<T> This removes remaining 4 boxing allocations Tests: unit tests
22 Days Ago
Optim: Use ListHashSet<T>.Compare in UpdateSubscriptions and UpdateHighPrioritySubscriptions Tests: none, trivial change
22 Days Ago
Update: Network.Visibility.Provider works on ListHashSet Tests: none, simple changes