scummvm/engines/sci/engine
2009-02-17 13:51:52 +00:00
..
cfsml.pl fix string unmangling (which I broke earlier) 2009-02-15 15:51:56 +00:00
game.cpp Replaced sci_free() with free() - it's OK to free a NULL pointer, so the checking that sci_free() performed is not necessary 2009-02-17 13:51:52 +00:00
gc.cpp Replaced sci_free() with free() - it's OK to free a NULL pointer, so the checking that sci_free() performed is not necessary 2009-02-17 13:51:52 +00:00
gc.h Reimplemented reg_t_hashmap using Common::HashMap 2009-02-16 01:58:30 +00:00
grammar.cpp SCI: cleanup 2009-02-16 00:35:22 +00:00
heap.cpp Fixed compilation 2009-02-16 10:52:45 +00:00
heap.h SCI: Run astyle to make the code be more compliant with our Code Formatting Guidelines: engine dir 2009-02-15 22:28:12 +00:00
int_hashmap.cpp SCI: Committed stuff I forgot in my last commit; changed int_hash_map_t to a C++ class 2009-02-16 09:40:25 +00:00
int_hashmap.h SCI: Committed stuff I forgot in my last commit; changed int_hash_map_t to a C++ class 2009-02-16 09:40:25 +00:00
kernel_compat.h SCI: Run astyle to make the code be more compliant with our Code Formatting Guidelines: engine dir 2009-02-15 22:28:12 +00:00
kernel_types.h SCI: Run astyle to make the code be more compliant with our Code Formatting Guidelines: engine dir 2009-02-15 22:28:12 +00:00
kernel.cpp Replaced sci_free() with free() - it's OK to free a NULL pointer, so the checking that sci_free() performed is not necessary 2009-02-17 13:51:52 +00:00
kevent.cpp SCI: Run astyle to make the code be more compliant with our Code Formatting Guidelines: engine dir 2009-02-15 22:28:12 +00:00
kfile.cpp Replaced sci_free() with free() - it's OK to free a NULL pointer, so the checking that sci_free() performed is not necessary 2009-02-17 13:51:52 +00:00
kgraphics.cpp Fixed more warnings 2009-02-15 23:59:29 +00:00
klists.cpp SCI: Run astyle to make the code be more compliant with our Code Formatting Guidelines: engine dir 2009-02-15 22:28:12 +00:00
kmath.cpp SCI: Run astyle to make the code be more compliant with our Code Formatting Guidelines: engine dir 2009-02-15 22:28:12 +00:00
kmenu.cpp Replaced sci_free() with free() - it's OK to free a NULL pointer, so the checking that sci_free() performed is not necessary 2009-02-17 13:51:52 +00:00
kmovement.cpp SCI: Run astyle to make the code be more compliant with our Code Formatting Guidelines: engine dir 2009-02-15 22:28:12 +00:00
kpathing.cpp Replaced sci_free() with free() - it's OK to free a NULL pointer, so the checking that sci_free() performed is not necessary 2009-02-17 13:51:52 +00:00
kscripts.cpp SCI: Run astyle to make the code be more compliant with our Code Formatting Guidelines: engine dir 2009-02-15 22:28:12 +00:00
ksound.cpp SCI: Run astyle to make the code be more compliant with our Code Formatting Guidelines: engine dir 2009-02-15 22:28:12 +00:00
kstring.cpp SCI: Run astyle to make the code be more compliant with our Code Formatting Guidelines: engine dir 2009-02-15 22:28:12 +00:00
message.cpp SCI: Run astyle to make the code be more compliant with our Code Formatting Guidelines: engine dir 2009-02-15 22:28:12 +00:00
message.h SCI: Run astyle to make the code be more compliant with our Code Formatting Guidelines: engine dir 2009-02-15 22:28:12 +00:00
said.cpp SCI: Run astyle to make the code be more compliant with our Code Formatting Guidelines: engine dir 2009-02-15 22:28:12 +00:00
said.y SCI: Get rid of the include directory hack (it compiles but it doesn't link yet) 2009-02-15 08:34:13 +00:00
savegame.cfsml SCI: Committed stuff I forgot in my last commit; changed int_hash_map_t to a C++ class 2009-02-16 09:40:25 +00:00
savegame.cpp Removed a lot of unused and compiler-specific debug code. Note that for MSVC, the corresponding checks are enabled by default in the debug build, so there's no need to set them again programmatically. Also, removed the "codebugging" related code 2009-02-16 23:28:24 +00:00
sci_graphics.h Import the SCI engine sources from the FreeSCI Glutton branch (it doesn't compile yet) 2009-02-15 06:10:59 +00:00
scriptconsole.cpp Removed unused code and defines 2009-02-16 22:45:23 +00:00
scriptdebug.cpp Replaced sci_free() with free() - it's OK to free a NULL pointer, so the checking that sci_free() performed is not necessary 2009-02-17 13:51:52 +00:00
seg_manager.cpp Replaced sci_free() with free() - it's OK to free a NULL pointer, so the checking that sci_free() performed is not necessary 2009-02-17 13:51:52 +00:00
seg_manager.h SCI: Moved seg_manager.*, int_hashmap.* to sci/engine (they are only used there); merged hashmap and int_hashmap 2009-02-16 09:23:58 +00:00
sys_strings.cpp Replaced sci_free() with free() - it's OK to free a NULL pointer, so the checking that sci_free() performed is not necessary 2009-02-17 13:51:52 +00:00
vm.cpp Replaced sci_free() with free() - it's OK to free a NULL pointer, so the checking that sci_free() performed is not necessary 2009-02-17 13:51:52 +00:00