branchrust_reboot/main/d11_console_versioncancel

4,583 Commits over 731 Days - 0.26cph!

7 Years Ago
[D11][Jenkins] - copydir destination builds
7 Years Ago
[D11] Fix for assets pulled into the warmup bundle because they are dependencies, but which were originally in other bundles, not being in the TOC of the warmup bundle so couldn't be loaded at run time. This seemed to mostly affect sound effects.
7 Years Ago
[D11][Jenkins] - mount build drives and unmount
7 Years Ago
[D11][Jenkins] Always unmount build drive on failure
7 Years Ago
[D11] Rebecca - Texture metadata - Tex resizing for PS4 build
7 Years Ago
[D11][UI][WIP] First pass of new UI Loot panels and prefabs. Removed unneeded log message
7 Years Ago
[D11] bit of code to dump full contents of warmup bundle
7 Years Ago
[D11] Server analytics data expanded to include network statistics.
7 Years Ago
[D11] [UI] Left Stick and DPad now work for all transitions and movement on the Main Menu Carousel
7 Years Ago
[D11] Enable package builds on jenkins
7 Years Ago
[D11] [UI] Added a HUD element to visualise players ping, added a HUD element to show players current Coordinates, added a HUD element to visualise current radiation levels, tweaked the appearance of several UI elements and images, added a drop shadow to text that needs it
7 Years Ago
[D11] Fixing a lost reference - includes new gamertag and version number text fields which aren't used yet
7 Years Ago
[D11] [UI] wrapped some functions in the UIHUD in defines to stop errors when not using the new HUD
7 Years Ago
[D11][Jenkins] Disable Win64 and the unneeded methods to debug the master package builds on PS4/XboxOne
7 Years Ago
[D11] Throw Error in Jenkins
7 Years Ago
[D11] Rebecca - Texture Metadata - 2nd batch resized textures
7 Years Ago
[D11] [UI] Fix to vital bars not updating with the correct values. Now correctly updates based on containers and using the conditions the items require for their consumable effects.
7 Years Ago
[D11] Start adding some platform publishing assets
7 Years Ago
[D11] Add share param file path on PS4
7 Years Ago
[D11] Support for building server asset bundle on a Mac for OSX64.
7 Years Ago
[D11] [UI] Main Menu overhauled to more closely match design doc. Button behaviour extended to allow locked buttons
7 Years Ago
[D11][UI] More UI loot panels. Fix for opening an unchanged panel
7 Years Ago
[D11] More complicated build steps
7 Years Ago
[D11] [UI] Recycler loot panel
7 Years Ago
[D11][Jenkins] More Fixes
7 Years Ago
[D11][Jenkins] Try this
7 Years Ago
[D11][Jenkins] Add all platforms client/server ps4/win64/xboxone and make them all configurable in jenkins
7 Years Ago
[D11] [UI] Tool cupboard, research table and workbench loot panels
7 Years Ago
[D11] WIP experimental code to help speed up bootstrap type code; define IO and CPU tasks and the dependencies between them. The code will compute the optimal ordering (respecting dependencies) that maximises efficiency for both IO and CPU at the same time. Tasks are timed and data is fed back into the algorithm next time it is run, also the IO taks create data which can be used to build an asset bundle to eliminate file seeking; by running this and feeding all the information back in, and running it again, it should settle on the optimal arrangement of tasks. The system could use different data on different platforms to produce different runner code, giving the optimal performance on all devices. When code or assets change the system can be re-run to recalculate the optimal sequence, but as long as the dependencies haven't changed the old code will still function correctly, just won't be as fast as it could be. This is still in the development stages and yet to be tested with real game bootstrap tasks, which should need only minor modification to fit into the system's stubs. Also merged in changes from Matt's streaming branch to enable async file loading in the FileSystem backends.
7 Years Ago
[D11] Some tweaks
7 Years Ago
[D11] Turn off client builds to catch server builds
7 Years Ago
[D11] Back on
7 Years Ago
[D11] Change to agent none
7 Years Ago
[D11][UI] Implemented controller navigation prompts for lootpanel items
7 Years Ago
[D11] [UI] Main Menu can now return to the Title Screen and back again, includes a number of fixes for transitions and selected items when moving between pages
7 Years Ago
[D11] TE Repair bench Lootpanel and Update to prefabs for better navaigation
7 Years Ago
[D11][WIP] Changed how Input is handled to change boat acceleration and reverse to trigger buttons
7 Years Ago
[D11] More fixes for jenkins
7 Years Ago
[D11] Removed unnecessary stat from server performance metrics request.
7 Years Ago
[D11][WIP] Building controls, switching structures with shoulder buttons implemented.
7 Years Ago
[D11] Rid of some things not needed
7 Years Ago
[D11] Mistake on the build display name
7 Years Ago
[D11] [UI] Visual tweaks to the HUD; altered colours, changed positions, and edited UI element images.
7 Years Ago
[D11] Fix for On load crafting, resolution issue, and Implemented setting the pinned recipe form the crafting menu
7 Years Ago
[D11] Copy the StreamingAssets on Jenkins
7 Years Ago
[D11] [UI] fix to a missing reference in the pinned recipe element
7 Years Ago
[D11] Display some debug info for CI to find out where the asset bundles are going.
7 Years Ago
[D11] See if this fixed the PS4 Streaming Assets
7 Years Ago
[D11] Log strPath
7 Years Ago
[D11] Ignore -buildTo on assetbundles builds