Bill Meltsner
|
1cf6a6fee1
update the project for OS X and make pthreads work properly
|
14 years ago |
Bill Meltsner
|
eadcca21e1
removed dead files from Xcode project
|
14 years ago |
Bill Meltsner
|
61af1dfe27
Nuke MemoryData, as it's been superseded by base64
|
14 years ago |
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
|
14 years ago |
Bill Meltsner
|
dbe2698dc2
updated Xcode project so it'll actually build again
|
14 years ago |
Bill Meltsner
|
e6bf34431c
merge default into minor
|
14 years ago |
Bill Meltsner
|
d44322edcc
updated Xcode project to work with Xcode 4
|
14 years ago |
Bill Meltsner
|
6e2da1f26d
added the UTF8-CPP library for unicode support, and added unicode printing support.
|
14 years ago |
Bill Meltsner
|
94b4319878
trashed old unnecessary font stuff - compiles, but obviously will not work yet
|
14 years ago |
Bill Meltsner
|
7e8f6c2b46
wipe out macports reference in Xcode project - no longer necessary
|
14 years ago |
Bill Meltsner
|
6e8a48bd01
a few more xcode fixes
|
14 years ago |
Bill Meltsner
|
a4eb68dbc1
some xcode project adjustment
|
15 years ago |
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 years ago |
Bill Meltsner
|
3cb3537db0
Added vrld's text-rotation-fixing patch (finally fixes #56)
|
15 years ago |
Bill Meltsner
|
b9bcd701b1
Updated Xcode project with new changes.
|
15 years ago |
Bill Meltsner
|
86dbc3212c
removed the DMG creation process from the OS X build - we'll distribute using zips from here on out
|
15 years ago |
Bill Meltsner
|
ee3b74e66d
updated Xcode project with Framebuffer files
|
15 years ago |
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 years ago |
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 years ago |
Bill Meltsner
|
e731baf670
Removed the last vestiges of the old, bad font code
|
15 years ago |
Bill Meltsner
|
f8f812a719
did a bunch of other stuff, sorry about the monolithic changeset but the diffs should be understandable enough
|
15 years ago |
Bill Meltsner
|
e3a5aacd5a
Overhauled ImageRasterizer, fixed a bunch of other crap, getting ready to poke around in love.graphics
|
15 years ago |
Bill Meltsner
|
e5c3f3ae02
Added FontData class, preparing for overhauling love.graphics' Font class
|
15 years ago |
Bill Meltsner
|
b1dac7f381
EncodedImageData was implemented really stupidly. Now it's less stupid.
|
15 years ago |
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 years ago |
Bill Meltsner
|
4ad7634a78
updated the Xcode project with love.thread, and fixed a few gcc warnings
|
15 years ago |
Bill Meltsner
|
994c74848e
switched the default compiler version to gcc 4.0 so that it builds properly under 10.5, Debug mode
|
15 years ago |
Bill Meltsner
|
e661459103
Switched Image filter modes to use the new string constant system
|
15 years ago |
Bill Meltsner
|
73aba4bdd4
eliminated a whole bunch of gcc warnings
|
15 years ago |
rude
|
c271f5a290
Updated MacOSX project files.
|
15 years ago |