aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/tools.cpp
AgeCommit message (Expand)Author
2009-07-06Replaced sciprintf() calls with printf, DebugPrintf, warning and error callsFilippos Karapetis
2009-07-03- Pushed debugstate into debug.hFilippos Karapetis
2009-06-03- Moved the engine state and the console to be private members of SciEngineFilippos Karapetis
2009-05-30SCI: Moved the rest of the console code out of sciconsole.cpp and into consol...Filippos Karapetis
2009-05-28SCI: cleanupMax Horn
2009-05-15- Moved all the files out of /sci/scicore and into /sciFilippos Karapetis
2009-05-13Simplified and re-enabled the debug code that shows pixmaps on screen and mov...Filippos Karapetis
2009-03-07Replaced getInt16, getUInt16 and putInt16Filippos Karapetis
2009-02-24SCI: Moved (kernel) debug stuff from tools.cpp to a new file engine/kdebug.cppMax Horn
2009-02-24remove code related __GNU__XX definesPaweł Kołodziejski
2009-02-24not needed this includes anymorePaweł Kołodziejski
2009-02-24substitute all time related functions, removing sci_gettime sci_get_current_t...Andre Heider
2009-02-24Fix some warnings.Johannes Schickel
2009-02-24SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header d...Max Horn
2009-02-23SCI: Moved file specific stuff from tools.h & tools.cpp to kfile.cppMax Horn
2009-02-22SCI: Replaced two uses of sci_fopen by Common::File; moved is_print_str() to ...Max Horn
2009-02-22Fixed compilation under WindowsFilippos Karapetis
2009-02-21SCI: More cleanupMax Horn
2009-02-21SCI: Tons of cleanupMax Horn
2009-02-21SCI: Moved scicore/tools.cpp to tools.cpp, and include/resource.h to tools.hMax Horn