Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade MobileUO to CUO version 1.0.0.0 #31

Open
wants to merge 170 commits into
base: master
Choose a base branch
from

Conversation

mandlar
Copy link
Contributor

@mandlar mandlar commented Mar 3, 2025

#24

This PR is bringing CUO up to version 1.0.0.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.

The biggest change of this version is the re-structuring of the solution files due to CUO upgrading to .NET Core.

Changes since 1.0.0.0 PR: mandlar/MobileUO@2b5a9bc...635ee1c

  • I added some powershell scripts to help speed up the process of re-creating symlinks when needed
  • Reorganized files to match new CUO file structure from .NET Core upgrade and re-symlinked files
  • Added System.Text.Json nuget package
  • I temporarily commented out my coarse item selection for items on the ground - I'll either improve it more or put it in a settings flag later
  • Currently not using the new EmbedResourceCSharp - not sure that I'll implement using it either yet

Everything else is base CUO changes. These were all the significant issues I encountered.

new rendering method does not work correctly, but reverted to old method via _use_render_target flag
…builds the dll into the Unity assets folder in order to get these files working inside of Unity. The files are still symlinked to the original ones.
…t the old version of ScrollArea control into the assistant so that it would only affect the assistant and not everywhere else. The more optimal solution is to re-write the assistant with the new ScrollArea behavior
…ersion 0.1.10.0 incremental to 0.1.11.0

Merge branch 'dev' of https://github.com/ClassicUO/ClassicUO into dev
…ersion 0.1.10.0 incremental to 0.1.11.0

Part two, forgot to bump CUO submodule
…on 0.1.10.0 incremental to 0.1.11.0

replace datetime with ticks
…ion 0.1.10.0 incremental to 0.1.11.0

+ just use a single array
…ion 0.1.10.0 incremental to 0.1.11.0

Merge branch 'dev' of https://github.com/andreakarasho/ClassicUO into dev
…xes some color issues with weather and mini map radar
…ion 0.1.10.0 incremental to 0.1.11.0

Merge branch 'dev' of https://github.com/andreakarasho/ClassicUO into dev
…ion 0.1.10.0 incremental to 0.1.11.0

+ fixed paperdoll update request
…ion 0.1.10.0 incremental to 0.1.11.0

merge
…ion 0.1.10.0 incremental to 0.1.11.0

Update appveyor.yml
only use one list for rendering instead of multiple so we can sort it by z depth
…ion 0.1.11.0 incremental to 1.0.0.0

+ revert partial ping
rolling forward to 2/27/23 CUO commit 9deadae - CUO version 0.1.11.0 incremental to 1.0.0.0
Split ClassicUO.Assets into two libraries

IO is for reading from disk. Assets is for managing in-memory assets.
The lines between these libraries are not at all right, but this was the
simplest way to separate the files for now.
…ion 0.1.11.0 incremental to 1.0.0.0

Update deploy.yml
…ction for items on the ground - it needs improvements or a settings flag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant