Commit Graph

1323 Commits

Author SHA1 Message Date
Eugene Sandulenko
0d6b87b785 WAGE: Added more documentation to the script 2015-12-28 01:08:39 +01:00
Eugene Sandulenko
2802566f43 WAGE: Fix font downloading script 2015-12-27 23:26:28 +01:00
Eugene Sandulenko
88e864a553 WAGE: Implemented script for downloading fonts 2015-12-27 15:41:03 +01:00
Johannes Schickel
8392fe4f05 DEVTOOLS: More formatting fixes in create_amazon.
Powered by astyle.
2015-12-12 07:02:02 +01:00
Johannes Schickel
84ac8fa735 DEVTOOLS: A few formatting fixes. 2015-12-12 06:54:58 +01:00
Johannes Schickel
410b5f3d34 DEVTOOLS: Silence compiler warning in convbdf. 2015-12-12 06:54:58 +01:00
Johannes Schickel
2ef9ced7a9 DEVTOOLS: Silence compiler warnings in create_access. 2015-12-12 06:54:58 +01:00
Johannes Schickel
c09a9aa1bf DEVTOOLS: Replace macro by function call. 2015-12-12 06:54:57 +01:00
Johannes Schickel
70a4047a78 DEVTOOLS: Adjust enum constant names to match our conventions. 2015-12-12 06:54:57 +01:00
Johannes Schickel
d09c3e28a6 DEVTOOLS: Remove 'explicit' keyword from multi parameter constructors.
This does not make sense in C++98. For C++11 this only prevents Foo x = {...}
initialization, which we can't use anyway.
2015-12-12 06:54:57 +01:00
Johannes Schickel
c9d7299e65 DEVTOOLS: Cleanup code. 2015-12-12 06:54:57 +01:00
Johannes Schickel
3ad5ad57e2 DEVTOOLS: Use default copy constructor.
The formerly user supplied copy constructor was not identical to the default
generated, but the output of create_project for xcode is unchanged.
2015-12-12 06:54:57 +01:00
Johannes Schickel
50807b3b01 DEVTOOLS: Run astyle over xcode.[cpp/h].
Manual fix up included.
2015-12-12 06:54:57 +01:00
Johannes Schickel
5d1df1c293 DEVTOOLS: Prefix varibles in structs/classes with '_' in xcode.[h/cpp].
This silences some variables and increases consistency with our code
formatting conventions.
2015-12-12 06:54:43 +01:00
Strangerke
c76059eaf9 CREDITS: Fix the case of mindFactory 2015-12-07 00:06:50 +01:00
Strangerke
e9e099b6ac CREDITS: Add credit to the Mindfactory team for Broken Sword 2.5 2015-12-06 22:57:03 +01:00
Paul Gilbert
a6150f9308 ACCESS: Creation of access.dat for holding Access games engine data 2015-11-27 12:12:32 -05:00
Strangerke
0c7bde123b CREDITS: On demand of dreammaster, add m_kiewitz to Sherlock's credits 2015-11-22 20:03:06 +01:00
Strangerke
cb0e9fd886 CREDITS: Add credits for Access engine 2015-11-22 19:11:51 +01:00
Strangerke
a684ef88da CREDITS: Use full names for Sherlock's special thanks 2015-11-21 21:19:13 +01:00
Strangerke
c0eb2880e9 CREDITS: Add BBVS 2015-11-21 18:29:50 +01:00
Strangerke
35e8a2bdcb CREDITS: Add credits for Sherlock and a special thanks related to the sources.
Update the AUTHOR and credit.h files with Raspberry Pi port credits
2015-11-21 13:48:50 +01:00
Eugene Sandulenko
b1545d6162 Merge pull request #575 from vanfanel/dispmanx
Added Raspberry Pi native 2D API support (dispmanx)
2015-11-21 00:12:52 +01:00
vanfanel
c2c7225bbf SDL/DISPMANX Added myself to credits.pl 2015-11-19 16:06:23 +01:00
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
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
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
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
Robert Crossfield
d83438225e SCUMM: Maniac V0: Add support for D64 Demo Disk, Cleanup duplicate 'Talk' array 2014-12-08 10:14:37 +11: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
athrxx
f76e02e5d6 KYRA: (EOB) - add support for Italian fan translation of EOB I 2014-10-11 19:28:14 +02:00
Ben Castricum
a1a6e50d45 I18N: Update credits for Dutch translation 2014-09-07 15:01:51 +01:00
uruk
2f6b686c2e CREDITS: Add credits for CGE2. 2014-08-12 11:01:20 +02:00
Pawel Kolodziejski
79d4f09cab CREATE_PROJECT/MSVC: allow include SDL includes from SDL subdir 2014-07-17 13:59:56 +02:00
Sven Hesse
1bbee909fa CREDITS: Add Haiku port maintained by Luc Schrijvers
Quoth Luc Schrijvers (Begasus) on scummvm-devel:
"Haiku is stepping up and there is a recipe (script to build
scummvm) in the haikuporters git repo [...] I'll still do a
full build and make it available for download that could be
upped on your download page when ready"
2014-07-11 15:46:25 +02:00
Sven Hesse
f54a3304f2 CREDITS: Retire BeOS porter Stefan Parviainen
Quoth Luc Schrijvers (Begasus) on scummvm-devel:
"BeOS isn't maintained anymore (latest version still working
on BeOS was something like 1.0."
2014-07-11 15:40:16 +02:00
Johannes Schickel
b77412a9a0 Merge pull request #470 from bluegr/Lucasarts_Steam
SCUMM: Add support for Steam versions of Indy 3, Indy 4, Loom and Dig
2014-07-05 13:35:34 +02:00
Filippos Karapetis
902a140f3e SCUMM: Add support for Steam versions of Indy 3, Indy 4, Loom and Dig
Many Thanks to Ben Castricum for the original patch
2014-07-03 00:13:33 +03:00
David Turner
cb596113a7 Merge pull request #461 from digitall/vkeybdFix
Add trigger for Virtual Keyboard on long press of Middle Mouse Button
2014-06-28 14:59:08 +01:00
D G Turner
536203b352 DEVTOOLS: Add "small" vkeybd pack to create_project postbuild script. 2014-06-25 20:14:17 +01:00
Kirben
5e78bee2f5 SCUMM: Add UK Windows version of Freddi Fish 3. 2014-06-25 19:10:28 +10:00
Johannes Schickel
59036a40ce DEVTOOLS: List MSVC 2013 support in create_project's help output. 2014-06-22 02:02:05 +02:00
Joel Teichroeb
c43ce9ecf3 ALL: Remove support for MSVC8 and older
MSVC8 gives various compile error relating to templates that were changed
back in 2008, leading me to belive that no one is using it, and that there
is not point adding work arounds for a 9 year old compiler no one uses.
2014-06-21 11:32:45 -07:00
anotherguest
de15b20530 SYMBIAN: Add Fedor to Symbian Credit list in credits.pl 2014-06-11 11:48:51 +02:00
johndoe123
9759b3481d DEVTOOLS: Skip adding duplicate items in create_neverhood
Some sub rectangles point to the same message list, these are now saved only once instead of several times.
2014-06-06 09:59:40 +02:00
johndoe123
59cd6d4b66 DEVTOOLS: Remove duplicate table entry in create_neverhood 2014-06-06 09:55:55 +02:00
Strangerke
a07b43eebe Voyeur: update credits.pl 2014-05-28 22:40:41 +02:00
Strangerke
42b2191970 MADS: update credits.pl 2014-05-28 22:37:02 +02:00
athrxx
2e8f2ba822 KYRA: fix static resources in Russian fan translation
(some messed up strings)
2014-03-17 21:32:41 +01:00
Torbjörn Andersson
1b8b10e9df DEVTOOLS: Fix accidental string concatenation (CID 1192645, 1192646)
The other string concatenation looks deliberate to avoid compiler
warnings, but these were almost certainly accidental. Also fixed
some German inventory-related strings. Dreammaster has promised to
generate a new lure.dat, since I'm not comfortable doing it myself.
2014-03-16 19:41:57 +01:00
Johannes Schickel
d771c4d3bb KYRA: Fix EoB 1 German rest string when monsters are nearby. 2014-03-03 02:00:05 +01:00
Johannes Schickel
800fc0722d DEVTOOLS: Rewrite create_kyradat.
Now static data is directly stored inside source code files which allows the
tool to generate kyra.dat without any additional input.

