reporust_rebootcancel

122,289 Commits over 4,048 Days - 1.26cph!

8 Months Ago
Fix fireball not be set to rest when it should have been
8 Months Ago
▊▉▉▋▍ ▉▌▇▌ ▍▊▆█▋▊▊▌▊▊▍_▋█▅▄▌_▄▋▅
8 Months Ago
▅▆▌▉█ ▊▇▌▋ ▉▌_▉▋▆▍_▍█▄▊▉▉▆▍▊
8 Months Ago
reinforced wood shield blockout
8 Months Ago
HCR viewmodel - Matched fire & ADS fire anims to new repeat fire rate - Adjusted sound anim events to match new timing - Set animator to play anim at correct speed (1)
8 Months Ago
Reenabled LODs on hill cliffs
8 Months Ago
Added TerrainSplatRemove to all hill cliffs
8 Months Ago
TerrainSplatRemove
8 Months Ago
Clean: replacing obsolete Pool api usage Tests: none, trivial change
8 Months Ago
Fixed PlaceCliffsUniform not spawning below 0
8 Months Ago
Merge from main
8 Months Ago
Merge: from /main/soundmodulator_leak Tests: spawned car_2mod_01, drove around - pool telemetry stayed stable, audio was good.
8 Months Ago
Fixed vending machine skins being rendered as beanie hat
8 Months Ago
Merge: from main Tests: built all modes in editor
8 Months Ago
merge from world_update_2
8 Months Ago
set the large powerlines path to avoid beach and beachside to prevent paths intersecting cliffs on the coast
8 Months Ago
Backups
8 Months Ago
▆▆▍▌▋ ▋▋▆▊ ▇▇▆▄▇▄▇▆▉▅▍_▇▄▄▋▄_█▆▍
8 Months Ago
▋▍▆▊▇▍▆▋█▍▊█▇ ▌▇▋▌▌▅ ▊▅▌▍ ▇▍▌▇▇▋▉ ▋▊▋▋▉▅ ▅▉▆▄▉▉▆▄ ▍▌█ ▆▋▋▉▄ / █▆▅▍▄▌▋▉ ▉▍▄▌▆▍ ▋▉▇▅_▉▇▊▄▄▊▉▍▇▅▇
8 Months Ago
HCR viewmodel - Corrected slightly offset ironsights
8 Months Ago
Merge from world_update_2
8 Months Ago
Fixed two possible cave configs that had misconfigured culling volumes that would result in seeing through into the void cave_large_hard, cave_small_medium
8 Months Ago
testing cloud improvements
8 Months Ago
Parent merge
8 Months Ago
Merge from world_update_2
8 Months Ago
Only clear decals that are going to be recycled when playing back a demo shot, leave static monument decals untouched
8 Months Ago
Some prefab cleanup on divesite_d, still needs more work Fixed starfish_01 not culling Prefab replacer now selects the newly spawned prefabs
8 Months Ago
Parent merge
8 Months Ago
Merge from world_update_2
8 Months Ago
Radtown: Fixed floating vats and other interior props. Fixed some one-sided caution signs to use fence variants. (S2P)
8 Months Ago
Merge from world_update_2
8 Months Ago
Revamped hill cliffs Anchor length, SlopeScale and TerrainPlacementlBlocked radiuses to make cliffs spawn on steeper slopes than before Reduced ObjectDistance for hill cliffs from 5 to 3 Allowed hill cliffs to overlap Roadside and Railside topologies
8 Months Ago
adjust hcr firerate
8 Months Ago
hcr wip stats
8 Months Ago
merge from fix_monument_scenes_client_entities -> main
8 Months Ago
Fix monument scenes causing entities to spawn on both client and server inside monuments
8 Months Ago
Fixed airfield sometimes spawning too close to river
8 Months Ago
Fixed rivers being allowed to continue too long below ocean level, causing the ocean to flood large areas of the terrain
8 Months Ago
Fixed underwater specular on terrain
8 Months Ago
HCR viewmodel - removed sway from ADS fire anim
8 Months Ago
Optim: lazy-allocate Sound Modulator lists - Added an assert to trigger when we try to remove a modulator we don't own Noticed that we have 3 modulators on average per 4 lists of modulators, so we can save 1-3 lists per sound and recycle better. Tests: When driving around, got max 42 SoundModulation instances with 66 lists (instead of 168 previously)
8 Months Ago
merge from br-zone-water
8 Months Ago
unfucked oasis_c terrain data assignment - was due to a undone rename earlier in the day repainted the topologies for ocean/oceanside/monument in it
8 Months Ago
merge from main
8 Months Ago
Update: don't expose modulators outside of SoundModulation - Changed printEngineSounds cmd to update more detialed info while removing redundant info - Simplified checks since we can now guarantee that our object is safe by construction. Tests: drove around in a car and checked the output in console.
8 Months Ago
exported wolf run attack shorter anim and edited wolf prowl anim
8 Months Ago
Make wolves run away if they are hit by fire, improve blackboard vislog
8 Months Ago
Remove the old way to find out if a water body is radioactive. New way doesn't require a texture map.
8 Months Ago
more shield texture updates.
8 Months Ago
Bugfix: Cleanup leaking Sound modulators - Sound now gets notified when it gets retired - Moved cleanup from Init to Retire and added safety asserts to Init - Recycle more of SoundModulation state (revealed that we have more storage than modulators) Tests: Ran around on Craggy, gathered resources, smashed a tree, crushed myself with a car by accident, drove around, swam - sound was good.