135 Commits

Author SHA1 Message Date
Bill Meltsner 7e5e60c0a2 fix the Xcode project 2011-04-06 11:20:25 -04:00
Bill Meltsner 01fdbac92d update OS X version to 0.7.2 2011-03-19 23:58:14 -05: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
Bill Meltsner d44322edcc updated Xcode project to work with Xcode 4 2011-03-11 13:56:51 -05:00
rude 3c7353be9d Silence warnings in luasocket/GLee. 2011-03-09 12:34:34 +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 9ec28c241a Don't show love in the menus (.desktop file) 2011-03-05 13:24:03 +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
Bill Meltsner 578866e356 updated Mac version number to 0.7.1 2011-02-13 09:15:39 -06:00
Bill Meltsner 6e8a48bd01 a few more xcode fixes 2011-01-15 13:00:03 -06:00
rude 645433b19a Added love.ico to msvc2010 project. 2011-01-09 16:12:02 +01:00
Bill Meltsner a4eb68dbc1 some xcode project adjustment 2011-01-08 20:39:29 -06:00
rude 6aa8399aa8 Made love.vcproj buildable again. 2010-11-25 15:13:08 +01:00
Bill Meltsner 417c20e6fa upgraded Mac freetype to 2.4.3, now using a custom freetype framework that's set up much more nicely (and is actually slightly smaller!) 2010-11-10 22:27:57 -05:00
Bill Meltsner 3cb3537db0 Added vrld's text-rotation-fixing patch (finally fixes #56) 2010-11-09 18:56:34 -05:00
Bill Meltsner b9bcd701b1 Updated Xcode project with new changes. 2010-10-06 18:54:34 -04:00
rude d27dd8b5dd Added base64 support for FileData, and inlined all resources in boot.lua/graphics.lua as base64. Also removed old reshax stuff. 2010-09-19 13:22:10 +02:00
Bill Meltsner 86dbc3212c removed the DMG creation process from the OS X build - we'll distribute using zips from here on out 2010-09-18 14:39:43 -04:00
Bill Meltsner 708f4f92ae updated version stuff 2010-09-14 15:42:46 -04:00
rude 712bab2b34 Added MSVC2010 project files. 2010-09-05 16:38:49 +02:00
Bart van Strien 26d856a9ce Merged in fbos 2010-09-04 16:53:19 +02:00
Bill Meltsner ee3b74e66d updated Xcode project with Framebuffer files 2010-08-28 12:28:56 -05:00
Bart van Strien b3799b52e6 Fixed anjo's freeing issues & hopefully padding works 2010-08-26 17:25:34 +02:00
Bart van Strien 93910940da Removed FLAC from build 2010-08-03 12:05:57 +02:00
Bill Meltsner f85c5f3671 dropped Mac OS 10.4 support and switched to llvm clang/gcc 4.2 as default Mac compiler (sorry Tiger users) 2010-08-01 08:54:50 -05:00
Bill Meltsner 0f84907996 Dropped the required OS X version to 10.4 - some frameworks may have to be recompiled but the source itself compiles fine (with a couple tweaks) 2010-05-22 18:17:08 -05:00
bart@bartbes.ath.cx 3d726b0dd9 Added mutexes to the GC and made tip buildable again on linux 2010-05-20 17:31:07 +02:00
Bill Meltsner d48c28adec final merge before pushing back into the main branch 2010-05-07 14:55:12 -04:00
rude ea38442770 Fixed VS project files, and a bug where ParticleSystem::setSprite did not retain the new Image. 2010-05-04 18:06:10 +02:00
Bill Meltsner e731baf670 Removed the last vestiges of the old, bad font code 2010-04-15 14:08:43 -04:00
Bill Meltsner f8f812a719 did a bunch of other stuff, sorry about the monolithic changeset but the diffs should be understandable enough 2010-04-15 10:19:01 -04:00
Bill Meltsner e3a5aacd5a Overhauled ImageRasterizer, fixed a bunch of other crap, getting ready to poke around in love.graphics 2010-04-14 21:51:35 -04:00
Bill Meltsner e5c3f3ae02 Added FontData class, preparing for overhauling love.graphics' Font class 2010-04-14 20:31:36 -04:00
Bill Meltsner b1dac7f381 EncodedImageData was implemented really stupidly. Now it's less stupid. 2010-04-11 23:09:29 -04:00
Bill Meltsner 0d81774b4a Updated the OS X version to use Apple's UTI stuff for .love files 2010-03-30 01:20:53 -04:00
rude 63089e6f72 Applied giniu's patch for -D_FILE_OFFSET_BITS=64. 2010-03-01 21:00:00 +01:00
rude a7f0882706 Reverted -D_FILE_OFFSET_BITS=64. 2010-03-01 20:55:47 +01:00
Bill Meltsner 7c33786100 fixed a ridiculous number of gcc warnings, nearly all of which were complaints about unused parameters - the remaining 199 warnings I get are from code that isn't ours (box2d is responsible for all but 8 of them) 2010-02-26 03:55:21 -05:00
rude 4ba513b679 Bye-bye ThreadModuleRegistrar. An abstract ThreadModule will do that job. 2010-02-24 20:40:59 +01:00
bart@bartbes.ath.cx f13ed9866b Another merge... 2010-02-22 13:13:42 +01:00
bart@bartbes.ath.cx 9c1aaef16a Removed empty line at the bottom of the exclude list 2010-02-22 13:13:09 +01:00
Bill Meltsner 4ad7634a78 updated the Xcode project with love.thread, and fixed a few gcc warnings 2010-02-22 00:25:51 -05:00
bart@bartbes.ath.cx bd9e068b91 As expected, merge 2010-02-21 14:07:26 +01:00
bart@bartbes.ath.cx df309506e9 Another deb icon fix 2010-02-21 14:06:49 +01:00
Bill Meltsner 994c74848e switched the default compiler version to gcc 4.0 so that it builds properly under 10.5, Debug mode 2010-02-18 19:59:21 -06:00
rude 229a21898f Updated MSVC project files with the new Image.cpp. 2010-02-12 21:47:12 +01:00
rude d084deeebf Added project files for love.thread on Windows. Also a minor fix to make love.thread builable as a standalone DLL. 2010-02-12 20:59:32 +01:00
bart@bartbes.ath.cx d8963569f3 Merge 2010-02-12 20:25:06 +01:00