Search found 496 matches

by zac352
Tue Sep 28, 2010 1:22 pm
Forum: General
Topic: Hey Guys, I'm new here.
Replies: 5
Views: 2984

Re: Hey Guys, I'm new here.

I'm kind of new too. Still getting used to the vibe. ;)
by zac352
Tue Sep 28, 2010 1:21 pm
Forum: General
Topic: Lua is kind of laggy. Lol.
Replies: 8
Views: 2520

Re: Lua is kind of laggy. Lol.

Speed and ease of reading are not opposed. They go together more often than they work against each other. Altough it is possible that lua is slowing down your program, the chances are that there is some bottleneck on it. Trouble is, it is difficult to find bottlenecks if the code isn't easy to read...
by zac352
Tue Sep 28, 2010 1:19 pm
Forum: Support and Development
Topic: Bullets / Particle Engine / Physics
Replies: 1
Views: 1668

Re: Bullets / Particle Engine / Physics

My recommendation is exactly that of the yellow box on the wiki: don't do it.

Boxes and bullets are easy.

Code: Select all

if bx2<x and bx1>x and by2<y and by1>y then
*is lazy and doesn't write bullets* :|
by zac352
Tue Sep 28, 2010 1:08 pm
Forum: Games and Creations
Topic: Life
Replies: 21
Views: 12454

Re: Life

Your love doesn't support opening the console? That is the first time I hear about that function. I don't think it is standard. If you are trying to open up a console, the correct way is using the config file . btw, what version of love DO you have? I have love 0.6.2 in Ubuntu. I did a dump of love...
by zac352
Tue Sep 28, 2010 1:06 pm
Forum: Support and Development
Topic: Reading Files
Replies: 4
Views: 1822

Re: Reading Files

Yeah, more newbie whining... So writing files in Lua isn't so bad, it's kind of like Java or other languages with overloaded methods for file write, but reading... Are there examples of reading in blocks of data from a file? My google-fu seems to turn up lots of... interesting.. examples of how com...
by zac352
Tue Sep 28, 2010 1:00 pm
Forum: Games and Creations
Topic: Life
Replies: 21
Views: 12454

Re: Life

kikito wrote:I got this error:

Code: Select all

main.lua:1: attempt to call field '_openConsole' (a nil value)
btw, what version of love DO you have?
by zac352
Tue Sep 28, 2010 12:55 pm
Forum: General
Topic: Lua is kind of laggy. Lol.
Replies: 8
Views: 2520

Lua is kind of laggy. Lol.

If you've played my most recent project, you know that having 1000+ food is murderous to your processor. :P
by zac352
Tue Sep 28, 2010 12:27 pm
Forum: Support and Development
Topic: AnAL is making me anal
Replies: 4
Views: 3086

Re: AnAL is making me anal

nevon wrote:
zac352 wrote:What's AnAl? :?
As the link would explain, it stands for Animations and Löve. It's a lib for animating sprites.
Oh. :P
by zac352
Tue Sep 28, 2010 12:26 pm
Forum: Games and Creations
Topic: Life
Replies: 21
Views: 12454

Re: Life

nevon wrote:Same here. Commenting out that first line solves it though. I gotta say, this game is very strangely written.
Thank you. :crazy:
by zac352
Tue Sep 28, 2010 12:25 pm
Forum: Games and Creations
Topic: Life
Replies: 21
Views: 12454

Re: Life

kikito wrote:I got this error:

Code: Select all

main.lua:1: attempt to call field '_openConsole' (a nil value)
Your love doesn't support opening the console? :o