Alex Szpakowski
|
aa05664d4c
|
Merged default into minor
--HG--
branch : minor
|
2014-07-30 01:32:10 -03:00 |
|
Alex Szpakowski
|
73c0f1e222
|
Added love.filesystem.isSymlink, love.filesystem.setSymlinksEnabled, and love.filesystem.areSymlinksEnabled. Symbolic link support is disabled by default.
love.filesystem.isSymlink will always return false when symbolic link support is disabled, even if the given filepath is actually a symlink.
|
2014-07-24 00:31:11 -03:00 |
|
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
|
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 |
|