This will make supporting fan translations easier, since only the localized
strings have to be added and an appropriate game entry has to be added.
2014-03-03 02:00:04 +01:00
Matthew Hoops
740b6e8fbd IMAGE: Move all ImageDecoders to image/ 2014-02-28 00:27:28 -05:00
Johannes Schickel
836250c86a DEVTOOLS: Slight constant name cleanup in create_kyradat. 2014-02-24 01:38:24 +01:00
Johannes Schickel
e96900aec3 DEVTOOLS: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
Johannes Schickel
2fe303ce3f Merge pull request #409 from lordhoto/rtti
Enable RTTI and clean up the code by exploiting the availability of dynamic_cast.
2014-01-23 15:23:12 -08:00
uruk
ab98e22c3b AVALANCHE: Repair credits.pl 2014-01-15 11:28:44 +01:00
Littleboy
fa9eb119c0 CREATE_PROJECT: Add Graphics::Surface to natvis and register for Image Watch 2013-12-10 01:55:02 -05:00
Littleboy
60f6e9ee93 CREATE_PROJECT: Add batch file to install natvis file 2013-12-10 01:55:02 -05:00
Littleboy
ac781bd469 CREATE_PROJECT: Fix issues breaking compilation with LLVM
- Current folder include
 - Build folder include (needs to be hardcoded)
 - NASM compilation directives
