Search found 3 matches

by atheros
Sat Aug 06, 2011 3:29 pm
Forum: General
Topic: Support the request for improvements in packaging addons!
Replies: 6
Views: 4372

Re: Support the request for improvements in packaging addons

Changes: added love.filesystem.basename() added love.filesystem.dirname() added love.filesystem.find() you can now use wildcards for automount (like addons/*.zip) it's safe to use love.filesystem.lines() now Platform status: unix build files are working MSVC2008 and MSVC2010 were update, however I h...
by atheros
Fri Aug 05, 2011 9:37 pm
Forum: General
Topic: Support the request for improvements in packaging addons!
Replies: 6
Views: 4372

Re: Support the request for improvements in packaging addons

I'm making a multiplayer action game. 'addons' will be downloaded from the server you connect to. Of course you could download a set of files manually, but that has some issues: you need more code to verify all the files a specific server requires if several addons modify the same resources, you wil...
by atheros
Wed Aug 03, 2011 7:17 pm
Forum: General
Topic: Support the request for improvements in packaging addons!
Replies: 6
Views: 4372

Support the request for improvements in packaging addons!

Hello, I am asking everyone to read this issue https://bitbucket.org/rude/love/issue/270/adding-and-removing-archives-to-search and if you find those improvements usefull, say it either here or comment the issue. What will you get from those improvements? Ability to pack addons (like maps with addit...