Eugene Sandulenko
d2ef695e4a
DEVTOOLS: Package release tarballs with xz also
2015-11-15 13:22:53 +01:00
Eugene Sandulenko
546ba3c09b
DEVTOOLS: Rewrote dist-scummsm.sh tool to support git
2015-11-15 13:17:31 +01:00
athrxx
13f30fb46b
KYRA: (LOK/PC-98) - add missing string resource
2015-11-10 18:38:33 +01:00
Eugene Sandulenko
ccb05dd8bc
Merge pull request #563 from BenCastricum/detection_fixes
...
SCUMM: language fixes for HE games
2015-11-07 22:46:14 +01:00
Eugene Sandulenko
70c42f26b2
SCUMM: Add Japanese Windows Freddi md5
2015-10-17 12:45:39 +02:00
Paul Gilbert
fbcf667b6a
CREATE_PROJECT: Cleanup and turn off exception handling again
2015-10-12 14:39:28 -04:00
Paul Gilbert
89dfd36b60
CREATE_PROJECT: Add support for Visual Studio 2015
2015-09-28 19:23:58 -04:00
Ben Castricum
9bb438c69c
SCUMM: Add some missing file sizes in md5 table
2015-09-12 19:29:16 +02:00
Ben Castricum
0b487df96e
SCUMM: Distinguish US/GB language for Pajama Sam games
...
There is no GB version of Pajama Sam 1, so use EN as language
2015-09-12 19:29:16 +02:00
Ben Castricum
60a1eec871
SCUMM: Distinguish US/GB language for SPYfox games
2015-09-12 19:29:15 +02:00
Ben Castricum
8d8d68d956
SCUMM: Distinguish US/GB language for Putt-Putt games
...
There is no GB version of Putt-Putt 1, so use EN as language
2015-09-12 19:29:15 +02:00
Ben Castricum
91829bc0af
SCUMM: Distinguish US/GB language for Freddi Fish games
...
There is no GB version of Freddi Fish 1 and 2, so use EN as language
2015-09-12 19:29:15 +02:00
Thierry Crozat
d21054f0b7
DEVTOOLS: Include french menu in mort.dat
2015-09-07 23:49:58 +01:00
Filippos Karapetis
23471eeb53
CREATE_PROJECT: Use NULL instead of nullptr
...
This allows create_project to be built with the C99 standard, instead
of C11
2015-07-20 01:00:09 +03:00
Filippos Karapetis
bf06576498
CREATE_PROJECT: Rename XCodeProvider -> XcodeProvider
2015-07-20 01:00:09 +03:00
Filippos Karapetis
f72213672d
Merge pull request #591 from somaen/fix-xcode
...
CREATE_PROJECT: Fix XCode-project generation.
2015-07-20 00:32:21 +03:00
Lothar Serra Mari and Thierry Crozat
9b35730925
CREDITS: Removed rootfather's "retired" tag
...
Removed my "retired" tag in credits.pl
2015-07-12 14:17:30 +01:00
David Russo
fd8ac7ea79
ZVISION: Change mentions of ZVision to Z-Vision
...
To match official documentation (e.g. game manual, credits).
2015-07-07 15:24:25 +01:00
Kirben
343d0c41db
SCUMM: Fix bug #6873 FARM: Crash at the end of trivia minigame on easy.
2015-06-28 13:22:20 +10:00
Thierry Crozat
aee23fd704
SCUMM: Add detection for Full Throttle French Mac
...
Also add file size for Sam & Max and DOTT French Mac versions.
2015-05-10 15:28:48 +01:00
Thierry Crozat
04931d0400
SCUMM: Add DOS en demo for Indiana Jones and the Fate of Atlantis
...
This was reported by Paulo Vicente in bug #6862 .
2015-05-07 21:30:25 +01:00
Kirben
3f3ad61927
SCUMM: SCUMM: Add English 1.6 disk version of Day of the Tentacle for DOS.
2015-05-07 11:12:59 +10:00
Kirben
2456163f5d
SCUMM: SCUMM: Add English 1.4 version of Indiana Jones and the Last Crusade for DOS.
2015-05-07 11:04:08 +10:00
Kirben
8b82090c91
SCUMM: Add UK version of Pajama Sam 2 for Windows.
2015-05-07 10:23:11 +10:00
Kirben
da19822e37
SCUMM: Add md5 checksums for Italian versions of several HE games.
2015-04-16 14:46:40 +10:00
Einar Johan Trøan Sømåen
c49fd6afeb
CREATE_PROJECT: Remove forced USE_TREMOR define on OS X.
2015-04-09 20:41:16 +02:00
Einar Johan Trøan Sømåen
680b107278
CREATE_PROJECT: Link theora and jpeg in XCode-projects.
2015-04-09 20:39:11 +02:00
Einar Johan Trøan Sømåen
be35b8b12b
CREATE_PROJECT: Use SRCROOT-relative include paths.
2015-04-09 20:35:54 +02:00
Einar Johan Trøan Sømåen
21d0210758
CREATE_PROJECT: Set projectDirPath to the source-path in XCode.
2015-04-09 20:27:21 +02:00
Einar Johan Trøan Sømåen
32b2454751
CREATE_PROJECT: Don't add -fno-rtti.
2015-04-09 20:02:19 +02:00
Einar Johan Trøan Sømåen
e24737f142
CREATE_PROJECT: Modify producesObjectFile to take .m and .mm into account.
...
This should be safe outside XCode, as only OSX/iOS-projects introduce such files to begin with.
2015-04-09 20:02:18 +02:00
Einar Johan Trøan Sømåen
7de2f25466
CREATE_PROJECT: Remove leftover _rootGroups.
2015-04-09 20:02:18 +02:00
Einar Johan Trøan Sømåen
ff802b8eae
CREATE_PROJECT: Add SRCROOT and SRCROOT/engines to USER_HEADER_SEARCH_PATHS for XCode.
2015-04-09 20:02:18 +02:00
Einar Johan Trøan Sømåen
24f9c95ee9
CREATE_PROJECT: Link against libpng and libfreetype in XCode-projects.
2015-04-09 20:02:18 +02:00
Einar Johan Trøan Sømåen
0801a553bd
CREATE_PROJECT: Enable RTTI in XCode-projects.
2015-04-09 20:02:18 +02:00
Einar Johan Trøan Sømåen
f4a9f2035b
CREATE_PROJECT: Add the product files to a group in XCode aswell (makes things easier when configuring build-schemes)
2015-04-09 20:02:18 +02:00
Einar Johan Trøan Sømåen
1f13d42c6b
CREATE_PROJECT: Refactor the Framework and library adding for XCode, and add the relevant Frameworks to a group.
2015-04-09 20:02:18 +02:00
Einar Johan Trøan Sømåen
790f7dc017
CREATE_PROJECT: Introduce a subclass of Object to manage group-creation.
...
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 20:02:17 +02:00
Einar Johan Trøan Sømåen
000b80263c
CREATE_PROJECT: Add macros to disable IOS-project creation for now.
2015-04-09 20:02:17 +02:00
Einar Johan Trøan Sømåen
219a43d745
CREATE_PROJECT: Revert idea about createOneProjectPerEngine.
2015-04-09 20:02:17 +02:00
Einar Johan Trøan Sømåen
675bbde436
CREATE_PROJECT: Use a different producesObjectFile-function for Xcode, so that we can allow Objective-C(++) and disallow .asm
2015-04-09 20:02:17 +02:00
Einar Johan Trøan Sømåen
484ad4dde7
CREATE_PROJECT: Define MACOSX and POSIX in XCode-projects for now (ignoring iOS for the moment)
2015-04-09 20:02:17 +02:00
Einar Johan Trøan Sømåen
8cd84a0152
CREATE_PROJECT: Define a group for the Frameworks, and add it to the mainGroup, so that the buildPhase can figure things out.
2015-04-09 20:02:17 +02:00
Einar Johan Trøan Sømåen
16618acef7
CREATE_PROJECT: Explicitly add /opt/include/freetype2 to header paths.
2015-04-09 20:02:16 +02:00
Einar Johan Trøan Sømåen
bf919232e9
CREATE_PROJECT: Enable XCode-project creation.
2015-04-09 20:02:16 +02:00
Einar Johan Trøan Sømåen
f8b054621a
CREATE_PROJECT: Implement setupSourcesBuildPhase for XCode, basing it on setupResourcesBuildPhase.
2015-04-09 20:02:16 +02:00
Einar Johan Trøan Sømåen
8af5d6e722
CREATE_PROJECT: Disable the WIN32-define when creating an XCode-project.
2015-04-09 20:02:16 +02:00
Einar Johan Trøan Sømåen
7052823969
CREATE_PROJECT: Make sure that children of PBXGroups are always listed as a 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 20:02:16 +02:00
Einar Johan Trøan Sømåen
7e7347f877
CREATE_PROJECT: Modify XCodeProvider to add the various folders as groups, 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 20:02:16 +02:00
Einar Johan Trøan Sømåen
9ef6e59805
CREATE_PROJECT: Make ProjectProvider able to work properly with subclasses that want to create one single project.
2015-04-09 20:02:15 +02:00