scummvm/engines/sci/engine
2009-05-31 15:34:23 +00:00
..
game.cpp Further objectification of the SCI vocabulary functions. Removed the "kernel_words" console command, as it's exactly the same as "parser_words" 2009-05-31 12:05:49 +00:00
gc.cpp Moved 3 more debug commands to console.cpp ("simkey", "segment_table" and "show_map") and removed the GFXWC macro. Some cleanup 2009-05-30 14:30:39 +00:00
gc.h SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp file with the EngineState constructor 2009-02-27 02:23:40 +00:00
grammar.cpp Further objectification of the SCI vocabulary functions. Removed the "kernel_words" console command, as it's exactly the same as "parser_words" 2009-05-31 12:05:49 +00:00
intmap.cpp removed trailing whitespaces 2009-05-20 17:53:31 +00:00
intmap.h SCI: Changed SegManager to subclass Common::Serializable 2009-05-03 09:25:15 +00:00
kernel_types.h SCI: Moved almost all files from include/ to other dirs; only include/engine.h remains 2009-02-27 02:23:00 +00:00
kernel.cpp Removed script_error_flag and script_debug_flag, which were used to error out if something went wrong and open the debugger console. Changed all the places where they were used to error() out instead, as ScummVM's debugger console can open on error() 2009-05-31 15:34:23 +00:00
kernel.h More objectification of the Vocabulary functions 2009-05-31 02:37:24 +00:00
kevent.cpp Removed script_error_flag and script_debug_flag, which were used to error out if something went wrong and open the debugger console. Changed all the places where they were used to error() out instead, as ScummVM's debugger console can open on error() 2009-05-31 15:34:23 +00:00
kfile.cpp The error() and warning() functions add ! and newline automatically. (I didn't 2009-05-31 10:02:16 +00:00
kgraphics.cpp The error() and warning() functions add ! and newline automatically. (I didn't 2009-05-31 10:02:16 +00:00
klists.cpp Removed script_error_flag and script_debug_flag, which were used to error out if something went wrong and open the debugger console. Changed all the places where they were used to error() out instead, as ScummVM's debugger console can open on error() 2009-05-31 15:34:23 +00:00
kmath.cpp SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp file with the EngineState constructor 2009-02-27 02:23:40 +00:00
kmenu.cpp - Removed debug_mode from the engine state 2009-05-30 15:40:49 +00:00
kmisc.cpp Removed script_error_flag and script_debug_flag, which were used to error out if something went wrong and open the debugger console. Changed all the places where they were used to error() out instead, as ScummVM's debugger console can open on error() 2009-05-31 15:34:23 +00:00
kmovement.cpp The error() and warning() functions add ! and newline automatically. (I didn't 2009-05-31 10:02:16 +00:00
kpathing.cpp Typo. 2009-05-31 01:11:06 +00:00
kscripts.cpp - Further objectification of the SCI vocabulary functions 2009-05-31 14:55:32 +00:00
ksound.cpp Removed script_error_flag and script_debug_flag, which were used to error out if something went wrong and open the debugger console. Changed all the places where they were used to error() out instead, as ScummVM's debugger console can open on error() 2009-05-31 15:34:23 +00:00
kstring.cpp SCI: Renamed some Vocabulary methods for clarity; also renamed decypherSaidBlock -> decipherSaidBlock; some cleanup in Console::cmdSentenceFragments 2009-05-31 15:08:47 +00:00
message.cpp removed trailing whitespaces 2009-05-20 17:53:31 +00:00
message.h - Moved all the files out of /sci/scicore and into /sci 2009-05-15 14:07:45 +00:00
said.cpp SCI: Renamed some Vocabulary methods for clarity; also renamed decypherSaidBlock -> decipherSaidBlock; some cleanup in Console::cmdSentenceFragments 2009-05-31 15:08:47 +00:00
said.y Further objectification of the SCI vocabulary functions. Removed the "kernel_words" console command, as it's exactly the same as "parser_words" 2009-05-31 12:05:49 +00:00
savegame.cpp SCI: Fixed loading; added 'const' keywords to several Vocabulary methods 2009-05-31 15:08:16 +00:00
savegame.h - Replaced SCI_VERSION_FTU_LOFS_ABSOLUTE with the GF_SCI1_LOFSABSOLUTE game flag 2009-05-14 12:38:50 +00:00
script.cpp - Further objectification of the SCI vocabulary functions 2009-05-31 14:55:32 +00:00
script.h - Further objectification of the SCI vocabulary functions 2009-05-31 14:55:32 +00:00
scriptdebug.cpp Removed script_error_flag and script_debug_flag, which were used to error out if something went wrong and open the debugger console. Changed all the places where they were used to error() out instead, as ScummVM's debugger console can open on error() 2009-05-31 15:34:23 +00:00
seg_manager.cpp Removed script_error_flag and script_debug_flag, which were used to error out if something went wrong and open the debugger console. Changed all the places where they were used to error() out instead, as ScummVM's debugger console can open on error() 2009-05-31 15:34:23 +00:00
seg_manager.h SCI: Removed the unused member SegManager::gc_mark_bits; changed some int params to SegmentId 2009-05-18 12:34:56 +00:00
state.cpp SCI: Fixed loading; added 'const' keywords to several Vocabulary methods 2009-05-31 15:08:16 +00:00
state.h Further objectification of the SCI vocabulary functions. Removed the "kernel_words" console command, as it's exactly the same as "parser_words" 2009-05-31 12:05:49 +00:00
stringfrag.cpp removed trailing whitespaces 2009-05-20 17:53:31 +00:00
vm_types.h Removed the PREG, PSTK, IS_NULL_REG and REG_EQ defines 2009-05-21 17:18:46 +00:00
vm.cpp Removed script_error_flag and script_debug_flag, which were used to error out if something went wrong and open the debugger console. Changed all the places where they were used to error() out instead, as ScummVM's debugger console can open on error() 2009-05-31 15:34:23 +00:00
vm.h Removed script_error_flag and script_debug_flag, which were used to error out if something went wrong and open the debugger console. Changed all the places where they were used to error() out instead, as ScummVM's debugger console can open on error() 2009-05-31 15:34:23 +00:00