love-java-android/love-native-android: project information

A project to port LÖVE to Android handhelds
User avatar
hagish
Citizen
Posts: 85
Joined: Thu May 01, 2008 12:51 pm
Contact:

Re: love-java-android/love-native-android: project informati

Post by hagish »

Petunien wrote: I'm a noob. I don't distinguish all the versions.
I'm using the version: "------ löve2d source port to android - love-native-android -----------------------------"
(By the way, the structure of the first post isn't that easy to read, in my opinion :P)
Oh no, nobody likes my ugly ---- :)
I just edited the first post. I should be clearer by now.
User avatar
Petunien
Party member
Posts: 191
Joined: Fri Feb 03, 2012 8:02 pm
Location: South Tyrol (Italy)

Re: love-java-android/love-native-android: project informati

Post by Petunien »

It is, thank you. :)

I hope I'm not too brazenly, but you are a developer of LÖVE Android,
so could you test my particle effect on your phone please? :)

I'm sure, the error is because of mine. :/
"Docendo discimus" - Lucius Annaeus Seneca
Moe
Party member
Posts: 115
Joined: Thu Dec 22, 2011 10:20 pm

Re: love-java-android/love-native-android: project informati

Post by Moe »

Petunien wrote:I made a little particle which is working fine on my PC.
It doesn't work on my little Samsung GT i5500 (Android 2.2).

Maybe you see the error or there's another trouble.

It's in the attached files.
You should check the output of logcat, it tells you what is wrong:

Code: Select all

09-13 21:31:25.320: E/liblove(5319): [string "main.lua"]:4: attempt to call method 'setColors' (a nil value)
I wonder if you use love 0.8.0? We are still at 0.7.2, my PC gives the same error...
User avatar
Petunien
Party member
Posts: 191
Joined: Fri Feb 03, 2012 8:02 pm
Location: South Tyrol (Italy)

Re: love-java-android/love-native-android: project informati

Post by Petunien »

Yes, I was using 0.8.0. I forgot about that.

Thank you a lot!

logcats does seem very nice, I'm gonna check it out.
"Docendo discimus" - Lucius Annaeus Seneca
User avatar
Petunien
Party member
Posts: 191
Joined: Fri Feb 03, 2012 8:02 pm
Location: South Tyrol (Italy)

Re: love-java-android/love-native-android: project informati

Post by Petunien »

Is writing to a *.txt or *.lua file now possible?

I read already that it's not, but that post was old, so I ask. :)

It's enough when the file would be only temporary.

Edit: Oh, and please say, LÖVE-Android does support LuaSocket. :(
"Docendo discimus" - Lucius Annaeus Seneca
User avatar
T-Bone
Inner party member
Posts: 1492
Joined: Thu Jun 09, 2011 9:03 am

Re: love-java-android/love-native-android: project informati

Post by T-Bone »

Petunien wrote:Is writing to a *.txt or *.lua file now possible?

I read already that it's not, but that post was old, so I ask. :)

It's enough when the file would be only temporary.

Edit: Oh, and please say, LÖVE-Android does support LuaSocket. :(
Love.filesystem support is planned, as far as I know. It's not ready yet.

Having only a temporary file to write to is NOT enough, though. In what kind of game is it okay not to be able to save? Even a simple snake game needs a high score table.
Moe
Party member
Posts: 115
Joined: Thu Dec 22, 2011 10:20 pm

Re: love-java-android/love-native-android: project informati

Post by Moe »

Petunien wrote:Is writing to a *.txt or *.lua file now possible?

I read already that it's not, but that post was old, so I ask. :)

It's enough when the file would be only temporary.
We are working on it. I did some quick changes but I seems like it is more complicated than I expected. I thought it would be a 1-2 hour thing, but it seems like I was wrong. Anyway, we have two filesystem things left to do: File access and love files within apks.
Edit: Oh, and please say, LÖVE-Android does support LuaSocket. :(
Yepp, already supported.
User avatar
miko
Party member
Posts: 410
Joined: Fri Nov 26, 2010 2:25 pm
Location: PL

Re: love-java-android/love-native-android: project informati

Post by miko »

T-Bone wrote:Having only a temporary file to write to is NOT enough, though. In what kind of game is it okay not to be able to save? Even a simple snake game needs a high score table.
For that I sould suggest support for sqlite3.
My lovely code lives at GitHub: http://github.com/miko/Love2d-samples
User avatar
T-Bone
Inner party member
Posts: 1492
Joined: Thu Jun 09, 2011 9:03 am

Re: love-java-android/love-native-android: project informati

Post by T-Bone »

miko wrote:
T-Bone wrote:Having only a temporary file to write to is NOT enough, though. In what kind of game is it okay not to be able to save? Even a simple snake game needs a high score table.
For that I sould suggest support for sqlite3.
What? Why? This is a port of LÖVE, it should work as similarly to LÖVE as possible.
User avatar
miko
Party member
Posts: 410
Joined: Fri Nov 26, 2010 2:25 pm
Location: PL

Re: love-java-android/love-native-android: project informati

Post by miko »

T-Bone wrote:
miko wrote:
T-Bone wrote:Having only a temporary file to write to is NOT enough, though. In what kind of game is it okay not to be able to save? Even a simple snake game needs a high score table.
For that I sould suggest support for sqlite3.
What? Why? This is a port of LÖVE, it should work as similarly to LÖVE as possible.
Because major mobile platforms usually have support for this, and sqlite3 is natural fit for such requirements.
I wish desktop LÖVE version had support for sqlite also... That would be ideal solution.
My lovely code lives at GitHub: http://github.com/miko/Love2d-samples
Locked

Who is online

Users browsing this forum: No registered users and 20 guests