aboutsummaryrefslogtreecommitdiff
path: root/base/plugins.h
AgeCommit message (Expand)Author
2003-12-21Make it possible for game detection functions to detect language/platform (no...Max Horn
2003-12-16Broken Sword 1: initial importRobert Göffringmann
2003-11-07spelling fixesJonathan Gray
2003-10-20fix compile when using dynamic plugin supportOliver Kiehl
2003-10-17moved game detection code out to the pluginsMax Horn
2003-10-17factored out the game detection code into the Plugin class; this is the first...Max Horn
2003-10-16cleanupMax Horn
2003-10-12some renaming for more consistent terminology (although we might want to reev...Max Horn
2003-10-11Patch around another MSVC6 quirkJamieson Christian
2003-10-10Hmm, that wasn't the problem after all. ApparentlyJamieson Christian
2003-10-10Public constructor/destructor, for the sake of Singleton<>.Jamieson Christian
2003-10-08turned PluginManager into a proper singletonMax Horn
2003-10-02renamed namespace ScummVM to CommonMax Horn
2003-09-18added initial support for building our 4 adventure engines as loadable module...Max Horn
2003-09-17new module 'base'; moved gameDetector.*, main.cpp and base/plugins.* there (t...Max Horn