scummvm/engines/sci/engine
2009-05-13 19:03:12 +00:00
..
game.cpp - Simplified SCI version detection a bit and clarified the different version feature flags (not used yet) 2009-05-13 16:52:41 +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 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: Removed sci_memory.h/.cpp 2009-05-12 23:30:10 +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 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: Changed object / script local vars storage to use a Common::Array 2009-05-12 23:30:42 +00:00
kernel.h SCI: Merged Message() and GetMessage(). Set SCI1.1 to use SCI1 kernel table (for now). 2009-05-12 12:31:09 +00:00
kevent.cpp - Simplified SCI version detection a bit and clarified the different version feature flags (not used yet) 2009-05-13 16:52:41 +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 - Simplified SCI version detection a bit and clarified the different version feature flags (not used yet) 2009-05-13 16:52:41 +00:00
klists.cpp SCI: Simplified the Table class, by making it use an Common::Array internally. Increased savegame version, breaking compatibility to the previous one -- sorry for that, but some of my previous changes accidentally messed up the table syncing, resulting in messed up savegames anyway; these breakages should be fixed with this commit 2009-05-11 13:32:00 +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 - Simplified SCI version detection a bit and clarified the different version feature flags (not used yet) 2009-05-13 16:52:41 +00:00
kmovement.cpp SCI: Continue transition from MemObject to MemObjectNEW 2009-05-03 11:07:07 +00:00
kpathing.cpp - Simplified SCI version detection a bit and clarified the different version feature flags (not used yet) 2009-05-13 16:52:41 +00:00
kscripts.cpp SCI: Changed object / script local vars storage to use a Common::Array 2009-05-12 23:30:42 +00:00
ksound.cpp SCI: cleanup 2009-05-12 23:32:32 +00:00
kstring.cpp SCI: Message: Added a few more subfunctions; cleanup. 2009-05-13 19:03:12 +00:00
message.cpp SCI: Message: Added a few more subfunctions; cleanup. 2009-05-13 19:03:12 +00:00
message.h SCI: Message: Added a few more subfunctions; cleanup. 2009-05-13 19:03:12 +00:00
said.cpp SCI: Removed sci_memory.h/.cpp 2009-05-12 23:30:10 +00:00
said.y SCI: Removed sci_memory.h/.cpp 2009-05-12 23:30:10 +00:00
savegame.cpp - Simplified SCI version detection a bit and clarified the different version feature flags (not used yet) 2009-05-13 16:52:41 +00:00
savegame.h EngineState is a struct, not a class 2009-03-12 08:14:55 +00:00
script.cpp - Simplified SCI version detection a bit and clarified the different version feature flags (not used yet) 2009-05-13 16:52:41 +00:00
script.h Removed some unused code 2009-05-12 13:29:32 +00:00
scriptconsole.cpp SCI: Changed object / script local vars storage to use a Common::Array 2009-05-12 23:30:42 +00:00
scriptdebug.cpp SCI: Changed object / script local vars storage to use a Common::Array 2009-05-12 23:30:42 +00:00
seg_manager.cpp SCI: Changed object / script local vars storage to use a Common::Array 2009-05-12 23:30:42 +00:00
seg_manager.h SCI: Changed object / script local vars storage to use a Common::Array 2009-05-12 23:30:42 +00:00
state.cpp SCI: Changed EngineState::pics to a Common::Array 2009-05-10 20:13:43 +00:00
state.h SCI: Changed object / script local vars storage to use a Common::Array 2009-05-12 23:30:42 +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 - Simplified SCI version detection a bit and clarified the different version feature flags (not used yet) 2009-05-13 16:52:41 +00:00
vm.h - Simplified SCI version detection a bit and clarified the different version feature flags (not used yet) 2009-05-13 16:52:41 +00:00