Christoph Mallon
4ed136a6c1
DEVTOOLS: Print error message to stderr, not stdout.
2012-03-17 23:00:57 +01:00
Christoph Mallon
b520b5db69
JANITORIAL: Simplify stripLine().
...
Simply use pointers to the source and destination chars instead of multiple indices.
2012-03-17 23:00:57 +01:00
Christoph Mallon
55c3350e38
DEVTOOLS: Include necessary headers for compilation.
2012-03-17 23:00:55 +01:00
Christoph Mallon
9f827e3392
JANITORIAL: Remove +x from files, which should not be executable.
2012-03-17 22:43:32 +01:00
Eugene Sandulenko
97ed6a5abb
Merge pull request #206 from BenCastricum/master
...
SCUMM: More HE Games Detection
2012-03-17 04:01:00 -07:00
Paweł Kołodziejski
aa306a73dd
COMMON: update credits
2012-03-12 19:07:39 +01:00
Paweł Kołodziejski
dabe1b982b
ALL: update credits
2012-03-11 17:19:57 +01:00
Thierry Crozat
e08ab4e8aa
CREDITS: Add credits for Basque translation
2012-03-11 13:21:42 +00:00
Thierry Crozat
334989f146
DEVTOOLS: Fix parsing of codepage file path
...
When the path does not contains a path separator (/ or \) the first
character of charset was skipped.
2012-03-11 13:21:41 +00:00
Ben Castricum
f57e7e959a
SCUMM: Fix duplicate MD5 warning
2012-03-11 09:43:43 +01:00
Ben Castricum
d652719ea6
SCUMM: Several detection fixes for mostly dutch HES games/demos
2012-03-11 09:43:20 +01:00
Paweł Kołodziejski
09cd98cda8
COMMON: mpeg2 is now needed for EMI, zlib needed for GRIM engine. USE_SMUSH not used anymore
2012-02-24 21:36:16 +01:00
Ben Castricum
44c5e48bd3
SCUMM: Add 2 not yet recognized MD5s from Dutch Putt-Putt 3 in 1 CD
2012-02-24 13:01:51 +01:00
Ben Castricum
7e7cb21531
SCUMM: Add windows platform detection for several HES games/demos
2012-02-24 13:01:51 +01:00
Pawel Kolodziejski
955ca0eb0f
COMMON: added USE_SMUSH to projects files
2012-02-24 12:57:19 +01:00
Pawel Kolodziejski
fae032743d
ALL: synced with scummvm
2012-02-24 12:15:44 +01:00
Pawel Kolodziejski
fad0b5b331
ALL: decrease diffs with scummvm
2012-02-22 23:26:36 +01:00
Johannes Schickel
221b78e4e2
DEVTOOLS: Copy scumm_stricmp implementation to create_kyradat.
...
This should fix bug #3489654 "DEVTOOLS: create_kyradat linkerror".
2012-02-22 03:45:44 +01:00
athrxx
a4223e9c2b
KYRA: (EOB) - fix EOB1 door clipping
...
(this was done in the same way as in EOB2 and LOL, but it has to be slightly different)
2012-02-21 21:48:42 +01:00
athrxx
86a817beb5
KYRA: (EOB) - start work on CGA and EGA graphics modes
2012-02-21 21:48:39 +01:00
Tarek Soliman
a4798602d7
JANITORIAL: Fix missing whitespace in pointer cast
...
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g'
This seems to have caught some params as well which is not undesirable IMO.
It also caught some strings containing this which is undesirable so I
excluded them manually. (engines/sci/engine/kernel_tables.h)
2012-02-15 10:07:10 -06:00
Eugene Sandulenko
0deea6fbf8
Merge pull request #177 from BenCastricum/5db023646a8c685469bfe9dc551a282f8240ae04
...
SCUMM: Use regular detection algorithms for FMTOWNS demos.
2012-02-10 03:46:50 -08:00
Pawel Kolodziejski
5fc7ac39ee
synced with scummvm
2012-02-10 07:51:41 +01:00
Eugene Sandulenko
2d6fda8c85
CREDITS: Added Daniel Balsom which is a stupid overlook
2012-01-31 21:32:17 +02:00
Johannes Schickel
f63df3bf7b
GRAPHICS/GUI: Implement charset mapping for TTF fonts.
...
The charsets used by the translations now need to have a "$(name).cp" file,
which contains an charset index => unicode mapping. Otherwise
create_translations will fail.
2012-01-29 16:26:20 +01:00
Klaus Reimer
9ee0526541
CREDITS: Added Tom Frost as contributor to WebOS port.
2012-01-28 11:19:39 +01:00
Pawel Kolodziejski
b15eee129d
sync with scummvm
2012-01-28 10:44:25 +01:00
Ben Castricum
5db023646a
SCUMM: Use regular detection algorithms for FMTOWNS demos.
2012-01-26 18:06:10 +01:00
David-John Willis
a8e9946a2b
DEVTOOLS: Add files in OpenPandora and GPH backends that need version number updating.
2012-01-22 16:53:32 +00:00
Bastien Bouclet
fb429defb2
CREATEPROJECT: Enable language extensions for Myst 3. Fixes #465 .
2012-01-10 20:04:05 +01:00
Giulio Camuffo
fbdc4d120f
ALL: Add the math/ directory to create_project. Fix #452
2012-01-10 16:36:25 +01:00
Ben Castricum
7a82f513a3
SCUMM: Recognize Mac version of dutch putttime demo
2012-01-08 20:05:49 +01:00
Ben Castricum
b6bc747672
SCUMM: Add support for 2 freddi3 Mac/Dutch demos
2012-01-08 17:52:21 +01:00
Ben Castricum
e3b93672d5
SCUMM: Correctly recognize platform on freddi2 dutch demo
2012-01-08 15:05:50 +01:00
Eugene Sandulenko
2852d685d5
Merge pull request #164 from Mataniko/master
...
SCUMM: Added three Hebrew HE games
2012-01-07 13:52:46 -08:00
Johannes Schickel
f71fb6a828
DEVTOOLS: Fix some warnings in create_kyradat.
2012-01-07 21:30:12 +01:00
Matan Bareket
655d719bde
SCUMM: Add three Hebrew HE games
...
Freddi Fish 3: The Case of the Stolen Conch Shell,
Putt-Putt Joins the Circus,
Pajama Sam 2: Thunder and Lightning Aren't so Frightening
2012-01-07 14:55:34 -05:00
Pawe Koodziejski
a5479cfe83
sync with scummvm
2012-01-06 22:56:21 +01:00
Johannes Schickel
08b6f28d54
GRAPHICS: Rework BDF font code.
2012-01-06 15:38:29 +01:00
Pawel Kolodziejski
4fa79cd323
rename -> ResidualVM
2012-01-06 11:37:57 +01:00
Matthew Hoops
411a7f8183
CREDITS: Use full name instead of a handle
2012-01-05 19:22:25 -05:00
Pawel Kolodziejski
0f7958bbec
update credits
2012-01-06 00:19:42 +01:00
Einar Johan T. Sømåen
d0ce33addc
CREATEPROJECT: Disable MPEG2 by default here too, to keep in line with configure
2012-01-03 15:25:11 +01:00
Ben Castricum
5af464243a
SCUMM: Add support for 2 Dutch/Mac spyfox demos (1 MD5, 1 filename pattern)
2012-01-01 21:21:56 +01:00
Strangerke
e2ded73d92
MISC: This is year 2012
2012-01-01 11:49:41 +01:00
Filippos Karapetis
5c9da28119
CREATE_PROJECT: Add support for enabling the key mapper feature
2011-12-30 00:09:10 +02:00
Willem Jan Palenstijn
57e940f678
DREAMWEB: Move all saved variables to a GameVars struct
...
The data segment is now completely unused.
2011-12-28 13:12:22 +01:00
Filippos Karapetis
26f1643e86
DREAMWEB: Remove a lot of unused/duplicate constants and move some of them to dreambase.h
2011-12-28 12:15:52 +02:00
Filippos Karapetis
fe98fbe972
DREAMWEB: Move all zoom-related functions to vgagrafx.cpp, and remove a lot of unused global constants
2011-12-28 11:38:18 +02:00
Filippos Karapetis
ed72efe05b
DREAMWEB: Remove more global variables
2011-12-28 05:47:09 +02:00