Page 15 of 16
Re: love-android: discussion
Posted: Mon Dec 05, 2011 5:24 pm
by T-Bone
ghoulsblade wrote:since it depends on device and current orientation, the best would be to set in conf.lua the t.android_native_screen = true var, then you'll get whatever resolution is native, and can check using love.graphics.getWidth() and getHeight() if you want to use the resolution.
you'll prolly want to call
love.phone.setRequestedOrientation("portrait")
too, unless you want to allow and handle orientation changes depending on how the user is holding his device.
to handle them check love.graphics.getWidth() and getHeight() for the current resolution in regular intervals
Thanks! Great! Where's the suggested place to get such wonderful information?
Also, is Source:setPitch() coming? I'd love to use it in a future project. But no rush
Re: love-android: discussion
Posted: Mon Dec 05, 2011 6:46 pm
by hagish
The code
but at the moment you should ask here or try the love irc channel. We try to be there (posting names can cause irc client blinking
). Starting a "official" documentation is far to early imho.
Re: love-android: discussion
Posted: Mon Dec 05, 2011 9:30 pm
by T-Bone
hagish wrote:The code
but at the moment you should ask here or try the love irc channel. We try to be there (posting names can cause irc client blinking
). Starting a "official" documentation is far to early imho.
Yeah, I guess it'd be a lot of work since the API may change. Still, love-android can already be quite usable if you work around its weaknesses.
And another unrelated thing: Would it be hard to make the print() function make Toasts?
Re: love-android: discussion
Posted: Sat May 05, 2012 5:28 am
by cezzadenz
I am an android users froyo version but now I upgraded to version
234 gingerbread, but there is a problem with his
compass, is there any suggestions? thank you very much forum
Re: love-android: discussion
Posted: Sun May 06, 2012 7:54 am
by T-Bone
cezzadenz wrote:I am an android users froyo version but now I upgraded to version
234 gingerbread, but there is a problem with his
compass, is there any suggestions? thank you very much forum
I don't really understand what you mean, but no matter what, you are posting in the wrong thread.
If you're talking about your phone generally started having issues with the compass, you can ask either in the "General" section, or preferably on some Android forums.
If you are talking about issues with the compass inside love-android, you should know that love-android is an abandoned project. The new project that has taken its place, love-native-android (or LÖVE-FAP as some of us like to call it) does not have compass support (yet?).
Re: love-android: discussion
Posted: Mon May 07, 2012 12:15 pm
by Softology
Seems interesting. Can I know what exactly are you guys upto?
Re: love-android: discussion
Posted: Thu May 10, 2012 12:02 pm
by PaulPheonix123
ghoulsblade wrote:hmm, if you use the mousepressed etc, the coordinates should match the ingame coordinates, e.g. pc default 800x600 screen.
but if you enabled and use the love.phone api multitouch callback, those coordinates are raw in native phone screen resolution, maybe that's the problem ?
thanks I tried adjusting the screen resolution and it worked out fine
Re: love-android: discussion
Posted: Wed Apr 16, 2014 5:25 pm
by figgycity50
For me, the love apk won't install on android 4.4. Can someone give me the latest apk just in case mine is outdated?
Re: love-android: discussion
Posted: Thu Apr 17, 2014 7:49 am
by Nixola
Re: love-android: discussion
Posted: Sun Aug 31, 2014 3:21 am
by TurtleP
Sorry for the bump, but I was wondering if there were any conf.lua variants specified for Android. I read on another thread about it but I am not sure if it works in the 0.9.1b build.