Search found 97 matches

by fysx
Fri Apr 04, 2014 11:28 am
Forum: LÖVE-Android
Topic: love-android-sdl2 (native, 0.9.2)
Replies: 324
Views: 424603

Re: love-android-sdl2 (native, 0.9.0)

Just uploaded release candidate 1 for 0.9.1. You can get it here: https://bitbucket.org/MartinFelis/love- ... .1-RC1.apk

Would be great if you could test it and tell me if it breaks something that was working before.
by fysx
Mon Mar 31, 2014 8:14 pm
Forum: LÖVE-Android
Topic: Issues Using my own game.love
Replies: 4
Views: 7474

Re: Issues Using my own game.love

Yes. The assets directory that contains game.love must not be a subdirectory of src/ instead it must be in love_android_sdl2/assets.
by fysx
Mon Mar 31, 2014 7:51 pm
Forum: LÖVE-Android
Topic: love-android-sdl2 (native, 0.9.2)
Replies: 324
Views: 424603

Re: love-android-sdl2 (native, 0.9.0)

Edit: Okay, so I found out what my problem was; I was running 'ndk-build' in the wrong folder. I was running it from the ".externalToolBuilders" folder, instead of the root folder, because that folder actually has a file in it named "ndk-build.launch", and I didn't know that I c...
by fysx
Mon Mar 31, 2014 5:34 pm
Forum: Support and Development
Topic: [Solved] Easy way to make a multiplayer?
Replies: 15
Views: 13021

Re: Easy way to make a multiplayer?

You don't want to have any server on the internet from what I understand. This means that people playing together will need to manually send each other their IPs (more specifically, the host needs to send the IP to the other players). Just a small note: for exactly this I wrote lua-findserver. You ...
by fysx
Mon Mar 31, 2014 5:28 pm
Forum: LÖVE-Android
Topic: love-android-sdl2 (native, 0.9.2)
Replies: 324
Views: 424603

Re: love-android-sdl2 (native, 0.9.0)

I tried to make my first android game today, but when I followed the building instructions , I got the following error in the 'ndk-build' part: [armeabi] SharedLibrary : libdevil.so C:/android-sdk/android-ndk-r9d/toolchains/arm-linux-androideabi-4.6/prebuilt/windows-x86_64/bin/../lib/gcc/arm-linux-...
by fysx
Mon Mar 31, 2014 5:13 pm
Forum: LÖVE-Android
Topic: love-android-sdl2 (native, 0.9.2)
Replies: 324
Views: 424603

Re: love-android-sdl2 (native, 0.9.0)

Here is the output with aLogcat; there are a couple errors, but unfortunately I don't know a thing about android development :G Hi Satinxs, thank you *very* much for your logs. Someone reported problems with the Moto G but never responded to my requests to post the logs. I really hope that we can g...
by fysx
Sat Mar 15, 2014 6:36 pm
Forum: LÖVE-Android
Topic: love-android-sdl2 (native, 0.9.2)
Replies: 324
Views: 424603

Re: love-android-sdl2 (native, 0.9.0)

I tried using chrome mobile (more precisely using download app). You mean you used a third party download app, such as a download manager? This is very likely not to work. Instead you should choose "LÖVE for Android" when being asked: LÖVE Android Complete Action.png . When downloading wi...
by fysx
Sat Mar 15, 2014 3:03 pm
Forum: LÖVE-Android
Topic: love-android-sdl2 (native, 0.9.2)
Replies: 324
Views: 424603

Re: love-android-sdl2 (native, 0.9.0)

tio wrote:Just downloaded beta2, and couldn't do file association thing (it keeps opening with a text editor app).
Are you maybe using Firefox? The link + .love works for me when clicking on it using Chrome Mobile. Firefox Mobile is not working and I have no idea how to create intents from Firefox. :(
by fysx
Sat Mar 01, 2014 10:49 pm
Forum: LÖVE-Android
Topic: My experience (Build love-android in Windows)
Replies: 5
Views: 9406

Re: My experience (Build love-android in Windows)

Wow! Thanks for the very detailed instructions!
by fysx
Sun Feb 23, 2014 2:34 pm
Forum: LÖVE-Android
Topic: love-android-sdl2 (native, 0.9.2)
Replies: 324
Views: 424603

Re: love-android-sdl2 (native, 0.9.0)

Just released beta2. Here are the changes: - fixed bug with canvases - fixed writing of files when no identity in conf.lua was set - added file association (somewhat experimental) Concerning the file association: in principle you should be able to open .love files that were attached to emails. Also ...