Commit Graph

1026 Commits

Author SHA1 Message Date
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
Travis Howell
2552f6e17e Allow skipping cutscenes via ESC key too
svn-id: r22288
2006-05-02 23:46:23 +00:00
Max Horn
111ab60a87 Fix insult fight (MI1) mouse wheel scrolling, hopefully also for the SEGA version (see also bug #1193185)
svn-id: r22283
2006-05-02 23:10:25 +00:00
Torbjörn Andersson
9714ea9055 Cleanup
svn-id: r22280
2006-05-02 18:15:00 +00:00
Torbjörn Andersson
5b779be4ac Let's try this again: Let the backend draw the mouse cursor, instead of drawing
it ourselves. This time it seems to work.

svn-id: r22279
2006-05-02 18:04:22 +00:00
Torbjörn Andersson
7bc4944a3b Fixed FF mouse cursors being drawn a bit to the left of the hotspot. FF seems
to have this strange notion of multiplying the X coordinate by two, so when it
was using 38 to manipulate it, it really meant 19. I think.

Now we just need to simplify this to make the backend draw the cursor instead.

svn-id: r22278
2006-05-02 15:24:26 +00:00
Travis Howell
4c8151f20a Update language details for filenames of a few games
svn-id: r22277
2006-05-02 14:12:39 +00:00
Travis Howell
191a639b11 Update language details for filenames of several HE games
svn-id: r22276
2006-05-02 14:00:29 +00:00
Travis Howell
f3f5664b7d Add gameFilenamesTable[] entries for activity, fbpack and funpack
svn-id: r22275
2006-05-02 13:13:59 +00:00
Travis Howell
e3cb34e5b7 Fix detection of Windows version of puttmoon
svn-id: r22274
2006-05-02 13:06:11 +00:00
Travis Howell
01c92cf6f5 Add support for reading/writing config files through saveGameManager and use for config files in HE games
svn-id: r22273
2006-05-02 03:23:03 +00:00
Max Horn
84b2a4f76f It's wrong to assume a given file is located in gameDataPath, so do not use that to print out warnings that pretend otherwise
svn-id: r22272
2006-05-01 22:27:56 +00:00
Max Horn
77c29d0ab2 Some cleanup, and added a FIXME comment concerning the wrong usage of getSavePath()
svn-id: r22266
2006-05-01 21:31:06 +00:00
Torbjörn Andersson
cab89a6f32 Another small update/cleanup to the French messages from Nicolas Joly.
svn-id: r22264
2006-05-01 20:10:29 +00:00
Sven Hesse
8a855b4251 - Stubbed goblinFunc(), it's completeley different; now it at least
doesn't crash anymore
- Reduced valgrind's complains about unitialized memory

svn-id: r22263
2006-05-01 19:11:57 +00:00
Sven Hesse
61a0266a92 More stubs; GOB2 goes in-game for a second, then segfaults in the
Global-constructor; valgrind shows invalid reads in parseValExpr()
and parseExpr() while accessing _inter_variables and _inter_execPtr

svn-id: r22262
2006-05-01 16:04:53 +00:00
Torbjörn Andersson
72f0c9a5d7 Applied patch from Nicolas Joly to fix the French default messages in Future
Wars. (I had originally left them as question marks because I didn't know what
characters they were supposed to be.)

svn-id: r22259
2006-05-01 14:14:24 +00:00
Travis Howell
6d419559a2 Minor cleanup
svn-id: r22258
2006-05-01 13:53:30 +00:00
Johannes Schickel
73dbd28873 Just add kyra2 to kyra_list if ENABLE_KYRA2 is defined.
svn-id: r22256
2006-05-01 13:05:18 +00:00