255,055 Commits over 3,990 Days - 2.66cph!
Fixes for last input commit
Options page styling, fixed pageheader
Tree manager - fixed missing material in bundles, fixed felled trees to being removed from instancing manager
[D11] [UI] Vending Machines now adjust quantity with triggers. You can now buy from vending machines using the [X] (face button left) button. Added correct input prompts on nav bar for vending machines.
[D11][OFFSCREENPARTICLES] Bug fixes ( still not enabled ). Need to do the shader replacement in a non-hacky way.
util.JSONToTable ignores the UTF-8 BOM
Fixed terrain base map not available from shader lod 101 to 199
Removed alpha from diffuse/emission/occlusion/detail that didn't use it
Updated some materials to use /Rust/Standard shaders instead of /Standard
Merge non-readable meshes branch
Added option to split shadow casting instanced meshes into separate shadow/non-shadow instances for improved culling
Updated mesh import flags to make more meshes non-readable and streamable to save memory (saves about 175mb on the 4k map i'm testing with)
Go Back nav button
Menu light/dark toggle
Slot for header on Container
Cherry picked powerline_pole_a light removal
Corpses no longer inherit the network group from their parent (should greatly reduce cargo ship networking overhead)
Added Optimize/Find Material Optimzations
Fixed a few OcclusionMaps with alpha
[D11] I've had this shelved for a while - switch to the probex sky reflections, but add the TOD elements, so it's similar to medium quality on PC. Tested with MainCamera re-enabled (currently disabled due to postfx being disabled). Saves a chunk off the engine culling.
[D11][OFFSCREENPARTICLES] Not enabled yet, just want to get them on.
█▇▅▉▊▊ ▇▄▋ ▍▊▆ ▍█▊_▍▄▅.▄▅
█▌▋▄▋ ▍█▄█▆▅▋▉ █▆-▊▆▌ ▄▇▍▄▌ ▅▌ ▇█▋▄▉██
[D11] [UI] Controls screen icons size increased for readability.
[D11] [UI] Fixed Controls menu not working on Frontend menus.
Conditional styles on Games view, gametile changes
Dropped items no longer inherit the network group from their parent (should greatly reduce cargo ship networking overhead)
Rebuilt static fonts (will reduce hitches)
[D11] remove the needless FindItemsByItemName operation when the map is closed, this is possible because the drawable map stuff is deprecated, and we've compiled it out.
[D11] [UI] More idle anims set to looping.
[D11] [UI] HUD stance indicators change update quicker. Weapon idle anims set to looping.
don't copy linux steam stuff
[D11][OPT]] Take out footstep effects
Refactor build space data on ship expansions to support floors
Added custom floor layouts for starter ships
More room space refactors to support parts of a floor being marked as indoors or outdoors
Instanced props now use original shader for shadows, which prevents higher floor shadows affecting lower floors
Enforce elevator placement
Fixed units not being able to move up and down in an elevator, fixed units selecting walk to locations on the wrong floor
Update clothing mask with clipping
Reworked, better clipping shader. Applied to all character skin materials
More material swaps
player subclass for intro, to fix json error
claw outward rings pattern, etc
claw big tossed pattern
storm gunner pattern
Improved comment on gun injury crime thing
Bill F pointed out that some async requests were doing way more than they need to. Simplified them here where possible.
Fixed LightLOD component triggering update calls every frame for intensity fading
Fixed LightEx handling of LightLODs in regards to pooling
merge from main/soundvoicecleanup