Commit graph

587 commits

Author SHA1 Message Date
Travis Howell
e077fdd9ed Rename & update opcode in C64 maniac.
Remove unused SCUMM vars in C64 maniac

svn-id: r18873
2005-09-24 05:26:12 +00:00
Travis Howell
bec3467c4d Remove demo specific targets for HE games.
svn-id: r18870
2005-09-24 02:06:38 +00:00
Eugene Sandulenko
81b46b6268 Fix regression introduced when we split engine constructiors into
constructor itself and init() method. debug() and error() are dependent
on _debug object in many engines, so if these methods were called on early
stage, scummvm crashed.

svn-id: r18860
2005-09-22 22:55:01 +00:00
Eugene Sandulenko
cfe0b5936b Implement Feature request #1286150 "Third-party translations". Just
use target_md5=234672e54b4534ac6775 which will be used to pick up
alternative target parameters.

svn-id: r18848
2005-09-20 00:52:32 +00:00
Eugene Sandulenko
a35366276e Make Mac DOTT demo runnable.
svn-id: r18834
2005-09-17 00:24:51 +00:00
Eugene Sandulenko
c01148b098 Add Mac Dott demo. Though file substitutes handling needs to be extended to
make it run.

svn-id: r18833
2005-09-16 23:45:33 +00:00
Eugene Sandulenko
76a3c5bc4d Add file substitutions for UK Putt Time release.
svn-id: r18831
2005-09-16 21:02:46 +00:00
Eugene Sandulenko
90bcab800a Add UK releases of HE demos.
svn-id: r18828
2005-09-14 22:42:07 +00:00
Eugene Sandulenko
c1ddc2736e Add f4demo from UK putttime
svn-id: r18827
2005-09-14 17:00:17 +00:00
Jonathan Gray
a5b1a8a2b5 Move the check for >= v5 further up the calling chain
for deciding whether we want to open an sfxfile.

svn-id: r18823
2005-09-14 10:49:53 +00:00
Travis Howell
adeb1a6c11 Selection screen partly working in C64 maniac.
svn-id: r18818
2005-09-14 08:20:37 +00:00
Eugene Sandulenko
7ba3330909 Fix for FM-TOWNS Monkey1 detection.
svn-id: r18815
2005-09-13 23:11:44 +00:00
Eugene Sandulenko
362200bcbe whitespace fixes
svn-id: r18814
2005-09-13 17:31:06 +00:00
Eugene Sandulenko
cf821fe6f8 Fix SegaCD detection.
svn-id: r18813
2005-09-13 17:16:28 +00:00
Eugene Sandulenko
42cc16e2cd Add reported games.
svn-id: r18810
2005-09-11 20:31:17 +00:00
Eugene Sandulenko
b6c320aaf1 russian indy3
svn-id: r18808
2005-09-11 14:51:36 +00:00
Travis Howell
1090c9de0d Fix warning
svn-id: r18794
2005-09-09 07:24:24 +00:00
Gregory Montoir
233f1fb7ef added missing calls to destructors in ScummEngine_v70he and ScummEngine_v90he
svn-id: r18792
2005-09-08 19:26:43 +00:00
Gregory Montoir
69ac219dfc typo
svn-id: r18791
2005-09-08 19:21:27 +00:00
Eugene Sandulenko
f876a0dffd Remove debug output leftover
svn-id: r18786
2005-09-07 20:09:12 +00:00
Travis Howell
710c2efa51 Correct music drivers for AtariST/Macintosh versions.
svn-id: r18775
2005-09-04 23:08:04 +00:00
Eugene Sandulenko
7acd36b443 Remove baseFilename and detectFilename from struct ScummGameSettings since
it is not needed anymore.

svn-id: r18772
2005-09-04 15:07:09 +00:00
Eugene Sandulenko
13e31a5328 Fix detection/running of those games which have different file generation in
different cases. Though it lacks file caches.

svn-id: r18770
2005-09-04 14:51:00 +00:00
Eugene Sandulenko
78f9ad33fe oops.
svn-id: r18768
2005-09-04 13:23:48 +00:00
Eugene Sandulenko
54737a39aa Fix more platforms.
Fix dig demos.

svn-id: r18767
2005-09-04 13:17:51 +00:00
Eugene Sandulenko
10eefd2f29 Fix platforms
svn-id: r18766
2005-09-04 13:04:57 +00:00
Eugene Sandulenko
2a041601a5 Implement my own request #1091806 "SCUMM: Eliminate platform-specific targets".
.ini file gets auto-upgraded and user gets a warning to console. Old targets
are still present but get converted immediately. We could remove them maybe
after 2 releases.

