@hgy29 has been hard at work to make a great new release...
New features[core] TTFont now support an outline size parameter, which allow to create fonts with a thicker border
[core] Support external launch from custom URL schemes
Enhancements[fbig] Update support and docs to 6.2
[core] Remove box2d from core gideros (use liquidfun plugin instead)
[android] Switch to NDK r17, min SDK is now 14 and armeabi/mips are no longer supported/built
[plugin/microphone] Allow usage of other file formats beside wav
[plugin/ogg] Allow vorbis encoding when microphone is also used
[android] Fixed x64 enable and added x86 disable
Fixes[plugin/microphone] Ask for permission on android 23+ (async)
[plugin/camera] Ask for permission for Android 23+
[plugin/gaming] fix ptr alignment error on some methods
[plugin/ads] updated ads plugin: Unity 2.2.1, Chartboost 7.2.0, AppLovin 8.0.1
[doc] Various corrections
[plugin/microphone] Ask usage description for iOS
Download it now:
http://giderosmobile.com/download
Comments
THX guys!!
Likes: SinisterSoft, Atavismus, MobAmuse
"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)
Can you pls share code example, what parameter can we add?uh sorry it's already there in updated documentation Can you explain it please? (I totally don't get what it means)"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)
http://docs.giderosmobile.com/reference/gideros/Application/openUrl#Application:openUrl
https://play.google.com/store/apps/developer?id=razorback456
мій блог по гідерос https://simartinfo.blogspot.com
Слава Україні!
Likes: oleg, SinisterSoft, MobAmuse
https://play.google.com/store/apps/developer?id=razorback456
мій блог по гідерос https://simartinfo.blogspot.com
Слава Україні!
All you need to do at gideros side is include 'require' plugin and set the 'can respond to url schemes' field to 'mypuzzle'.
so how to add those custom url schemes?
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Likes: totebo
Fragmenter - animated loop machine and IKONOMIKON - the memory game
https://play.google.com/store/apps/developer?id=razorback456
мій блог по гідерос https://simartinfo.blogspot.com
Слава Україні!
Likes: MobAmuse
https://deluxepixel.com
See http://blog.giderosmobile.com/2018/05/whats-in-upcoming-20186-release.html
Likes: MobAmuse
https://deluxepixel.com
Likes: oleg
after updating to latest version this line crashes:
fontBig=TTFont.new("Roboto-Bold.ttf",44,true, true)
the fourth parameter was for filtering before but now it expects a number, why?
by the reference it should be for filtering, a boolean:
http://docs.giderosmobile.com/reference/gideros/TTFont/new
Fragmenter - animated loop machine and IKONOMIKON - the memory game
by reverting to previous version i can again run my app fine.
any ideas?
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Fragmenter - animated loop machine and IKONOMIKON - the memory game
fontBig=TTFont.new("Roboto-Bold.ttf",44, true)
would work.
are any of these also correct?:
fontBig=TTFont.new("Roboto-Bold.ttf",44,, true)
fontBig=TTFont.new("Roboto-Bold.ttf",44, nil, true)
answering these, there is only the 'minor' issue left that my app does not even start up. (i tried another simpler app which did run brw)
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Fragmenter - animated loop machine and IKONOMIKON - the memory game
-thanks, i understand, although i find it slightly illogical that what i pass as 3rd param is understood as 4th, the other two options would be much more readable code.
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Fragmenter - animated loop machine and IKONOMIKON - the memory game
self.nameText=TextField.new(font,"NAME: "..source_layer.layername)
where font was earlier defined as:
font=TTFont.new(resources.."Roboto-Regular.ttf",24,true)
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Likes: keszegh, totebo
https://play.google.com/store/apps/developer?id=razorback456
мій блог по гідерос https://simartinfo.blogspot.com
Слава Україні!