branchrust_reboot/main/d11_console_versioncancel

4,549 Commits over 731 Days - 0.26cph!

8 Years Ago
[D11][AUDIO] Final round of audio asset fixes and optimisations.
8 Years Ago
[D11] Add Packages directory to CreateClone
8 Years Ago
[D11] [UI] Adjusted Code of Conduct screen to now read from a text file. It will pull the date from the string within the file that has the relevant tag and add all other text to the content. Should allow us to easily change the information without requiring the editor to be opened.
8 Years Ago
[D11] [UI] Added comments in credits text file for instructions on available tags. Updated code to ignore comments and slightly adjusted how to check for tags.
8 Years Ago
[D11] [UI] Adjusted Credits scroll to now be a consistent speed regardless of length.
8 Years Ago
[D11] [UI] Checkin for Staff Credits screen and required assets. Hooked up to Frontend.
8 Years Ago
[D11] [UI] changed the 'workbench require' text to textmeshpro which should solve a layout issue in the crafting screen
8 Years Ago
[D11][UI] Fixing crash
8 Years Ago
[D11][UI] Clear navigation bar when closing the crafting menu
8 Years Ago
[D11][UI] Top bar carousel and navigation changed to prefab and set up in scene to prefab Navigation bar improvements Code of conduct compile fix
8 Years Ago
[D11] [UI] Linked up Code of Conduct page to frontend. Made adjustments in PagedUI system to automatically close previous pages when pushing non-carousel pages to screen stack.
8 Years Ago
[D11] Fix for not being able to jump after dying
8 Years Ago
[D11] Graphics settings added to Options Menu & Fix for dpad to work on the Death Screen (and to not open Crafting/Inventory whilst dead either)
8 Years Ago
[D11] [UI] Updated death marker map interface. Updated mask textures to use alpha instead of black for transparency. Updated MaskedColorLerp shader to correctly use alpha values rather than black and white when masking alpha out on materials. Updated Respawn/Death screen visuals to reflect shader change. Added Code of Conduct screen and assets to project. Added Generic Animation controller for simple menu animations.
8 Years Ago
[D11] [UI] tweaks to craft screen visuals replaced the 'new craftable' icon with the new one
8 Years Ago
[D11][UI] When moving an item in the inventory screen the item will now follow the cursor
8 Years Ago
[D11] Fix for Jenkins server build missing bootstrap scene.
8 Years Ago
[D11] XboxOne test app compile for CrossVoice
8 Years Ago
[D11] [UI] Inventory expanded information panel arrow icon will now flip when open. Code for crafting screen information panel is set up needs assigning
8 Years Ago
[D11] [UI] Improved Inventory navigation now loops around itself and lootpanels.
8 Years Ago
[D11] Try loading the Procedural Map scene async whilst loading/download and deserializing the specific map data - seems ok.
8 Years Ago
[D11] fix for bundle time client side processing exception (why is this not showing up all the time?)
8 Years Ago
[D11] Audio Settings added to Options Menu
8 Years Ago
[D11][AUDIO] Penultimate audio asset fixes.
8 Years Ago
[D11][UI] Crafting screen blueprint separators persit when changing category
8 Years Ago
[D11] [UI] Improved protection preview values and inventory screen fixes
8 Years Ago
[D11] Support other platforms blank for now
8 Years Ago
[D11] reverted accidentally committed ProjectSettings
8 Years Ago
[D11] [UI] visual tweaks to crafting screen
8 Years Ago
[D11] More fixups
8 Years Ago
[D11] Forgot to rename TestApp
8 Years Ago
[D11] Make multiplatform
8 Years Ago
[D11] Display "secs" instead of "seconds" on time sliders
8 Years Ago
[D11] Add start of the native voice stuff for cross platform
8 Years Ago
[D11][UI] Selecting a locker now updates protection previews
8 Years Ago
[D11] Also forgot to include the Day/Night texture a while back, adding now
8 Years Ago
[D11] Forgot to include hud.cs
8 Years Ago
[D11] Display & HUD settings now active in the Options Menu
8 Years Ago
[D11][UI] Inventory screen survival bars added and vital preview code moved into hud element
8 Years Ago
[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
8 Years Ago
[D11] [UI] Map no longer fades out when HUD is disabled. Ignores parent alpha canvas'.
8 Years Ago
[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.
8 Years Ago
[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.
8 Years Ago
[D11] [UI] Checkin of Death Marker prefab files.
8 Years Ago
[D11] [UI] Added death marker assets and set up to work in Map UI.
8 Years Ago
[D11] [UI] updated bootflow screen visuals (logo screen, autosave info, disclaimer)
8 Years Ago
[D11] [UI] Selected crafting icon now displays name of skin. Crafting queue icon navigation fix.
8 Years Ago
[D11] Selected blueprint now switched to TMP additional elements added
8 Years Ago
[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.
8 Years Ago
[D11][AUDIO] Next round of audio asset fixes and optimisations.