Search found 496 matches

by zac352
Thu Dec 02, 2010 1:06 am
Forum: Support and Development
Topic: Images?
Replies: 9
Views: 4164

Re: Images?

Uh... Have you not used Lua in a while, or has Lua changed some syntax here... Last time I tried declaring a function like this: function blargh() function localrand() return 4; --xkcd reference ftw end print(localrand()) end barfed errors all over my console. You should do this: function blargh() l...
by zac352
Thu Dec 02, 2010 1:03 am
Forum: General
Topic: Music
Replies: 8
Views: 4025

Re: Music

I actually did come across that :P. Wasn't sure how up to date it was kept, and most of the links are kind of meh (some even dead.) Is that what most use? I also wanted to get an idea of how many actually develop their own sounds. 1: computer with awesome sound card 2: computer with awesome process...
by zac352
Wed Dec 01, 2010 4:54 pm
Forum: General
Topic: Porting love2d to other platforms
Replies: 35
Views: 17656

Re: Porting love2d to other platforms

j3d1 wrote:Google Traductor :3
I know that part! :P
by zac352
Mon Nov 29, 2010 9:22 pm
Forum: Support and Development
Topic: Help designing my game
Replies: 6
Views: 2777

Re: Help designing my game

I really don't see how you'd use box2D to accomplish that I think it might work using distance joints where anchor1 could be the origin and anchor2 could be the end of the tentacle. You should be able to specify the equilibrium length between the two anchors upon creating the distance joint. I don'...
by zac352
Mon Nov 29, 2010 9:16 pm
Forum: Libraries and Tools
Topic: middleclass & extras: middleclass 3.0 is out!
Replies: 243
Views: 78145

Re: middleclass & middleclass-extras: OOP for LUA

tentus wrote:Whichever you go with though, be sure to be consistent- nothings more irritating than having to make a list of notes as to which spelling the authors used for which words.
I'm consistent. :P
by zac352
Mon Nov 29, 2010 9:12 pm
Forum: General
Topic: Love Tutorials on headchant.com
Replies: 27
Views: 11121

Re: Love Tutorials on headchant.com

Flowchart: Yes, I know it's incorrect but I think it helps to get a first understanding of the order in which the functions are executed. Maybe I should include a footnote stating this. I will change the incorrect capital letters later. YOU SOUND EXACTLY LIKE MY TEACHER WHEN I TOLD HER THAT M$ ACCE...
by zac352
Sun Nov 28, 2010 11:32 pm
Forum: General
Topic: The FAKE (weird) Love!
Replies: 22
Views: 8771

Re: The FAKE (weird) Love!

Indie is short for Independent, in this case Independent Developers, people without publishers, often working alone, or in a small team. This in no way means it's free as in free beer (Minecraft is indie as well), let alone free as in free speech. Physibots is an indie game development company, the...
by zac352
Sun Nov 28, 2010 11:21 pm
Forum: Libraries and Tools
Topic: middleclass & extras: middleclass 3.0 is out!
Replies: 243
Views: 78145

Re: middleclass & middleclass-extras: OOP for LUA

kikito wrote:Regarding __init, well that is really a matter of taste. Python calls constructors __init__. Ruby calls them initialize. Since I like ruby more, I choose initialize.
Initialise. I speak British English. :P
by zac352
Sun Nov 28, 2010 8:31 pm
Forum: General
Topic: The FAKE (weird) Love!
Replies: 22
Views: 8771

Re: The FAKE (weird) Love!

Indie is short for Independent, in this case Independent Developers, people without publishers, often working alone, or in a small team. This in no way means it's free as in free beer (Minecraft is indie as well), let alone free as in free speech. Physibots is an indie game development company, the...
by zac352
Sun Nov 28, 2010 8:05 pm
Forum: General
Topic: The FAKE (weird) Love!
Replies: 22
Views: 8771

Re: The FAKE (weird) Love!

Robin wrote:Indie is does not mean the same as either free or Free, zac. ;)
That only furthers my confusion. :?