reporust_rebootcancel

126,678 Commits over 4,109 Days - 1.28cph!

10 Months Ago
▌█▆▆▍▌
10 Months Ago
merge from world_update_2
10 Months Ago
Reduced canyon target count from 2 to 1 to help other monuments have enough space to spawn
10 Months Ago
GenerateOceanTopology skips lake topology as well (previously only mountain topology, which was missing from oasis)
10 Months Ago
Add NoPickUp and FastDespawn item flags. Refactor despawn timer init. Check for NoPickUp flag when showing pickup option.
10 Months Ago
▋▋▄ ▍▅▊▇▅▍█▋▉▍ ▍▄ ▊▌▅▆▌▄, ▌▆▆▅ █▄▉▋ ▄▆█▄▄█ ▅▍██ ▌▉█▋▆▊▄▍
10 Months Ago
added condition to normal swimming->standing transition to not be mounted
10 Months Ago
If a wolf is stuck while roaming, kill it to save perf
10 Months Ago
merge from ocean-lightcolor-override
10 Months Ago
▅▆▉▌ ▍▆▅▊ ▇▊ ▅▊█▇▉▉ ▋▄▅▍▇ ▊█▉▊▆▋ █▇▍▇, ▅▍▍▋▍▌ ▄▉▄▋▄▍ ▊▍▊▆▄▉▄▍▋▊▅ ▇█▌▄ ▅▋█ ▊▇▇▆▍▋
10 Months Ago
mrege from world_update_2
10 Months Ago
Merge: from /main/clean_dead_code Tests: upgraded half wall - it worked
10 Months Ago
Clean: removing code marked for deletion since 2023 Tests: upgraded half-walls - it worked
10 Months Ago
merge from world_update_2
10 Months Ago
merge from frontier_hatchet
10 Months Ago
▍█▇▉▆ ▄█▊▉█▊ ▄▇▆▇▋▆ ▆▍ ▊▉▅██▅▇▊
10 Months Ago
merge from BlunderBuster
10 Months Ago
merge from world_update_2/Halloween_2024
10 Months Ago
Merge from divesite-foliage-displace
10 Months Ago
Merge: from main Tests: none, no conflicts
10 Months Ago
Merge from world_update_2
10 Months Ago
Optim: Recycle a list when paying for placement Tests: none, trivial change
10 Months Ago
world_update_2 -> radioactive_water
10 Months Ago
▋▉▇█▋ ▆▍▊▇ ▋▇▆█_▄▇▉▄▄▋▋▆▋▋▍
10 Months Ago
Merge from Halloween_2024/DraculaCape_Burstcloth
10 Months Ago
Merge from manpad_fix
10 Months Ago
Fixed custom vertex streams on manpad fx
10 Months Ago
Optim: Avoid transient allocations for GetReloadMenu This is more like a janitorial fixup rather than anything significant. Not recycling GameMenu.Options list because it's a struct, and we don't have a good strategy of shrinking containers in the pool yet. Tests: Changed ammo for AK via radial menu
10 Months Ago
Added Tools/Find/Conflict ID Lookup tool Fixed campfire_on.static, cursedcauldron_on.static, lantern_on.static all assigned prefab id of 0 Rebuild manifest
10 Months Ago
manifest
10 Months Ago
Update: reset radioactivity when recycling Items Although Item pooling is not live on this branch, instead of going through merge overhead I'm just patching it directly here. Tests: none, trivial change
10 Months Ago
Optim: Reduce allocations when running reloading logic on the server - Added non-allocating singular IAmmoContainer.FindX methods We've got a bunch of places where we are only interested in result but try to gather all. Tests: Built all modes in editor. In local session, shot a couple mags with different ammo types. Explicitly switched ammo type via radial menu, and implicitly via reload-on-empty.
10 Months Ago
painted black on ocean and ocean side topos of oasises fixed ocasis_c biome texture not containing data
10 Months Ago
wip temporary, no-pickup world items
10 Months Ago
store view frontiers
10 Months Ago
Update: Getting rid of allocating PlayerInventory.AllItems - Previous AllItemsNoAlloc is now new GetAllItems - Added PlayerInventory.Contains Tests: none, trivial changes
10 Months Ago
Update: List<Item> now use Free instead of FreeUnmanaged. - Amortized a couple consecutive push calls Need to do the same for ItemContainer. Tests: Built all modes in editor. No runtime tests as it's trivial changes.
10 Months Ago
Compute anim hashes to not reimport them when they didn't change
10 Months Ago
▆▊▇▅▊▋▄ ▊▌▇▉ ▉▋▊▇▄▊▊ ▅▄▉▌▇▍▅▄▌ ▅▇▄▄▊▉▄▅ █▄▉ █▉▅▄▇▉, ▍▍▄ █▍▆▋ ██▌▅█▇ █▄▊▍ ▌▆▌ ▆▍▄ ▋█▍▄▄▆▉▍,
10 Months Ago
Dart tweaks
10 Months Ago
▆▄▍ ▋▋▄▅▊▊ ▊▅▄▇▉▍ ▌▋█▅▆▇
10 Months Ago
Wider terrain blend map for swamp_b
10 Months Ago
S2P stables_b to fix missing HLOD on monument scene version
10 Months Ago
▊▊-█▊▉▊▌▄ ▄▋█▅▍▍█▊▊▇▍▇ ▊▅▅▉█▉ ▌▌ █▇▉▌▊▌▋▅▆▋▆▊
10 Months Ago
▅▇▋█▄ ▌█▉▌ █▊▇▆_█▋▄▆▋▍_▍▉▌
10 Months Ago
▉▄▄▆▊ ▍▍▄▋ ▄▍▉▉
10 Months Ago
▄▋▇▄▅▄ ▉▉▊▊▆ ▋▌ █▇▌██▌ ▅▆▇▊█▅▊ ▆▍▊▍▇▄█▋▊ ▍▋ ▋▋ ▍█▆▉ █▋▅ ▊▇▄▍▉▍▅ ▌▅ ▊▄▍
10 Months Ago
Merge: from main Tests: built all modes in editor
10 Months Ago
▉▌▆█ ▌█▅▄▆▉ ▄█▋▌▆▍▅▊ ▌▍ ▌▊▅█▌▋ ▊▅▋▉▆
10 Months Ago
▍▉▉▅▇▉ ▋▉▅▆▆▊ ▄▇▉▇▋▄▋ ▉▋▇▍▄▋▄