scummvm/engines/sci/engine
2009-05-10 19:17:51 +00:00
..
game.cpp Reverted commit #40413 2009-05-10 11:08:50 +00:00
gc.cpp SCI: Changed object list in Script instances to use Common:::Array 2009-05-10 19:17:51 +00:00
gc.h
grammar.cpp SCI: Store parse_tree_branch_t in a Common::Arraay 2009-04-24 10:42:53 +00:00
intmap.cpp Fixed some silly warnings 2009-04-27 14:40:14 +00:00
intmap.h SCI: Changed SegManager to subclass Common::Serializable 2009-05-03 09:25:15 +00:00
kdebug.cpp
kdebug.h
kernel_types.h
kernel.cpp SCI: Changed object list in Script instances to use Common:::Array 2009-05-10 19:17:51 +00:00
kernel.h SCI: Renamed dstack_t -> DataStack; removed obsolete KF_OLD constant 2009-05-08 09:53:31 +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: Removed unused vars; doxygenified some comments; cleanup 2009-04-27 12:29:51 +00:00
klists.cpp SCI: Continue transition from MemObject to MemObjectNEW 2009-05-03 11:07:07 +00:00
kmath.cpp
kmenu.cpp SCI: Turned GfxWidget::draw function pointer into virtual method 2009-04-24 14:22:14 +00:00
kmovement.cpp SCI: Continue transition from MemObject to MemObjectNEW 2009-05-03 11:07:07 +00:00
kpathing.cpp Moved the code which retrieves the current room number in a separate function and merged _sci1_alloc_system_colors inside _reset_graphics_input 2009-05-10 10:27:45 +00:00
kscripts.cpp SCI: Continue transition from MemObject to MemObjectNEW 2009-05-03 11:07:07 +00:00
ksound.cpp Added all the different cases of kDoAudio as enums 2009-04-26 02:00:36 +00:00
kstring.cpp Cleanup 2009-05-10 14:57:27 +00:00
message.cpp Cleanup 2009-05-10 14:57:27 +00:00
message.h Cleanup 2009-05-10 14:57:27 +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: Changed object list in Script instances to use Common:::Array 2009-05-10 19:17:51 +00:00
savegame.h
script.cpp SCI: DoSync should work now, but the lip-syncing mechanism also needs DoAudio 2009-04-25 23:31:03 +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 object list in Script instances to use Common:::Array 2009-05-10 19:17:51 +00:00
scriptdebug.cpp SCI: Changed object list in Script instances to use Common:::Array 2009-05-10 19:17:51 +00:00
seg_manager.cpp SCI: Changed object list in Script instances to use Common:::Array 2009-05-10 19:17:51 +00:00
seg_manager.h SCI: Changed object list in Script instances to use Common:::Array 2009-05-10 19:17:51 +00:00
state.cpp SCI: Renamed execution_stack -> _executionStack and turned it into a Common::Array 2009-04-28 15:58:19 +00:00
state.h Moved the code which retrieves the current room number in a separate function and merged _sci1_alloc_system_colors inside _reset_graphics_input 2009-05-10 10:27:45 +00:00
stringfrag.cpp SCI: Added a comment (taken from a mail by Lars Skovlund) explaining SCI string frags. Also added a 'typedef reg_t *StringFrag' for future use 2009-05-06 11:06:43 +00:00
vm_types.h SCI: Added operator== and !=, as well as an isNull method to reg_t 2009-05-06 11:07:04 +00:00
vm.cpp SCI: Changed object list in Script instances to use Common:::Array 2009-05-10 19:17:51 +00:00
vm.h SCI: Changed object list in Script instances to use Common:::Array 2009-05-10 19:17:51 +00:00