This is the BEST GIDEROS RELEASE EVER. Get it here:
http://giderosmobile.com/donate&downloadHere's what's new:
General
- Add MovieClip:getFrame (#214)
- No longer insert any plugin by default on Android. Be sure to activate the ones you need in Gideros Studio
- UWP: Remove dependency to SQLite extension to ease deployment to windows phone
Studio
- Make wrap on search default and saves find settings (fix #306)
- Allow to disable encryption on a file by file basis
Export system
- Make APK default android export, and mark former one as deprecated
- Add possibility to load generated APK to connected device
- Do not ask store password if no key alias chosen in APK/Android
- Pack all compiled and run files into a single one, fix use of macro across files
- Encrypt all files types by default when encryption enabled
Lua
Macro fixes and new "include" directive:Additional "include" directive can be used as include "filename" to load content of the file at the compilation step, for example:
include "macro_functions" |
will try to open the file "macro_functions", load it's content and paste it at the place of include directive. Of course, any content of any file can be included this way, just like in C preprocessor.
New max and min operators:Use <> for max and >< for min:
a=b<>c -- make a = the larger of b or c
a=b><c -- make a = the smaller of b or c |
New DEG and RAD operators:d=^>pi -- d will be set to 180
a=^<180 -- a will be set to pi |
Plugins
- HTML5 now comes with Ads and Facebook plugins for everyone
- HTML5: eperimental port of lfs and lsqlite3 plugins
HTML5: all converted plugins are automatically inserted when selected in studio
- Require: Add iOS export regulation stuff checkbox
- Storekit: Add a currencyString to display the locale price.
Fixes
- Macros: Fix macro system resetting macro table for each file (macros are GLOBAL, baby!)
- UWP: Fix various crash cases
- Android: Fix app lifecycle events triggered when app not yet initialized
- Ads plugin: Fix Admob integration
- Media plugin: Fix orientation issue, and remove deprecated apis
- Iab plugin: Update/Fix Helper
- Graphics: Fix particle remove criteria
- Win32: Enable stencil in OpenGL to fix Path2D rendering issues
Now, let's USE this amazing tool to make GREAT GAMES!
Comments
Likes: SinisterSoft
They won't be able to use off the shelf tools to make a lua program from the bytecode that is in your app (if they somehow figure out how to decrypt the data in the first place).
https://deluxepixel.com
Here's what Kiip can do for you:
Powering Moments That Matter
Kiip is a rewards based monetization platform that delivers rewards to users at moments of achievement. Kiip's latest product, Kiip Neon, is a comprehensive developer toolkit that introduces big consumer brands into your app as a way to monetize and engage your users. Kiip Neon delivers rewards based advertising that is respectful to your users. Beautifully-designed units, high quality creatives, customizable elements and a variety of reward formats allow for the ultimate user experience. Kiip’s unique model allows us to offer many exclusive services such as Premium Rewards, something unmatched by our competitors. We offer a variety of integration options that make Kiip Neon one of the easiest solutions on the market to work with.Key Features:
Multiple formats:Unlock new inventory via moments
Sponsored virtual currency
Real rewards and coupons
Native video
In-feed rewards
Superior user experience:
Customizable reward notifications
Designed for all screen sizes
Ability to white label units
Value-added services:
Premium Rewards Sponsorships
DIY Rewards: deliver your own rewards
Survey Tool: learn more about your users
Likes: SinisterSoft, john26, pie, MobAmuse
https://deluxepixel.com
If you use 'require' to load in lua files at a specific point then be sure to right-click those files in the list and exclude them from execution.
This didn't used to be important, but it really should have been done before and is important now.
Likes: hgy29, pie
https://deluxepixel.com
To force a file not to be encrypted (if encryption is turned on) then right-click it in the list of files and force the encryption off.
Sorry if this all sounds a bit cryptic!
Likes: hgy29, john26, pie
https://deluxepixel.com
You need to register for a Kiip account here beforehand: http://www.kiip.me
Likes: SinisterSoft, vitalitymobile, unlying
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Likes: SinisterSoft
Likes: SinisterSoft, john26
Likes: keszegh, saeys
https://deluxepixel.com
HTML5 ads are provided by Google (AdSense), and should work pretty much the same way as admob. Here is the init code:
Likes: MobAmuse, SinisterSoft
- udp won't work
- tcp will be emulated through websockets
- dns won't work
so basically it is useful for WebSockets and Base64 encoding/decoding
https://deluxepixel.com
Likes: MobAmuse, SinisterSoft
Thanks again!
Likes: hgy29, SinisterSoft
WebSocket connection to 'ws://****:108/' failed: WebSocket is closed before the connection is established.
And from the game (noobhub) : "Noobhub connection error: timeout"
Thanks
Likes: mertocan
Likes: hgy29, pie, SinisterSoft, mertocan
Likes: antix
when i install this release, my giderosandroidplayer.apk (and all the other players in fact) have still creation date 2017.01.08, and it is indeed v 2016.12.1 when i run it on my tablet. so it won't run magic code including <> and >< with which i flooded my code recently.
Fragmenter - animated loop machine and IKONOMIKON - the memory game