Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-09 | CREATE_PROJECT: Remove forced USE_TREMOR define on OS X. | Einar Johan Trøan Sømåen | |
2015-04-09 | CREATE_PROJECT: Link theora and jpeg in XCode-projects. | Einar Johan Trøan Sømåen | |
2015-04-09 | CREATE_PROJECT: Use SRCROOT-relative include paths. | Einar Johan Trøan Sømåen | |
2015-04-09 | CREATE_PROJECT: Set projectDirPath to the source-path in XCode. | Einar Johan Trøan Sømåen | |
2015-04-09 | CREATE_PROJECT: Don't add -fno-rtti. | Einar Johan Trøan Sømåen | |
2015-04-09 | CREATE_PROJECT: Modify producesObjectFile to take .m and .mm into account. | Einar Johan Trøan Sømåen | |
This should be safe outside XCode, as only OSX/iOS-projects introduce such files to begin with. | |||
2015-04-09 | CREATE_PROJECT: Remove leftover _rootGroups. | Einar Johan Trøan Sømåen | |
2015-04-09 | CREATE_PROJECT: Add SRCROOT and SRCROOT/engines to USER_HEADER_SEARCH_PATHS ↵ | Einar Johan Trøan Sømåen | |
for XCode. | |||
2015-04-09 | CREATE_PROJECT: Link against libpng and libfreetype in XCode-projects. | Einar Johan Trøan Sømåen | |
2015-04-09 | CREATE_PROJECT: Enable RTTI in XCode-projects. | Einar Johan Trøan Sømåen | |
2015-04-09 | CREATE_PROJECT: Add the product files to a group in XCode aswell (makes ↵ | Einar Johan Trøan Sømåen | |
things easier when configuring build-schemes) | |||
2015-04-09 | CREATE_PROJECT: Refactor the Framework and library adding for XCode, and add ↵ | Einar Johan Trøan Sømåen | |
the relevant Frameworks to a group. | |||
2015-04-09 | CREATE_PROJECT: Introduce a subclass of Object to manage group-creation. | Einar Johan Trøan Sømåen | |
This rewrites the way groups are created, so that the root source folder has groups created for any subfolder that is used, which allows for merging in the engines/-subfolder automatically. | |||
2015-04-09 | CREATE_PROJECT: Add macros to disable IOS-project creation for now. | Einar Johan Trøan Sømåen | |
2015-04-09 | CREATE_PROJECT: Revert idea about createOneProjectPerEngine. | Einar Johan Trøan Sømåen | |
2015-04-09 | CREATE_PROJECT: Use a different producesObjectFile-function for Xcode, so ↵ | Einar Johan Trøan Sømåen | |
that we can allow Objective-C(++) and disallow .asm | |||
2015-04-09 | CREATE_PROJECT: Define MACOSX and POSIX in XCode-projects for now (ignoring ↵ | Einar Johan Trøan Sømåen | |
iOS for the moment) | |||
2015-04-09 | CREATE_PROJECT: Define a group for the Frameworks, and add it to the ↵ | Einar Johan Trøan Sømåen | |
mainGroup, so that the buildPhase can figure things out. | |||
2015-04-09 | CREATE_PROJECT: Explicitly add /opt/include/freetype2 to header paths. | Einar Johan Trøan Sømåen | |
2015-04-09 | CREATE_PROJECT: Enable XCode-project creation. | Einar Johan Trøan Sømåen | |
2015-04-09 | CREATE_PROJECT: Implement setupSourcesBuildPhase for XCode, basing it on ↵ | Einar Johan Trøan Sømåen | |
setupResourcesBuildPhase. | |||
2015-04-09 | CREATE_PROJECT: Disable the WIN32-define when creating an XCode-project. | Einar Johan Trøan Sømåen | |
2015-04-09 | CREATE_PROJECT: Make sure that children of PBXGroups are always listed as a ↵ | Einar Johan Trøan Sømåen | |
list with "," after every item, even when there's only one child. This modifies the combination of SettingsAsList and SettingsSingleItem so that "," is used after the item, instead of ";", but only when they are used together. | |||
2015-04-09 | CREATE_PROJECT: Modify XCodeProvider to add the various folders as groups, ↵ | Einar Johan Trøan Sømåen | |
instead of file-references, hardcoding the root as the group "CustomTemplate" This also modifies the hashes, so that subfolders get unique hashes, even if they have the same name as some other folder in the tree (i.e. there are multiple folders named "sdl" in the various subfolders of backends/platforms). | |||
2015-04-09 | CREATE_PROJECT: Make ProjectProvider able to work properly with subclasses ↵ | Einar Johan Trøan Sømåen | |
that want to create one single project. | |||
2015-04-09 | CREATE_PROJECT: Use whatever SDK is available on OS X. | Einar Johan Trøan Sømåen | |
2015-04-09 | CREATE_PROJECT: Fix Info.plist path. | Einar Johan Trøan Sømåen | |
2015-04-09 | CREATE_PROJECT: Quote lastKnownFileType, name and path to avoid breakage on ↵ | Einar Johan Trøan Sømåen | |
c++11-compat.h | |||
2015-04-09 | CREATE_PROJECT: Escape \" in "<group>" for PBXFileReferences during ↵ | Einar Johan Trøan Sømåen | |
writeFileListToProject This has to be applied explicitly, as modifying ADD_FILE_REFERENCE to use SettingsQuoteVariable would be wrong (i.e. SDKROOT should not become "SDKROOT"). | |||
2015-04-09 | CREATE_PROJECT: Make PBXGroups use PBXFileReference-hashes instead of ↵ | Einar Johan Trøan Sømåen | |
PBXBuildFile-hashes. | |||
2015-03-06 | DEVTOOLS: Add support for linking with SDL 2.0 in create_project | Filippos Karapetis | |
This is handled with the new command-line option, --sdl2 | |||
2015-03-05 | CREDITS: Mention skristiansson for his initial SDL2 support work. | Johannes Schickel | |
2014-12-29 | CREDITS: Update credits for ZVision again | Filippos Karapetis | |
2014-12-27 | CREDITS: Update the credits for the ZVISION engine | Filippos Karapetis | |
2014-12-21 | CREDITS: Add credits for Sfinx translation to English | Thierry Crozat | |
2014-12-08 | SCUMM: Maniac V0: Add support for D64 Demo Disk, Cleanup duplicate 'Talk' array | Robert Crossfield | |
2014-12-03 | SCUMM: More detection fixes. | Ben Castricum | |
2014-12-03 | SCUMM: Add support for the "Mini Games" from Kellogg's complimentary CD | Ben Castricum | |
2014-12-03 | SCUMM: farm - Add support for a dutch Macintosh variant. | Ben Castricum | |
Found on CD with EAN8714902148334. | |||
2014-12-03 | SCUMM: puttrace - Add suport for a dutch demo variant. | Ben Castricum | |
Found on Spy Fox 2 CD, Mac partition (EAN 5400646050646) | |||
2014-12-01 | CGE2: Update credits the right way. | uruk | |
2014-11-29 | I18N: Fix missing translation entries | Ben Castricum | |
The last translation entry of a .po file was not properly handled. | |||
2014-11-16 | CREDITS: Add Tobia Tesan | Willem Jan Palenstijn | |
2014-11-01 | SCUMM: Correct file size for Dutch Windows demo of Let's Explore the Farm ↵ | Kirben | |
with Buzzy. | |||
2014-10-31 | SCUMM: Add Dutch Windows demo of Let's Explore the Farm with Buzzy. | Kirben | |
2014-10-28 | CREDITS: Properly sync trailing whitespace changes in all files | Filippos Karapetis | |
This was initially only done for the AUTHORS file in commit f50715a | |||
2014-10-27 | SCUMM: Remove obsolete comment from md5 table | Ben Castricum | |
This is no longer the case since pull request 177 was merged. | |||
2014-10-27 | SCUMM: Identify several windows variants as such | Ben Castricum | |
2014-10-27 | SCUMM: freddicove - Detect dutch game variant found on CD EAN 8716051020172 | Ben Castricum | |
2014-10-27 | SCUMM: balloon - There is no spanish version. | Ben Castricum | |