Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-15 | DEVTOOLS: Package release tarballs with xz also | Eugene Sandulenko | |
2015-11-15 | DEVTOOLS: Rewrote dist-scummsm.sh tool to support git | Eugene Sandulenko | |
2015-11-10 | KYRA: (LOK/PC-98) - add missing string resource | athrxx | |
2015-11-07 | Merge pull request #563 from BenCastricum/detection_fixes | Eugene Sandulenko | |
SCUMM: language fixes for HE games | |||
2015-10-17 | SCUMM: Add Japanese Windows Freddi md5 | Eugene Sandulenko | |
2015-10-12 | CREATE_PROJECT: Cleanup and turn off exception handling again | Paul Gilbert | |
2015-09-28 | CREATE_PROJECT: Add support for Visual Studio 2015 | Paul Gilbert | |
2015-09-12 | SCUMM: Add some missing file sizes in md5 table | Ben Castricum | |
2015-09-12 | SCUMM: Distinguish US/GB language for Pajama Sam games | Ben Castricum | |
There is no GB version of Pajama Sam 1, so use EN as language | |||
2015-09-12 | SCUMM: Distinguish US/GB language for SPYfox games | Ben Castricum | |
2015-09-12 | SCUMM: Distinguish US/GB language for Putt-Putt games | Ben Castricum | |
There is no GB version of Putt-Putt 1, so use EN as language | |||
2015-09-12 | SCUMM: Distinguish US/GB language for Freddi Fish games | Ben Castricum | |
There is no GB version of Freddi Fish 1 and 2, so use EN as language | |||
2015-09-07 | DEVTOOLS: Include french menu in mort.dat | Thierry Crozat | |
2015-07-20 | CREATE_PROJECT: Use NULL instead of nullptr | Filippos Karapetis | |
This allows create_project to be built with the C99 standard, instead of C11 | |||
2015-07-20 | CREATE_PROJECT: Rename XCodeProvider -> XcodeProvider | Filippos Karapetis | |
2015-07-20 | Merge pull request #591 from somaen/fix-xcode | Filippos Karapetis | |
CREATE_PROJECT: Fix XCode-project generation. | |||
2015-07-12 | CREDITS: Removed rootfather's "retired" tag | Lothar Serra Mari | |
Removed my "retired" tag in credits.pl | |||
2015-07-07 | ZVISION: Change mentions of ZVision to Z-Vision | David Russo | |
To match official documentation (e.g. game manual, credits). | |||
2015-06-28 | SCUMM: Fix bug #6873 FARM: Crash at the end of trivia minigame on easy. | Kirben | |
2015-05-10 | SCUMM: Add detection for Full Throttle French Mac | Thierry Crozat | |
Also add file size for Sam & Max and DOTT French Mac versions. | |||
2015-05-07 | SCUMM: Add DOS en demo for Indiana Jones and the Fate of Atlantis | Thierry Crozat | |
This was reported by Paulo Vicente in bug #6862. | |||
2015-05-07 | SCUMM: SCUMM: Add English 1.6 disk version of Day of the Tentacle for DOS. | Kirben | |
2015-05-07 | SCUMM: SCUMM: Add English 1.4 version of Indiana Jones and the Last Crusade ↵ | Kirben | |
for DOS. | |||
2015-05-07 | SCUMM: Add UK version of Pajama Sam 2 for Windows. | Kirben | |
2015-04-16 | SCUMM: Add md5 checksums for Italian versions of several HE games. | Kirben | |
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. |