scummvm/engines/sci
Filippos Karapetis 58732b9df1 SCI: More changes to the code for loading from the launcher
- Added support for the LSL2 menu bar object
- We no longer need a reference to the init() selector - it's always the first method of the menu bar object

svn-id: r50462
2010-06-28 22:01:26 +00:00
..
engine SCI: More changes to the code for loading from the launcher 2010-06-28 22:01:26 +00:00
graphics SCI: updated comment about transparent pixels in views 2010-06-28 18:10:21 +00:00
parser Cleanup, remove unused/obsolete code 2010-06-27 21:29:35 +00:00
sound SCI: remove clipping of volume inside SciMidiParser::setvolume 2010-06-28 20:17:43 +00:00
video
console.cpp SCI: cleanup of execstack, output of backtrace slightly modified, is now also displaying local calls and exports 2010-06-28 14:21:56 +00:00
console.h SCI: added additional output to vmvars command 2010-06-27 20:38:41 +00:00
debug.h SCI: added new command "p" / "stepover" to execute one command, but skip send/calls processing. single-step is now "trace" (alias "s" and "t"), stepping till ret is "step_ret" (alias "pret"), removed unused kDebugSeek 2010-06-27 19:58:32 +00:00
decompressor.cpp SCI: dont write palette in reorderView() if there is no palette :P 2010-06-23 16:49:03 +00:00
decompressor.h
detection_tables.h Applied patch #3022511 - "qfg4 detection cleanup" 2010-06-28 20:31:30 +00:00
detection.cpp SCI: Introduce SciGameId enum 2010-06-25 16:16:29 +00:00
event.cpp SCI: replacing the keyboard size check for direction type detection with checking for script 933 (pseudoMouse) instead - this is better because its working multiplatform 2010-06-19 10:57:01 +00:00
event.h SCI: implemented checking of keyboard driver in case of SCI1EGA/EARLY, also renamed SCI_EVENT_JOYSTICK to SCI_EVENT_DIRECTION 2010-06-19 09:46:04 +00:00
module.mk SCI: SciGui/SciGui32 gone for good... 2010-06-15 15:44:24 +00:00
resource_audio.cpp SCI: do boundary checking when loading sci1 sounds and mixing them together. The final end credits song (resource 699) in kq5 has some channels with invalid offsets, crashing ScummVM before 2010-06-26 19:55:49 +00:00
resource_intern.h SCI: Avoid using g_sci in resman (as it might not yet be inited) 2010-06-16 00:24:16 +00:00
resource.cpp SCI: detect, if SCI1.1 game is merging or copying palette instead of using gameIds. Also prints method used, when using debug command "version" 2010-06-25 10:04:31 +00:00
resource.h SCI: do boundary checking when loading sci1 sounds and mixing them together. The final end credits song (resource 699) in kq5 has some channels with invalid offsets, crashing ScummVM before 2010-06-26 19:55:49 +00:00
sci.cpp SCI: More changes to the code for loading from the launcher 2010-06-28 22:01:26 +00:00
sci.h SCI: Introduce SciGameId enum 2010-06-25 16:16:29 +00:00
util.cpp
util.h