scummvm/engines/sci/engine
2009-04-24 15:13:04 +00:00
..
game.cpp SCI: Got rid of GFXW() macro; turned GfxWidget::widfree into destructors 2009-04-24 10:48:25 +00:00
gc.cpp SCI: Renamed some kernel types and general cleanup 2009-02-28 11:12:59 +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 SCI: Store parse_tree_branch_t in a Common::Arraay 2009-04-24 10:42:53 +00:00
heapmgr.h SCI: Renamed some kernel types and general cleanup 2009-02-28 11:12:59 +00:00
intmap.cpp SCI: Added TODO: Merge SegInterface and MemObject? And some cleanup 2009-03-17 16:08:25 +00:00
intmap.h SCI: Added TODO: Merge SegInterface and MemObject? And some cleanup 2009-03-17 16:08:25 +00:00
kdebug.cpp SCI: cleanup 2009-03-04 05:19:19 +00:00
kdebug.h SCI: Moved (kernel) debug stuff from tools.cpp to a new file engine/kdebug.cpp 2009-02-24 22:41:58 +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 SCI: Fix sci_max_allowed_unknown_kernel_functions[], it was missing an entry. 2009-04-24 15:13:04 +00:00
kernel.h SCI: Some const corrections, removed dead stuff, cleanup 2009-04-24 10:43:42 +00:00
kevent.cpp SCI: Turned GfxWidget::print function pointer into virtual method 2009-04-24 14:20:31 +00:00
kfile.cpp SCI: Renamed bp_flag -> breakpointFlag; replaced global send_calls_allocated & send_calls vars by a local Common::Stack instance 2009-04-11 09:58:30 +00:00
kgraphics.cpp SCI: Turned GfxWidget::draw function pointer into virtual method 2009-04-24 14:22:14 +00:00
klists.cpp SCI: cleanup 2009-03-12 03:26:58 +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 SCI: Turned GfxWidget::draw function pointer into virtual method 2009-04-24 14:22:14 +00:00
kmovement.cpp SCI: Some const corrections, removed dead stuff, cleanup 2009-04-24 10:43:42 +00:00
kpathing.cpp SCI: Changed GfxWidget::set_visual function pointer to virtual method setVisual 2009-04-24 10:48:51 +00:00
kscripts.cpp SCI: Renamed gfxw_widget_t and subtypes to GfxWidget etc. 2009-04-24 10:46:20 +00:00
ksound.cpp SCI: Renamed SongIteratorMessage -> SongIterator::Message; cleanup 2009-03-10 02:42:22 +00:00
kstring.cpp SCI: Store parse_tree_branch_t in a Common::Arraay 2009-04-24 10:42:53 +00:00
message.cpp Fixed the GetMessage kernel opcode. Eco Quest 1 text is showing up correctly now 2009-04-23 18:46:41 +00:00
message.h SCI: Start converting MessageState into a class 2009-03-01 00:18:30 +00:00
said.cpp Disable MSVC warning in autogenerated code 2009-04-18 22:56:08 +00:00
said.y Disable MSVC warning in autogenerated code 2009-04-18 22:56:08 +00:00
savegame.cpp SCI: Renamed gfxw_widget_t and subtypes to GfxWidget etc. 2009-04-24 10:46:20 +00:00
savegame.h EngineState is a struct, not a class 2009-03-12 08:14:55 +00:00
script.cpp SCI: Renamed global array 'formats' to the slightly more descriptive g_opcode_formats 2009-04-20 19:28:33 +00:00
script.h SCI: Renamed global array 'formats' to the slightly more descriptive g_opcode_formats 2009-04-20 19:28:33 +00:00
scriptconsole.cpp SCI: Changed knames (kernel function name table) to Common::StringList 2009-04-22 17:53:29 +00:00
scriptdebug.cpp SCI: Turned GfxWidget::draw function pointer into virtual method 2009-04-24 14:22:14 +00:00
seg_manager.cpp Changed some references from "FreeSCI" to "SCI" or "ScummVM" 2009-04-03 08:10:58 +00:00
seg_manager.h silenced some warnings 2009-03-20 13:30:10 +00:00
state.cpp SCI: Store parse_tree_branch_t in a Common::Arraay 2009-04-24 10:42:53 +00:00
state.h SCI: Renamed gfxw_widget_t and subtypes to GfxWidget etc. 2009-04-24 10:46:20 +00:00
stringfrag.cpp SCI: Removed most uses of the 'inline' keyword. It is usually better to let the compiler figure out what to inline. As it is, most of these looked as if they were randomly placed ;) 2009-03-12 03:26:47 +00:00
vm_types.h SCI: Renamed some kernel types and general cleanup 2009-02-28 11:12:59 +00:00
vm.cpp SCI: Changed kfunct_table to a Common::Array 2009-04-22 17:54:11 +00:00
vm.h SCI: Some const corrections, removed dead stuff, cleanup 2009-04-24 10:43:42 +00:00