Search found 115 matches

by Moe
Tue Sep 11, 2012 7:28 pm
Forum: LÖVE-Android
Topic: love-java-android/love-native-android: project information
Replies: 72
Views: 107748

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

Wait, that means you ported every function of LÖVE? That would be awesome. :) Yes. :cool: Well, we ported all functions in love-native-android - actually we took the source code and made it run on Android. love-java-android started to reimplement all functions. Only the native version is actively d...
by Moe
Mon Sep 10, 2012 10:39 pm
Forum: LÖVE-Android
Topic: love-java-android/love-native-android: project information
Replies: 72
Views: 107748

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

Thank you.
Well, we ported all parts of the engine and are looking for bugs now. I think the biggest one is the file system access. We have one particle demo that works pretty well, so I am not sure what causes your issues. Did you test it on a PC as well? Does it work on it?
by Moe
Fri Sep 07, 2012 3:48 pm
Forum: LÖVE-Android
Topic: New API in love-native-android
Replies: 5
Views: 9572

Re: New API in love-native-android

Because I forgot about it and saw it when I wrote the documentation - and when I had done all commits and uploads. This will change when I figured out why my device returns always the first finger - as long as we see this behaviour, this info is useless anyway, besides it returns something else on s...
by Moe
Thu Sep 06, 2012 9:35 pm
Forum: LÖVE-Android
Topic: In a nutshell, what's not working actually ?
Replies: 50
Views: 76255

Re: In a nutshell, what's not working actually ?

I am sorry, we did not expect anymore that there will be one sunny and warm weekend this year... What kind of multi-touch do you need? Only n input events? That should be a quick thing to add. That would be great. I really only need dual-touch for my game, but allowing an unlimited amount of touch ...
by Moe
Thu Sep 06, 2012 9:30 pm
Forum: LÖVE-Android
Topic: New API in love-native-android
Replies: 5
Views: 9572

New API in love-native-android

Multitouch function love.touchpressed(x, y, i) Called when one or more user presses on the screen. Parameters: x: Array/List with all x parameters y: Array/List with all y parameters i: Index of event that triggered the event; 0 if this feature is not supported function love.touchreleased(x, y, i) ...
by Moe
Fri Aug 31, 2012 10:51 pm
Forum: LÖVE-Android
Topic: How to test for Android?
Replies: 10
Views: 13770

Re: How to test for Android?

Which hardware do you have? I want to know all limitations and if we should consider to solve this non power of two (NPOT) texture problem.
There are many chips that need some special texture settings for NPOT textures...
by Moe
Wed Aug 29, 2012 9:41 pm
Forum: LÖVE-Android
Topic: How to test for Android?
Replies: 10
Views: 13770

Re: How to test for Android?

1. Is it currently possible to test in code for things that are not supported before making the call? For instance, can I add: if love.filesystem then -- do filesystem things end No, there is no test. I wonder if a test that locates yet unsupported function would be more effort than just implementi...
by Moe
Mon Aug 27, 2012 6:40 pm
Forum: LÖVE-Android
Topic: In a nutshell, what's not working actually ?
Replies: 50
Views: 76255

Re: In a nutshell, what's not working actually ?

I am sorry, we did not expect anymore that there will be one sunny and warm weekend this year...

What kind of multi-touch do you need? Only n input events? That should be a quick thing to add.
by Moe
Mon Aug 13, 2012 9:42 pm
Forum: LÖVE-Android
Topic: Release date?
Replies: 5
Views: 6685

Re: Ummm is this still a thing?

This is not dead. We discussed our plans today and will - if nothing goes wrong - have a love-android hacking day in a few days. :awesome:
by Moe
Sun Aug 12, 2012 6:42 pm
Forum: LÖVE-Android
Topic: In a nutshell, what's not working actually ?
Replies: 50
Views: 76255

Re: In a nutshell, what's not working actually ?

It's just summer break. I think we need to arrange another Löve-Hacking-Day, that's always ending with some cool new things.
Today, I also discovered, that this project will need the upcoming domain android.love ;)