reporust_rebootcancel

126,357 Commits over 4,201 Days - 1.25cph!

7 Months Ago
wip patched in DBS
7 Months Ago
New: TickInterpolatorCache - a sparse, bulk TickInterpolator array - Comes with it's own stress tests (they pass, but need to investigate perf) - Depends on PlayerCache, but I need to modify it to provide more stability Building block towards jobifying tick history processing. Tests: ran unit tests
7 Months Ago
merge from softcore_update
7 Months Ago
merge from softcore_update/deployable_corpse
7 Months Ago
Fixed corpses deploy check hitting themselves and preventing ground missing repositioning
7 Months Ago
merge from respawn_changes -> softcore_update
7 Months Ago
Potential fix for anims not being cancelled properly
7 Months Ago
female prefab setup
7 Months Ago
merge from jungle_building_skin_merge
7 Months Ago
Added a new filtering mode for DeployVolume.Check, allowing us to ignore specific types Container corpses now ignore the DebrisEntity type, this was preventing them to spawn in some cases
7 Months Ago
rebuilt manifest
7 Months Ago
Only merge backpack partial stacks if something is taken from the backpack for the reclaim system
7 Months Ago
Make backpack dropped on death if not reclaimed instead of staying on the corpse - backpack still stays on player if you are wounded in softcore (to enforce reclaim of backpack contents)
7 Months Ago
Horse costume lods
7 Months Ago
Move drop backpack to `WoundedStartSharedCode()`
7 Months Ago
Fix drop backpack for wounding not being called when the player is set to crawling
7 Months Ago
Make sure "drop backpack on death" is only called when they die and not when they are wounded - no change to behavior, fixes convars for "drop backpack on death vs wound"
7 Months Ago
Removed OnDied(null) in BaseCombatEntity AdminKill, was added when refactoring corpses spawning
7 Months Ago
merge from softcore_update/deployable_corpse
7 Months Ago
Handle all default items, not just rocks and torches
7 Months Ago
Corpse spawning checks fixes
7 Months Ago
Range checks, wip
7 Months Ago
Chicken costume burst cloth setup
7 Months Ago
Ensure rocks, torches and other starting items are never reclaimed
7 Months Ago
7 Months Ago
Port all new fixes and refactors from InstancedDebugDraw to IndirectInstancing
7 Months Ago
removed unnecessary NoAlias attribute
7 Months Ago
fixes and tuning improvements - corrected indexing mistakes that caused water to flow generally eastwards and slope angle to just be wrong - water height threshold to stop ocean eroding seafloor - sediment depositing uses timestep to help tuning be more consistent - cleanup
7 Months Ago
Boomerang -> jungle_update
7 Months Ago
main -> Boomerang
7 Months Ago
Adjusted icon again
7 Months Ago
More compile errors
7 Months Ago
- Compile errors - Recalculate bounds
7 Months Ago
Fixed some weird sticking issues with boomerangs. Explore some sticking behaviour with entities
7 Months Ago
Added AO and specular to Beenie Hat
7 Months Ago
merged from jungle_building_skin
7 Months Ago
Reduced snake health
7 Months Ago
Custom SMG - Narrowed 3P sight to match the 1P model
7 Months Ago
Venom icon settings
7 Months Ago
merge from main
7 Months Ago
Don't reclaim loot when respawning if the player is F1 killing - ignore situations where you are F1 killing after being wounded
7 Months Ago
Fix 100% of clothing being reclaimed on death instead of 0% of clothing
7 Months Ago
merge from softcore_update
7 Months Ago
merge from softcore_update -> respawn_changes
7 Months Ago
Just use TC privilege + original owner ID when checking a player can repair the corpse
7 Months Ago
merge from softcore_update/deployable_corpse
7 Months Ago
Fix croc struggling to ever catch up if a player runs past but never attacks them to piss them off
7 Months Ago
Minor code cleanup
7 Months Ago
DBS - Updated shotgun 3P rigged model with missing sights from 1P (fbx only, prefab is broken)
7 Months Ago
Optim: replace couple managed loops with a burst job Tests: none, trivial changes