branchrust_reboot/main/d11_console_versioncancel

4,583 Commits over 731 Days - 0.26cph!

7 Years Ago
[D11] Socket setup data for xb1
7 Years Ago
[D11] Fix for controller rotation on xb1, ortho basis matrix for xb1 added
7 Years Ago
[D11] Added define D11_UNET to allow switching between RakNet/UNet, also packet size changes and port change needed for xb1
7 Years Ago
[D11] Removed hardcoded IP address that somehow got committed?
7 Years Ago
[D11] Added new define D11_UNET in build defines, forceDebug=true to enable profiling, and message saying build complete!
7 Years Ago
[D11.AC] Quick fix for water/terrain rendering on PS4
7 Years Ago
Small tidy up to LLAPI stuff, there's no unsafe code any more. Increase packet buffer sizes as it's likely to run out during level loading.
7 Years Ago
[d11] add a rough integration of the MiniUDP library (needs optimisation), just to try out, though it seems to work better than LLAPI.
7 Years Ago
[D11] Quick temporary fix for triggers to work on Xbox
7 Years Ago
Linux server build support for console.
7 Years Ago
[D11] Fixed assert on console server when a client connects.
7 Years Ago
[D11] Suppressed log spam on console server when client is killed.
7 Years Ago
[D11] Fixed null ref exception on assert check.
7 Years Ago
[D11] Editor commands for testing asset-stripped server builds.
7 Years Ago
[D11] UI Controller support and additional support files
7 Years Ago
[D11] Fixed missing D11_CONSOLE_PORT defines
7 Years Ago
[D11] Add docker scripts
7 Years Ago
[D11] Updated RustNative code / recompiled console DLLs
7 Years Ago
[D11] Use Machine Unique Id FTM until we get platform id's in.
7 Years Ago
[D11] Fixed an issue stopping multiple D11 users joining a map
7 Years Ago
[D11] Fix for Cursor.visible always been false one xboxone. Disable consoleinputmodule on standalonebuilds
7 Years Ago
[D11] Added Option to enable mouse input for editor and standalone builds in ConsoleInputModule
7 Years Ago
[D11] Fixes for PS4
7 Years Ago
[D11] Build error fix
7 Years Ago
[D11] Attempt #2 - fixes for shaders warnings on ps4. And pending merge links (again)
7 Years Ago
[D11] Removing PS4 define around TERRAIN_FAR_SPLATS
7 Years Ago
[D11] UI events can now be sent to a parent objects if the select object has no use for it/has not implemented the event. Added UIEvent handlers for shoulder buttons. Implemented Editor script for D11Advanced Button Reworked UI events for more consistent naming
7 Years Ago
[D11] Setting up text mesh pro package and files
7 Years Ago
[D11] Sever and Client defines Added
7 Years Ago
[D11] Added LiteNetLib
7 Years Ago
[D11] Missed .cs files for litenetlib
7 Years Ago
[D11] [UI] [WIP] Submit for new Belt Bar graphics for Console Port.
7 Years Ago
[D11] Get Some stats linked up, still more to do
7 Years Ago
[D11] Update to Unity 2018.2.3f1, only to be used with our local version with custom fixes until they are fixed properly. C# debugging on PS4 and Xbox One possible with this build.
7 Years Ago
[D11] Slightly better unique Id
7 Years Ago
[D11] Updated unity version number to 2018.2.3
7 Years Ago
[D11] Disabled time of day from updating - to prevent joining server when pitch black - warning printed to alert user that this is enabled
7 Years Ago
[D11] [UI] - Added SDF fonts for TMP + material variations for dropshadow and outline
7 Years Ago
[D11] Fixed editor crash when selecting to build Win64 Debug Server from the menu, and added console client compatibility. Additional file-type support added to the asset stripping test.
7 Years Ago
[D11] [UI] Progress on fixing small graphical errors on Belt bar in new Console port HUD. Work-in-progress. - [D11] [UI] Progress on fixing small graphical errors on Belt bar in new Console port HUD. Work-in-progress. [D11] [UI] Started on updating the notification banners on the bottom right HUD. Work in progress.
7 Years Ago
[D11] [UI] Reverted a change to bootstrap in order to preview changes
7 Years Ago
[D11] Ping fix and exception fix
7 Years Ago
[D11] Patch in the GetAddress
7 Years Ago
[D11] Add BytesSentPerSecond and BytesReceivedPerSecond to litenetlib and hook them up
7 Years Ago
[D11] [UI] wip changes to the notification areas aesthetics
7 Years Ago
[D11] Handle the kick in litenetlib
7 Years Ago
[D11] Windows console server builds with IL2CPP backend on define, and no longer packages Steam DLLs with the build. Fixed Steam DLL name-mangling in Windows dev server build.
7 Years Ago
[D11] [UI] fixed a misplaced float causing an error in a server build
7 Years Ago
[D11] Add some scripts to reimport all audio clips with settings as suggested by Unity, and a general framework to re-trigger the import of any sort of asset class
7 Years Ago
[D11] Much cleaner stat tracking in LiteNetLib