2013-12-10 01:55:01 -05:00
Littleboy
6aed305ac9 CREATE_PROJECT: Ignore unused cl arguments when compiling with LLVM 2013-12-10 01:55:00 -05:00
Роман Донченко
aff3412479 DEVTOOLS: Add debug visualization files for Visual Studio 2012+ 2013-12-07 23:17:55 +04:00
Johannes Schickel
441ebc04b0 DEVTOOLS: Include 'iterator' for std::back_inserter. 2013-11-27 23:07:57 +01:00
Johannes Schickel
6b0f1118de DEVTOOLS: Add project file directory to include path in generated project files. 2013-11-25 01:36:25 +00:00
Johannes Schickel
80136c1e51 DEVTOOLS: Make create_project sort SCUMM as first engine.
This makes create_project output consistent with configure output again.
2013-11-24 00:48:02 +00:00
Johannes Schickel
8b3fc996a1 DEVTOOLS: Adapt create_project to create engines/ dir if necessary 2013-11-24 00:48:02 +00:00
Johannes Schickel
c00ab00f25 DEVTOOLS: Factor out function to create directories in create_project. 2013-11-24 00:48:01 +00:00
Johannes Schickel
6e29e1abee DEVTOOLS: Adapt create_project for new configure.engine files.
I could not try any generated project files since I do not have access to
the IDEs.
2013-11-24 00:48:01 +00:00
Strangerke
39bbcfa59e TOOLS: Extract_mort - FIX CID 1060932, 1060933 2013-10-30 23:46:05 +01:00
Strangerke
d594f62662 TOOLS: Create Mortdat - Fix CID 1063349 2013-10-30 23:33:38 +01:00
Thierry Crozat
0d20acf8de CREDITS: Add credits for game translations 2013-10-30 21:56:39 +00:00
Johannes Schickel
1fc5d52e90 DEVTOOLS: Enable RTTI in create_project generated project files. 2013-10-23 23:45:58 +02:00
Willem Jan Palenstijn
a532c7729f Merge branch 'zvision'
This merges pull request 395 for the ZVision engine developed during
GSoC2013.
2013-10-17 23:00:00 +02:00
Willem Jan Palenstijn
1771162242 Merge branch 'avalanche'
This merges pull request 399 for the Avalanche engine developed during
GSoC2013.
2013-10-17 22:33:15 +02:00
Willem Jan Palenstijn
748ba2475a AVALANCHE: Fix broken xml entity in credits 2013-10-17 22:32:49 +02:00
RichieSams
7a97c992de ZVISION: Use credits.pl to update AUTHORS and credits.h 2013-10-14 19:02:18 -05:00
RichieSams
ef87ba54b4 ZVISION: Add an entry in credits.pl for Marisa Chan / Zidane 2013-10-08 09:50:20 -05:00
RichieSams
8e8e5af0ec ZVISION: Add an entry in credits.pl for ZVision 2013-10-08 09:49:28 -05:00
Matthew Hoops
303261482d CREDITS: Add Keith for some pegasus patches 2013-10-06 22:41:30 -04:00
uruk
fed8546444 AVALANCHE: Update credit files. 2013-10-06 01:20:20 +02:00
Eugene Sandulenko
ca5804a253 DEVTOOLS: Make Coverity happy.
This is mainly due to unhandled clang __has_featrure() buit-in.
I do not like this hack, but Coverity proved to be a very good tool for us.
2013-09-27 12:28:25 +03:00
Kirben
987bb6d454 SCUMM: Add US Windows preview of Humongous Catalog. 2013-09-27 15:50:36 +10:00
Johannes Schickel
856da53e8b DEVTOOLS: Adapt create_project for libjpeg support.
The library name of the static library is based on what libjpeg-turbo uses
which should be fine for Windows at least.

