Forum Replies Created
-
AuthorPosts
-
adminKeymasterYes, Alex is right, at the end of export you can upload mgc file to your private cloud. Will be very cool make sharing service so other people can share online mgc files directly from phone, but this is not possible – problem is that people can put inside mgc file licensed images, what might be a big problem:(
adminKeymasterAllright, this is not so much work, I can look at this soon
adminKeymasterSeems easy, but there are complications. Yes, I can add new action to combo(deadly strike) for enabling/disabling mapper. And yes, mapper already supports combo(deadly string), but mapper must be enabled for combo support. You need mechanism before mapper.
Two solutions come on my mind :
1. This can be done if you combine touchscreen with your keyboard – you place combo widget on the screen and configure it to newly developed action. This action can enable/disable mapper.
2. I can add special option to Mapper or to advanced settings, I am not sure which place is better. Here you can define reserved keyboard key which can enable/disable mapper. This reserved key must be evaluated before mapper (separately) and will disable/enable mapper.
adminKeymasterHmm thanks Alex, it helped, I’ll check it when I finish component for controlling layers. In next days
adminKeymasterSeems like absolute mouse range is scaled, maybe I know where to dig. Can you try it in db turbo or andosbox pls?
adminKeymasterUhm, I though I fixed that minimum size, I must check it again, I just released new version
Edit : I quickly checked absolute mouse, seems is broken in vertical direction on bith sides top and bottom, horizontal works. I’ll try find some time in multi-layer support for this
adminKeymasterHah, sorry, I missed this message, yes I have it. Alternate link is in one of my posts, I ‘ll fix your download link
adminKeymasterCool layout 🙂 Btw, Alex, can you try again get to beta versions on google play? Another one guy successfully uses this system, I release several betas in last days. I now go release another beta with one fix
btw2, I got one idea how to reduce backgrounds. If in your layout is fixed UI then you can add background to “Background image” – setup is in advanced settings.
adminKeymasterCool 🙂
adminKeymasterThis keyboard depends on flag “Console mode”. Probably you enabled “COnsole mode” on Welcome screen. You can disable it from main menu
adminKeymasterAnd maybe you will like new option in advanced setting – background texture
I am happy that this thread leads to cool feature, maybe one day I will write book about designing games in mDosbox, LoL
adminKeymasterYes, if game has “natural” border then this is currently best way. I added streaming to foreground and in this case is possible set standard widget’s background. But this means that due tiny border is created and drawn big background texture. I’ll make optimizations in v54 together with layers support, but still will be efficient streaming to background instead streaming to foreground(only background from pure color – picked from color picker will be none problem).
adminKeymasterHi, I sent you email, please can you check it?
Many thanks
adminKeymasterOu, now I am very curious. Can I contact you via email please? But tomorrow. Now I must go sleep, but I am aware that more people can have the same issue. I like to fix it, but I must send you more test versions…
adminKeymasterOk, I see your crash report. Your device has problem with loading native c++ library(probably, there is Uknown source line, but UnsatisfiedLinkError talks about problem with loading c++ library ). That’s weird.
java.lang.UnsatisfiedLinkError:
at java.lang.Runtime.loadLibrary(Runtime.java:367)
at java.lang.System.loadLibrary(System.java:1076)
at magiclib.collection.CollectionActivity.init(Unknown Source:0)
at bruenor.magicbox.free.uiGameStarterActivity.onCreate(uiGameStarterActivity.java:61)You must have trouble with other programs too. I’ll try google, but I don’t see any reason why native lib should not be loaded.
EDIT:
Please can you try this version :
https://magicbox.imejl.sk/wp-content/uploads/sharedata/MagicBox_v53-debug.apkthis is unaligned free version. This means that strings inside application are not packed. Maybe it affects library name and this causes problems with loading.
If possible, could you send crash report from this beta application? Maybe it will not work, because you didn’t download it from google play. But it can explain what hides behind “(Unknown Source:0)”. If it will not work then I can add you to group of testers for free version and you can download it from google play
-
AuthorPosts