Age | Commit message (Expand) | Author |
2008-02-08 | Initial support for plugin types | Jordi Vilalta Prat |
2008-02-03 | Revised Engine plugin API to only provide a single func which returns a MetaE... | Max Horn |
2008-02-03 | cleanup | Max Horn |
2008-02-03 | Changed "COMPATIBLITY" to "COMPATIBILITY". | Torbjörn Andersson |
2008-02-03 | Converted queen and sky to use MetaEngine (forgot them because they don't use... | Jordi Vilalta Prat |
2008-01-05 | Fix to remove a tab character from the GPL header | Paul Gilbert |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-06-23 | Merged the FSNode branch with trunk r27031:27680 | David Corrales |
2007-06-23 | Changed BASS to use more KEYCODEs | Max Horn |
2007-06-22 | Converted BASS to use Common::KeyState | Max Horn |
2007-06-05 | Renamed methods in the FilesystemNode class to match the AbstractFSNode imple... | David Corrales |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-04-01 | added the instance of EventManager returned by OSystem::getEventManager as a ... | Gregory Montoir |
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst... | Max Horn |
2007-03-17 | SKY: Changed Control class to use event manager for mouse coord tracking, and... | Max Horn |
2007-03-17 | SKY: respect the SF_MOUSE_LOCKED flag upon mouse clicks, too | Max Horn |
2007-03-17 | Force all code to use EventManager::pollEvent instead of OSystem::pollEvent | Max Horn |
2007-03-14 | Fix for bug #1656880 (BASS: mouse initialized wrong in control panel) | Max Horn |
2007-02-10 | Patch #1656801 (BASS: various control panel fixes), which fixes bug #1548779 ... | Max Horn |
2007-01-20 | First phase of detection-related plugins interface improvements. Now plugins | Eugene Sandulenko |
2006-10-02 | Improved the BASS detector a bit | Max Horn |
2006-09-16 | * Added virtual Engine::getDebugger() method | Max Horn |
2006-07-31 | * Added copyright string to all engine plugins | Max Horn |
2006-07-22 | Using FilesystemNode::name instead of FilesystemNode::displayName in all game... | Johannes Schickel |
2006-06-24 | Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp | Max Horn |
2006-05-01 | It's wrong to assume a given file is located in gameDataPath, so do not use t... | Max Horn |
2006-04-29 | * Changed the createEngine() factory function of our plugins to return an err... | Max Horn |
2006-04-15 | - Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ... | Max Horn |
2006-04-08 | Modified the REGISTER_PLUGIN macro so that it allows (and requires) a trailin... | Max Horn |
2006-03-09 | - Renamed GameSettings to PlainGameDescriptor | Max Horn |
2006-03-02 | Fix for bug #1438822 (Targets are case sensitive) | Max Horn |
2006-02-18 | - renamed PLUGIN_getSupportedGames to PLUGIN_gameIDList for consistency | Max Horn |
2006-02-18 | - Removed the 'features' field from GameSettings | Max Horn |
2006-02-17 | Reduced use of GF_DEFAULT_TO_1X_SCALER in favor of a new param to Engine::ini... | Max Horn |
2006-02-12 | The GameDetector is no longer a required parameter for Engine constructors | Max Horn |
2006-02-11 | Moved engines to the new engines/ directory | Max Horn |