aboutsummaryrefslogtreecommitdiff
path: root/base
AgeCommit message (Expand)Author
2003-10-02renamed namespace ScummVM to CommonMax Horn
2003-10-01Revert kirbens change on 05Sep. Setting debugmode with debuglevel 0 is delibe...James Brown
2003-10-01disable joystick input by default either command line or config file need to ...Jonathan Gray
2003-09-28removed duplicate g_timer object (one was global, one was static to timer.cpp...Max Horn
2003-09-28queen initial importJoost Peters
2003-09-27Timer services are now available through g_timer, soJamieson Christian
2003-09-27added hq2x scalerMax Horn
2003-09-26Add optional define for no consoleTravis Howell
2003-09-21added HQ3x filterMax Horn
2003-09-21Use banners on WinCENicolas Bacca
2003-09-20fixed AMD64 warningMax Horn
2003-09-20prepend underscore before passing symbols to dlsym, at least on OS XMax Horn
2003-09-20fix invalid target crash for build using loadable modulesMax Horn
2003-09-19cleanupOliver Kiehl
2003-09-18added initial support for building our 4 adventure engines as loadable module...Max Horn
2003-09-18disable the custom operator 'new' on Mac OS X, as it cause multiple definitio...Max Horn
2003-09-18This'll also break Makefile.noconfJames Brown
2003-09-18Temporarily disabled this rule since it causes troubles for MinGWMax Horn
2003-09-18moved engine.* to base; this fixes some linking issues when building a barebo...Max Horn
2003-09-17cleanupMax Horn
2003-09-17new module 'base'; moved gameDetector.*, main.cpp and base/plugins.* there (t...Max Horn