Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: UOAccess/MobileUO

Tags

v0.21

Toggle v0.21's commit message
Add a button in the top-right menu for toggling between Smooth and Sh…

…arp texture filtering while making sure that the hue textures keep using Point filtering for correct colors.

v0.20

Toggle v0.20's commit message
Implemented functionality to move and scale movement joystick as desi…

…red. Upgrade build version to 0.20.

v0.19

Toggle v0.19's commit message
Added option for Target FPS to hamburger menu. Added IngameDebugConso…

…le that becomes visible upon error in GameState and DownloadState.

v0.18

Toggle v0.18's commit message
Additional fix was necessary for solving dragging issues on mobile.

v0.17

Toggle v0.17's commit message
Reset download counters upon exiting DownloadState

v0.16

Toggle v0.16's commit message
Replace native zlib implementation with managed implementation thanks…

… to Fwiffo. Update to latest CUO dev.

v0.15

Toggle v0.15's commit message
Fix "memory leak" while resizing game window due to RenderTarget2D cl…

…ass creating unnecessary Texture2Ds by calling base constructor. Fix potential download issue due to .app file being present in UO file directory on Mac. Upscale WorldViewport resize button on mobile for easier picking.

v0.14

Toggle v0.14's commit message
Improved download screen to show all files being downloaded, along wi…

…th the progress for the currently downloaded files. Attempt to download files 3 times in case download fails. Decrease concurrent downloads from 4 to 1 to see if it makes downloads more stable.

v0.13a

Toggle v0.13a's commit message
Revert timeouts as it seems to be killing proper downloads that are j…

…ust taking some time because the file being downloaded is quite large