.. |
game.cpp
|
Reverted commit #40413
|
2009-05-10 11:08:50 +00:00 |
gc.cpp
|
SCI: Got rid of last traces of class SegInterface
|
2009-05-08 09:54:24 +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 |
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: Set signature for GetMessage.
|
2009-05-08 23:10:25 +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
|
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: 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
|
Objectified and cleaned up the MessageState class
|
2009-05-10 13:15:14 +00:00 |
message.cpp
|
Objectified and cleaned up the MessageState class
|
2009-05-10 13:15:14 +00:00 |
message.h
|
Objectified and cleaned up the MessageState class
|
2009-05-10 13:15:14 +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 dstack_t -> DataStack; removed obsolete KF_OLD constant
|
2009-05-08 09:53:31 +00:00 |
savegame.h
|
EngineState is a struct, not a class
|
2009-03-12 08:14:55 +00:00 |
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 SegManager to store the heap pointers in a Common::Arrray
|
2009-05-03 22:46:11 +00:00 |
scriptdebug.cpp
|
SCI: Moved findCanonicAddress from SegInterface to MemObject
|
2009-05-08 09:54:06 +00:00 |
seg_manager.cpp
|
SCI: Got rid of last traces of class SegInterface
|
2009-05-08 09:54:24 +00:00 |
seg_manager.h
|
SCI: Got rid of last traces of class SegInterface
|
2009-05-08 09:54:24 +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: Added operator== and !=, as well as an isNull method to reg_t
|
2009-05-06 11:07:04 +00:00 |
vm.h
|
SCI: Moved findCanonicAddress from SegInterface to MemObject
|
2009-05-08 09:54:06 +00:00 |