New stuffMouse button to mouse events
Mouse hover event for dekstops, when no button is pressed
Android Studio project as an export option for Android
Update Android orientation on export, based on project settings
Update Android auto rotation on export based on project settings
WinRTFixed scaling issue
Mouse wheel event
Add SoundChannel setLooping
Add SoundChannel:set/getPosition
Gideros StudioDocs pointing to online version
Autocomplete api update when building
Fixed Bloom example with shaders
DesktopProper scaling on Mac for desktop export
Added maximise option for exported apps
Added resizing window (when window dimensions set as 0 in project properties) for exported apps
Fixed UrlLoader does not error on unsuccessful HTTP response
PluginsUpdated Adsnterface (AppLovin, Chartboost, Heyzap, Vungle, AdColony)
Providing binaries for ads ad frameworks
https://github.com/gideros/gideros/releases/tag/2015.07.09cheers ~O)
Comments
For info on how to use the new WinRT targets (including installing the Gideros players on Windows and Windows Phone) see here:
https://www.dropbox.com/s/2743cv3xopy7iod/winrt.rtf?dl=0
If you want to use TextInputDialog on WinRT, you will need this lua library:
https://github.com/john-blackburn/textinputdialog
For info on how to write your own custom shaders, see this document:
http://hieroglyphe.net/gideros/Writing shaders for Gideros Mobile.pdf
Likes: jdbc
https://github.com/gideros/gideros
https://www.youtube.com/c/JohnBlackburn1975
Likes: pie
Likes: ar2rsawseen, SinisterSoft, john26
The problem with this continues:
http://giderosmobile.com/forum/discussion/comment/43058#Comment_43058
https://deluxepixel.com
You must create an account.
https://github.com/gideros/gideros/issues
https://github.com/gideros/gideros/issues/94
Fragmenter - animated loop machine and IKONOMIKON - the memory game
I'm not sure how to say this, in my testcode, i have 4 button that called these:
application:setWindowSize(576, 1024)
application:setWindowSize(720, 1280)
application:setWindowSize(900, 1600)
application:setWindowSize(1080, 1920)
Sometime the window won't change when i change between them, i wonder why.
My Window Size and Logical dimension are both 576 x 1024, and application:setLogicalDimensions(1080, 1920)
Edit : New thing i found,
When it won't change, it somehow changed when i move the window...
------------------------------------
I somehow need this because at resized exported app, the area out of the actual window size still drawn somehow. Indeed i can give black rectangle outside the box, but i wonder how far i need to give it (since i can't give minimum size, so it can goes like 100 x 1000 on my screen).
Not forget to mention that is, if application is resized horizontally like that (100 x 1000 things), frustum goes higher.