aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kernel.cpp
AgeCommit message (Expand)Author
2009-02-21Remove excess \n.Travis Howell
2009-02-21remove some endlines from warning() callsWillem Jan Palenstijn
2009-02-21Replaced "typedef struct _state state_t" with "struct EngineState"Jordi Vilalta Prat
2009-02-21Wrapped the SCI engine in the Sci namespace.Oystein Eftevaag
2009-02-21SCI: Use GCC_PRINTF hint to the compiler for _SCIkprintf and sciprintf; fixed...Max Horn
2009-02-20Changed some SCIkdebug() calls to debugC()Filippos Karapetis
2009-02-20Changed more messages to warnings/errorsFilippos Karapetis
2009-02-20Started conversion of debug messages and debug levels to the ScummVM equivale...Filippos Karapetis
2009-02-19formatingPaweł Kołodziejski
2009-02-17Removed already implemented graphic capability flags, and used CLIP inside sc...Filippos Karapetis
2009-02-17shat up ARRAYSIZE redefine compiler warningsPaweł Kołodziejski
2009-02-17Update headers. engine/Eugene Sandulenko
2009-02-17Replaced sci_free() with free() - it's OK to free a NULL pointer, so the chec...Filippos Karapetis
2009-02-15SCI: Run astyle to make the code be more compliant with our Code Formatting G...Max Horn
2009-02-15SCI: Got rid of a nasty hack where class, delete, new were re#defined because...Max Horn
2009-02-15SCI: Changed _WIN32 -> WIN32; _DREAMCAST -> __DC__; removed _DOS stuffMax Horn
2009-02-15Fixed some warnings.Johannes Schickel
2009-02-15- Remove some unneeded filesEugene Sandulenko