Search found 10 matches

by Sind
Fri Feb 26, 2016 11:53 am
Forum: Libraries and Tools
Topic: [library] LoveLive - Real time value tweaking (v0.2.0)
Replies: 7
Views: 5511

Re: [library] LoveLive - Real time value tweaking (v0.2.0)

Neat! I've actually been working on something similar myself.
Hm, I should probably make a thread for that sometime soon...
by Sind
Fri Sep 04, 2015 12:01 pm
Forum: Games and Creations
Topic: Zelda with random dungeons!
Replies: 44
Views: 28596

Re: Zelda with random dungeons!

This does look interesting, but it's really hard to say anything concrete if you don't give us a playable demo or somesuch =/
by Sind
Fri Sep 04, 2015 11:58 am
Forum: Games and Creations
Topic: Becky
Replies: 10
Views: 11070

Re: Becky

Movement and animations look pretty smooth. Good job guys ;) If I were to have any critique, it'd be that the ground looks very repetitive and boring(kinda ruins the immersion) I suggest checking this tutorial for an nice and interesting fix(requires some work both on the art and the programming sid...
by Sind
Fri Jul 11, 2014 8:43 pm
Forum: LÖVE-Android
Topic: love-android-sdl2 (native, 0.9.2)
Replies: 324
Views: 414172

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

running the program gives an "Unfortunately, [program name] has stopped" error Is you app signed? If yes, then this is the problem: https://bitbucket.org/MartinFelis/love-android-sdl2/issue/23/release-build-crash-on-start It was fixed but now it is there again. The same fix works. Just ch...
by Sind
Fri Jul 11, 2014 6:50 pm
Forum: LÖVE-Android
Topic: love-android-sdl2 (native, 0.9.2)
Replies: 324
Views: 414172

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

I haven't been using love-android-sdl2 in a long while, and I just decided too continue working on my game a few moments ago. So I updated to the latest version(using git pull), and after running ndk-build, compiled and deployed my game to my S3 android 4.3 phone, where running the program gives an ...
by Sind
Sat Apr 05, 2014 2:15 pm
Forum: LÖVE-Android
Topic: love-android-sdl2 (native, 0.9.2)
Replies: 324
Views: 414172

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

Apparently it's caused by delays causing the number of touches to change while in the loop. so, something like this would cause the error easily, if you are tapping several places repeatedly: function love.update(dt) for i = 1,love.touch.getTouchCount() do id, x, y, pressure = love.touch.getTouch(i)...
by Sind
Fri Apr 04, 2014 12:25 pm
Forum: LÖVE-Android
Topic: love-android-sdl2 (native, 0.9.2)
Replies: 324
Views: 414172

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

This is unrelated to the new release candidate. There is a bug with love.touch.getTouchCount() and love.touch.getTouch(). Here is the error I get: https://love2d.org/imgmirrur/vo1jZx5.png and the code is: for i = 1,love.touch.getTouchCount() do local id, x, y, pressure = love.touch.getTouch(i) for k...
by Sind
Tue Apr 01, 2014 11:53 am
Forum: LÖVE-Android
Topic: love-android-sdl2 (native, 0.9.2)
Replies: 324
Views: 414172

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 Sind
Mon Mar 31, 2014 6:55 pm
Forum: LÖVE-Android
Topic: love-android-sdl2 (native, 0.9.2)
Replies: 324
Views: 414172

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 Sind
Mon Mar 31, 2014 4:53 pm
Forum: LÖVE-Android
Topic: love-android-sdl2 (native, 0.9.2)
Replies: 324
Views: 414172

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

Hey fysx. 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/a...