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 08:11:02 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8d0654a6a71a07f6129519fbab4c48f0f2852a65
love
/
platform
/
macosx
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
..
dmg
Building the Mac OS X build now includes the demos folder in the disk image (but the demos folder is not in the repo, you need to put it in the base folder if it's not already there)
2010-01-06 09:34:45 -06:00
icons
Added DMG automation to Xcode project
2009-08-27 13:55:19 -05:00
love-framework.xcodeproj
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
love.xcodeproj
Removed runtime support for Mac OS 10.6 and switched from libstdc++ to libc++ in OS X. Now we can use C++11's standard library!
2014-08-08 18:54:12 -03:00
Info-Framework.plist
Increased version to 0.9.2.
2014-06-18 19:05:43 -03:00
love-Info.plist
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
OSX.h
Goodbye 2013, hello 2014!
2014-01-03 17:28:58 -04:00
OSX.mm
Cleaned up some code.
2014-09-21 19:50:02 -03:00