Search found 191 matches

by Petunien
Tue Sep 25, 2012 4:40 pm
Forum: LÖVE-Android
Topic: love-java-android/love-native-android: project information
Replies: 72
Views: 107854

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

@Moe Thank you for answering! :D I think I've got to increase my Java skills... :joker: Another thing... what about a online database of all LÖVE games released for Android? So you can press "Search Games" or similar in the LÖVE-app and you get a list of each game with image, description e...
by Petunien
Mon Sep 24, 2012 3:06 pm
Forum: Support and Development
Topic: Collision Help
Replies: 5
Views: 2946

Re: Collision Help

We should have found the error already looking at your posted code. The "if" that checks for collision doesn't have a "end". The CheckCollision-function does have two instead. Just put the below one after the if. if CheckCollision(char_x, player_y, 25, 25, ex_x, ex_y, 25, 25) the...
by Petunien
Mon Sep 24, 2012 11:47 am
Forum: LÖVE-Android
Topic: love-java-android/love-native-android: project information
Replies: 72
Views: 107854

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

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. When löving for android, it's poss...
by Petunien
Mon Sep 24, 2012 11:47 am
Forum: LÖVE-Android
Topic: love-java-android/love-native-android: project information
Replies: 72
Views: 107854

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

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. When löving for android, it's poss...
by Petunien
Mon Sep 24, 2012 11:46 am
Forum: LÖVE-Android
Topic: love-java-android/love-native-android: project information
Replies: 72
Views: 107854

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

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. When löving for android, it's poss...
by Petunien
Sun Sep 23, 2012 4:28 pm
Forum: LÖVE-Android
Topic: love-java-android/love-native-android: project information
Replies: 72
Views: 107854

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

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. :(
by Petunien
Sat Sep 22, 2012 8:14 am
Forum: Support and Development
Topic: Collision Help
Replies: 5
Views: 2946

Re: Collision Help

I've this old collision demo on my disk. It's fully commented out. Hope it helps.

Move the player's rectangle with the arrow keys and collide with the white rectangle.

Please ask if you got questions. :)
by Petunien
Thu Sep 13, 2012 8:23 pm
Forum: LÖVE-Android
Topic: love-java-android/love-native-android: project information
Replies: 72
Views: 107854

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

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.
by Petunien
Thu Sep 13, 2012 2:54 pm
Forum: LÖVE-Android
Topic: love-java-android/love-native-android: project information
Replies: 72
Views: 107854

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

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. :/
by Petunien
Wed Sep 12, 2012 3:24 pm
Forum: LÖVE-Android
Topic: love-java-android/love-native-android: project information
Replies: 72
Views: 107854

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

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.