Alex Szpakowski
|
d982f02634
|
Renamed File:eof to File:isEOF (closes issue #683.)
|
2015-03-17 01:13:29 -03:00 |
|
Alex Szpakowski
|
a7e4148869
|
Merged default into minor
--HG--
branch : minor
|
2015-01-16 15:47:26 -04:00 |
|
Alex Szpakowski
|
c7b45b3505
|
Updated copyright for the new year
|
2014-12-31 19:32:43 -04:00 |
|
Alex Szpakowski
|
8d0654a6a7
|
Added runtime drag-and-drop file and folder support via new love.filedropped and love.directorydropped event callback functions. filedropped has a single File object argument, and directorydropped has a single string argument containing the full path of the directory, which can be used with love.filesystem.mount.
--HG--
branch : minor
|
2014-10-18 20:30:36 -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 |
|