Max Horn
c657f1d09a
Made out-of-memory error in SCUMM a bit more verbose
...
svn-id: r34201
2008-08-29 09:44:05 +00:00
Travis Howell
8669e6dcf4
Add more versions of HE games.
...
svn-id: r34184
2008-08-26 11:15:01 +00:00
Paweł Kołodziejski
1f04462011
remove broken code, but i'll add better feature into compression tool
...
svn-id: r34119
2008-08-24 07:54:36 +00:00
Travis Howell
cfc274b695
Add more versions of HE games.
...
svn-id: r34116
2008-08-24 07:48:44 +00:00
Travis Howell
2f5da4f356
Another French version Humongous Catalog and another English DOS version of Fatty Bear's Birthday Surprise.
...
svn-id: r34107
2008-08-23 06:09:30 +00:00
Travis Howell
b9ac54024a
Add another 3DO version of Fatty Bear's Birthday Surprise.
...
svn-id: r34090
2008-08-22 03:37:43 +00:00
Johannes Schickel
1c351a7f82
Oops fix save loading after last commit.
...
svn-id: r34061
2008-08-20 15:12:36 +00:00
Johannes Schickel
f01a4a8845
Cleanup of thumbnail saving/loading code.
...
svn-id: r34060
2008-08-20 15:08:00 +00:00
Johannes Schickel
9138128f5c
- Committed Max' compressed save backseeking support from patch #2050337 "KYRA/SCUMM: Thumbnail support/improvement"
...
- Extended SCUMM engine to support savegames without thumbnail header. (Increased savegame version to prevent saves to be loaded from older ScummVM versions)
- Fixed KYRA to properly support savegames without thumbnail header.
svn-id: r34054
2008-08-20 14:24:16 +00:00
Johannes Schickel
f4fc8c3e4c
Committed patch #2050337 "KYRA/SCUMM: Thumbnail support/improvement". (Without Max' compressed backward seeking support for now)
...
svn-id: r34053
2008-08-20 14:03:34 +00:00
Bertrand Augereau
0e99719b3a
Compile fix for 34006
...
svn-id: r34009
2008-08-18 20:43:44 +00:00
Robin Watts
90b59af2ba
Updates to the scummvm blitting code as discussed on the mailing list.
...
1) Remove DS version of the ARM blitters in favour of the 'normal' ARM one.
2) Update normal ARM blitter to use Carlo's clever algorithm.
3) Update C version with Max Horns patch (slightly tweaked - counting down
on loops is better, M'kay).
svn-id: r34006
2008-08-18 20:04:15 +00:00
Kostas Nakos
b809665671
do away with the smush force redraw hack
...
svn-id: r33991
2008-08-18 17:24:25 +00:00
Max Horn
c91bf34039
Replaced ARM_USE_GFX_ASM by USE_ARM_GFX_ASM
...
svn-id: r33934
2008-08-16 11:37:36 +00:00
Max Horn
f2111eeb45
SCUMM: Made some potentially ambiguous (to the reader, at least) checks slightly less ambiguous
...
svn-id: r33919
2008-08-15 22:06:15 +00:00
Max Horn
9b8665fa85
Clarify SCUMM MD5 message: We do not want reports on fanmade translations
...
svn-id: r33817
2008-08-13 10:13:22 +00:00
Max Horn
32ad70f608
Do not query savestates which obviously do not exist (to shut up bogus console warnings)
...
svn-id: r33664
2008-08-06 16:03:06 +00:00
Max Horn
e7027503f1
Workaround for bug #2016521 (DOTT: Bernard impersonating LaVerne)
...
svn-id: r33655
2008-08-06 10:32:20 +00:00
Max Horn
eb649983fc
SCUMM: Renamed inventoryScript -> inventoryScriptIndy3Mac
...
svn-id: r33654
2008-08-06 09:13:57 +00:00
Max Horn
8d830effc1
SCUMM: cleanup SaveLoadChooser::updateInfos code
...
svn-id: r33640
2008-08-05 13:11:22 +00:00
Max Horn
bedebaccc3
SCUMM: Don't try to load metadata for slot -1 (i.e. don't try to load metadata if nothing is selected)
...
svn-id: r33639
2008-08-05 13:08:07 +00:00
Max Horn
73cbcd33e0
SCUMM: Only try to load savefile metadata from slots >= 0
...
svn-id: r33607
2008-08-04 11:46:52 +00:00
Max Horn
5f4c9f913f
Turned InSaveFile & OutSaveFile into simple typedefs
...
svn-id: r33606
2008-08-04 11:38:25 +00:00
Travis Howell
3f180a4c3f
Remove debug left over.
...
svn-id: r33596
2008-08-04 01:57:50 +00:00
Eugene Sandulenko
3047e084c1
Fix for bug #1945335 : "SCUMM: Invalid charset id can be stored".
...
Regressions possible.
svn-id: r33552
2008-08-02 22:51:53 +00:00
Eugene Sandulenko
e6b1ff04ef
Fix bug #1879606 : "MANIACNES: Crash when game ends"
...
svn-id: r33546
2008-08-02 21:57:35 +00:00
Eugene Sandulenko
39449357af
Fix bug #2023727 : "MONKEY2: Misplaced Text"
...
svn-id: r33544
2008-08-02 21:36:08 +00:00
Max Horn
0be985ce83
Changed class File (and derived classes) to only support read-only access; added a new class DumpFile for writing
...
svn-id: r33412
2008-07-29 16:09:10 +00:00
Eugene Sandulenko
4a245208c0
Patch from bugreport #2020561 : "MMNES : Incorrect detection (US/GB)"
...
svn-id: r33342
2008-07-27 21:14:31 +00:00
Paweł Kołodziejski
b422f0ba73
shutup valgrind warning
...
svn-id: r33206
2008-07-22 15:24:39 +00:00
Max Horn
a49a3c6aaa
cleanup
...
svn-id: r33135
2008-07-20 16:27:12 +00:00
Willem Jan Palenstijn
ba4ba85124
remove accidentally committed debugging code; fix shadowing warning
...
svn-id: r33064
2008-07-14 21:04:42 +00:00
Willem Jan Palenstijn
ff5f3730c5
Don't draw scumm saveload dialog while reflowing layout, as that would use uninitialized values
...
svn-id: r33063
2008-07-14 21:00:39 +00:00
Max Horn
c25c406c00
cleanup (and test for Marwan's branch.... ;)
...
svn-id: r33061
2008-07-14 19:14:26 +00:00
Max Horn
7ddd961bf2
cleanup
...
svn-id: r33010
2008-07-11 20:28:50 +00:00
Bertrand Augereau
f41ab55021
Fixed a few warnings
...
svn-id: r32994
2008-07-10 18:01:54 +00:00
Max Horn
dadb771cdc
Remove reference to kPlainSoundType
...
svn-id: r32960
2008-07-08 10:29:35 +00:00
Lars Persson
fafda89d0c
Fixed Symbian buildsystem for new defines. Fixed ARM asm syntax for Symbian build.
...
svn-id: r32803
2008-06-26 16:51:02 +00:00
Christopher Page
45525e7d18
SCUMM: Fixed a memory leak in the SCUMM engine
...
svn-id: r32680
2008-06-12 19:43:54 +00:00
Travis Howell
0fc34681c8
Add Macintosh version of Blue's 123 Time Activities.
...
svn-id: r32492
2008-06-02 08:39:19 +00:00
Travis Howell
0f17e60101
GID_WATER is no longer required.
...
svn-id: r32486
2008-06-02 05:01:40 +00:00
Travis Howell
cf27ab1a00
Correct HE version for Blue's 123 Time Activities.
...
svn-id: r32457
2008-06-01 10:57:23 +00:00
Travis Howell
3b5b37c3e1
Fix bug #1973247 - DIG: Subtitle glitch (Regression).
...
svn-id: r32456
2008-06-01 10:37:14 +00:00
Travis Howell
0b46595bf1
Add Blue's 123 Time Activities.
...
svn-id: r32454
2008-06-01 10:16:56 +00:00
Travis Howell
d05600d228
Fix display of original load/save screen in the FM-TOWNS version of Loom.
...
svn-id: r32413
2008-05-31 06:31:21 +00:00
Travis Howell
0c6ffa1882
Add Blue's Clues demos.
...
svn-id: r32411
2008-05-31 01:10:17 +00:00
Travis Howell
dcbbd33dc8
Detect the full version of Blue's Reading Time Activities, based on old forum post.
...
svn-id: r32397
2008-05-30 13:10:52 +00:00
Travis Howell
16b0905bb0
Remove debug left over.
...
svn-id: r32338
2008-05-28 13:02:33 +00:00
Travis Howell
edc731e04f
The hard coded string translations for The Dig only apply to subtitles, and not speech.
...
svn-id: r32337
2008-05-28 13:00:41 +00:00
Travis Howell
292bc04389
Update the hard coded string translations in The Dig.
...
svn-id: r32334
2008-05-28 02:55:42 +00:00