.. |
game.cpp
|
Removed the gfxw_new_visual and gfxw_new_port wrappers, moved _kfuncTable inside the Kernel class and moved gfxw_find_port inside the GfxVisual struct
|
2009-06-02 14:16:59 +00:00 |
gc.cpp
|
Moved 3 more debug commands to console.cpp ("simkey", "segment_table" and "show_map") and removed the GFXWC macro. Some cleanup
|
2009-05-30 14:30:39 +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 the engine state and the console to be private members of SciEngine
|
2009-06-03 14:09:25 +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: Moved almost all files from include/ to other dirs; only include/engine.h remains
|
2009-02-27 02:23:00 +00:00 |
kernel.cpp
|
Removed the gfxw_new_visual and gfxw_new_port wrappers, moved _kfuncTable inside the Kernel class and moved gfxw_find_port inside the GfxVisual struct
|
2009-06-02 14:16:59 +00:00 |
kernel.h
|
SCI: Renamed various debug related global variables to have a g_ prefix; and moved any 'extern' decls of them into a new header file
|
2009-06-04 11:28:05 +00:00 |
kevent.cpp
|
SCI: Renamed various debug related global variables to have a g_ prefix; and moved any 'extern' decls of them into a new header file
|
2009-06-04 11:28:05 +00:00 |
kfile.cpp
|
The error() and warning() functions add ! and newline automatically. (I didn't
|
2009-05-31 10:02:16 +00:00 |
kgraphics.cpp
|
SCI: Renamed various debug related global variables to have a g_ prefix; and moved any 'extern' decls of them into a new header file
|
2009-06-04 11:28:05 +00:00 |
klists.cpp
|
Moved some more console commands to ScummVM's debug console
|
2009-06-02 19:03:43 +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 various debug related global variables to have a g_ prefix; and moved any 'extern' decls of them into a new header file
|
2009-06-04 11:28:05 +00:00 |
kmovement.cpp
|
Moved some more console commands to ScummVM's debug console
|
2009-06-02 21:07:34 +00:00 |
kpathing.cpp
|
Typo.
|
2009-05-31 01:11:06 +00:00 |
kscripts.cpp
|
SCI: Support for 16-bit DPCM.
|
2009-06-04 11:35:17 +00:00 |
ksound.cpp
|
Removed script_error_flag and script_debug_flag, which were used to error out if something went wrong and open the debugger console. Changed all the places where they were used to error() out instead, as ScummVM's debugger console can open on error()
|
2009-05-31 15:34:23 +00:00 |
kstring.cpp
|
SCI: Message: Added support for escape sequences.
|
2009-06-04 14:29:20 +00:00 |
memobj.cpp
|
SCI: Moved MemObject code into a separate source file
|
2009-06-04 11:45:17 +00:00 |
memobj.h
|
SCI: Moved MemObject code into a separate source file
|
2009-06-04 11:45:17 +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
|
SCI: Renamed some Vocabulary methods for clarity; also renamed decypherSaidBlock -> decipherSaidBlock; some cleanup in Console::cmdSentenceFragments
|
2009-05-31 15:08:47 +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
|
Removed the gfxw_new_visual and gfxw_new_port wrappers, moved _kfuncTable inside the Kernel class and moved gfxw_find_port inside the GfxVisual struct
|
2009-06-02 14:16:59 +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
|
SCI: Renamed various debug related global variables to have a g_ prefix; and moved any 'extern' decls of them into a new header file
|
2009-06-04 11:28:05 +00:00 |
seg_manager.cpp
|
SCI: Moved MemObject code into a separate source file
|
2009-06-04 11:45:17 +00:00 |
seg_manager.h
|
SCI: Moved MemObject code into a separate source file
|
2009-06-04 11:45:17 +00:00 |
state.cpp
|
SCI: Added FIXME comment to not_register()
|
2009-06-04 20:50:51 +00:00 |
state.h
|
SCI: Added FIXME comment to not_register()
|
2009-06-04 20:50:51 +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
|
SCI: Renamed various debug related global variables to have a g_ prefix; and moved any 'extern' decls of them into a new header file
|
2009-06-04 11:28:05 +00:00 |
vm.h
|
SCI: Moved MemObject code into a separate source file
|
2009-06-04 11:45:17 +00:00 |