-
Notifications
You must be signed in to change notification settings - Fork 54
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
mandlar
wants to merge
170
commits into
VoxelBoy:master
Choose a base branch
from
mandlar:tags/1.0.0.0
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
…rsion 0.1.15.000
…d be to CUO version 0.1.5.000
…ersion 0.1.6.0
…ersion 0.1.6.1
…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
… zooming in and out
…ausing it to always split a stack of items
…e viewport window
…currently based on
…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
…oofs, walls, etc.)
only use one list for rendering instead of multiple so we can sort it by z depth
…lient data is missing newer textures
…ion 0.1.11.0 incremental to 1.0.0.0 + revert partial ping
…lder restructure. Removed all symlinks.
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#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
Everything else is base CUO changes. These were all the significant issues I encountered.