aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kmath.cpp
AgeCommit message (Expand)Author
2009-06-07Replaced KP_ALT, SKPV_OR_ALT and UKPV_OR_ALTFilippos Karapetis
2009-06-07Replaced/removed KP_UINT, KP_SINT, SKPV and UKPV as well as the VIEW_PRIORITY...Filippos Karapetis
2009-02-27SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp f...Max Horn
2009-02-24SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header d...Max Horn
2009-02-21SCI: Got rid of include/scitypes.hMax Horn
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-20Started conversion of debug messages and debug levels to the ScummVM equivale...Filippos Karapetis
2009-02-20formatingPaweł Kołodziejski
2009-02-17Update headers. engine/Eugene Sandulenko
2009-02-15SCI: Run astyle to make the code be more compliant with our Code Formatting G...Max Horn
2009-02-15fixed compilation and linking with msvc9Paweł Kołodziejski
2009-02-15Silenced more warningsFilippos Karapetis
2009-02-15- Remove some unneeded filesEugene Sandulenko