Commit Graph

1044 Commits

Author SHA1 Message Date
Torbjörn Andersson
cf42a24833 Cleanup: Use ScummVM indentation style for switch() cases. In some cases, I
have added or removed "break"s, but not in any way which should change the
program's behaviour. I.e. I've added "break" to the final case, and after
calling quitGame(), and I've removed "break" after "return".

svn-id: r22383
2006-05-08 10:16:19 +00:00
Travis Howell
e2c058551b Add missing file details for HE games
svn-id: r22381
2006-05-08 04:11:21 +00:00
Paul Gilbert
b20966b92b Initial disassembly of NPC schedule handling methods
svn-id: r22380
2006-05-07 22:36:26 +00:00
Johannes Schickel
027fb7febe Fixes playing of credits music.
svn-id: r22378
2006-05-07 19:20:19 +00:00
Max Horn
2e9bb56744 Turning this warning into an error, since I never got any feedback on it
svn-id: r22376
2006-05-07 11:58:01 +00:00
Max Horn
9a6c120b0d Handle line breaks/overflow for V1-V3 games *after* processing newline codes, to avoid double breaks (which result in spurious empty lines)
svn-id: r22375
2006-05-07 11:47:17 +00:00
Max Horn
c4f6cc5819 Perform (horizontal) charset text clipping for V1-V3, too
svn-id: r22374
2006-05-07 11:45:55 +00:00
Travis Howell
58cd5ec5d5 Fix slowFadeIn, the code of original Windows version was flawed
svn-id: r22372
2006-05-07 00:32:00 +00:00
Max Horn
3e0cb0dfd0 Fix for bug #1449597 (MANIAC: Incorrect word wrapping)
svn-id: r22371
2006-05-06 22:49:57 +00:00
Travis Howell
37d2f30999 Ooops, skip WAV data, before changing size var
svn-id: r22367
2006-05-06 08:33:52 +00:00
Torbjörn Andersson
90ced09997 Use scumm_stricmp() instead of stricmp() to fix compile error on some systems,
e.g. mine.

