aboutsummaryrefslogtreecommitdiff
path: root/devtools
AgeCommit message (Expand)Author
2015-11-10KYRA: (LOK/PC-98) - add missing string resourceathrxx
2015-11-07Merge pull request #563 from BenCastricum/detection_fixesEugene Sandulenko
2015-10-17SCUMM: Add Japanese Windows Freddi md5Eugene Sandulenko
2015-10-12CREATE_PROJECT: Cleanup and turn off exception handling againPaul Gilbert
2015-09-28CREATE_PROJECT: Add support for Visual Studio 2015Paul Gilbert
2015-09-12SCUMM: Add some missing file sizes in md5 tableBen Castricum
2015-09-12SCUMM: Distinguish US/GB language for Pajama Sam gamesBen Castricum
2015-09-12SCUMM: Distinguish US/GB language for SPYfox gamesBen Castricum
2015-09-12SCUMM: Distinguish US/GB language for Putt-Putt gamesBen Castricum
2015-09-12SCUMM: Distinguish US/GB language for Freddi Fish gamesBen Castricum
2015-09-07DEVTOOLS: Include french menu in mort.datThierry Crozat
2015-07-20CREATE_PROJECT: Use NULL instead of nullptrFilippos Karapetis
2015-07-20CREATE_PROJECT: Rename XCodeProvider -> XcodeProviderFilippos Karapetis
2015-07-20Merge pull request #591 from somaen/fix-xcodeFilippos Karapetis
2015-07-12CREDITS: Removed rootfather's "retired" tagLothar Serra Mari
2015-07-07ZVISION: Change mentions of ZVision to Z-VisionDavid Russo
2015-06-28SCUMM: Fix bug #6873 FARM: Crash at the end of trivia minigame on easy.Kirben
2015-05-10SCUMM: Add detection for Full Throttle French MacThierry Crozat
2015-05-07SCUMM: Add DOS en demo for Indiana Jones and the Fate of AtlantisThierry Crozat
2015-05-07SCUMM: SCUMM: Add English 1.6 disk version of Day of the Tentacle for DOS.Kirben
2015-05-07SCUMM: SCUMM: Add English 1.4 version of Indiana Jones and the Last Crusade f...Kirben
2015-05-07SCUMM: Add UK version of Pajama Sam 2 for Windows.Kirben
2015-04-16SCUMM: Add md5 checksums for Italian versions of several HE games.Kirben
2015-04-09CREATE_PROJECT: Remove forced USE_TREMOR define on OS X.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Link theora and jpeg in XCode-projects.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Use SRCROOT-relative include paths.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Set projectDirPath to the source-path in XCode.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Don't add -fno-rtti.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Modify producesObjectFile to take .m and .mm into account.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Remove leftover _rootGroups.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Add SRCROOT and SRCROOT/engines to USER_HEADER_SEARCH_PATHS f...Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Link against libpng and libfreetype in XCode-projects.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Enable RTTI in XCode-projects.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Add the product files to a group in XCode aswell (makes thing...Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Refactor the Framework and library adding for XCode, and add ...Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Introduce a subclass of Object to manage group-creation.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Add macros to disable IOS-project creation for now.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Revert idea about createOneProjectPerEngine.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Use a different producesObjectFile-function for Xcode, so tha...Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Define MACOSX and POSIX in XCode-projects for now (ignoring i...Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Define a group for the Frameworks, and add it to the mainGrou...Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Explicitly add /opt/include/freetype2 to header paths.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Enable XCode-project creation.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Implement setupSourcesBuildPhase for XCode, basing it on setu...Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Disable the WIN32-define when creating an XCode-project.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Make sure that children of PBXGroups are always listed as a l...Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Modify XCodeProvider to add the various folders as groups, in...Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Make ProjectProvider able to work properly with subclasses th...Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Use whatever SDK is available on OS X.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Fix Info.plist path.Einar Johan Trøan Sømåen