Commit Graph

13577 Commits

Author SHA1 Message Date
Max Horn
a3a8cb65c9 Fix compilation on OS X
svn-id: r17515
2005-04-10 14:49:57 +00:00
Torbjörn Andersson
3f114bb724 Added note about the GUI for the "soundfont" setting.
svn-id: r17514
2005-04-10 14:49:28 +00:00
Torbjörn Andersson
d4d045b117 Forgot to add files when committing patch #1175374.
svn-id: r17513
2005-04-10 14:35:11 +00:00
Torbjörn Andersson
13dc149ded Applied patch #1175374 ("FluidSynth MIDI driver"), with a few documentation
changes. There are a few things that could use a bit more work, and I've
only tested it on my Linux box. I have verified that ScummVM still compiles
when it's disabled, though, so it shouldn't break anything too badly.

svn-id: r17512
2005-04-10 14:33:44 +00:00
Joost Peters
53a64266c8 Apply "correct handling of transp in drawSprite()" patch by wjp.
(Colour 0 should only be skipped when transp is set)
Fixes wrong colour in intro and clearing of buffer after fades.

svn-id: r17511
2005-04-10 14:30:24 +00:00
Max Horn
0553720ca0 Read the RNAM data (might be useful for debugging)
svn-id: r17510
2005-04-10 13:16:49 +00:00
Joost Peters
232860bc44 fix jumping goblin bug
svn-id: r17509
2005-04-10 13:07:02 +00:00
Max Horn
871e278f8b Reduce dependencies on scumm/util.h; modified ScummNESFile a bit so that it complies a bit better with our code formatting rules
svn-id: r17508
2005-04-10 12:59:17 +00:00
Joost Peters
e3fbf09035 fix another "x = y" type copy/paste bug, unfortunately this still doesn't fix the jumping goblin in the first scene
svn-id: r17507
2005-04-10 12:32:56 +00:00
Travis Howell
9d9a072762 akst/aksf pointer should be reset for each loop.
svn-id: r17506
2005-04-10 11:20:55 +00:00
Eugene Sandulenko
582c56c236 Do not hardcode character translation tables and verbs prepositions
in MM NES but extract it directly from ROM. Patch from Quietust

svn-id: r17505
2005-04-10 09:58:37 +00:00
Max Horn
82c10524b4 gBitFormat TODO
svn-id: r17504
2005-04-10 09:45:05 +00:00
Travis Howell
5b802a03e5 Enable object lock/unlock in HE 100 too.
Add comments

