Search found 44 matches

by Reenen
Tue Dec 02, 2014 11:59 am
Forum: LÖVE-Android
Topic: love.graphics.point() and similar after relaunch
Replies: 3
Views: 5648

Re: love.graphics.point() and similar after relaunch

I don't know if this is related, but android apps doesn't close like it does on windows. It just sleeps. So unless you are *killing* the app the app doesn't reload. (load code isn't run again). So in my App I changed the load code to focus code.
by Reenen
Tue Dec 02, 2014 10:56 am
Forum: LÖVE-Android
Topic: I can't find my app (and it's essential to the app working)
Replies: 0
Views: 3744

I can't find my app (and it's essential to the app working)

Hi, My app used to work in July... Now on my S5 (newer android), I can't find my app in the file browser. So it used to be in /sdcard0/AppName Inside one could find stuff like main.lua, and in ./words my images and sounds. The whole idea is that the user can go place new images and sounds in those f...
by Reenen
Sat Nov 29, 2014 11:23 pm
Forum: LÖVE-Android
Topic: Video playback (at least on android...?)
Replies: 8
Views: 9135

Re: Video playback (at least on android...?)

Ok, I follow the implentation.

It seems that it converts the file into a currently non-standardized format right? Meaning a series of pngs, and an audio track?

How is the file sizes?
by Reenen
Sat Nov 29, 2014 8:18 pm
Forum: LÖVE-Android
Topic: Video playback (at least on android...?)
Replies: 8
Views: 9135

Re: Video playback (at least on android...?)

Ok, so it's "on-hold" for 3 years. :D
by Reenen
Sat Nov 29, 2014 7:25 pm
Forum: LÖVE-Android
Topic: Video playback (at least on android...?)
Replies: 8
Views: 9135

Video playback (at least on android...?)

Would it be possible to make love android (but love in general too) play video?
by Reenen
Wed Mar 26, 2014 10:51 am
Forum: General
Topic: Love aware editor
Replies: 3
Views: 1887

Re: Love aware editor

by Reenen
Wed Mar 26, 2014 10:27 am
Forum: General
Topic: Love aware editor
Replies: 3
Views: 1887

Love aware editor

Hi, Being new to love I was wondering if there is an editor somewhere which is code aware... Meaning when I type love. and then ctrl-space (or whatever key) brings up the list of options: .audio .event .filesystem .font .graphics .image .joystick .keyboard .math .mouse .physics .sound .system .threa...
by Reenen
Mon Mar 17, 2014 1:29 pm
Forum: Ports
Topic: HÖVE (cross-platform Love2D) is out now!
Replies: 15
Views: 25435

Re: HÖVE (cross-platform Love2D) is out now!

Lo,

I tried to register (with 2 accounts) on the new SMF forums, but no emails come to my inboxes (I did check spam folders too).
by Reenen
Thu Dec 15, 2011 11:38 am
Forum: LÖVE-Android
Topic: [GAME] My Interesting Little Frog
Replies: 17
Views: 11681

Re: [GAME] My Interesting Little Frog

How about an "exit/restart" button on death?

Is there an end? Or timer?
by Reenen
Thu Dec 01, 2011 8:17 am
Forum: LÖVE-Android
Topic: love-android: discussion
Replies: 150
Views: 84651

Re: love-android

This is a great project, keep it going! I have installed it on my HTC Desire / Android 2.2, and it works. One issue I have is that I can not get any fonts printed out to the screen, so debugging on the device is not that nice. For usual love.graphics.print() I get no output at all. Could anyone pro...