Commit Graph

67 Commits

Author SHA1 Message Date
Bill Meltsner 2acc6279fe update Info.plist for proper UTI compliance and a few aesthetic changes 2011-05-08 19:23:25 -04:00
Bart van Strien 4fd9888a16 Merge in minor branch, now minor is our next development target 2011-05-07 14:12:41 +02:00
Bill Meltsner 7e5e60c0a2 fix the Xcode project 2011-04-06 11:20:25 -04:00
Bill Meltsner eadcca21e1 removed dead files from Xcode project
--HG--
branch : minor
2011-03-28 11:02:19 -04:00
Bill Meltsner 61af1dfe27 Nuke MemoryData, as it's been superseded by base64
--HG--
branch : minor
2011-03-28 10:28:45 -04:00
Bill Meltsner 01fdbac92d update OS X version to 0.7.2 2011-03-19 23:58:14 -05:00
Bill Meltsner cee7a4ccdb Removed EncodedImageData, added three new encoded image formats, and changed the way screenshots work - saving screenshots will be broken until we have some way of flipping ImageData, though
--HG--
branch : minor
2011-03-19 23:41:07 -05:00
Bill Meltsner dbe2698dc2 updated Xcode project so it'll actually build again
--HG--
branch : minor
2011-03-14 16:37:42 -04:00
Bill Meltsner e6bf34431c merge default into minor
--HG--
branch : minor
2011-03-12 09:58:40 -05:00
Bill Meltsner d44322edcc updated Xcode project to work with Xcode 4 2011-03-11 13:56:51 -05:00
Bill Meltsner 6e2da1f26d added the UTF8-CPP library for unicode support, and added unicode printing support.
--HG--
branch : minor
2011-03-06 20:03:46 -05:00
Bill Meltsner 94b4319878 trashed old unnecessary font stuff - compiles, but obviously will not work yet
--HG--
branch : newfont
2011-03-05 23:17:36 -05:00
Bill Meltsner 7e8f6c2b46 wipe out macports reference in Xcode project - no longer necessary 2011-03-05 21:15:38 -05: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
Bill Meltsner a4eb68dbc1 some xcode project adjustment 2011-01-08 20:39:29 -06: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
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
Bill Meltsner ee3b74e66d updated Xcode project with Framebuffer files 2010-08-28 12:28:56 -05: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
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
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
Bill Meltsner 4ad7634a78 updated the Xcode project with love.thread, and fixed a few gcc warnings 2010-02-22 00:25:51 -05: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
Bill Meltsner e661459103 Switched Image filter modes to use the new string constant system 2010-02-09 14:30:41 -05:00
Bill Meltsner 73aba4bdd4 eliminated a whole bunch of gcc warnings 2010-02-09 13:21:25 -05:00
rude c271f5a290 Updated MacOSX project files. 2010-01-31 15:38:29 +01:00
Bill Meltsner 46b3d2e254 removed some unnecessary releases from SDLMain.m 2010-01-12 10:36:41 -06:00
Bill Meltsner 3b5c8289e5 fixed beeping when a non-shortcut was pressed on Mac 2010-01-07 13:32:21 -06:00
Bill Meltsner 1e2c97167c 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
Bill Meltsner 810f7f4a28 on OS X: no more kludgy linking hack (as long as you use the updated frameworks), turned off Effective C++ warnings (because all they were doing was bloating the logs), and explicitly specified gcc version 4.0 so building works on Snow Leopard (I'm not sure whether it's gcc 4.2's fault, or OpenAL's, but somewhere, something went wrong) 2010-01-04 20:18:51 -06:00
Bill Meltsner b75e976f94 integrated stevejohnson/diordna's SDLMain.m patches for running a .love file from Resources and accepting keyboard shortcuts for menu commands. 2009-12-30 01:54:50 -06:00
bill@Ixion 3d95e9e44b xcode project no longer requires lanes and will build correctly (probably) 2009-12-14 13:11:01 -06: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 3c68cf5a93 you can now drag and drop folders onto the Mac version of love 2009-11-24 14:48:51 -06:00
bill@localhost cb5dfbe483 changed when the build copies frameworks to the .app to avoid a possible linker error 2009-11-23 12:27:03 -06:00
bill@Ixion 200f3f5f6a updated xcode project with new source files 2009-11-22 16:13:57 -06:00
bill@Ixion 0e98e7928b aaand one more fix to make sure mpg123 runs 2009-11-02 11:34:02 -06:00
bill@localhost c016c25e33 fixed the linking hack so that mpg123.framework and libmodplug.framework actually, uh, work (thanks fizzadar for testing) 2009-11-02 10:56:55 -06: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
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