scummvm/engines/sci
2009-11-20 20:32:25 +00:00
..
engine Removed the syncTime and syncCue selectors from the list of static selectors, along with their relevant FIXMEs. These selectors are used for lip syncing in CD talkie games, which always got a selector vocabulary, so we don't need to hardcode them. Did some further simplification/rewrite of the static selector tables 2009-11-20 20:30:31 +00:00
gfx Fix warning 2009-11-12 21:20:04 +00:00
gui Added a sanity check to prevent a crash in LB1 and KQ4 (needs proper fixing) 2009-11-20 11:08:19 +00:00
gui32 SCI/newgui: call menuReset() on game_init(), fixes double menu in pq2 2009-11-11 21:22:04 +00:00
sfx Fixed a regression in the LSL1 and LSL5 demos, which should work correctly now. Some cleanup 2009-11-20 20:32:25 +00:00
console.cpp priority_first and priority_last are not used by the new drawing code, thus the new code didn't handle priority changes by kGraph() 2009-11-04 11:52:11 +00:00
console.h - Removed status_bar_foreground and status_bar_background variables from the engine state 2009-10-30 14:39:26 +00:00
debug.h - Removed the toggle for "weak" validations, as there are cases where they fail (e.g. in Longbow), so there is no point in having strict validations 2009-10-01 10:57:59 +00:00
decompressor.cpp SCI: Cleanup 2009-08-30 01:37:27 +00:00
decompressor.h Change doxygen inline comments from "//!" to "///" as proposed on -devel 2009-10-08 21:28:57 +00:00
detection_tables.h Mark Jones CD with the CD flag and add CD in the extras field. 2009-10-25 00:13:08 +00:00
detection.cpp SCI: Don't end warning() format strings with a newline or a period (a newline and an exclamation mark are automatically added) 2009-10-13 20:52:05 +00:00
module.mk - Started importing the music code from Greg's SCI engine 2009-11-15 14:14:49 +00:00
resource.cpp Added proper detection and handling of transitive SCI1-SCI1.1 games, like PQ1 VGA. These used SCI1 resources and compression with a SCI1.1 kernel (thanks to waltervn's observations) 2009-10-26 21:41:41 +00:00
resource.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
sci.cpp Started objectifying kDoSound() 2009-11-12 15:24:11 +00:00
sci.h Moved most of the code for playing sound effects and speech into a separate class 2009-11-04 09:36:18 +00:00
seq_decoder.cpp Fixed some cppcheck warnings. 2009-10-26 06:20:13 +00:00
seq_decoder.h Move the SeqDecoder to the Sci namespace, it makes more sense than Graphics because it's only used in Sci. 2009-10-18 18:47:53 +00:00
uinput.h Reordered the numpad keys so that they make more sense, and simplified the code which returns the values of shifted function keys 2009-06-04 08:28:20 +00:00
vocabulary.cpp SCI: Cleanup the grammar/vocab code: Move defs from vocabulary.h to grammar.cpp where possible, turn comments into doxygen format etc. 2009-10-19 22:13:51 +00:00
vocabulary.h SCI: Cleanup the grammar/vocab code: Move defs from vocabulary.h to grammar.cpp where possible, turn comments into doxygen format etc. 2009-10-19 22:13:51 +00:00