557 Commits

Author SHA1 Message Date
Bart van Strien 0ebca72192 Update changelog 0.7.2 2011-04-27 16:40:26 +02:00
José Romero dc2d87a90f Apply patch for issue #219 2011-04-27 16:35:14 +02:00
Bart van Strien 316ca607df Oops 2011-04-23 19:18:05 +02:00
Bart van Strien d60ad99da1 Prevent old DevIL errors from causing love errors 2011-04-23 19:16:17 +02:00
Bart van Strien bf9ad64559 Prevent negative joystick button indices from being used by isDown. (as mentioned in issue #121) 2011-04-23 19:12:52 +02:00
Bart van Strien cdf85280b6 Fix 2 compiler warnings 2011-04-08 09:12:30 +02:00
Bart van Strien d55941f7fa No more crashes when there is no memory for newImageData (issue #209) 2011-04-07 19:22:55 +02:00
Bart van Strien 529530c198 love.joystick.isDown gets multiple arguments too 2011-04-07 19:06:36 +02:00
rude fe6d168bf1 Enable mStereoSeparation/mMaxMixChannels settings in Windows. 2011-04-07 18:16:44 +02:00
Bill Meltsner 179bc61427 update changelog 2011-04-06 11:21:36 -04:00
Bill Meltsner 7e5e60c0a2 fix the Xcode project 2011-04-06 11:20:25 -04:00
Bart van Strien 4f6acb5f48 Make love.mouse.isDown accept a list too
Credits go to Boolsheet for making this patch (imported unmodified!)
2011-04-05 22:13:11 +02:00
vrld 678f6fdadf Fix getBlendMode() to detect subtractive and multiplicative blend modes. 2011-04-03 16:54:18 +02:00
Bill Meltsner 01fdbac92d update OS X version to 0.7.2 2011-03-19 23:58:14 -05:00
Bill Meltsner 27c94e2bc2 update changelog for 0.7.2 2011-03-19 23:52:30 -05:00
Bill Meltsner 803306270e Fix a memory leak 2011-03-19 10:20:29 -04:00
Bart van Strien 766c863484 Make isDown accept a list of keys (issue #121) 2011-03-19 12:47:39 +01:00
rude 20364c67bd Added love.event.clear, because why not. (Issue #202). 2011-03-16 23:23:20 +01:00
rude ffa9e205eb Updating version -> 0.7.2. 2011-03-13 13:50:30 +01:00
rude 427db4f28b Added recent Windows binary updates to the changelog. 2011-03-13 13:23:01 +01:00
rude 3024597f9d Updating freetype242MT.lib -> freetype244MT.lib. 2011-03-13 13:21:18 +01:00
rude caca6243a2 No SSE2 on Windows. 2011-03-13 13:13:37 +01:00
vrld 140fbfb61c Merge Framebuffer changes 2011-03-12 14:30:21 +01:00
Bill Meltsner d44322edcc updated Xcode project to work with Xcode 4 2011-03-11 13:56:51 -05:00
Bill Meltsner 45b8ba7ae3 fixed ParticleSystem:setSize() looking at the wrong argument for size variation 2011-03-11 01:44:01 -05:00
vrld 75d03505ab Expose Framebuffer:set/getWrap to Lua 2011-03-10 14:16:01 +01:00
vrld a88c4c6a79 Add get/setWrap to Framebuffer (issue #192). 2011-03-10 13:41:25 +01:00
vrld e77b94f112 Make the compiler shut up about initialization order. 2011-03-10 13:35:18 +01:00
rude 3c7353be9d Silence warnings in luasocket/GLee. 2011-03-09 12:34:34 +01:00
rude 10a1602840 Silence int -> float warnings on Windows. 2011-03-09 11:11:21 +01:00
rude 3dd2cc0c57 Removed unused local variable. 2011-03-09 12:07:13 +01:00
rude 95ba8d1e13 Disabled mStereoSeparation and mMaxMixChannels until library is updated on Windows. 2011-03-09 11:07:26 +01:00
Bill Meltsner 7e8f6c2b46 wipe out macports reference in Xcode project - no longer necessary 2011-03-05 21:15:38 -05:00
Bart van Strien 761c11427c Finally fixed fused games (thanks Boolsheet) 2011-03-05 15:43:47 +01:00
Bart van Strien 9ec28c241a Don't show love in the menus (.desktop file) 2011-03-05 13:24:03 +01:00
Bart van Strien bac51446a7 Only remove trailing /. in paths (bug #194) 2011-03-03 09:46:52 +01:00
vrld c3cfff987c More sensible volume settings for Modpluggable files. 2011-03-01 20:11:30 +01:00
vrld a13b792a5c Revert to last commit, as msvc is stuck in the last millenium 2011-02-22 11:15:27 +01:00
vrld 08259a4a0e Change auto.lua to create plaintext instead of hex code. 2011-02-20 23:34:48 +01:00
vrld 8581efae07 Change auto.lua to remove comments and unneeded whitespaces before converting to hex 2011-02-20 22:03:14 +01:00
Bart van Strien 610b89cd19 Handle PHYSFS_fileExists failing with empty strings on windows 2011-02-20 01:00:27 +01:00
Bart van Strien 18ca165718 Fix fused games 2011-02-20 00:58:15 +01:00
Bart van Strien 453593c9b0 Catch some more file-opening exceptions and make them lua errors instead 2011-02-18 16:10:20 +01:00
Bart van Strien b337846b2b Merge 2011-02-18 15:43:28 +01:00
Bart van Strien dcac7e5be1 Fixed platform/unix/autobuild 2011-02-18 15:42:58 +01:00
rude 39f25a90ef Added tag 0.7.1 for changeset 18d79c306466 2011-02-13 17:14:42 +01:00
Bill Meltsner 578866e356 updated Mac version number to 0.7.1 0.7.1 2011-02-13 09:15:39 -06:00
Bart van Strien 31f8c68b4b Fixed more locking issues in love.thread 2011-02-11 20:41:03 +01:00
Bart van Strien fd34409bd4 Peek gets locks too 2011-02-11 19:50:34 +01:00
Bart van Strien eee4e0576c Ahem.. meeerge 2011-02-11 18:58:26 +01:00