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
Einar Johan Trøan Sømåen
d6625c20bf
CREATE_PROJECT: Use whatever SDK is available on OS X.
2015-04-09 20:02:15 +02:00
Einar Johan Trøan Sømåen
b2ff6726cd
CREATE_PROJECT: Fix Info.plist path.
2015-04-09 20:02:12 +02:00
Einar Johan Trøan Sømåen
0395948cd3
CREATE_PROJECT: Quote lastKnownFileType, name and path to avoid breakage on c++11-compat.h
2015-04-09 20:01:56 +02:00
Einar Johan Trøan Sømåen
8f66bc1c92
CREATE_PROJECT: Escape \" in "<group>" for PBXFileReferences during 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 20:01:52 +02:00
Einar Johan Trøan Sømåen
e69696a536
CREATE_PROJECT: Make PBXGroups use PBXFileReference-hashes instead of PBXBuildFile-hashes.
2015-04-09 20:01:48 +02:00
Filippos Karapetis
9a49493656
DEVTOOLS: Add support for linking with SDL 2.0 in create_project
...
This is handled with the new command-line option, --sdl2
2015-03-06 02:39:57 +02:00
Johannes Schickel
b5ac3ecb1f
CREDITS: Mention skristiansson for his initial SDL2 support work.
2015-03-05 01:08:02 +01:00
Pawel Kolodziejski
15eeacc7be
CREDITS: update credits
2015-01-20 22:42:48 +01:00
Filippos Karapetis
83dd389d25
CREDITS: Update credits for ZVision again
2014-12-29 12:13:43 +02:00
Filippos Karapetis
192c3df6a1
CREDITS: Update the credits for the ZVISION engine
2014-12-27 02:20:51 +02:00
Thierry Crozat
bb1df52da8
CREDITS: Add credits for Sfinx translation to English
2014-12-21 18:26:40 +00:00
Pawel Kolodziejski
ca9c1afa86
ALL: update credits
2014-12-21 14:45:05 +01:00
Joel Teichroeb
42a2776e57
DEVTOOLS: Allways enable langauge extentions for MSVC
...
Since all our projects use OpenGL, we always need language extensions to
be enabled.
2014-12-14 10:52:15 -08:00
Robert Crossfield
d83438225e
SCUMM: Maniac V0: Add support for D64 Demo Disk, Cleanup duplicate 'Talk' array
2014-12-08 10:14:37 +11:00
Pawel Kolodziejski
73c9fda2e5
ALL: full sync with ScummVM
2014-12-04 21:16:12 +01:00
Ben Castricum
75408c1cb8
SCUMM: More detection fixes.
2014-12-03 15:47:27 +01:00
Ben Castricum
50b904ee94
SCUMM: Add support for the "Mini Games" from Kellogg's complimentary CD
2014-12-03 15:47:27 +01:00
Ben Castricum
2e497bb9f8
SCUMM: farm - Add support for a dutch Macintosh variant.
...
Found on CD with EAN8714902148334.
2014-12-03 15:47:26 +01:00
Ben Castricum
e0d008a9ca
SCUMM: puttrace - Add suport for a dutch demo variant.
...
Found on Spy Fox 2 CD, Mac partition (EAN 5400646050646)
2014-12-03 15:47:26 +01:00
uruk
b1f7603263
CGE2: Update credits the right way.
2014-12-01 15:11:54 +01:00
Ben Castricum
235f299db5
I18N: Fix missing translation entries
...
The last translation entry of a .po file was not properly handled.
2014-11-29 13:40:24 +00:00
Willem Jan Palenstijn
244da223bd
CREDITS: Add Tobia Tesan
2014-11-16 11:30:08 +01:00
Kirben
c4e40fc83f
SCUMM: Correct file size for Dutch Windows demo of Let's Explore the Farm with Buzzy.
2014-11-01 23:10:55 +11:00
Kirben
0c5fae8652
SCUMM: Add Dutch Windows demo of Let's Explore the Farm with Buzzy.
2014-10-31 09:37:46 +11:00
Filippos Karapetis
c18dba1326
CREDITS: Properly sync trailing whitespace changes in all files
...
This was initially only done for the AUTHORS file in commit f50715a
2014-10-28 16:01:35 +02:00
Ben Castricum
180099ac78
SCUMM: Remove obsolete comment from md5 table
...
This is no longer the case since pull request 177 was merged.
2014-10-27 16:33:05 +01:00
Ben Castricum
81795ce444
SCUMM: Identify several windows variants as such
2014-10-27 16:33:05 +01:00
Ben Castricum
5d6944ab52
SCUMM: freddicove - Detect dutch game variant found on CD EAN 8716051020172
2014-10-27 16:33:05 +01:00
Ben Castricum
7be3bc7004
SCUMM: balloon - There is no spanish version.
2014-10-27 16:33:05 +01:00