Untested except for compilation of create_project.
2013-09-17 02:35:16 +02:00
Littleboy
1e9fb12364 DEVTOOLS: Fix warning in extract_mort 2013-09-11 21:22:07 -04:00
Littleboy
8b56d0792c CREATE_PROJECT: Remove usage of std::to_string() 2013-09-11 21:22:06 -04:00
Littleboy
3079100409 CREATE_PROJECT: Change PlatformToolset name for latest version of LLVM on Windows 2013-09-06 18:33:48 -04:00
Littleboy
6df36e5ecf CREATE_PROJECT: Add extra configuration for compilation with LLVM 2013-09-06 00:19:56 -04:00
Strangerke
69aef2a55a MORTEVIELLE: Add credits 2013-08-20 23:14:54 +02:00
Filippos Karapetis
1f89b4e902 CREDITS: Add credits for The Neverhood engine 2013-08-20 19:48:33 +03:00
Thierry Crozat
cc16cb5823 MORTEVIELLE: Change German menu translation
The original menu was almost not translated (only one of the six menu was translated). Thanks to Raziel for the menu name suggestions.
2013-08-20 14:03:53 +01:00
Thierry Crozat
efbf1ff5f9 MORTEVIELLE: Store German menu data in data file and clean menu code
This opens the door to a better translation of the menu to German. Also
the code will now always try to read the menu data from the mort.data file
and only if this fails it will use the game data. And remove some dead code
that was to support the corrupted menu.mor file.
2013-08-19 21:11:23 +01:00
Strangerke
3bdc85709f MORTEVIELLE: Fix the order of German verbs. 2013-08-18 22:30:23 +02:00
D G Turner
9d36991e16 CREATE_PROJECT: Enable built-in theme for MSVC builds again.
This reverts commit d089658fb8.
2013-08-16 07:22:26 +01:00
D G Turner
c67508b42d DEVTOOLS: Enable builtin theme in MSVC 2005 and 2008 in create_project.
This reverts commit b830f68bac as the
builtin theme is less than 64K again.
2013-08-16 07:20:51 +01:00
Kirben
2a807b1880 SCUMM: Add Remastered version of Putt-Putt Saves the Zoo from Nimbus Games. 2013-08-15 22:50:45 +10:00
Strangerke
019f7e59fd DEVTOOLS: Fix English verbs order in Mortevielle 2013-08-15 07:56:11 +02:00
Strangerke
b234215854 DEVTOOLS: Add Menu 3 & 4 verb indexes in MORT.DAT 2013-08-14 23:54:33 +02:00
Strangerke
1731d25466 DEVTOOLS: Fix error in create_mortdat. Thanks to LordHoto for pointing it out 2013-08-14 07:36:32 +02:00
Johannes Schickel
b830f68bac DEVTOOLS: Disable builtin theme in MSVC 2005 and 2008 in create_project.
This is a copy of d089658fb8 for older MSVC
versions. Thanks to Strangerke for noticing.
2013-08-14 02:01:03 +02:00
Thierry Crozat
8f8ea10c03 MORTEVIELLE: Improve English translation
Two sentences are used for both men and women and therefore need
to be gender agnostic.
2013-08-11 11:55:17 +01:00
Thierry Crozat
13ddf33e78 MORTEVIELLE: Update English translation
I checked some of the dialogs for which we were not sure, fixed them
when needed and removed the debug number. There are two lines
however that causes an issue as they are used for both men and
women, and in English we would need a different translation. The two
texts are:
It is his/her business…
Oh I don't have anything against him/her
The first one seems to be used more often for men than women (so
far I have seen it used for 3 men and 1 woman).
For the second one I changed it to plural in English as it also works
with the context and while it changes the meaning this is not
important.
2013-08-11 01:08:00 +01:00
Alyssa Milburn
2af07d5d8e SCUMM: Add detection/version for Moonbase Commander v1.1. 2013-08-04 10:42:44 +02:00
Thierry Crozat
0a2e64b903 DEVTOOLS: Include English menu in mortevielle dat file 2013-08-03 16:50:14 +01:00
Thierry Crozat
2d1ac29551 DEVTOOLS: Update create_mortdat to the latest version English translation 2013-07-30 20:21:18 +01:00
Strangerke
a05e0c697a Merge pull request #347 from Strangerke/mortevielle
New Engine : Mortevielle
2013-07-29 12:02:06 -07:00
Strangerke
c7277df1ed DEVTOOLS: Add support to another DOS executable for Mortevielle 2013-07-29 07:27:31 +02:00
Strangerke
3d64ccac9c MORTEVIELLE: Fix glitch detected by criezy 2013-07-19 17:43:55 +02:00
Strangerke
388b4a7b33 TOOLS: Janitorial: remove trailing spaces in extract_mort 2013-07-19 14:08:17 +02:00
Strangerke
a888de5599 MORTEVIELLE: Improve German engine texts 2013-07-18 20:29:18 +02:00
Paul Gilbert
73bb5c5fbe DEVTOOLS: Moved implementation of create_mortdat File class from the header file 2013-07-18 09:27:55 -04:00
Eugene Sandulenko
059fa15d14 DEVTOOLS: Fix CID 1022207. Missing break in switch 2013-07-15 11:51:57 +03:00
Sven Hesse
989ea7cb56 JANITORIAL: Remove trailing whitespace 2013-07-14 19:01:47 +02:00
Thierry Crozat
c16d414e9b MORTEVIELLE: Fix typo in English text 2013-07-13 22:44:07 +01:00
Thierry Crozat
79886597e7 MORTEVIELLE: Convert non-ASCII characters to their octal value 2013-07-13 22:41:25 +01:00
Thierry Crozat
7ca31f66d8 MORTEVIELLE: Add missing eol character in devtool usage message 2013-07-13 22:40:49 +01:00
Torbjörn Andersson
d0df423575 DEVTOOLS: Fix unimportant memory/resource leaks
CID 1022280, 1022281, 1022282
2013-07-13 23:08:32 +02:00
Torbjörn Andersson
a5864d992d DEVTOOLS: Fix unimportant memory/resource leaks
CID 1022283, 1022284, 1022285
2013-07-13 22:58:27 +02:00
Kirben
395ee92a85 SCUMM: Add another French Windows version of Pajama Sam 2. 2013-07-09 11:45:45 +10:00
Littleboy
a949a88220 CREATE_PROJECT: Add support for tests
- Added --tests command line switch
 - Parse test/module.mk to extract the list of test folders
 - Automatically run tests after a successful build
