Added: Ability to toggle crouch and map controls to toggling crouch via the Keybinding system.
Added: Flippy Dainox as Patreon patron.
Added: Foxcity as Patreon patron.
Changed: Improved responsiveness of small scale mouse movements for camera movement.
Changed: Replaced stand-stop-flying status buttons with a full BD status container showing several statuses in addition to just sitting and flying.
Changed: Version to 3.9.4.
Fixed: Inconsistent behavior of CTRL/Shift when using as modifier for mass/precision controls on spinners.
Fixed: Potential crashfix for startup crash due to invalid environment asset.
Fixed: Logs getting spammed with warnings when taking snapshots.
Fixed: UI vanishing when refreshing the snapshot after taking one with Remember Snapshot mode enabled.
Fixed: Camera only being able to jump large distances when zoomed in and moving the mouse ever so slightly. Make the camera scale its movement with zoom level.
Fixed: Sliders in Environment Editor becoming increasingly harder to slide all the way to either end especially at lower framerates.
Fixed: Altitude based windlights not being triggered.
Fixed: Projector light settings in Edit - Features being available when the light is no projector.
Fixed: Even more compile warnings of unused declarations.
Fixed: Shaders being dirtied causing slow code execution when it shouldn't. Thanks to Drake.
Fixed: Volumetric Lighting being broken due it requiring the shaders being dirtied but Volumetric Lighting not being classified as needing atmospherics thus not triggering a dirty.
Fixed: Login screen video subtitles appearing when using the german UI, causing the subtitles to interfere with the bottom login panel and making it hard to read.
Fixed: Scrollpanel inconsistencies in a couple preferences tabs.
Fixed: Compile.
Fixed: Outdated deferredUtil.glsl shader.
Fixed: Shininess being broken since EEP. Fix by Drake.
Fixed: Impostors not being properly lit.
Removed: All language files from non-english/german languages that were added over time with code merges.
Misc: Added bdstatus.cpp/h to CMakeLists.txt and fixed linking errors.