Alex Szpakowski
|
bfa3ec9369
|
Merged default into minor
--HG--
branch : minor
|
2014-06-05 03:02:50 -03:00 |
|
Alex Szpakowski
|
79b453653a
|
Added love.joystick.loadGamepadMappings (resolves issue #842), and Joystick:saveGamepadMapping.
The latter returns a mapping string, and the former loads a newline-separated list of mapping strings.
|
2014-06-04 15:50:06 -03:00 |
|
Alex Szpakowski
|
dfa319e01a
|
Replaced the EXCEPT_GUARD macro for converting love exceptions into Lua errors with the new luax_catchexcept function, which takes lambda function arguments.
|
2014-06-03 19:27:00 -03:00 |
|
Alex Szpakowski
|
724bdbd296
|
love.graphics.newImage, love.image.newImageData, etc. no longer leave Lua-owned FileData objects floating around waiting to be GC'd when called with filename arguments, resulting in less memory use on startup (resolves issue #890.)
Moved love.filesystem Lua wrapper code from src/modules/filesystem/physfs/ to src/modules/filesystem/.
|
2014-06-02 00:22:41 -03:00 |
|