aboutsummaryrefslogtreecommitdiff
path: root/backends/dc/dcmain.cpp
AgeCommit message (Expand)Author
2006-05-05Removed Base::setTarget, and some minor cleanup & tweaksMax Horn
2006-05-04Moved GameDetector::setTarget & findGame to the new namespace Base; moved the...Max Horn
2006-05-04Turned the last remaining few GameDetector methods into static methodsMax Horn
2006-05-04Put "path" config in game specific domain. Fixes bug #1475049.Marcus Comstedt
2006-04-02Backends now are also responsile for deiniting properly. In particular, moved...Max Horn
2006-04-02With this change, backends are now responsible for instantiating their OSyste...Max Horn
2006-04-02Fully and officially renamed our main function to scummvm_main, thus makingMax Horn
2006-02-09$Header$ -> $URL$ + $Id$Marcus Comstedt
2006-02-09Properly initialize _devpoll.Marcus Comstedt
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-10-15Added support for cursor palettes.Marcus Comstedt
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-04-27Slightly more elegant LauncherDialog connector.Marcus Comstedt
2005-04-22add a comment regarding an odd hackMax Horn
2005-04-19Replace OSystem::hasAlpha with a feature flagMax Horn
2004-12-09Made SoftKbd more usable with a mouse.Marcus Comstedt
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
2004-08-26Run the DC launcher from inside the regular main() function.Marcus Comstedt
2004-03-14Virtual keyboard.Marcus Comstedt
2004-03-13Reworked scaling logic, and added kFeatureAspectRatioCorrection support.Marcus Comstedt
2004-03-13Use the name "scummvm_main" for the common main function, like WinCE.Marcus Comstedt
2004-03-13Features.Marcus Comstedt
2004-03-13Harmonized with new OSystem API.Marcus Comstedt
2004-02-28renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor...Max Horn
2004-01-06updated copyright noticeMax Horn
2003-12-21Make sure plugins are loaded when the selector is running.Marcus Comstedt
2003-10-02updated Marcus' copyrightMax Horn
2003-09-27OSystem changes: removed create_thread() method (not needed anymore; 'pure' t...Max Horn
2003-09-18moved engine.* to base; this fixes some linking issues when building a barebo...Max Horn
2003-07-30Merged fixes from branch-0-5-0:Marcus Comstedt
2003-07-22adjusted to play_cdrom parameter name change in common/system.hMax Horn
2003-07-06"Better" fix... (Die C++, die!)Marcus Comstedt
2003-07-06Fixed parse error.Marcus Comstedt
2003-07-05updated backends to use type MutexRefMax Horn
2003-06-26Count CD tracks from the beginning, not the end... ^^;;Marcus Comstedt
2003-06-18Moved include of stdafx.h to top.Marcus Comstedt
2003-06-18Added some missing methods and a constructor.Marcus Comstedt
2003-05-29added some doxygen comments to common/system.h; cleaned up the OSystem interf...Max Horn
2003-03-02Timer implemented.Marcus Comstedt
2002-10-18Time stuff moved to its own file. Program invocation strategy reworked.Marcus Comstedt
2002-09-13Stubs for new functions.Marcus Comstedt
2002-09-13Hide the ronin declaration of Timer to avoid conflict with the Timer class.Marcus Comstedt
2002-09-13Updated for new directory layout.Marcus Comstedt
2002-08-21Initial revisionMax Horn