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 07:41:11 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ca343e063e71c9ed7b7f9c7fa47ac472780350fb
love
/
src
/
modules
/
filesystem
T
History
Bart van Strien
ca343e063e
Allow require paths without replacements
...
--HG-- branch : minor
2015-01-14 15:17:16 +01:00
..
physfs
Add missing include
2015-01-14 15:16:04 +01:00
DroppedFile.cpp
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.
2014-10-18 20:30:36 -03:00
DroppedFile.h
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.
2014-10-18 20:30:36 -03:00
File.cpp
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.
2014-10-18 20:30:36 -03:00
File.h
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.
2014-10-18 20:30:36 -03: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
Filesystem.cpp
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.
2014-10-18 20:30:36 -03:00
Filesystem.h
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.
2014-10-18 20:30:36 -03:00
wrap_DroppedFile.cpp
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.
2014-10-18 20:30:36 -03:00
wrap_DroppedFile.h
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.
2014-10-18 20:30:36 -03:00
wrap_File.cpp
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.
2014-10-18 20:30:36 -03:00
wrap_File.h
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.
2014-10-18 20:30:36 -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
Allow require paths without replacements
2015-01-14 15:17:16 +01:00
wrap_Filesystem.h
Merged default into minor
2014-07-30 01:32:10 -03:00