Search found 245 matches

by kalle2990
Mon May 07, 2012 9:25 pm
Forum: LÖVE-Android
Topic: In a nutshell, what's not working actually ?
Replies: 50
Views: 76025

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

3. love.event.quit/love.event.push('q') (some way to quit) Just wrote the code for it. Pray for bad weather tomorrow so that I will test and commit it. If not ... nah, you don't want me to do "if it compiles, ship it". :joker: After some JNI hell it is implemented and works fine. :awesome...
by kalle2990
Thu Mar 22, 2012 2:14 pm
Forum: LÖVE-Android
Topic: Love-native-android - Development
Replies: 20
Views: 19857

Re: Love-native-android - Development

The same settings as for deploying from Eclipse should be fine. I have never done that. So far, what I've done is merely exporting apk files and sending them to my phone. I will try to get logcat running and see if it works. Totally works. Here's my logcat I/ActivityManager( 166): Start proc net.sc...
by kalle2990
Mon Mar 19, 2012 8:02 pm
Forum: LÖVE-Android
Topic: Love-native-android - Development
Replies: 20
Views: 19857

Re: Love-native-android - Development

T-Bone wrote: I downloaded the latest source from the github just now, built it, and it crashes every time I start up a .love file, even the first time. Not just böack screen, entire app dies.
Do you happen to have some logcat output available?
by kalle2990
Fri Mar 16, 2012 3:41 pm
Forum: LÖVE-Android
Topic: State of the attempt to natively port love to android
Replies: 137
Views: 76780

Re: State of the attempt to natively port love to android

Also, a whole other thing. Love-native-android has permissions to full internet access. Is internet support (through luasocket) planned? Because THAT would be totaly epic. I tried using luasocket this morning (as it is included in the project), and it worked. Not sure if everything works, but at le...
by kalle2990
Thu Mar 15, 2012 10:24 pm
Forum: LÖVE-Android
Topic: State of the attempt to natively port love to android
Replies: 137
Views: 76780

Re: State of the attempt to natively port love to android

Not sure whether or not to report my progress here each time I do relevant changes, please comment if you wish me to open my own thread or to keep this information at github ;) Anyway, new day, new updates! [For developers] If there were problems migrating my work because of occurring errors, this s...
by kalle2990
Wed Mar 14, 2012 2:20 pm
Forum: LÖVE-Android
Topic: State of the attempt to natively port love to android
Replies: 137
Views: 76780

Re: State of the attempt to natively port love to android

Moe wrote:I'd love to integrate it, it allows us to concentrate on bugfixing. Can you upload it somewhere, mail it to me, or make a pull request on github?
After some trouble getting used to how git works, I managed to send a pull request. It should be available on github as I'm speaking :)
by kalle2990
Tue Mar 13, 2012 4:30 pm
Forum: LÖVE-Android
Topic: State of the attempt to natively port love to android
Replies: 137
Views: 76780

Re: State of the attempt to natively port love to android

Some application tweaks While trying LÖVE for Android out the other day I quickly noticed that it was very inconvenient having to re-compile the Love.cpp every time I had to switch source. I decided to get rid of this hassle and modified the code a little (as well as adding some Java and xml) to cr...
by kalle2990
Tue Mar 13, 2012 10:24 am
Forum: LÖVE-Android
Topic: Guide: Building love-native-android
Replies: 44
Views: 45875

Re: Guide: Building love-native-android

That's interesting to hear. Love-audio also crashes during gameplay sometimes (i.e. music/sounds stops playing). I personally think that having semi-buggy launching from file explorers is fine, since running love-native-android this way is intended for developers and not end-consumers. And one last...
by kalle2990
Mon Mar 12, 2012 10:37 pm
Forum: LÖVE-Android
Topic: Guide: Building love-native-android
Replies: 44
Views: 45875

Re: Guide: Building love-native-android

I decided to update both my Ubuntu version and download Eclipse to my virtual box, so I got development up and running! :) Just thought I'd give you a little progress update with the file selection, I have gotten launching from any file explorer working fine enough (will look into this some other da...
by kalle2990
Sun Mar 11, 2012 6:14 pm
Forum: LÖVE-Android
Topic: Guide: Building love-native-android
Replies: 44
Views: 45875

Re: Guide: Building love-native-android

No idea why this happens. If you want me to build one for you, just specify the name and location of your .love file :) If you're worrying specifically about building love-native-android on Windows, I can't help you :P Sorry. It's fine, I was just going to experiment with a .love open dialog and im...