Search found 57 matches

by Sslaxx
Sun Feb 15, 2009 1:40 pm
Forum: Support and Development
Topic: File system strangeness.
Replies: 9
Views: 3526

Re: File system strangeness.

If LOVE used Author+Title instead of directory/file name then "love ." would work (why it doesn't anyway is because of the way LOVE sets up directories).
by Sslaxx
Sun Feb 15, 2009 1:16 pm
Forum: Support and Development
Topic: File system strangeness.
Replies: 9
Views: 3526

Re: File system strangeness.

Yeah, I noticed. Perhaps LOVE could be made to put together the author and title strings from game.conf to create the directory it uses.

[EDIT: Dunno why I was blathering on about HOME/USERPROFILE...]
by Sslaxx
Sun Feb 15, 2009 1:05 pm
Forum: Support and Development
Topic: File system strangeness.
Replies: 9
Views: 3526

File system strangeness.

Now, my understanding is that this: axel = love.filesystem.newFile ("A.B", love.file_write) if (love.filesystem.open (axel)) then love.filesystem.write (axel, playerInfo) love.filesystem.close (axel) end will create an <application name> folder in (in this case) /home/stuart/.love. However...
by Sslaxx
Sun Feb 15, 2009 9:44 am
Forum: Support and Development
Topic: Text strings aren't displaying properly.
Replies: 4
Views: 1888

Re: Text strings aren't displaying properly.

Quite possibly. Still, as long as it works!
by Sslaxx
Sat Feb 14, 2009 10:45 pm
Forum: Games and Creations
Topic: Space Invaders
Replies: 9
Views: 19195

Re: Space Invaders

Heh, nice sound effects!

Getting rid of the Thumbs.db file in the images directory makes the .love file a little smaller.
by Sslaxx
Sat Feb 14, 2009 10:08 pm
Forum: Support and Development
Topic: Text strings aren't displaying properly.
Replies: 4
Views: 1888

Re: Text strings aren't displaying properly.

Much obliged! I'd narrowed it down to a probable bug with the Camera extension, but I didn't know what it was. Thanks for that one!
by Sslaxx
Sat Feb 14, 2009 9:13 pm
Forum: Support and Development
Topic: Text strings aren't displaying properly.
Replies: 4
Views: 1888

Text strings aren't displaying properly.

Ubuntu Linux 8.10. Also confirmed under Win2K (via VirtualBox). http://sslaxx.twu.net/EggTester.love When I knocked up this little test, I noticed that the first word (for it does appear to be that) does not show up when running. The screenshot shows best what is happening. This appears to happen wi...