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-16 00:02:12 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8d0654a6a71a07f6129519fbab4c48f0f2852a65
love
/
src
/
modules
/
image
T
History
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
..
magpie
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
CompressedData.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
CompressedData.h
Data::getSize now uses size_t instead of int
2014-03-18 03:50:00 -03:00
Image.h
Updated the new module changes to use more compile/link-time checking rather than runtime checking.
2014-07-21 15:12:01 -03:00
ImageData.cpp
Data::getSize now uses size_t instead of int
2014-03-18 03:50:00 -03:00
ImageData.h
Minor code cleanup
2014-05-21 21:14:08 -03:00
wrap_CompressedData.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_CompressedData.h
Goodbye 2013, hello 2014!
2014-01-03 17:28:58 -04:00
wrap_Image.cpp
Changed luax_pushtype to retain the pushed object itself, but only if the object isn't in the Lua state already.
2014-08-09 16:04:59 -03:00
wrap_Image.h
Goodbye 2013, hello 2014!
2014-01-03 17:28:58 -04:00
wrap_ImageData.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_ImageData.h
Goodbye 2013, hello 2014!
2014-01-03 17:28:58 -04:00