.. |
game.cpp
|
Moved some more debug commands to ScummVM's coneole
|
2009-06-06 16:43:13 +00:00 |
gc.cpp
|
Store long-term pointers to object variables in a new ObjVarRef struct.
|
2009-06-06 11:38:20 +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
|
Moved some more debug commands to ScummVM's coneole
|
2009-06-06 16:43:13 +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: cleanup
|
2009-06-04 20:51:09 +00:00 |
kernel.cpp
|
SCI: Renamed _kfuncTable -> _kernelFuncs; and simplified/streamlined the kernel func map in kernel.cpp a bit
|
2009-06-04 21:42:24 +00:00 |
kernel.h
|
SCI: Renamed _kfuncTable -> _kernelFuncs; and simplified/streamlined the kernel func map in kernel.cpp a bit
|
2009-06-04 21:42:24 +00:00 |
kevent.cpp
|
Moved some more debug commands to ScummVM's coneole
|
2009-06-06 16:43:13 +00:00 |
kfile.cpp
|
Moved some more debug commands to ScummVM's coneole and removed some unused code
|
2009-06-05 19:04:14 +00:00 |
kgraphics.cpp
|
Moved some more debug commands to ScummVM's coneole
|
2009-06-06 16:43:13 +00:00 |
klists.cpp
|
SCI: Slightly modified kAddAfter so that it does not modify its arguments needlessly
|
2009-06-04 20:51:24 +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
|
SCI: Renamed EngineState::flags and version to _flags and _version (following our conventions); also slightly changed the EngineState constructor to init _version & _flags, and used this to make them constant
|
2009-06-04 21:44:39 +00:00 |
kmovement.cpp
|
SCI: Renamed EngineState::flags and version to _flags and _version (following our conventions); also slightly changed the EngineState constructor to init _version & _flags, and used this to make them constant
|
2009-06-04 21:44:39 +00:00 |
kpathing.cpp
|
Typo.
|
2009-05-31 01:11:06 +00:00 |
kscripts.cpp
|
Store long-term pointers to object variables in a new ObjVarRef struct.
|
2009-06-06 11:38:20 +00:00 |
ksound.cpp
|
SCI: Renamed EngineState::flags and version to _flags and _version (following our conventions); also slightly changed the EngineState constructor to init _version & _flags, and used this to make them constant
|
2009-06-04 21:44:39 +00:00 |
kstring.cpp
|
SCI: Message: Added support for escape sequences.
|
2009-06-04 14:29:20 +00:00 |
memobj.cpp
|
SCI: Added MemObject::isValidOffset method; use it to simplify determine_reg_type
|
2009-06-04 20:51:40 +00:00 |
memobj.h
|
Store long-term pointers to object variables in a new ObjVarRef struct.
|
2009-06-06 11:38:20 +00:00 |
message.cpp
|
SCI: Message: Added support for escape sequences.
|
2009-06-04 14:29:20 +00:00 |
message.h
|
SCI: Message: Added support for escape sequences.
|
2009-06-04 14:29:20 +00:00 |
said.cpp
|
Moved some more debug commands to ScummVM's coneole
|
2009-06-06 16:43:13 +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: Renamed EngineState::flags and version to _flags and _version (following our conventions); also slightly changed the EngineState constructor to init _version & _flags, and used this to make them constant
|
2009-06-04 21:44:39 +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
|
Split the kernel functions away from the vocabulary functions (WIP, saving/loading is broken)
|
2009-06-01 14:12:43 +00:00 |
script.h
|
- Further objectification of the SCI vocabulary functions
|
2009-05-31 14:55:32 +00:00 |
scriptdebug.cpp
|
Moved some more debug commands to ScummVM's coneole
|
2009-06-06 20:29:37 +00:00 |
seg_manager.cpp
|
SCI: Renamed EngineState::flags and version to _flags and _version (following our conventions); also slightly changed the EngineState constructor to init _version & _flags, and used this to make them constant
|
2009-06-04 21:44:39 +00:00 |
seg_manager.h
|
SCI: Moved MemObject code into a separate source file
|
2009-06-04 11:45:17 +00:00 |
state.cpp
|
oops
|
2009-06-04 21:53:45 +00:00 |
state.h
|
SCI: Renamed EngineState::flags and version to _flags and _version (following our conventions); also slightly changed the EngineState constructor to init _version & _flags, and used this to make them constant
|
2009-06-04 21:44:39 +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
|
Store long-term pointers to object variables in a new ObjVarRef struct.
|
2009-06-06 11:38:20 +00:00 |
vm.h
|
Store long-term pointers to object variables in a new ObjVarRef struct.
|
2009-06-06 11:38:20 +00:00 |