.. |
aatree.cpp
|
SCI: Moved engines/sci/include/sci_memory.h and engines/sci/scicore/sci_memory.cpp into engines/sci/; moved macros from the header into the source file
|
2009-02-24 05:39:10 +00:00 |
aatree.h
|
SCI: Moved aatree.* files together into engine/
|
2009-02-21 22:54:15 +00:00 |
game.cpp
|
SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header deps some more
|
2009-02-24 05:51:55 +00:00 |
gc.cpp
|
SCI: Converted "segment interfaces" into classes
|
2009-02-22 12:18:22 +00:00 |
gc.h
|
Replaced "typedef struct _state state_t" with "struct EngineState"
|
2009-02-21 10:47:56 +00:00 |
grammar.cpp
|
SCI: Moved sciconsole.h and sys_strings.h to the dirs their *.cpp counterparts are in
|
2009-02-24 06:00:10 +00:00 |
heap.cpp
|
SCI: Moved sciconsole.h and sys_strings.h to the dirs their *.cpp counterparts are in
|
2009-02-24 06:00:10 +00:00 |
heap.h
|
SCI: Changed typedef struct -> struct
|
2009-02-21 22:06:42 +00:00 |
intmap.cpp
|
SCI: Renamed int_hashmap to IntMapper, and added docs that explain that this is *not* a hashmap (at least not a plain hashmap)
|
2009-02-24 02:59:50 +00:00 |
intmap.h
|
SCI: Renamed int_hashmap to IntMapper, and added docs that explain that this is *not* a hashmap (at least not a plain hashmap)
|
2009-02-24 02:59:50 +00:00 |
kdebug.h
|
SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header deps some more
|
2009-02-24 05:51:55 +00:00 |
kernel_types.h
|
Whitespace cleanup
|
2009-02-22 13:11:43 +00:00 |
kernel.cpp
|
SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header deps some more
|
2009-02-24 05:51:55 +00:00 |
kernel.h
|
SCI: Moved sciconsole.h and sys_strings.h to the dirs their *.cpp counterparts are in
|
2009-02-24 06:00:10 +00:00 |
kevent.cpp
|
SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header deps some more
|
2009-02-24 05:51:55 +00:00 |
kfile.cpp
|
SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header deps some more
|
2009-02-24 05:51:55 +00:00 |
kgraphics.cpp
|
SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header deps some more
|
2009-02-24 05:51:55 +00:00 |
klists.cpp
|
SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header deps some more
|
2009-02-24 05:51:55 +00:00 |
kmath.cpp
|
SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header deps some more
|
2009-02-24 05:51:55 +00:00 |
kmenu.cpp
|
SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header deps some more
|
2009-02-24 05:51:55 +00:00 |
kmovement.cpp
|
SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header deps some more
|
2009-02-24 05:51:55 +00:00 |
kpathing.cpp
|
SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header deps some more
|
2009-02-24 05:51:55 +00:00 |
kscripts.cpp
|
SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header deps some more
|
2009-02-24 05:51:55 +00:00 |
ksound.cpp
|
SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header deps some more
|
2009-02-24 05:51:55 +00:00 |
kstring.cpp
|
SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header deps some more
|
2009-02-24 05:51:55 +00:00 |
message.cpp
|
SCI: Untangling #include dependencies a bit
|
2009-02-21 19:54:15 +00:00 |
message.h
|
SCI: Changed typedef struct -> struct
|
2009-02-21 22:06:42 +00:00 |
said.cpp
|
Whitespace cleanup
|
2009-02-22 13:11:43 +00:00 |
said.y
|
Whitespace cleanup
|
2009-02-22 13:11:43 +00:00 |
savegame.cfsml
|
SCI: Moved engines/sci/include/sci_memory.h and engines/sci/scicore/sci_memory.cpp into engines/sci/; moved macros from the header into the source file
|
2009-02-24 05:39:10 +00:00 |
savegame.cpp
|
SCI: Moved engines/sci/include/sci_memory.h and engines/sci/scicore/sci_memory.cpp into engines/sci/; moved macros from the header into the source file
|
2009-02-24 05:39:10 +00:00 |
sci_graphics.h
|
Wrapped the SCI engine in the Sci namespace.
|
2009-02-21 10:23:36 +00:00 |
scriptconsole.cpp
|
SCI: Moved engines/sci/include/sci_memory.h and engines/sci/scicore/sci_memory.cpp into engines/sci/; moved macros from the header into the source file
|
2009-02-24 05:39:10 +00:00 |
scriptdebug.cpp
|
Fix some warnings.
|
2009-02-24 15:14:15 +00:00 |
seg_manager.cpp
|
SCI: Moved vm.h from include to engine
|
2009-02-24 05:56:26 +00:00 |
seg_manager.h
|
SCI: Moved sciconsole.h and sys_strings.h to the dirs their *.cpp counterparts are in
|
2009-02-24 06:00:10 +00:00 |
sys_strings.cpp
|
SCI: Moved sciconsole.h and sys_strings.h to the dirs their *.cpp counterparts are in
|
2009-02-24 06:00:10 +00:00 |
sys_strings.h
|
SCI: Moved sciconsole.h and sys_strings.h to the dirs their *.cpp counterparts are in
|
2009-02-24 06:00:10 +00:00 |
vm.cpp
|
Fix some warnings.
|
2009-02-24 15:14:15 +00:00 |
vm.h
|
SCI: Moved sciconsole.h and sys_strings.h to the dirs their *.cpp counterparts are in
|
2009-02-24 06:00:10 +00:00 |