scummvm/scumm
2005-04-29 06:36:03 +00:00
..
imuse_digi Reduce dependencies on saveload.h 2005-04-26 13:17:11 +00:00
insane Replaced the platform specific GF_FOO switches (using _platform instead now) 2005-04-20 18:21:30 +00:00
smush cleanup 2005-04-20 19:59:18 +00:00
.cvsignore
actor.cpp Add HE90 version of processActors(). 2005-04-29 01:36:30 +00:00
actor.h Work in progress on opcodeE0 for HE games. 2005-04-12 02:29:50 +00:00
akos.cpp Correct actor clipping in HE games. 2005-04-27 09:15:18 +00:00
akos.h Tie the AKOS code into the new costume infrastructure, too 2005-03-27 01:07:22 +00:00
base-costume.cpp Tie the AKOS code into the new costume infrastructure, too 2005-03-27 01:07:22 +00:00
base-costume.h Always check hasManyDirections for AKOS costumes -- this could cause regressions with HE games (or fix something, who knows?) 2005-03-28 20:34:18 +00:00
bomp.cpp Reduce dependencies on scumm/util.h; modified ScummNESFile a bit so that it complies a bit better with our code formatting rules 2005-04-10 12:59:17 +00:00
bomp.h Updated copyright 2005-01-01 16:09:25 +00:00
boxes.cpp Reduce dependencies on scumm/util.h; modified ScummNESFile a bit so that it complies a bit better with our code formatting rules 2005-04-10 12:59:17 +00:00
boxes.h Updated copyright 2005-01-01 16:09:25 +00:00
camera.cpp Mass-renamed all variables of Actor object according to our current code 2005-03-11 01:10:06 +00:00
charset.cpp decompressWizImage shouldn't be called directly by charset renderer in HE games. 2005-04-23 14:32:40 +00:00
charset.h Clear the text surface when loading a saved game, otherwise any text that 2005-04-05 07:53:46 +00:00
costume.cpp Replaced the platform specific GF_FOO switches (using _platform instead now) 2005-04-20 18:21:30 +00:00
costume.h More costume code restructuring 2005-03-27 00:42:53 +00:00
cursor.cpp Fix glitch when skipping AUX sequence in freddi. 2005-04-27 13:55:55 +00:00
debugger.cpp Changed the semantics of debug level 0 from off back to something more similiar to how it used to be (default debug level now is -1) 2005-04-24 12:21:53 +00:00
debugger.h Updated copyright 2005-01-01 16:09:25 +00:00
dialogs.cpp fixed compilation for emsvc4 2005-03-15 09:53:07 +00:00
dialogs.h Add key to toggle speech/subtitles 2005-03-12 00:47:17 +00:00
gfx.cpp Add comment to NES-specifix gfx hack with virtual screens 2005-04-29 06:36:03 +00:00
gfx.h Moved blast text/object code to ScummEngine_v6 2005-04-28 22:34:56 +00:00
help.cpp Updated copyright 2005-01-01 16:09:25 +00:00
help.h Updated copyright 2005-01-01 16:09:25 +00:00
imuse_internal.h Patches #1164217 "Updated GS Support + Percussion Remapping Patch" and 2005-04-13 00:11:49 +00:00
imuse_player.cpp Flag 64 bit problem in iMuse, as well as what I think might be very old regression in our code 2005-01-07 14:42:51 +00:00
imuse.cpp Patches #1164217 "Updated GS Support + Percussion Remapping Patch" and 2005-04-13 00:11:49 +00:00
imuse.h Patches #1164217 "Updated GS Support + Percussion Remapping Patch" and 2005-04-13 00:11:49 +00:00
input.cpp Renamed _mouseButStat -> _mouseAndKeyboardStat (that's what it really is); moved _audioNames to class IMuseDigital 2005-04-20 23:33:35 +00:00
instrument.cpp Removing this casting operator. I changed the only place it was used to an 'error' a long time ago, and so far nobody reported anything about it. 2005-04-14 19:23:21 +00:00
instrument.h Removing this casting operator. I changed the only place it was used to an 'error' a long time ago, and so far nobody reported anything about it. 2005-04-14 19:23:21 +00:00
intern.h Add HE90 version of processActors(). 2005-04-29 01:36:30 +00:00
midiparser_eup.cpp Updated copyright 2005-01-01 16:09:25 +00:00
midiparser_ro.cpp Updated copyright 2005-01-01 16:09:25 +00:00
module.mk Moved some room loading stuff into a new source file 2005-04-10 01:23:33 +00:00
music.h Updated copyright 2005-01-01 16:09:25 +00:00
nut_renderer.cpp Reduce dependencies on scumm/util.h; modified ScummNESFile a bit so that it complies a bit better with our code formatting rules 2005-04-10 12:59:17 +00:00
nut_renderer.h Updated copyright 2005-01-01 16:09:25 +00:00
object.cpp Moved blast text/object code to ScummEngine_v6 2005-04-28 22:34:56 +00:00
object.h New virtual method getObjectIdFromOBIM 2005-04-17 23:19:16 +00:00
palette_he.cpp Minor cleanup 2005-04-25 10:22:38 +00:00
palette.cpp desaturatePalette is V8 specific 2005-04-26 15:42:35 +00:00
player_mod.cpp Updated copyright 2005-01-01 16:09:25 +00:00
player_mod.h Updated copyright 2005-01-01 16:09:25 +00:00
player_nes.cpp Patch from Quietust: 2005-04-07 21:13:01 +00:00
player_nes.h Patch from Quietust: 2005-04-07 21:13:01 +00:00
player_v1.cpp On Fingolfin's suggestion I put back the inclusion of util.h into Rect, for 2005-01-11 13:25:02 +00:00
player_v1.h Updated copyright 2005-01-01 16:09:25 +00:00
player_v2.cpp Fix Bug #1163202 (music never stops). Some code cleanup. 2005-03-15 13:41:15 +00:00
player_v2.h Use class Mutex instead of MutexRef 2005-01-28 22:05:51 +00:00
player_v2a.cpp Patch from Quietust 2005-04-07 07:29:19 +00:00
player_v2a.h Patch from Quietust 2005-04-07 07:29:19 +00:00
player_v3a.cpp Patch from Quietust 2005-04-07 07:29:19 +00:00
player_v3a.h Patch from Quietust 2005-04-07 07:29:19 +00:00
resource_v2.cpp Replaced the platform specific GF_FOO switches (using _platform instead now) 2005-04-20 18:21:30 +00:00
resource_v3.cpp Reduce dependencies on scumm/util.h; modified ScummNESFile a bit so that it complies a bit better with our code formatting rules 2005-04-10 12:59:17 +00:00
resource_v4.cpp Replaced the platform specific GF_FOO switches (using _platform instead now) 2005-04-20 18:21:30 +00:00
resource_v7he.cpp Add RIFF sound type. 2005-04-19 10:35:25 +00:00
resource_v7he.h Support for Mac cursors. 2005-01-31 03:53:35 +00:00
resource.cpp Don't use Common::Map for the object table at all; rather use bsearch on a fixed size table. 2005-04-23 16:52:11 +00:00
resource.h Made findResourceSmall local to resource.cpp; simplified _EPAL_offs (since we don't use it nor save it at this time, this is harmless); added a comment about _CLUT_offs ugliness 2005-03-31 23:11:39 +00:00
room.cpp Moved blast text/object code to ScummEngine_v6 2005-04-28 22:34:56 +00:00
saveload.cpp Added a few more comments 2005-04-26 16:43:20 +00:00
saveload.h Make use of the new loadRoomSubBlocks (which only loads static room data now) in the save/load code; this also means we have to save a bit less data, and reduce code duplication 2005-04-26 14:18:34 +00:00
script_v2.cpp Use kVerbVirtScreen were appropriate; removed unused param from initVirtScreen 2005-04-26 15:52:55 +00:00
script_v5.cpp Replaced the platform specific GF_FOO switches (using _platform instead now) 2005-04-20 18:21:30 +00:00
script_v6.cpp Should be HE61 now. 2005-04-23 11:06:17 +00:00
script_v6he.cpp Replaced the platform specific GF_FOO switches (using _platform instead now) 2005-04-20 18:21:30 +00:00
script_v7he.cpp Fix glitch when skipping AUX sequence in freddi. 2005-04-27 13:55:55 +00:00
script_v8.cpp Move _numActors to a more sensible place, and make it protected; fix confirmFOODialog() method names to comply with our guidelines 2005-04-17 22:40:45 +00:00
script_v72he.cpp Minor cleanup. 2005-04-27 14:47:10 +00:00
script_v80he.cpp Minor cleanup. 2005-04-27 14:47:10 +00:00
script_v90he.cpp Minor clean up, HE games should always copy strings directly. 2005-04-27 14:26:52 +00:00
script_v100he.cpp Minor cleanup. 2005-04-27 14:47:10 +00:00
script.cpp Moved v2 verb code into class ScummEngine_v2 2005-04-20 23:53:29 +00:00
script.h Add support for script cycles used by HE90+ games. 2005-02-28 13:23:10 +00:00
scumm-md5.h Add Macintosh version of putttime. 2005-04-28 01:31:30 +00:00
scumm.cpp Add HE90 version of processActors(). 2005-04-29 01:36:30 +00:00
scumm.h pajama3 requires GF_HE_LOCALIZED 2005-04-29 01:08:58 +00:00
sound.cpp Add some basic support for pjgames. 2005-04-27 04:47:02 +00:00
sound.h Read index of music file in HE games at startup. 2005-04-25 05:44:12 +00:00
sprite_he.cpp Update debug message. 2005-04-20 10:38:13 +00:00
sprite_he.h Add some additional details for sprite fields. 2005-04-20 10:33:20 +00:00
string.cpp Remove extra whitespace. 2005-04-29 01:10:49 +00:00
usage_bits.cpp Some more cleanup 2005-03-25 01:59:47 +00:00
usage_bits.h Updated copyright 2005-01-01 16:09:25 +00:00
util.cpp Extract code works will any WriteStream, not just MemoryWriteStream 2005-04-28 21:02:43 +00:00
util.h Extract code works will any WriteStream, not just MemoryWriteStream 2005-04-28 21:02:43 +00:00
vars.cpp HE98+ includes extra VAR checks at this point. 2005-04-21 03:29:31 +00:00
verbs.cpp Added new handleMouseOver to allow further refactoring of the V2 specific verb code; added a TODO comment regarding the blast code 2005-04-28 01:04:42 +00:00
verbs.h Updated copyright 2005-01-01 16:09:25 +00:00
wiz_he.cpp Read index of music file in HE games at startup. 2005-04-25 05:44:12 +00:00
wiz_he.h Rename wizImage process flag for HE games. 2005-04-20 06:55:30 +00:00