Anders Jenbo
Anders Jenbo
Is there a way to avoid having the mk folder in the root?
Most other platform files are located in the Packaging folder. I still have one of the original Ubuntu Phones, but not sure if it works any more.
I don't know, it's the Bq Aquaris E4.5 and came with Ubuntu Touch on it. I haven't used it since Canonical dropped support.
@nitanmarcel where you able to test it? Normally DevilutionX should enable the touch controls when you interact with a touch screen.
On the desktop it uses `~/.local/share/diasurgical/devilution/`, I'm assuming this would work on the phone as well since it's basically the same path as you are suggesting
@nitanmarcel you can skip building tests by setting `BUILD_TESTING=OFF` (`cmake .. -DBUILD_TESTING=OFF`)
It's defined here https://github.com/diasurgical/devilutionX/blob/master/CMake/functions/dependency_options.cmake, maybe you need to clear cache?
@Meth962 only one function isn't currently binary identical (instruction wise) to original: https://github.com/diasurgical/devilution/milestone/3 I just checked and GetItemAttrs is still bin exact so the only difference that is really possible...
Yes they are all bin exact, here is random:  The original 1.09b on the left and Devilution on the right. If you check my link you can see that...
In case your not aware we have manually verified every single function in multiple ways. And also we have build tools that show the overall difference in the project. So...