Also demos targets were removed as well. Probably next target is HE demos.

I tried my best to test all combinations of files, but bugs still may be
present.

svn-id: r18765
2005-09-04 12:42:19 +00:00
Gregory Montoir
149d8c835e get rid of the GF_DEFAULT_TO_1X_SCALER hack for _heversion >= 71
svn-id: r18725
2005-08-31 20:26:44 +00:00
Travis Howell
e93fa9ffaf Add German version of pajama2.
svn-id: r18720
2005-08-30 12:29:37 +00:00
Travis Howell
a820400f8c Replace warnings with debug, errors or printfs:
-To catch any missing cases/functions used.
-To prevent users reporting warnings as bugs

svn-id: r18681
2005-08-14 01:41:52 +00:00
Travis Howell
80d1ef4510 Add Big Thinkers 1st Grade
svn-id: r18608
2005-08-04 10:19:52 +00:00
Eugene Sandulenko
6b4484472b Remove trailing whitespaces.
svn-id: r18604
2005-07-30 21:11:48 +00:00
Eugene Sandulenko
e1d7e244e0 Add demosi discovered by yesitsme. I have them, so ask me if interested.
svn-id: r18571
2005-07-20 20:22:38 +00:00
Torbjörn Andersson
546a9d852b Applied patch #1238516, with very minor modifications. It gets rid of an
old DOTT hack/workaround.

svn-id: r18559
2005-07-19 17:53:55 +00:00
Jonathan Gray
545837b903 Set SCUMM debug mode to be on if a boot param is specified.
This avoids having to use -d0 for scumm titles and alows
boot params from config files to work better.

svn-id: r18548
2005-07-16 17:10:50 +00:00
Travis Howell
3d9d96e873 Missed flag
svn-id: r18547
2005-07-16 00:22:28 +00:00
Travis Howell
6f916583b7 Try HE99
svn-id: r18546
2005-07-16 00:13:05 +00:00
Eugene Sandulenko
888c4054df Add reported German Spyfox1
svn-id: r18545
2005-07-15 23:52:18 +00:00
Andrew Kurushin
96f9571afc fix VS2005 _strnicmp error issue
svn-id: r18459
2005-06-24 18:17:01 +00:00
Max Horn
8b1d7b9166 When including files from common/, explicitly use the common/ prefix
svn-id: r18444
2005-06-24 15:23:51 +00:00
Eugene Sandulenko
1844a9c544 Fix C64 targets. Regression.
svn-id: r18411
2005-06-19 18:16:27 +00:00
Gregory Montoir
04eba089f6 fix compilation with DISABLE_SCUMM_7_8 defined
svn-id: r18409
2005-06-18 15:44:40 +00:00
Torbjörn Andersson
dc3372b580 Applied patch #1208299. A warning message about the "playing from CD under
Windows" bug is better than nothing, even if a proper bugfix - if one is
possible - would be preferable.

svn-id: r18389
2005-06-14 08:54:11 +00:00
Travis Howell
fc7d6c4e26 -Add more Backyard sports titles
-Add additional HE100 opcodes changes for basketball
-Fix baseball asserts in VAR_WIZ_TCOLOR

svn-id: r18385
2005-06-14 03:06:56 +00:00
Gregory Montoir
2c31f4208e Based on indy4demo FMTowns, some minor changes to SO_ROOM_FADE
svn-id: r18362
2005-06-07 20:44:19 +00:00
Travis Howell
52a61dda39 The sound queue needs to be processed, before sfx queue in HE games, since speech is queued.
svn-id: r18330
2005-06-04 06:30:35 +00:00
Travis Howell
0e26360fe3 HE games require min/max heap sizes to be set, after index is read.
Init _hePalettes, to fix valgrind warnings.

svn-id: r18311
2005-06-02 14:40:13 +00:00
Eugene Sandulenko
5f445e111f Fix for bug #1032768 "FM-TOWNS MI1: Kanji version not recognized"
svn-id: r18306
2005-05-31 23:57:59 +00:00
Max Horn
e9c71f3a98 Fix for bug #1210831 (MANIAC: Inventory not redrawn after loading a savegame)
svn-id: r18294
2005-05-29 17:31:27 +00:00
Travis Howell
51a46f9c91 Correct HE version.
svn-id: r18276
2005-05-28 01:41:44 +00:00