194,316 Commits over 4,079 Days - 1.98cph!
Preserve bone length when rebuilding the chain's transforms (fixes some ugly artifacts)
Overwrite bone transforms into a straight line when building the chains because they're junk otherwise
Refactor things to not depend on a tree node structure (only allows chain configurations now but that's ok)
Job scheduling update, streamlined culling jobs, better culling distance calculation / fixes.
Weather profiles (WIP)
Tweaked base sky twilight cloud color to be slightly less orange
Sun mesh brightness up a bit for fog compatibility
Print a console message when game is started with -noaddons
Disabled particle blending on raindrops and impacts so you see some of them when looking straight down (petur approved)
More tweaks to rain particle lifetime after testing additional scenarios
Culling method experiments, fixed comparison test differences.
Fixed sky dome having fog + evening time saved on its prefab (annoying in the editor)
Added BaseNavigator.Moving
MoveTowards & Roam return running or finished.
Added StateFinished event.
Weather effect emission rate uses 3D distance instead of 2D distance (better perf inside large bases)
small StateStatus refactor, now allows for Running and Finished
Tidied up job handling slightly, improved job dependencies.
Reverting rain max collision shapes (changeset 55163)
Reduced rain max lifetime (fixes perf issue in certain conditions where rain drops fall very far, fixes rain drops sometimes falling through bases due to max collider shape limit)
BasePathfinder roam positions, test roam state, navigator improvements
state change event refactor
Rust 2020 Halloween logo
Updated menu UI
Increased rain max collision shapes since it was raining into bases in some locations (potentially an issue from the faster speed?)
▌▇▌▋▉▍▋ █▉▋▆▆▍▌▅ ▅▌ ▍██▍▉▄ ▌▊▄▌
Merge from skin_load_hich
applied yesterdays memory bank shelved changes
Stables buildings progress
Stables scenes dressing
▄▅▅▇▉▇ ▌▍▅▊▅ ▊▇▅█▆ ▆▅▅▆█ ▌▅ ▍▉▍█▌▅▌▋▌ (▋▇▅▄ ▋▆▌▊ ▆▇█▄ ▅▅ ▋▋▊ ▆▆▄▇▄▌ ▅▄▅▋▉▌▄▋)
▉▌█▅▅█▇ █▄▇█▌ ▊▉▋▊▌▉▅ ▌▇▊ ▍▊ █▇▉▅▌▄
▄▉▋ ▍▊▉▍▍ ▍▍ ▋▄▍▄▄▄▇▍▅ █▆▇▌ ▆▇ ▊▋ ▉▉▆▄ ▆▍▆█ ▍▄▌▉▉▊▋ ▇▋▅█▄▊ █▍ ▄▅ ▍▊█▊▋ ▉▉▍▌▇▇▊ ▌█ ▄ ▋▊▅▍ (▉▇▊▋ █▄▄ ▅▍▊▄▅▉ ▆▌▇▇▌ ▌▅▉▆▉▊▇) █▊▍▋▇▇ ▄▇▄█ ▋▇▍▄▉▋▇ ▉▇▌▆▋ █▄▄▋▍ ▋▍▇▆▌▍ █▍ ▇▅█ ▊▇▍▌▉▋
█▋▊▇▇▍ ▉█▉▌▉▋▍▉▍▅ ▅▄▄▆▌▊▆▆ ▅▋▅▋▋▌▍█▋ ▆█▌▉▌▍▌
▇▍▊█▉▋ ▄▊▅ ▉▊▌▋ ▄▌▋██ ▆▉▌
█▅▆▌█ ▅▊█▆ ▅▄▅▉█▉▌▆▌▍/█▉▅▍▉▍███▆▆▆
Scene + anim backups (spacesuit & secretlab chair)
▋▊▋▌▅▌█ ▍▊▆ ▇▆▅ ▌▄▋▅▋▌▉▌▍▅
▆▇▄▊▊▍ ▍█▉ ▌▊██ ▇▇▅▋▄▌▅ + ▋▊▍█▇▊▆
Stormy rain offset through walls bug fix.
Do not boot players from vehicles when teleporting without the "ONLY players in vehicles" spawnflag, do not teleport players in vehicles at all without it.
Tweaks to night cloud & fog density.
Disabled two of the tiny billboarded clouds because their density is most whack in certain scenarios.
Stormy rain implementation
Better stormy rain. Slight emission offset to compensate for horizontal movements
Fixed ParticleSpawn benchmark NRE
Stormy rain params.
Stripped noise generation out of rain for emitter perf.