Page 6 of 14

Re: The epic love demo thread!

Posted: Sat Jun 21, 2008 9:45 pm
by qubodup
mikulka wrote:Post you high score 8-)
My highscore is

Code: Select all

$ love domo.love 
This is LOVE 0.3.1 (Space Meat).

INIT love.timer [SDL]
INIT love.filesystem [PhysFS]
INIT love.graphics [OpenGL/DevIL/FreeType]
INIT love.keyboard [SDL]
INIT love.mouse [SDL]
INIT love.audio [SDL_mixer]
INIT love.system [Generic]
Run-time error: [string "main.lua"]:13: attempt to index field 'objects' (a nil value)
stack traceback:
        [string "main.lua"]:13: in function <[string "main.lua"]:11>

Run-time error: [string "main.lua"]:51: attempt to compare number with nil
stack traceback:
        [string "main.lua"]:51: in function <[string "main.lua"]:50>
The other demos work. I'm on debian linux. :|

Re: The epic love demo thread!

Posted: Sat Jun 21, 2008 11:45 pm
by rude
Yeah, I guess that demo isn't updated for LÖVE > 0.2.0.

Debian Linux, eh? Did you use the .deb-package?

Re: The epic love demo thread!

Posted: Mon Jun 23, 2008 12:50 am
by qubodup
rude wrote:Yeah, I guess that demo isn't updated for LÖVE > 0.2.0.

Debian Linux, eh? Did you use the .deb-package?
I think I did.

PS: only the other demos on the first page work. I think nearly all others are incompatible too.

PPS: http://vimeo.com/1210309

Re: The epic love demo thread!

Posted: Mon Jun 23, 2008 3:31 pm
by rude
To satisfy the hungry lions, I've collected and/or updated all known demos. These should all work in 0.3.1.

In addition, there's Merkoth's Zoomer, and one other demo that I didn't convert (I'll leave that up to mike).

Re: The epic love demo thread!

Posted: Mon Jun 23, 2008 6:07 pm
by qubodup
rude wrote:To satisfy the hungry lions, I've collected and/or updated all known demos. These should all work in 0.3.1.

In addition, there's Merkoth's Zoomer, and one other demo that I didn't convert (I'll leave that up to mike).
Loving yes!

I don't have the time to try them out now, so I will be posting later about how I am aroused/disgusted by them.

Re: The epic love demo thread!

Posted: Tue Jun 24, 2008 3:44 am
by Merkoth
rude wrote:In addition, there's Merkoth's Zoomer, and one other demo that I didn't convert (I'll leave that up to mike).
Ugh, the last release is really outdated, a new release (mostly bugfix) should be out within a few hours.

Re: The epic love demo thread!

Posted: Thu Jun 26, 2008 10:57 pm
by mike
rude wrote:To satisfy the hungry lions, I've collected and/or updated all known demos. These should all work in 0.3.1.

In addition, there's Merkoth's Zoomer, and one other demo that I didn't convert (I'll leave that up to mike).
Wait, what? Which demo? Also, we need to update the tutorials.. or has that been done?

Re: The epic love demo thread!

Posted: Sat Jun 28, 2008 6:48 pm
by farvardin
Hello,

most of the demos on this thread are not playable at all with the latest löve 0.3.1 because they refer to a "setBackgroundColor function that doesn't exists.

Was it changed in the core of the system?

Re: The epic love demo thread!

Posted: Sat Jun 28, 2008 6:54 pm
by qubodup
farvardin wrote:Hello,

most of the demos on this thread are not playable at all with the latest löve 0.3.1 because they refer to a "setBackgroundColor function that doesn't exists.

Was it changed in the core of the system?
http://tehlol.com/love/demos/

Re: The epic love demo thread!

Posted: Sat Jun 28, 2008 7:40 pm
by rude
Yeah ...

Maybe it's time to start a new thread .. or something. Or maintain a list of all working demos in the first post of this thread. But for now there's demos/, like qubodup said.
Was it changed in the core of the system?
To answer your question: yes. Those demos were created for 0.2.0, which is very, very incompatible with 0.3.x. :)