Commit Graph
13 Commits
Author SHA1 Message Date
Antonin Décimo 28380122f6 Use LÖVE new versionning scheme. Drop semver dependency. #53 2018-04-20 19:49:26 +02:00
Antonin Décimo 1949ef9dd4 Update default LÖVE version to 11.0.0 2018-04-03 13:53:35 +02:00
shru 08585c0153 Fixed bug where empty exclude arguments would override value from conf.lua 2017-07-10 10:44:17 +02:00
Pablo Ariel Mayobre bbe64d4459 Ignore the check for table.unpack
Table unpack is not available in either Lua 5.1 nor LuaJIT, yet it's used as a fallback for unpack. This is not an error on itself, but is listed as an error by Luacheck. An alternative solution would be to remove this line entirely
2017-05-19 19:05:54 +02:00
Pablo Ariel Mayobre 7d5532ebe4 Fix issue #36 and #44
This issue was related to Lua not handling coroutines iterators right, the function being recursive generated multiple coroutine iterators and they didn't resume right. The solution is to make the first loop non-recursive and create a secondary loop where the recursive function is called.
2017-05-19 19:05:54 +02:00
Tanner Rogalsky 339cbe7b42 Exclude files (#42)
File exclusion from pattern exclusion list
2017-01-18 14:41:35 +01:00
Antonin Décimo e6f8f7386a Update default LÖVE version to 0.10.2 2016-11-01 16:34:57 +01:00
Geoffrey Frogeye 0e0251840d Debian: Allows special characters in title
When using spaces in title, the executable in /usr/bin
would silently not load the file and show the default
"no game" screen
2016-05-11 17:34:48 +02:00
Antonin Décimo e443881526 Update default LÖVE version to 0.10.1 2016-02-14 16:51:20 +01:00
Kevin Balz 36c8c19317 Fixed misleading error message for Mac OS X
When the identifier is missing it would prompt an error message
which would tell that the author is missing.
2016-02-06 12:32:08 +01:00
Antonin Décimo be84086b1d Mark the debian main script as executable 2016-02-02 00:55:58 +01:00
Antonin Décimo d639fcbf6d Add command-line interface 2016-01-22 00:48:46 +01:00
Antonin Décimo 873934e526 Rewrite in Lua with LuaRocks 2016-01-22 00:48:37 +01:00