127,741 Commits over 4,109 Days - 1.30cph!
Disable burst compiler on jenkins linux builds
Nicer favourited item highlight. Bit of refactoring.
[D11] Fix for powerlines having lights
[D11] First pass of Launch Site asset removal
Added ui.showinventoryplayer convar and a toggle to interface options, to allow players who need/prefer the extra FPS to disable the inventory screen player model.
Fix for mismatched profiler marker
Update Unity version to 2019.2.3f1
[D11] [UI] Reset transform of hemp skins 0 and 1.
[D11][DTLS] Log warning on Windows server that no more connections can be made. Big pass through logging to make more stuff verbose.
Various optimisations to instancing stuff, mainly reducing overheads of setting up shader variables by instantiating compute shaders and using SetConstantBuffer instead of individual variables
added piano icon to piano prefab
[D11][OPTIMIZATION] Minor network stuff + test code to check "cast" vs byte parsing for position messages. Its failed, but i'll keep it there for reference
Added fps limit slider to screen settings UI.
Made TweakUISlider also now work with delayed apply changes.
▇██▊▋ ▍ ▅█▍▅▋▄▉▍▇ ▆▌ ▌▆▇ ▌▇█▅▍▌▅▄ ▉▆█▅▊▉▉▌
▉▅▌ ▄█▍ ▌▆▅▋▆▋▉▊ ▊▇▌▊ ▅▄▄▇, ▊▌▋▅▍ ▋▋ ▊█▍ ▇▉▋▊▄▅▌▌ █▅ ▄▅ ▊██▌ ▊▄▆▍ ██▋ ▅█ ▍▇▆ ▄▅ ▉█▇▆▇▄▌/▍▇▋▋▇▊▌▇ █▆▆ ▊▄▄ ▊██▉▍▋▉▅▅
- Modular car engines now turn on/off, with startup time (client synced)
- Fuel is now actually needed. Adding 100 low grade by default in editor for easy testing
- Added engine waterlogging
- Removed handbrake, it sucked
Allow faster vehicles to have better brakes (automatic multiplier)
When moving backwards and accelerating, actually accelerate instead of brake
Improved speed-based steer angle reduction. Better max speed calculation.
Fake a lower centre of mass, less anti-roll needed, better handling
Even more driving physics tweaks
Preserve the original name of slots so they get restored when removing a custom name
- Fixed wheel visual glitching when entering water etc by providing the right layer mask.
- Properly added the wheel smoke FX from the sedan.
- Some driving physics tweaks.
- Added handbrake, although it's really just a fancy version of the brakes.
▅▉▉▉ ▆▅▋█▋██▆ ▊▋▇▄▉▊▍/█▉▌ ▋▊▍█▉▌▋ ▆▋█▊ ▇▄▇▆▇▄█
▋▅▅▄▌ ▍ ▌▉▉▇█▌▉▊▅▇▋▌▉▋ ▉▌▊▉▋▍▊▇ ▊▍▋▆ ▉▉▊▇▋ ▊▋▄ ▉▄▆█▋ ▌▌▍ ▅▋ ▉█▌▆▌▌ █▊▇▌▆▉▌▊ ▉▆▇▄▍▌▉▅▄
▉▆▉▊▆ ▋▌ ▄▊▆▍ ▇▇█▆▋▋ ▌▅▆ ▌▋▄▅
Add a menu to rename IO entities and their inputs/outputs
Better IK positions on piano
Proplight prefab conversions
Add some car audio files (originally from WiseGuys)
Scene backup.
Lantern post conversion.
Fixed intermittent decals on cargoship; set mesh compression to low on models using decals to disable vertex format compression
Fixed a couple mesh colliders using read-only meshes in Hapis and cargoship
Fixed NRE on ent kill cargoship
Added a favourites category/tab to crafting menu, lists any favourited items there, too.
Show (placeholder) favourite icon on any favourited quick craft items.
[D11] [UI] Adjusted visuals and size of player corpse info on HUD to be more readable. (WIP)
[D11] Fixed reverb trigger zones in the bandit camp
"Favourited" items appear first in the quick craft items, then ordered by most crafted.
[D11] Increase read-timeout from 30 secs to 1 min
[D11] [UI] Fixed text wrapping on server name in loading screen.
[D11][UI] Placeholder update screen and removed unneeded code in networkserviceport
[D11] fix for SLODs being pink in hdrp. Added a shadergraph shader which is uses the LitMaster plus an extra node which applies the dithered alpha clip. It's a bit of cheat because you can't have custom function nodes which don't connect to something, so I'm just passing the model's alpha through my function, and doing the dither clip as a "side effect" of the function, but I don't see why it won't be robust. Tweaked the other inputs to LitMaster to try to make the slod models look similar to before, this could do with more artist tweaking, and generally the (cross)fade could be more polished.
+ a water compile fix that I missed from a commit yesterday
+ a foliageASE instancing fix I missed too
Tiny perf convar tweak (4=ping, 5=everything)