Search found 796 matches

by thelinx
Wed Mar 14, 2012 11:37 pm
Forum: Libraries and Tools
Topic: [Video Tutorial] Love Tutorial ~45min
Replies: 20
Views: 36012

Re: [Video Tutorial] Love2d Tutorial ~45min

...but it's called "LÖVE", not "Love2D"
by thelinx
Wed Mar 14, 2012 9:53 am
Forum: Games and Creations
Topic: Snayke - Out now! Version 1.1, soundtrack available
Replies: 196
Views: 134932

Re: Snayke - new beta!

You're using 0.8.0 code that was NEVER RELEASED. In-development builds are DEFINITELY GOING TO CHANGE A LOT.

It's your own fault for building your long-term project on sandy ground.
by thelinx
Wed Mar 14, 2012 9:49 am
Forum: Support and Development
Topic: Distribution, lets tackle this thing
Replies: 16
Views: 10874

Re: Distribution, lets tackle this thing

Great guide, nevon. One error, though:
nevon wrote: Makefile

Code: Select all

uninstall:
	$(RM) $(DESTDIR)/usr/lib/omgwords/appname.love
by thelinx
Tue Mar 13, 2012 9:40 pm
Forum: Games and Creations
Topic: Snayke - Out now! Version 1.1, soundtrack available
Replies: 196
Views: 134932

Re: Snayke - new beta!

Maybe you should make your project work with the current build, instead of relying on out-dated, never released code.
You're gonna have to do it sooner or later.
by thelinx
Tue Mar 13, 2012 9:08 pm
Forum: LÖVE-Android
Topic: State of the attempt to natively port love to android
Replies: 137
Views: 76781

Re: State of the attempt to natively port love to android

Make a fork on github and upload your changes.
by thelinx
Tue Mar 13, 2012 9:03 pm
Forum: Support and Development
Topic: Distribution, lets tackle this thing
Replies: 16
Views: 10874

Re: Distribution, lets tackle this thing

For Arch Linux, just depend on the love package in the [community] repo, and create a simple launcher script.

See the mari0 AUR package.
by thelinx
Mon Mar 12, 2012 11:19 pm
Forum: Support and Development
Topic: Love 0.8.0
Replies: 8
Views: 6855

Re: Love 0.8.0

He's not the only entity that has spread news about Mari0.
by thelinx
Sun Mar 11, 2012 3:39 pm
Forum: Support and Development
Topic: [solved] Particle System freezing
Replies: 9
Views: 4282

Re: Particle System freezing

teh8bits wrote: It doesn't work with 0.8.0 btw, dont know if you knew that or not.
0.8.0 isn't even out yet, don't try to force it down his throat.
by thelinx
Sun Mar 11, 2012 1:43 pm
Forum: LÖVE-Android
Topic: Guide: Building love-native-android
Replies: 44
Views: 45878

Re: Building love-native-android

You're giving the argument to the make command, which is incorrect. I'm not sure how (in NDK), but you need to give the argument as a CFLAG (to the compiler).

Is Android.mk automatically generated? If not, try adding -fexceptions to line 731.
by thelinx
Sun Mar 11, 2012 1:26 pm
Forum: LÖVE-Android
Topic: Guide: Building love-native-android
Replies: 44
Views: 45878

Re: Building love-native-android

Issue: The NDK gives a compilation error at this point when compiling devil /home/t-bone/android/hagish-love-native-android-2083f75-2/jni/devil-1.7.8/src-IL/src/il_utx.cpp: In function 'ILboolean ilLoadUtxF(void*)': /home/t-bone/android/hagish-love-native-android-2083f75-2/jni/devil-1.7.8/src-IL/sr...