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!)
|
15 年 前 |
Bill Meltsner
|
3cb3537db0
Added vrld's text-rotation-fixing patch (finally fixes #56)
|
15 年 前 |
Bill Meltsner
|
b9bcd701b1
Updated Xcode project with new changes.
|
15 年 前 |
Bill Meltsner
|
86dbc3212c
removed the DMG creation process from the OS X build - we'll distribute using zips from here on out
|
15 年 前 |
Bill Meltsner
|
ee3b74e66d
updated Xcode project with Framebuffer files
|
15 年 前 |
Bill Meltsner
|
f85c5f3671
dropped Mac OS 10.4 support and switched to llvm clang/gcc 4.2 as default Mac compiler (sorry Tiger users)
|
15 年 前 |
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)
|
15 年 前 |
Bill Meltsner
|
e731baf670
Removed the last vestiges of the old, bad font code
|
15 年 前 |
Bill Meltsner
|
f8f812a719
did a bunch of other stuff, sorry about the monolithic changeset but the diffs should be understandable enough
|
15 年 前 |
Bill Meltsner
|
e3a5aacd5a
Overhauled ImageRasterizer, fixed a bunch of other crap, getting ready to poke around in love.graphics
|
15 年 前 |
Bill Meltsner
|
e5c3f3ae02
Added FontData class, preparing for overhauling love.graphics' Font class
|
15 年 前 |
Bill Meltsner
|
b1dac7f381
EncodedImageData was implemented really stupidly. Now it's less stupid.
|
15 年 前 |
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)
|
15 年 前 |
Bill Meltsner
|
4ad7634a78
updated the Xcode project with love.thread, and fixed a few gcc warnings
|
15 年 前 |
Bill Meltsner
|
994c74848e
switched the default compiler version to gcc 4.0 so that it builds properly under 10.5, Debug mode
|
15 年 前 |
Bill Meltsner
|
e661459103
Switched Image filter modes to use the new string constant system
|
15 年 前 |
Bill Meltsner
|
73aba4bdd4
eliminated a whole bunch of gcc warnings
|
15 年 前 |
rude
|
c271f5a290
Updated MacOSX project files.
|
15 年 前 |
Bill Meltsner
|
46b3d2e254
removed some unnecessary releases from SDLMain.m
|
15 年 前 |
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)
|
15 年 前 |
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)
|
15 年 前 |
bill@Ixion
|
3d95e9e44b
xcode project no longer requires lanes and will build correctly (probably)
|
15 年 前 |
bill@Ixion
|
c70d1e9db3
keeping a consistent coding style and apparently fixing broken compilation on systems that aren't mine.
|
15 年 前 |
bill@localhost
|
cb5dfbe483
changed when the build copies frameworks to the .app to avoid a possible linker error
|
16 年 前 |
bill@Ixion
|
200f3f5f6a
updated xcode project with new source files
|
16 年 前 |
bill@Ixion
|
0e98e7928b
aaand one more fix to make sure mpg123 runs
|
16 年 前 |
bill@localhost
|
c016c25e33
fixed the linking hack so that mpg123.framework and libmodplug.framework actually, uh, work (thanks fizzadar for testing)
|
16 年 前 |
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!)
|
16 年 前 |
bill@Ixion
|
10b5530c0d
updated xcode project to build properly, fixed a typo, miscellaneous unwanted line ending changes
|
16 年 前 |
bill@Ixion
|
54f275f2b4
updated OS X build to use PhysFS 2.0
|
16 年 前 |