aboutsummaryrefslogtreecommitdiff
path: root/engines/queen/queen.cpp
AgeCommit message (Expand)Author
2006-06-20Cleanup. It seems unnecessary to have a "break" right after an unconditionalTorbjörn Andersson
2006-05-13Patch #1091170: ALL, SCUMM: Subtitle speed controlMax Horn
2006-05-04Set speech_mute/sfx_mute/music_mute values in one single central placeMax Horn
2006-04-29* Changed the createEngine() factory function of our plugins to return an err...Max Horn
2006-04-16Fix for bug #1471383: Instead of overloading ConfigManager::set, we now have ...Max Horn
2006-04-15- Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ...Max Horn
2006-04-14Changed File::open to take a Common::String as file name parameterMax Horn
2006-04-08Modified the REGISTER_PLUGIN macro so that it allows (and requires) a trailin...Max Horn
2006-03-09- Renamed GameSettings to PlainGameDescriptorMax Horn
2006-03-02Fix for bug #1438822 (Targets are case sensitive)Max Horn
2006-02-18- renamed PLUGIN_getSupportedGames to PLUGIN_gameIDList for consistencyMax Horn
2006-02-18- Removed the 'features' field from GameSettingsMax Horn
2006-02-17Reduced use of GF_DEFAULT_TO_1X_SCALER in favor of a new param to Engine::ini...Max Horn
2006-02-12The GameDetector is no longer a required parameter for Engine constructorsMax Horn
2006-02-11Moved engines to the new engines/ directoryMax Horn