Commit Graph

120 Commits

Author SHA1 Message Date
rude 8e74574544 Fixed playing multiple instances of the same Music. 2009-12-27 17:38:51 +01:00
bart@bartbes.ath.cx 5f9cf99abd Fixed epic physics typo (getRestituion->getRestitution) 2010-01-07 20:36:14 +01:00
rude cd24dbcb8e Added get/setGroupIndex (#129) and get/setFixedRotation (#113). Also fixed 3000 auto.lua-related warnings in MSVC. 2010-01-04 20:02:36 +01:00
rude ed55e0b5de Fixed master volume of modplug files when rewinding. 2009-12-21 19:45:06 +01:00
rude c39242a24a It's now possible to control individual sources. 2009-12-14 19:51:31 +01:00
rude c5e8308d5f Fixed wrapper bugs in setLine and setPoint. 2009-12-13 23:25:11 +01:00
rude e0d3e3b33d Fixed bug in love.graphics.quad. 2009-12-13 20:21:55 +01:00
rude ec41545933 Added newQuad. 2009-12-10 22:38:26 +01:00
bill@Ixion c70d1e9db3 keeping a consistent coding style and apparently fixing broken compilation on systems that aren't mine. 2009-12-05 16:29:33 -06:00
bill@Ixion b57f48eb73 last commit broke the build by accident - apparently redeclared a variable. fixed. 2009-12-03 19:20:45 -06:00
bill@Ixion c120a1570c love.physics.newWorld now acts like it's supposed to and adheres to the documentation 2009-12-03 19:13:35 -06:00
bill@Ixion 2515c697e5 bodies can now be forbidden from sleeping 2009-12-03 18:56:40 -06:00
bart@bartbes.ath.cx 2bf0ea5402 merge 2009-12-02 16:06:01 +01:00
bart@bartbes.ath.cx 7d79398c57 Fixed incorrect number of arguments expected for contact:getVelocity() :getNormal() and :getSeparation() 2009-12-02 16:05:27 +01:00
rude 05439961d2 Font can now be omitted from setFont/newFont to use the default font. 2009-11-30 22:55:30 +01:00
bart@bartbes.ath.cx af01b840a1 Several rad2deg conversions for glRotate 2009-11-30 08:21:48 +01:00
bart@bartbes.ath.cx 692fd9a890 Converted ParticleSystem to radians 2009-11-29 13:40:37 +01:00
rude 80a6e6dcaf Fixed warning in Timer.cpp/MSVC. Enabled unicode character set in MSVC release builds. 2009-11-23 18:09:28 +01:00
bill@Ixion 3f70006283 Fixed Filesystem::getWorkingDirectory() so that it actually compiles on non-Windows systems. 2009-11-22 16:42:34 -06:00
rude a3f6a55593 Fixed UTF-8 encoding of APPDATA and CWD on Windows. 2009-11-22 22:19:00 +01:00
Bart f761e7e000 Fixed getMicroTime (for real this time) 2009-11-22 22:01:28 +01:00
rude 21f1f90bb5 Merged. 2009-11-22 14:36:29 +01:00
rude 16f6219957 Moved #ifdef LOVE_WINDOWS to Timer.cpp. 2009-11-22 14:36:00 +01:00
bart@bartbes.ath.cx 267547b6c0 New attempt at love.timer.getMicroTime 2009-11-22 14:20:15 +01:00
rude f3d1517a9a Fixed offset bug in body:applyImpulse and body:applyForce. 2009-11-22 13:53:07 +01:00
bart@bartbes.ath.cx dc014f720a Rewrite + some comments for love.timer.getMicroTime 2009-11-22 13:25:45 +01:00
bart@bartbes.ath.cx 868c2577a7 Added (hopefully) cross-platform love.timer.getMicroTime 2009-11-22 13:19:13 +01:00
rude 86ac10c3f6 Fixed bug where destroyed objects in love.physics cause crash when collected. 2009-11-10 23:25:12 +01:00
rude ee59f28e04 Some destructors in love.physics were non-virtual. 2009-11-10 20:24:29 +01:00
rude eaf8472a98 Removed "SDL_app" caption before window is created initially. 2009-11-08 17:16:42 +01:00
rude 0df1aeb0f3 Changed how scripts are embedded. 2009-11-08 17:00:53 +01:00
rude d508c3829f Fixed bug with line stipple and setMode. 2009-11-05 22:10:00 +01:00
rude 2a9b2b608c Restored the destroy method for objects in love.physics. 2009-11-02 23:00:08 +01:00
bill@localhost 6853f8374e 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
rude b3bd3427a5 Fixed Shape:testSegment. 2009-10-31 00:15:13 +01:00
rude 435fc43f68 Fixed love.keyboard.setKeyRepeat, fixed issues with Body:getWhatever, and made the save directory settable. 2009-10-29 22:34:54 +01:00
rude 0e671c34d5 Fixed volume issue with WAV, and issue with truncated OGGs. 2009-10-26 22:13:02 +01:00
rude 0d897b0b0f 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
bart@bartbes.ath.cx ff06834934 Made write dir override the .love 2009-10-23 13:41:50 +02:00
bill@Ixion 10b5530c0d updated xcode project to build properly, fixed a typo, miscellaneous unwanted line ending changes 2009-10-12 14:01:47 -05:00
rude ee1964dde5 Fixed "kp"-prefix on some keyboard constants. 2009-10-11 17:16:00 +02:00
bart@bartbes.ath.cx d22d268c92 Fixed some constants 2009-10-11 16:23:33 +02:00
rude 87e3c4131c 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
bill@Ixion ac16935782 now does what the previous commit was supposed to make it do, but with fewer bugs 2009-09-19 20:45:20 -05:00
bill@Ixion a45500c1ff now uses the proper appdata directory on Mac OS X 2009-09-19 19:59:23 -05:00
rude 3df85df1c1 Fixed immortal Sources. 2009-09-14 21:47:08 +02:00
bart@bart e30e28eb6c Added a forgotten GC release 2009-09-13 21:37:05 +02:00
bill@Ixion cc90e43464 Fixed some more warnings/errors 2009-09-06 12:53:26 -05:00
bill@Ixion 716830882d Fixed some sign issues in ImageData 2009-09-06 11:29:17 -05:00
bill@Ixion 81c4f69148 Fixed errors and warnings on Linux (and probably Windows, just not Mac for some reason...) 2009-09-06 02:43:18 -05:00