summaryrefslogtreecommitdiff
path: root/Xcode/mana.xcodeproj
AgeCommit message (Collapse)AuthorFilesLines
2012-08-12Removed ImageLoader and ProxyImage classesThorbjørn Lindeijer1-6/+0
They allowed using gcn::Image, which in turns allows using gcn::Icon and gcn::ImageFont, but none of this is actually used anymore. Reviewed-by: Erik Schilling
2012-04-01Made changes to compile on Mac OSX 10.6 and laterDavid Athay2-0/+2101
Also added Xcode project for others to compile for Mac OSX. Reviewed-by: Thorbjørn Lindeijer