aboutsummaryrefslogtreecommitdiff
path: root/dists/iphone/scummvm.xcodeproj
AgeCommit message (Collapse)Author
2012-03-17JANITORIAL: Remove +x from files, which should not be executable.Christoph Mallon
2011-06-07DISTS: Update XCode workspaceJulien
The workspace was broken by 39076ef9722529d80fef. This reverts it to the previous revision and reapplies the changes: - change UNIX to POSIX - remove mpeg2 support And adds the following changes: - add missing files to the workspace - enable translation support - silence multi-character constant warning
2011-06-01ALL: Removed last traces of the MPEG2 codeMax Horn
2011-05-25BUILD: Rename UNIX #define to POSIXMax Horn
2011-05-16IPHONE/OSX: Updated xcode projectOystein Eftevaag
2010-11-16GUI: Rename gui/GuiManager.* to gui/gui-manager.*Max Horn
svn-id: r54265
2010-10-10IPHONE: Add teenagent sources, plus some more minor changesMax Horn
* Added teenagent engine souces * Added some forgotten files for gob and scumm * Some tweaks to help the simulator targets link svn-id: r53142
2010-10-10IPHONE: Tweak project file some moreMax Horn
* try to support MacPorts *and* Fink for the (currently not working? Mac OS X target * disable C++ exceptions for the release builds, too * disable SCI32 specific source files for compilation svn-id: r53139
2010-10-10IPHONE: Enable cruise & teenagent; disable sci32Max Horn
Actually, currently all engines are added to the project, but not all are activated. Enabling and disabling engines is currently not easily possible from within the project itself. So for now I manually enabled exactly those engines which configure enables by default. A proper solution would be to refactor the project, with (sub)targets resp. (sub)projects for every engine. We might also want to switch the iPhone port to use dynamic plugins. svn-id: r53138
2010-10-10IPHONE: Remove what looks like redundant defines; cleanupMax Horn
svn-id: r53137
2010-10-10IPHONE: Sort DEFINESMax Horn
svn-id: r53136
2010-10-10IPHONE: Add Hugo + Toon sources; cleanupMax Horn
In particular, remove references to obsolete files; and sort files in the project alphabetically. svn-id: r53122
2010-10-10IPHONE: Update XCode project some moreMax Horn
* Add missing M4 source files * Add missing engine-data files * Remove redundant library search paths svn-id: r53120
2010-09-29IPHONE/OSX: Updated xcode project, and added icon4.png for iPhone 4Oystein Eftevaag
svn-id: r52940
2010-07-27Updated xcode projectOystein Eftevaag
svn-id: r51370
2010-06-03Updated xcode projectOystein Eftevaag
svn-id: r49402
2010-06-02IPHONE: Disable RTTI and C++ exceptionsMax Horn
svn-id: r49387
2010-05-03Removed an accidentally left in a CopyFiles reference for COMI in the xcode ↵Oystein Eftevaag
project svn-id: r48896
2010-05-02Upgraded the iPhone target in the XCode project to support iPad as wellOystein Eftevaag
svn-id: r48895
2010-04-03Updated XCode projectOystein Eftevaag
svn-id: r48479
2009-12-26Updated xcode projectOystein Eftevaag
svn-id: r46586
2009-12-26The file selection dialog in OS X now uses Cocoa instead of Carbon, and ↵Oystein Eftevaag
lives in a separate file due to having to be compiled as Objective-C++. ScummVM can now run in x64 natively on OS X svn-id: r46581
2009-11-15xcode project updateOystein Eftevaag
svn-id: r45919
2009-09-17SCI: Rename engine/memobj.* to engine/segment.*Max Horn
svn-id: r44155
2009-09-05Updated xcode projectOystein Eftevaag
svn-id: r43959
2009-07-14Split the iPhone OSystem class up into several filesOystein Eftevaag
svn-id: r42479
2009-07-14Updated xcode projectOystein Eftevaag
svn-id: r42475
2009-06-13Updated xcode projectOystein Eftevaag
svn-id: r41488
2009-05-12SCI: Removed sci_memory.h/.cppMax Horn
svn-id: r40514
2009-05-10Updated xcode project and did some minor iphone optimizationsOystein Eftevaag
svn-id: r40418
2009-05-09Converted the iPhone backend to use OpenGL ES instead of CoreSurface for ↵Oystein Eftevaag
graphics output svn-id: r40403
2009-05-06Updated xcode project, and fixed dependency for the iphonebundle makefile targetOystein Eftevaag
svn-id: r40366
2009-05-02Updated xcode projectOystein Eftevaag
svn-id: r40245
2009-04-04Remove the obsolete IPHONE_BACKEND defineJordi Vilalta Prat
svn-id: r39835
2009-04-04Updated xcode projectOystein Eftevaag
svn-id: r39834
2009-03-21xcode project update with latest engine changesOystein Eftevaag
svn-id: r39594
2009-03-08Added proper icon for the mac os x targetOystein Eftevaag
svn-id: r39239
2009-03-08The xcode project can now compile a native Mac OS X buildOystein Eftevaag
svn-id: r39238
2009-03-08SCI: Renamed vocab.cpp to vocabulary.cpp, to match the name of the header fileMax Horn
svn-id: r39213
2009-03-07Updated xcde projectOystein Eftevaag
svn-id: r39191
2009-03-01Updated iPhone xcode projectOystein Eftevaag
svn-id: r39021
2009-02-21Updated xcode projectOystein Eftevaag
svn-id: r38677
2009-02-18XCode project updated with latest SCI changesOystein Eftevaag
svn-id: r38503
2009-02-17Updated the xcode project to generate Info.plist, and use the correct iconOystein Eftevaag
svn-id: r38438
2009-02-16Updated xcode project with latest changesOystein Eftevaag
svn-id: r38388
2009-02-16Updated the iphone xcode project to include dependency libs, and fixed ↵Oystein Eftevaag
config/savegame paths svn-id: r38386
2009-02-16Added zlib support and SCI to the xcode project for iphoneOystein Eftevaag
svn-id: r38355
2009-02-15XCode project for the iPhone official SDKOystein Eftevaag
svn-id: r38281