Search found 1035 matches

by tentus
Sun Nov 14, 2010 12:43 am
Forum: Support and Development
Topic: Listing Save Files (Solved)
Replies: 18
Views: 7457

Re: Listing Save Files

Or, even better, putting all save games in a dedicated subfolder. (You know, like "saves/".) I tried before posting, but received the following results: local filesTable = love.filesystem.enumerate("saves/") for i,v in ipairs(filesTable) do if love.filesystem.isFile(v) then tabl...
by tentus
Sat Nov 13, 2010 10:23 pm
Forum: General
Topic: Notepad++?
Replies: 14
Views: 4334

Re: Notepad++?

I use Notepad++ for all my coding (I'm a web programmer by profession). The search/replace functions are invaluable. I just wish that then ... end could be pair highlighted the same way () and {} can be.
by tentus
Sat Nov 13, 2010 9:52 pm
Forum: Support and Development
Topic: Listing Save Files (Solved)
Replies: 18
Views: 7457

Listing Save Files (Solved)

------------- Solved , see this post for the final solution: http://love2d.org/forums/viewtopic.php?f=4&t=2123&start=10#p22335 ------------- So, I'm working on making save files for my game. You choose singleplayer from the main menu, and the menu table gets repopulated with a list of existi...
by tentus
Thu Nov 11, 2010 4:44 am
Forum: Support and Development
Topic: LÖVE Logo
Replies: 12
Views: 4130

Re: LÖVE Logo

Fantastic, thank you very much.
by tentus
Wed Nov 10, 2010 3:55 pm
Forum: Support and Development
Topic: LÖVE Logo
Replies: 12
Views: 4130

LÖVE Logo

I was wondering if someone could post a decently high-resolution png of the LÖVE logo on the wiki, or perhaps a vector version. I have splash screens in my game, and the best copy I can find is only 256x128. Or, if someone could name the font, I can throw one together in a jiffy for public use. Eith...