aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kevent.cpp
AgeCommit message (Expand)Author
2009-05-13- Simplified SCI version detection a bit and clarified the different version ...Filippos Karapetis
2009-05-12SCI: Changed object / script local vars storage to use a Common::ArrayMax Horn
2009-04-24SCI: Turned GfxWidget::print function pointer into virtual methodMax Horn
2009-04-24SCI: Got rid of GFXW() macro; turned GfxWidget::widfree into destructorsMax Horn
2009-04-24SCI: Renamed gfxw_widget_t and subtypes to GfxWidget etc.Max Horn
2009-03-07SCI: Reduced header interdependencies some moreMax Horn
2009-02-27SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp f...Max Horn
2009-02-26cleanupMax Horn
2009-02-25Reverted my wrong commit #38870. Most of the key codes are handled by the eng...Filippos Karapetis
2009-02-24Replaced some of the internal SCI scan codes with the ones from ScummVMFilippos Karapetis
2009-02-24SCI: Replaced gfxop_usleep by gfxop_sleep (taking millisecs instead of micros...Max Horn
2009-02-24SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header d...Max Horn
2009-02-21SCI: Moved include/menubar.h -> gfx/menubar.h, untangled headers some moreMax 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-19formatingPaweł Kołodziejski
2009-02-17point_t -> Common::PointFilippos Karapetis
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-15- Remove some unneeded filesEugene Sandulenko