Page 6 of 23

Re: 0.6.0 Update

Posted: Sat Sep 12, 2009 3:42 am
by osgeld
Im old and gripey, is the new string constants (better idea, than what you had in 0.5) can we use ' || " or is is just limited to single quotes

Id hate to untrain my pinky finger :rofl:

Re: 0.6.0 Update

Posted: Sat Sep 12, 2009 4:41 pm
by Robin
osgeld wrote:Im old and gripey, is the new string constants (better idea, than what you had in 0.5) can we use ' || " or is is just limited to single quotes

Id hate to untrain my pinky finger :rofl:
Both are exactly the same--you could even use [[a]] or [=[a]=] etc.

Re: 0.6.0 Update

Posted: Sat Sep 12, 2009 7:39 pm
by Boder
I've been using the latest, just note

* using quads, the last two parameters are the width and height of the image
* I had to use require() and dofile() over love.filesystem.require() etc.
* TTF text positions at bottom left

my other notes, not sure if still relevant
*mkdir() fails when write directory not set
*ALWAYS use RELATIVE paths for love filesystem options, use ABSOLUTE paths for other libraries or lua
*need to add "/" between paths

Re: 0.6.0 Update

Posted: Sun Sep 13, 2009 1:58 am
by osgeld
mk I just tried the deb packages both X64 and X86 state
Error: Wrong architecture 'amd64'
Im running 32 bit ubuntu btw
Linux computer 2.6.28-15-generic #49-Ubuntu SMP Tue Aug 18 18:40:08 UTC 2009 i686 GNU/Linux

Re: 0.6.0 Update

Posted: Sun Sep 13, 2009 7:58 am
by Robin
osgeld wrote:mk I just tried the deb packages both X64 and X86 state
Error: Wrong architecture 'amd64'
Have you tried hand-editing the .deb? That might work, but I'm not sure.

Re: 0.6.0 Update

Posted: Sun Sep 13, 2009 8:17 am
by bartbes
I just fixed that in the repo, wait until the next build to see it in effect.

Re: 0.6.0 Update

Posted: Sun Sep 13, 2009 4:18 pm
by Jasoco
Does 0.6.0 still return OS X as "Linux" when getting the Platform?

Re: 0.6.0 Update

Posted: Sat Sep 19, 2009 8:01 am
by nevon
0.6.0 (more specifically e17b9a6456bd) just gives me a black screen when I try running any games. I get no error messages or nothing, just a black screen. 0.5.0 works just fine though.

I'm running Ubuntu 9.04. If you need more information, just ask.

Re: 0.6.0 Update

Posted: Sat Sep 19, 2009 8:16 am
by Robin
nevon wrote:0.6.0 (more specifically e17b9a6456bd) just gives me a black screen when I try running any games. I get no error messages or nothing, just a black screen. 0.5.0 works just fine though.

I'm running Ubuntu 9.04. If you need more information, just ask.
Is the game written for 0.6.0 or for 0.5.0?
See http://love2d.org/wiki/index.php?title=Version_0.6.0 for a list of things that have to be changed to make it work.

Re: 0.6.0 Update

Posted: Sat Sep 19, 2009 8:40 am
by nevon
Robin wrote:Is the game written for 0.6.0 or for 0.5.0?
See http://love2d.org/wiki/index.php?title=Version_0.6.0 for a list of things that have to be changed to make it work.
In my naïveté I thought 0.6.0 would be backwards compatible, but they kind people on IRC enlightened me. It now works as it should.