Search found 9 matches

by Satinxs
Thu Apr 03, 2014 12:14 pm
Forum: LÖVE-Android
Topic: love-android-sdl2 (native, 0.9.2)
Replies: 324
Views: 451611

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

Positive07 wrote:Don't start a war that you cannot win :P
Haha okay, I'll yield this time :B
by Satinxs
Thu Apr 03, 2014 12:03 pm
Forum: LÖVE-Android
Topic: love-android-sdl2 (native, 0.9.2)
Replies: 324
Views: 451611

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 Satinxs
Mon Mar 31, 2014 1:37 pm
Forum: LÖVE-Android
Topic: love-android-sdl2 (native, 0.9.2)
Replies: 324
Views: 451611

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

Positive07 wrote:This is a little help for Slime and others developer working with this port, it gives more information about what failed. Thanks for taking the time to do it
Hey, thank you for helping me!
by Satinxs
Sat Mar 29, 2014 4:06 pm
Forum: LÖVE-Android
Topic: love-android-sdl2 (native, 0.9.2)
Replies: 324
Views: 451611

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

What should I look for? Errors, warnings, both?

Here is the output with aLogcat; there are a couple errors, but unfortunately I don't know a thing about android development :G
by Satinxs
Sat Mar 29, 2014 3:51 pm
Forum: LÖVE-Android
Topic: love-android-sdl2 (native, 0.9.2)
Replies: 324
Views: 451611

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

Positive07 wrote:Could you check with logcat?
Will try as soon as possible! Thank you for the help! :)
by Satinxs
Sat Mar 29, 2014 4:18 am
Forum: General
Topic: Sight & Light
Replies: 2
Views: 1710

Re: Sight & Light

Dude this is awesome! I'll definitely try it and see if I can implement the same shadow and image superposition the original author does! Thanks for sharing! :nyu:
by Satinxs
Fri Mar 28, 2014 2:14 pm
Forum: LÖVE-Android
Topic: love-android-sdl2 (native, 0.9.2)
Replies: 324
Views: 451611

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

Hi guys! I have a generic tablet (Tablet Titan 7010) and when I try to run Love for Android it simply displays a blue screen intead of the no-screen. I've tested it on my phone (Samsung Galaxy Y) and it works perfectly on it. I have no idea why it doesn't work on the tablet. Maybe the GPU drivers do...
by Satinxs
Thu Jun 14, 2012 4:40 pm
Forum: Support and Development
Topic: Load Raw Text Files [Resolved]
Replies: 3
Views: 2382

Re: Load Raw Text Files [Unresolved]

Santos wrote:And be sure not to print text the same color as the background! ^^
Daaaaamn, I feel incredibly stupid... Thanks guys :/
by Satinxs
Thu Jun 14, 2012 4:25 pm
Forum: Support and Development
Topic: Load Raw Text Files [Resolved]
Replies: 3
Views: 2382

Load Raw Text Files [Resolved]

I'm pretty new to LUA and of course, to LÖVE, but not new to programming at all. What I can't find out is why I still can't load a raw text file... I've used the Lua IO, the love.filesystem and all, but still can't make it work... Any help would be greatly appreciated :) Here's my latest code, just ...