This website requires JavaScript.
Explore
Help
Sign In
LOVE
/
love
Watch
1
Star
0
Fork
0
You've already forked love
mirror of
https://github.com/love2d/love.git
synced
2026-08-15 15:51:12 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
34688e929e19554ff0391b1845e633d5f88e9ab0
love
/
src
/
modules
/
filesystem
T
History
Alex Szpakowski
34688e929e
Merged default into minor
...
--HG-- branch : minor
2014-09-28 15:56:04 -03:00
..
physfs
Merged default into minor
2014-09-28 15:56:04 -03:00
File.cpp
Goodbye 2013, hello 2014!
2014-01-03 17:28:58 -04:00
File.h
Goodbye 2013, hello 2014!
2014-01-03 17:28:58 -04:00
FileData.cpp
Data::getSize now uses size_t instead of int
2014-03-18 03:50:00 -03:00
FileData.h
Data::getSize now uses size_t instead of int
2014-03-18 03:50:00 -03:00
wrap_File.cpp
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
wrap_File.h
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.)
2014-06-02 00:22:41 -03:00
wrap_FileData.cpp
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.)
2014-06-02 00:22:41 -03:00
wrap_FileData.h
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.)
2014-06-02 00:22:41 -03:00
wrap_Filesystem.cpp
Move require path into filesystem module
2014-09-05 07:57:42 +02:00
wrap_Filesystem.h
Merged default into minor
2014-07-30 01:32:10 -03:00