2013-07-07 12:10:31 -04:00
Littleboy
98899c6ce3 CREATE_PROJECT: Add create_neverhood and create_tony to the list of tools 2013-07-07 11:23:31 -04:00
Filippos Karapetis
747863e4f5 CREATE_PROJECT: Add the libfaad and libmpeg2 libraries 2013-07-07 16:48:52 +03:00
Filippos Karapetis
4a12c69162 CREATE_PROJECT: Don't allow the keymapper and the event recorder to be enabled simultaneously 2013-07-05 13:10:04 +03:00
Filippos Karapetis
a5e969087b CREATE_PROJECT: Add the event recorder to the feature flags 2013-07-05 02:57:21 +03:00
Strangerke
c10d050eef MORTEVIELLE: Update misc files to include mort.dat 2013-07-04 23:46:52 +02:00
Johannes Schickel
be61cb669a Merge pull request #350 from chrisws/tizen_port_1_6_0a
TIZEN: bada port updated to tizen

Conflicts:
	backends/platform/tizen/system.cpp
2013-07-04 23:33:02 +02:00
Strangerke
7c23eb7c44 MORTEVIELLE: Add German translation in the DAT file 2013-07-04 23:25:26 +02:00
Paul Gilbert
d089658fb8 CREATE_PROJECT: Fix compilation for Visual Studio now the built-in theme is more than 64kb 2013-07-04 12:06:22 -04:00
Strangerke
a116486b77 TOOL: Remove obsolete comments in extract_mort 2013-07-03 07:33:32 +02:00
Strangerke
ad47cf0d71 MORTEVIELLE: Fix extraction tool to handle German DOS version 2013-07-03 00:45:56 +02:00
Einar Johan Trøan Sømåen
42e3c18ed3 CREATE_PROJECT: Fix a typo in the help-message (--codeblocks) 2013-07-03 00:25:32 +02:00
Chris Warren-Smith
be399188c4 TIZEN: bada port updated to tizen 2013-07-03 07:04:11 +10:00