Search found 14 matches

by TheWaffleDimension
Wed Dec 23, 2015 12:50 am
Forum: LÖVE-Android
Topic: Does Love-Android-SDL2 Support In-App Purchases?
Replies: 11
Views: 75185

Re: Does Love-Android-SDL2 Support In-App Purchases?

mflerackers wrote:There are no C/C++ functions fo IAP, you need to use JNI to call the Java methods.
& How would I do that? I've NEVER touched Java, except for one tutorial, which I remember nothing of.
by TheWaffleDimension
Wed Dec 23, 2015 12:45 am
Forum: LÖVE-Android
Topic: Does Love-Android-SDL2 Support In-App Purchases?
Replies: 11
Views: 75185

Re: Does Love-Android-SDL2 Support In-App Purchases?

undef wrote:I suggest you follow the link I provided, read the documentation and do the tutorial.
I felt a little bit of a bite from that. But it's fine. :P
I've never programmed with C, so I meant how would I start with C?
by TheWaffleDimension
Tue Dec 22, 2015 5:34 pm
Forum: LÖVE-Android
Topic: Does Love-Android-SDL2 Support In-App Purchases?
Replies: 11
Views: 75185

Re: Does Love-Android-SDL2 Support In-App Purchases?

undef wrote:LÖVE uses LuaJIT, which has an excellent ffi.
If you read into it you can bind C functions to Lua, so you might be able to add IAPs like that.
How would you suggest I start with it?
by TheWaffleDimension
Mon Dec 21, 2015 8:17 pm
Forum: LÖVE-Android
Topic: Does Love-Android-SDL2 Support In-App Purchases?
Replies: 11
Views: 75185

Re: Does Love-Android-SDL2 Support In-App Purchases?

bobbyjones wrote:It doesn't. But you can hack it in using ffi I think.
I'm assuming you mean the LibFFI? And how would I go about hacking it in using FFI? I've barely touched Java, but I'm intermediate with Lua. I do know Python, if that helps.
by TheWaffleDimension
Sat Dec 19, 2015 11:39 pm
Forum: General
Topic: LÖVE Executor - make .exes from .loves with a simple web app
Replies: 18
Views: 14295

Re: LÖVE Executor - make .exes from .loves with a simple web

I'm getting a fatal error with something about $DISPLAY.
by TheWaffleDimension
Sat Dec 19, 2015 11:20 pm
Forum: LÖVE-Android
Topic: Does Love-Android-SDL2 Support In-App Purchases?
Replies: 11
Views: 75185

Re: Does Love-Android-SDL2 Support In-App Purchases?

Anyone? If it doesn't, just say no. Thanks!
by TheWaffleDimension
Sat Dec 19, 2015 1:07 am
Forum: LÖVE-Android
Topic: How to save and load? [Android-SDL2]
Replies: 7
Views: 49079

How to save and load? [Android-SDL2]

I need to know how to save and load files using Martin Fellis's android sdl. I know I have to do something with the identity in the config, but I'm not sure what.
by TheWaffleDimension
Fri Dec 11, 2015 10:38 pm
Forum: LÖVE-Android
Topic: Changing Permissions? [Android-SDL2]
Replies: 2
Views: 41081

Re: Changing Permissions? [Android-SDL2]

These one is easy, just edit the first part of the AndroidManifest.xml, just before "<application" Wow, you're active. :P I'm doing this all on Windows, so the text is jumbled up due to the way Notepad works. Probably should've loaded it up in Notepad, or something that would support the ...
by TheWaffleDimension
Fri Dec 11, 2015 10:35 pm
Forum: LÖVE-Android
Topic: Game is in top-left corner? [Android-SDL2]
Replies: 5
Views: 44400

Re: Game is in top-left corner? [Android-SDL2]

master both wrote: Sure, why not.
Alright. Thanks! :awesome:
by TheWaffleDimension
Sun Dec 06, 2015 10:10 pm
Forum: LÖVE-Android
Topic: Changing Permissions? [Android-SDL2]
Replies: 2
Views: 41081

Changing Permissions? [Android-SDL2]

How would I change the permissions of my app created using the Android-SDL2? I've looked around and found out that you can, but what I didn't find was how to do it. Anyone know?