svn-id: r22366
2006-05-06 08:30:39 +00:00
Travis Howell
c552cfdafb Add support for non-English audio in cutscenes of Amiga/Mac. versions of FF
svn-id: r22365
2006-05-06 08:21:57 +00:00
Travis Howell
6913623068 Fix typo, which caused FLAC speech files to fail
svn-id: r22364
2006-05-06 06:25:15 +00:00
Travis Howell
13871e4320 Add another English version of socks
svn-id: r22362
2006-05-05 11:21:22 +00:00
Travis Howell
3cd65c2d8d Remove leftover
svn-id: r22361
2006-05-05 05:59:03 +00:00
Travis Howell
713dac6aba Fix inventory arrows regression in Simon 1
svn-id: r22360
2006-05-05 05:54:35 +00:00
Travis Howell
54eeb8aeed Match fade code of original games and minor cleanup
svn-id: r22359
2006-05-05 05:53:36 +00:00
Travis Howell
eed7d3e413 Update copyright
svn-id: r22358
2006-05-05 00:42:37 +00:00
Max Horn
b727a89b6c Set speech_mute/sfx_mute/music_mute values in one single central place
svn-id: r22342
2006-05-04 21:14:50 +00:00
Travis Howell
881d8ce833 Cleanup
svn-id: r22336
2006-05-04 12:20:49 +00:00
Travis Howell
513cbbb610 Update palmOS code for GameSpecificSettings changes
svn-id: r22335
2006-05-04 12:05:03 +00:00
Travis Howell
24dc04095f Allow skipping speech in Simon1
svn-id: r22334
2006-05-04 11:52:56 +00:00
Johannes Schickel
40189ab7e6 Adds (partial) support for italian floppy. (still hardcoded strings are missing) (Bug # 1409244 ("KYRA: GFX problems with ITALIAN floppy")).
svn-id: r22333
2006-05-04 11:19:48 +00:00
Travis Howell
a33997a3e9 Add missing old simon1 target
svn-id: r22332
2006-05-04 06:55:35 +00:00
Travis Howell
0da90f08c1 Don't read beyond animationCount, when looking for animation in vc3_loadSprite()
svn-id: r22331
2006-05-04 06:28:51 +00:00
Travis Howell
0b4bbef762 Don't read beyond imageCount, when looking for image
svn-id: r22330
2006-05-04 06:18:19 +00:00
Travis Howell
0c8b0d9a9d Remove duplicate code
svn-id: r22329
2006-05-04 05:13:02 +00:00
Travis Howell
afa871aa38 Fix loading of default saved game file, containing restate state, in FF
svn-id: r22328
2006-05-04 05:07:21 +00:00
Travis Howell
838430beda Add filename difference in Amiga/Mac. versions of FF
svn-id: r22326
2006-05-04 04:40:26 +00:00
Travis Howell
f37cfaa766 Show Epic Interactive movie on startup in Amiga/Mac. versions of FF
svn-id: r22323
2006-05-04 02:41:50 +00:00
Travis Howell
34c343bf1d Update screen more often, for smoother mouse movement
svn-id: r22322
2006-05-04 02:34:14 +00:00
Travis Howell
e87de5898b Cleanup
svn-id: r22320
2006-05-04 02:23:52 +00:00
Max Horn
d016c353c5 Changed FilesystemNode::listDir to return a bool indicating its success (or failure)
svn-id: r22315
2006-05-03 20:43:26 +00:00
Max Horn
1902673ece Moved some code from SCUMM's detectGames function into a separate function (in an attempt to somewhat reduce the size of this huuuge function)
svn-id: r22314
2006-05-03 19:34:53 +00:00
Max Horn
3f4427b04a Removed CharsetRendererV3::getFontHeight (it was identical to CharsetRendererCommon::getFontHeight)
svn-id: r22311
2006-05-03 16:23:32 +00:00
Johannes Schickel
e5b2d9a527 Fixes typo.
svn-id: r22310
2006-05-03 14:26:59 +00:00
Johannes Schickel
6776fb3296 - moves detection code to plugin.cpp.
- splits game table for kyra1 and kyra2.

svn-id: r22309
2006-05-03 14:24:48 +00:00
Johannes Schickel
96fd5e1fbc - modifies loadBitmap not to crash if a image isn't found
- starts to clean up the engine initalisation code

svn-id: r22308
2006-05-03 13:40:21 +00:00
Johannes Schickel
1d6a1bf157 Fix for bug # 1480744 ("KYRA1: mouse cursor vanishes").
svn-id: r22307
2006-05-03 13:19:21 +00:00
Travis Howell
d84f744e2d Add work around for glitches that occurs on map, when Simon rides lion to the goblin camp, in non-English versions of Simon2
svn-id: r22305
2006-05-03 12:54:37 +00:00
Travis Howell
04531df9b4 Fix subtitle colors during lion ride in Simon2
svn-id: r22303
2006-05-03 11:40:11 +00:00
Travis Howell
5ef5110299 Clear front buffer, when using cutscenes in Amiga version of FF
svn-id: r22301
2006-05-03 11:14:29 +00:00
Max Horn
58c723d9f0 Use FilesystemNode, never AbstractFilesystemNode (which is for internal use only)
svn-id: r22296
2006-05-03 10:12:42 +00:00
Travis Howell
61b8fa957a Write results to correct locations in setRandom and getPathValue video opcodes of FF
svn-id: r22295
2006-05-03 09:33:41 +00:00
Travis Howell
6e603cce87 Correct size of GPVCount/PVCount vars
svn-id: r22294
2006-05-03 06:07:26 +00:00
Travis Howell
2c700faffa Correct result var in checkPaths script opcode in FF
svn-id: r22293
2006-05-03 05:35:08 +00:00
Travis Howell
52734545b4 sfx5 isn't ambient, but manually started/stopped in FF
svn-id: r22292
2006-05-03 04:58:32 +00:00
Travis Howell
a431bec1d8 Read correct offset in loadIconData()
svn-id: r22291
2006-05-03 04:39:31 +00:00
Travis Howell
afb5f5d5ab Fix scrolling glitches in Oracle of FF
svn-id: r22290
2006-05-03 04:07:37 +00:00
Travis Howell
91a67d1150 Cleanup
svn-id: r22289
2006-05-03 01:11:50 +00:00