Search found 97 matches

by fysx
Mon Jan 12, 2015 9:47 am
Forum: LÖVE-Android
Topic: IAP(In App Purchase)
Replies: 4
Views: 7711

Re: IAP(In App Purchase)

Not sure whether someone else is planning it I personally do not plan to add it. I also do not think that there will be a IAP-API on the LÖVE side itself and adding for each provider a custom API would be too cumbersome. The most feasible route I see is by implementing some communication layer with ...
by fysx
Wed Oct 29, 2014 9:16 am
Forum: LÖVE-Android
Topic: Black screen problem
Replies: 21
Views: 25279

Re: Black screen problem

Can you provide please the logcat output of the crash?
by fysx
Wed Oct 15, 2014 4:07 pm
Forum: Libraries and Tools
Topic: LÖVE Plot - plotting snippet
Replies: 5
Views: 3562

Re: LÖVE Plot - plotting snippet

josefnpat wrote:Nice! Would be cool to put this somewhere folks could offer pull requests etc;

e.g. you might want to remove the require"strict"
Done and done.

If anyone wants to add features: I would be very happy to accept patches that allow plotting of multiple values ;)
by fysx
Wed Oct 15, 2014 12:42 pm
Forum: Libraries and Tools
Topic: LÖVE Plot - plotting snippet
Replies: 5
Views: 3562

LÖVE Plot - plotting snippet

Hi there, I have created a small snippet that allows plotting of stuff in LÖVE. Not necessarily fast, but can help when debugging stuff. Latest code available in the repository: https://bitbucket.org/MartinFelis/loveplot Here is a screenshot: loveplot_screenshot.png Have fun. Edit: added repository ...
by fysx
Tue Oct 14, 2014 5:47 pm
Forum: LÖVE-Android
Topic: Black screen problem
Replies: 21
Views: 25279

Re: Black screen problem

When I say console I meant command prompt as in http://www.youtube.com/watch?v=6htgwhJFvac. Did you mean that as well?
by fysx
Tue Oct 14, 2014 4:46 pm
Forum: LÖVE-Android
Topic: love-android-sdl2 (native, 0.9.2)
Replies: 324
Views: 413819

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

Will this work even if I have a function say, called "requestPlay" in my GameActivity.java, how would I run that? No. What you want would be a solution for this: https://bitbucket.org/MartinFelis/love-android-sdl2/issue/69/communication-with-host-android. Not sure when and how me or someo...
by fysx
Tue Oct 14, 2014 4:26 pm
Forum: LÖVE-Android
Topic: Black screen problem
Replies: 21
Views: 25279

Re: Black screen problem

By "can't make an apk anymore" I mean: if I execute ndk-build or ant debug, nothing happens, except for the command console that keeps printing ndk-build. If I run 'ndk-build --help' , the same thing happens as before. To get this straight: when you are in a console window and you enter &...
by fysx
Sun Oct 12, 2014 5:37 pm
Forum: LÖVE-Android
Topic: love-android-sdl2 (native, 0.9.2)
Replies: 324
Views: 413819

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

Anyone have any idea on how to NOT update the game when the app is not visible (=in the background) ? I've tried both love.visible(v) and love.focus(f) and neither seem to work... This should somehow be possible. I created a bug for this: https://bitbucket.org/MartinFelis/love-android-sdl2/issue/87...
by fysx
Sun Oct 12, 2014 5:30 pm
Forum: LÖVE-Android
Topic: A different kind of black screen
Replies: 3
Views: 6746

Re: A different kind of black screen

Does the game run with the official build I provide at https://bitbucket.org/MartinFelis/love-android-sdl2/downloads ? E.g. by extracting the game to /sdcard/lovegame, or running the .love by opening it using a file manager? If not, we should first get that working. If it does run on the official bu...
by fysx
Sun Oct 12, 2014 5:24 pm
Forum: LÖVE-Android
Topic: Black screen problem
Replies: 21
Views: 25279

Re: Black screen problem

What exactly do you mean by "can't make an apk anymore"? Is it related to your previously mentioned "ndk-build doesn't start"? If that is the case we should first get ndk-build working again. It is crucial that it runs and there is no point in running `ant debug` or `ant release`...