svn-id: r17503
2005-04-10 06:17:49 +00:00
Travis Howell
02a724a619 Add extra case, used by freddicove
svn-id: r17502
2005-04-10 05:39:46 +00:00
Travis Howell
ae69af7ecf Pointer off by 8
svn-id: r17501
2005-04-10 03:50:17 +00:00
Travis Howell
64d6c3cafa rmap suppork works now
svn-id: r17500
2005-04-10 02:37:48 +00:00
Max Horn
15fd220a81 Init _numObjectsInRoom in another spot
svn-id: r17499
2005-04-10 01:42:00 +00:00
Max Horn
063fa83483 Init music engine within setupMusic(), even for V1 and V2 games
svn-id: r17498
2005-04-10 01:31:31 +00:00
Travis Howell
b40fa83d41 Add initial rmap support for wizImages.
svn-id: r17497
2005-04-10 01:25:33 +00:00
Max Horn
475ee92117 Moved some room loading stuff into a new source file
svn-id: r17496
2005-04-10 01:23:33 +00:00
Max Horn
cfe85b8618 Don't call allocateArrays from readMAXS, rather call it explicitly after calling readMAXS; init _palManipCounter in the proper place (only needed when restarting); free palManip data on exit
svn-id: r17495
2005-04-10 00:51:47 +00:00
Max Horn
78f2f279c4 Got rid of _dynamicRoomOffsets
svn-id: r17494
2005-04-10 00:33:31 +00:00
Travis Howell
03616ad2c8 Add some debug output to help with bug report.
svn-id: r17493
2005-04-10 00:32:11 +00:00
Eugene Sandulenko
1ec5111b98 Fix jumping actor glitch. Thanks to joostp.
svn-id: r17492
2005-04-09 23:13:46 +00:00
Eugene Sandulenko
e7786320a6 Fix for put apple bug from wjp
svn-id: r17491
2005-04-09 21:16:34 +00:00
Max Horn
d7c1017fe4 Pedantic cleanup
svn-id: r17490
2005-04-09 20:26:51 +00:00
Max Horn
81e34e9110 Overload getStringAddress in subclasses; moved V6-V8 specific res stuff to resource.cpp
svn-id: r17489
2005-04-09 20:22:31 +00:00
Max Horn
d271b58aa7 Got rid of GF_NEW_OPCODES
svn-id: r17488
2005-04-09 20:13:30 +00:00
Max Horn
909aab0693 Added Stefan Parviainen to credits, credited Quietust for his MM NES work
svn-id: r17487
2005-04-09 19:49:01 +00:00
Max Horn
2efa0d17f2 Get rid of debug.cpp/.h -- it wasn't used anyway, and contained bad code (open/write/close to access a log file? yuck)
svn-id: r17486
2005-04-09 19:32:29 +00:00
Max Horn
9aaff636aa Fix legal header. Be careful when doing global search and replace! Better use full-word regex, to avoid problems like this
svn-id: r17485
2005-04-09 19:19:54 +00:00
Joost Peters
6553ed4d9b read index as LE value
svn-id: r17484
2005-04-09 18:14:01 +00:00
Joost Peters
4d626f867a Fix crash after dropping item on screen change - thanks wjp!
svn-id: r17483
2005-04-09 17:58:07 +00:00
Max Horn
0b5a407567 Init _editMode
svn-id: r17482
2005-04-09 17:51:40 +00:00
Travis Howell
240a6f7406 Switch back to warning, since it is used in maze
svn-id: r17481
2005-04-09 15:12:26 +00:00
Travis Howell
b12942a8e7 Correct stack list order.
chase/lost/smaller use correct level numbers now.

svn-id: r17480
2005-04-09 15:07:44 +00:00
Max Horn
3aba4997f4 Moved the GFX_ constants to sdl-common.h, where they belong.
svn-id: r17479
2005-04-09 13:31:47 +00:00
Max Horn
37c0af9a2d A common platform alias for 'Windows' is 'win'
svn-id: r17478
2005-04-09 13:13:04 +00:00
Torbjörn Andersson
342334f235 Removed unnecessary includes.
svn-id: r17477
2005-04-09 13:08:00 +00:00
Torbjörn Andersson
1566fb527f Fixed typo in comment.
svn-id: r17476
2005-04-09 13:04:12 +00:00
Max Horn
34098ae3c7 Simplify the substResFileName system a bit
svn-id: r17475
2005-04-09 11:59:43 +00:00
Travis Howell
db43946f05 Add flObject lock/unlock support for HE games.
svn-id: r17474
2005-04-09 09:57:54 +00:00
Max Horn
866e0c8613 Fix check of the return value of findLocalObjectSlot() in loadFlObject()
svn-id: r17473
2005-04-09 09:49:55 +00:00
Travis Howell
cbe1437c27 rewrite for hePalettes.
svn-id: r17472
2005-04-09 09:20:44 +00:00
Gregory Montoir
16061e0f42 minor corrections and cleanup
svn-id: r17471
2005-04-09 08:55:26 +00:00
Travis Howell
4f08551643 Add comment to TODO
Check that string pointer exists, before reading data.
Don't attempt to play speech in soccer2004, since it uses compression.

svn-id: r17470
2005-04-09 07:25:41 +00:00
Travis Howell
73d1d63f15 Add opcode for chase, playable now.
svn-id: r17469
2005-04-09 06:39:20 +00:00
Travis Howell
2d40caf7ad Add opcode stub for chase
svn-id: r17468
2005-04-09 06:26:12 +00:00
Travis Howell
f623a5595c Correct arguments order, works now.
svn-id: r17467
2005-04-09 05:15:51 +00:00
Travis Howell
efa83b0dbb Correct arguments order, works now.
svn-id: r17466
2005-04-09 04:52:44 +00:00