OK, 2019.4 doesn't bring anything new, but improves 2019.2.1 in a way that makes it more stable.
In addition to various fixes, it comes with improved security (AES 256, anti-backup setting on android), and a way to report crashes to a server for HTML5 exports:
Improvements[gfx] add Particles:scaleParticles() API
[core] support aes 192 and 256
[android] Optionaly deny backups
[html5] Improve error handling
[plugins] Add virtualpad
Fixes[gfx] Fix particles allocation
[ios] Don't compile metal shaders in debug mode
[plugin/ogg] Ogg plugin wasn't fully compiled by default
[gfx/opengl] More error checking/safe guards
As usual you can get the latest version here:
http://giderosmobile.com/download
Comments
[core] support aes 192 and 256
-what does that mean exactly and how do we use it?
Fragmenter - animated loop machine and IKONOMIKON - the memory game
It used to support AES 128 only (16 bytes keys), now 24 and 32 bytes keys are supported too.
Likes: antix
"What one programmer can do in one month, two programmers can do in two months." - Fred Brooks
“The more you do coding stuff, the better you get at it.” - Aristotle (322 BC)
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Thanks
Likes: MoKaLux
https://deluxepixel.com
Maybe need to set it to true and try again:
Likes: antix, MoKaLux, SinisterSoft, hgy29, talis
Likes: SinisterSoft
Likes: Atavismus, kinrpg
https://deluxepixel.com
https://github.com/mokalux/gideros/tree/master/shmup
Just copy the zip file and open it up in gideros studio.
Please note that it is not using the newly added feature of gideros but it is using the virtualpad.lua class (included in the zip).
Quick setup:
- set up the gfx (included in the zip)
- init virtualpad:
tntpad.pdf
tntpadgfx.zip
Still thanks for the example and tip of the code.
I'm going to download your recommendation and take the test.
Likes: MoKaLux
Likes: kinrpg