MobileUO icon indicating copy to clipboard operation
MobileUO copied to clipboard

Upgrade MobileUO to CUO version 0.1.10.0

Open mandlar opened this issue 11 months ago • 0 comments

https://github.com/VoxelBoy/MobileUO/issues/24

This PR is bringing CUO up to version 0.1.10.0. This build seems stable in both Unity Player and my Android phone from my testing. Again, there could be issues that I haven't noticed.

Changes since 0.1.9.0 PR:

  • Re-symlinked some files that are now no longer different than their CUO version
  • Switched WorldMapGump to use current CUO Load() logic - except still waiting until next Update() to render that the map has loaded. If you don't do this, then the text won't display correctly on screen/in the journal
  • Removed old UOTexture code that was removed in 0.1.9.0. UOTexture will be deleted in 0.1.11.0, but that's okay now that I refactored in 0.1.9.0 to properly do PixelChecks. Dropped old lingering keepData parameters from GetTexture() functions related to this.
  • LightsLoader now uses CUO logic for rendering (although Lights are still yet to be tackled properly in MobileUO)
  • Moved opening of URLs via Unity into the PlatformHelper class

Fairly minimal MobileUO changes, everything else is CUO changes.

mandlar avatar Jan 20 '25 03:01 mandlar