aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/dc
AgeCommit message (Expand)Author
2007-07-08Removed various obsolete methods from OSystem (screenToOverlayX/Y, overlayToS...Max Horn
2007-07-01Removing non-ASCII chars from source codeMax Horn
2007-06-24Use keycodes instead of the (bad) ascii code for function keys in the DC backendMax Horn
2007-06-22Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* constants...Max Horn
2007-06-19Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All c...Max Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-05Fixed bug 1711393.Marcus Comstedt
2007-03-27Fixed yet another DC compile errorMax Horn
2007-03-26Fix compile error in the DC portMax Horn
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2007-02-18flush()->finalize()Marcus Comstedt
2007-01-27DetectedGameList -> GameList.Marcus Comstedt
2006-10-22delayMillis() should now cope with delays over 20 minutes without overflowing.Marcus Comstedt
2006-10-22Removed timerproc and soundproc.Marcus Comstedt
2006-10-22Modularization.Marcus Comstedt
2006-10-22Check for degenerated rect in copyRectTo*.Marcus Comstedt
2006-10-07#include <base/engine.h> -> #include <engines/engine.h (Though I don't likeEugene Sandulenko
2006-10-07Instantiate and hook up the plugin providers in the main() function of the co...Max Horn
2006-09-23Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the...Max Horn
2006-09-20Added _PLUGIN_copyright to list of symbols exported by pluginsMax Horn
2006-06-30Moved backends/dc into new platform directory.Marcus Comstedt