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