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
2bf0ea54024f04ab9e212ac76196c164f03661bf
love
/
src
/
modules
T
History
bart@bartbes.ath.cx
2bf0ea5402
merge
2009-12-02 16:06:01 +01:00
..
audio
Sound should now work again. Music looping does probably not work, however (at least now with mp3).
2009-10-24 23:48:06 +02:00
event
Fixed "kp"-prefix on some keyboard constants.
2009-10-11 17:16:00 +02:00
filesystem
Fixed Filesystem::getWorkingDirectory() so that it actually compiles on non-Windows systems.
2009-11-22 16:42:34 -06:00
font
made building from source on OS X a hell of a lot easier - no more .dylibs, and all the header files are contained in the frameworks (as they should be!)
2009-11-01 22:09:23 -06:00
graphics
Font can now be omitted from setFont/newFont to use the default font.
2009-11-30 22:55:30 +01:00
image
Fixed love.keyboard.setKeyRepeat, fixed issues with Body:getWhatever, and made the save directory settable.
2009-10-29 22:34:54 +01:00
joystick
Finally abstracted constants properly. Changed how the event module works; wasn't really abstract before. Removed libs we're not going to use: native, signal.
2009-10-10 11:11:04 +02:00
keyboard
Fixed love.keyboard.setKeyRepeat, fixed issues with Body:getWhatever, and made the save directory settable.
2009-10-29 22:34:54 +01:00
mouse
Finally abstracted constants properly. Changed how the event module works; wasn't really abstract before. Removed libs we're not going to use: native, signal.
2009-10-10 11:11:04 +02:00
physics
Fixed incorrect number of arguments expected for contact:getVelocity() :getNormal() and :getSeparation()
2009-12-02 16:05:27 +01:00
sound
made building from source on OS X a hell of a lot easier - no more .dylibs, and all the header files are contained in the frameworks (as they should be!)
2009-11-01 22:09:23 -06:00
timer
/sdl
Fixed warning in Timer.cpp/MSVC. Enabled unicode character set in MSVC release builds.
2009-11-23 18:09:28 +01:00