aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kernel.cpp
AgeCommit message (Expand)Author
2009-02-28SCI: Renamed ResourceManager::sci_version to _sciVersion, to avoid var shadow...Max Horn
2009-02-28clean up some warningsAndre Heider
2009-02-28SCI: Renamed some kernel types and general cleanupJordi Vilalta Prat
2009-02-27SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp f...Max Horn
2009-02-27SCI: Moved almost all files from include/ to other dirs; only include/engine....Max Horn
2009-02-26SCI: Some nitpick FIXMEs on incorrect opcode number comments ;)Max Horn
2009-02-25reintroduce game_start_time (removed it in r38701), since the interpreter can...Andre Heider
2009-02-24SCI: Don't #include headers in other headers if a forward declaration of a fe...Max Horn
2009-02-24not needed anymorePaweł Kołodziejski
2009-02-24SCI: Renamed gfx/gfx_operations.h to gfx/operations.h (matching the source fi...Max Horn
2009-02-24SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header d...Max Horn
2009-02-23SCI: Merged kDeviceInfo_Win32 & kDeviceInfo_Unix; added lots of debug calls t...Max Horn
2009-02-23SCI: Fix incorrect usage of struct tm in date function of kGetTimeWalter van Niftrik
2009-02-22Whitespace cleanupJordi Vilalta Prat
2009-02-21SCI: Convert the segment manager into a classJordi Vilalta Prat
2009-02-21multiply before dividing to improve timer resolutionWillem Jan Palenstijn
2009-02-21SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header filesMax Horn
2009-02-21SCI: Tons of cleanupMax Horn
2009-02-21Turned back all fprintf/exit(1) bits into error()Filippos Karapetis
2009-02-21Now that we've placed everything under the Sci namespace, the Sci:: bits can ...Filippos Karapetis
2009-02-21use OSystem::getMillis() for last_wait_time and get rid of game_start_timeAndre Heider
2009-02-21revert large parts of r38621. error() is for fatal errors and does not return...Willem Jan Palenstijn
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