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