aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/include/sci_memory.h
AgeCommit message (Expand)Author
2009-02-21SCI: Untangling #include dependencies a bitMax Horn
2009-02-21SCI: Moved sci_dir_t and GTimeVal to tools.hMax Horn
2009-02-21SCI: Moved scicore/tools.cpp to tools.cpp, and include/resource.h to tools.hMax Horn
2009-02-21Wrapped the SCI engine in the Sci namespace.Oystein Eftevaag
2009-02-18cleanupMax Horn
2009-02-18Removed the unused memtest, memdup and sci_memdup functionsFilippos Karapetis
2009-02-17Update headers. includes/Eugene Sandulenko
2009-02-17Replaced sci_free() with free() - it's OK to free a NULL pointer, so the chec...Filippos Karapetis
2009-02-16Removed a lot of unused and compiler-specific debug code. Note that for MSVC,...Filippos Karapetis
2009-02-16Removed unused code and definesFilippos Karapetis
2009-02-16Replace strcasecmp with scumm_stricmp.Travis Howell
2009-02-16fixed compilationPaweł Kołodziejski
2009-02-16SCI: cleanupMax Horn
2009-02-15SCI: Run astyle to make the code be more compliant with our Code Formatting G...Max Horn
2009-02-15SCI: Changed _WIN32 -> WIN32; _DREAMCAST -> __DC__; removed _DOS stuffMax Horn
2009-02-15Some more warning fixesMax Horn
2009-02-15Fixed lots of warnings and errors (on my system) by backporting a patch I had...Max Horn
2009-02-15fixed msvc9 compilationPaweł Kołodziejski
2009-02-15SCI: Get rid of the include directory hack (it compiles but it doesn't link yet)Jordi Vilalta Prat
2009-02-15Import the SCI engine sources from the FreeSCI Glutton branch (it doesn't com...Jordi Vilalta Prat