branchrust_reboot/main/d11_console_versioncancel
4,583 Commits over 731 Days - 0.26cph!
[D11] Fix for Jenkins server build missing bootstrap scene.
[D11] XboxOne test app compile for CrossVoice
[D11] [UI] Inventory expanded information panel arrow icon will now flip when open. Code for crafting screen information panel is set up needs assigning
[D11] [UI] Improved Inventory navigation now loops around itself and lootpanels.
[D11] Try loading the Procedural Map scene async whilst loading/download and deserializing the specific map data - seems ok.
[D11] fix for bundle time client side processing exception (why is this not showing up all the time?)
[D11] Audio Settings added to Options Menu
[D11][AUDIO] Penultimate audio asset fixes.
[D11][UI] Crafting screen blueprint separators persit when changing category
[D11] [UI] Improved protection preview values and inventory screen fixes
[D11] Support other platforms blank for now
[D11] reverted accidentally committed ProjectSettings
[D11] [UI] visual tweaks to crafting screen
[D11] Forgot to rename TestApp
[D11] Display "secs" instead of "seconds" on time sliders
[D11] Add start of the native voice stuff for cross platform
[D11][UI] Selecting a locker now updates protection previews
[D11] Also forgot to include the Day/Night texture a while back, adding now
[D11] Forgot to include hud.cs
[D11] Display & HUD settings now active in the Options Menu
[D11][UI] Inventory screen survival bars added and vital preview code moved into hud element
[D11] Controller Settings for Options Menu & finished Slider buttons - options buttons can now automatically hide on consoles they shouldn't display on and navigation events are generated to exclude these
[D11] [UI] Map no longer fades out when HUD is disabled. Ignores parent alpha canvas'.
[D11] Fix for hanging on "Preload Assets" on second time into map from frontend. Arguably it should be using the bootstrap query like "IsBootstrapTaskComplete("Bootstrap_WarmupBundle_Init" but both the frontend and the bootstrap are on defines so to support them all properly would be kind of messy, as the older code paths are deprecated, it can be brought in line.
[D11] Tag some assets with "D11IgnoreTestAsset" to exclude from the manifest, and therefore from the warmup bundle, and from being loaded in the warmups. The assets are mostly copied from work on the tutorial branch, but the filtering logic is a bit simpler. Saves ~160MB off the warmup bundle.
[D11] [UI] Checkin of Death Marker prefab files.
[D11] [UI] Added death marker assets and set up to work in Map UI.
[D11] [UI] updated bootflow screen visuals (logo screen, autosave info, disclaimer)
[D11] [UI] Selected crafting icon now displays name of skin. Crafting queue icon navigation fix.
[D11] Selected blueprint now switched to TMP additional elements added
[D11] strip some components only needed for client-side procgen, this means client prefab pre-processing is enabled. This is mostly just merged from the streaming branch, with any extra components founds suitable to strip. The prefab processing will change again when that branch is ready to merge back.
[D11][AUDIO] Next round of audio asset fixes and optimisations.
[D11] minor optimisation, NeedsProcessing was always getting called twice.
[D11] Missing Translation
[D11] [UI] Crafting screen changes
[D11] Disabling config write on console
[D11] Forgot to include gamesettings script
[D11] WIP Options Menu - Game Settings added
[D11] [UI] the pinned recipe will now hide by default until you pin something
fluid transfer UI now smoothly transitions the water level
the HUD will now hide when the crafting / inventory menu is open
fixed the description text on the vending machine loot panel
[D11][UI] Craft multiple items now implemented in crafting screen and quick craft screen
[D11] oops, some native source files I forgot to add back in August. Code was there in DLLs, and nobody had tried to recompile them.
[D11] Callback support for platform services events (WIP)
[D11] Added new filepath for D11_Frontend in Build.cs
[D11] Wrap possible exception on client
[D11] disable TestLevel (which also excludes it from the bundles now)
[D11] Moved D11_Frontend scene and tweaked topbar anchoring