aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
AgeCommit message (Collapse)Author
2008-06-02Add Macintosh version of Blue's 123 Time Activities.Travis Howell
svn-id: r32492
2008-06-02GID_WATER is no longer required.Travis Howell
svn-id: r32486
2008-06-01Correct HE version for Blue's 123 Time Activities.Travis Howell
svn-id: r32457
2008-06-01Fix bug #1973247 - DIG: Subtitle glitch (Regression).Travis Howell
svn-id: r32456
2008-06-01Add Blue's 123 Time Activities.Travis Howell
svn-id: r32454
2008-05-31Fix display of original load/save screen in the FM-TOWNS version of Loom.Travis Howell
svn-id: r32413
2008-05-31Add Blue's Clues demos.Travis Howell
svn-id: r32411
2008-05-30Detect the full version of Blue's Reading Time Activities, based on old ↵Travis Howell
forum post. svn-id: r32397
2008-05-28Remove debug left over.Travis Howell
svn-id: r32338
2008-05-28The hard coded string translations for The Dig only apply to subtitles, and ↵Travis Howell
not speech. svn-id: r32337
2008-05-28Update the hard coded string translations in The Dig.Travis Howell
svn-id: r32334
2008-05-24Update HE version of another English Windows version of Putt Putt Saves The Zoo.Travis Howell
svn-id: r32240
2008-05-23Fixed PalmOS compilationChris Apers
svn-id: r32223
2008-05-23Add another English Windows version of Putt Putt Saves The Zoo.Travis Howell
svn-id: r32220
2008-05-20Cleaned up engine debug level code.Johannes Schickel
svn-id: r32195
2008-05-19Restrict the remaining changes made in rev 28166 to chinese COMIMax Horn
svn-id: r32181
2008-05-18Fix for bug #1940063 (MONKEY: Crash during the marriage lechuck/marley) -- ↵Max Horn
regression was introduced by rev 28167 -- rule of thumb, if you add game specific code, make it game specifc ... ;) svn-id: r32177
2008-05-18Update HE version of another release of Pajama Sam 1 and SPY Fox 1.Travis Howell
svn-id: r32165
2008-05-17Add another English version of Pajama Sam 1 and SPY Fox 1.Travis Howell
svn-id: r32162
2008-05-15Add patch #1964159 - PUTTPUTT: Add Japanese 3DO Version.Travis Howell
svn-id: r32133
2008-05-12Update HE version for that English Windows version of Freddi Fish 1.Travis Howell
svn-id: r32048
2008-05-11Update HE version for that English Windows version of Freddi Fish 1.Travis Howell
svn-id: r31997
2008-05-11Add another English Windows version of Freddi Fish 1.Travis Howell
svn-id: r31996
2008-05-07Proper delete[] formatting (this time all occurences should've been changed...)Johannes Schickel
svn-id: r31929
2008-05-07Changed all delete [] usages to delete[].Johannes Schickel
svn-id: r31927
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
svn-id: r31888
2008-05-04Fix bug #1957165 - MM: render_mode is broken.Travis Howell
svn-id: r31862
2008-04-30Fix subtitle regressions in The Dig.Travis Howell
svn-id: r31788
2008-04-30Fix cycling of speech and subtitle options via Ctrl t.Travis Howell
svn-id: r31787
2008-04-30Ooops, missed one difference.Travis Howell
svn-id: r31786
2008-04-30Revert string clipping changes, as they only applied to The Dig (Second ↵Travis Howell
release) and COMI. svn-id: r31785
2008-04-30The Dig (Second release) used similar charset code to COMI. This could cause ↵Travis Howell
regressions, if there are differences between the two releases of The Dig. svn-id: r31784
2008-04-30Add language.bnd size, for the Japanese version of The Dig.Travis Howell
svn-id: r31783
2008-04-30Add extra hard coded strings translations, from second release of The Dig.Travis Howell
svn-id: r31782
2008-04-28Narrow corrections to clipping code introduced with commit r31757 toEugene Sandulenko
SCUMM 6+ as pointed out by Fingolfin svn-id: r31759
2008-04-28Fix Kanji text positioning in DIG. Constants based on disassembly, butEugene Sandulenko
it can bring some regressions to subtitles. svn-id: r31757
2008-04-26Fix Kanji renderingEugene Sandulenko
svn-id: r31734
2008-04-24Comment patch #1949695Eugene Sandulenko
svn-id: r31700
2008-04-24Patch #1949695: "set defaultTo1XScaler depending on width with CJK mode"Eugene Sandulenko
svn-id: r31699
2008-04-17Update a few debug messages.Travis Howell
svn-id: r31556
2008-04-17Enable original load/save system in HE100 games.Travis Howell
svn-id: r31529
2008-04-16Add English Windows version of Blue's Birthday Adventure (Red).Travis Howell
svn-id: r31511
2008-04-11Allow mixed Adlib/MIDI mode in VGA version of SOMI.Travis Howell
svn-id: r31483
2008-04-11Correct VAR_SOUNDCARD setting for PC Speaker and list all modes for ↵Travis Howell
VAR_SOUNDCARD. svn-id: r31482
2008-04-08First attempt to support Japanese DIGEugene Sandulenko
svn-id: r31456
2008-04-08SpellifixEugene Sandulenko
svn-id: r31452
2008-04-04Properly *init* the _fmtownsBuf variable, and properly release the memory it ↵Max Horn
points to when restarting svn-id: r31381
2008-04-04Revert revision 31256, since _textSurfaceMultiplier isn't set at that point.Travis Howell
svn-id: r31380
2008-03-28cleanupMax Horn
svn-id: r31289
2008-03-26Init the _fmtownsBuf in the constructor, not in setupScumm() (fixes a leak, ↵Max Horn
and ensure that _fmtownsBuf always is inited) svn-id: r31256