Upgrade MobileUO to CUO version 1.1.0.0#32
Open
mandlar wants to merge 173 commits intoVoxelBoy:masterfrom
Open
Upgrade MobileUO to CUO version 1.1.0.0#32mandlar wants to merge 173 commits intoVoxelBoy:masterfrom
mandlar wants to merge 173 commits intoVoxelBoy:masterfrom
Conversation
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
…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
…ion 1.0.0.0 incremental to 1.1.0.0 Update deploy.yml
…oject name and keystore settings from testing
This file contains hidden or 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
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.1.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 was switching away from static World to it being passed in everywhere. This heavily affected a lot of Assistant code - so there could be some issues there (but the Assistant was only in a half-working state to begin with).
Changes since 1.0.0.0 PR: mandlar/MobileUO@635ee1c...bc8edf9
MemoryExtensions don't seem to exist in Unity, so I had to fix BwtCompress to do a sort on Span via an array sort.
Similar issue with NativeMemory in PluginHost - I commented it out for now
Everything else is base CUO changes. These were all the significant issues I encountered.