aboutsummaryrefslogtreecommitdiff
path: root/backends/dc/dcmain.cpp
AgeCommit message (Collapse)Author
2006-05-04Turned the last remaining few GameDetector methods into static methodsMax Horn
svn-id: r22344
2006-05-04Put "path" config in game specific domain. Fixes bug #1475049.Marcus Comstedt
svn-id: r22343
2006-04-02Backends now are also responsile for deiniting properly. In particular, ↵Max Horn
moved the call to quit() from scummvm_main to the various backend main routines (porters may want to replace it by something different) svn-id: r21559
2006-04-02With this change, backends are now responsible for instantiating their ↵Max Horn
OSystem class before calling scummvm_main (Note: PalmOS and Symbian are not yet converted, and won't work currently) svn-id: r21557
2006-04-02Fully and officially renamed our main function to scummvm_main, thus makingMax Horn
various backend specific hacks unnecessary. As a consequence, it is now the responsibility of the backend to define main. Hence I adapted the SDL backend accordingly. svn-id: r21542
2006-02-09$Header$ -> $URL$ + $Id$Marcus Comstedt
svn-id: r20441
2006-02-09Properly initialize _devpoll.Marcus Comstedt
svn-id: r20439
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
svn-id: r19142
2005-10-15Added support for cursor palettes.Marcus Comstedt
svn-id: r19100
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
svn-id: r18604
2005-04-27Slightly more elegant LauncherDialog connector.Marcus Comstedt
svn-id: r17844
2005-04-22add a comment regarding an odd hackMax Horn
svn-id: r17758
2005-04-19Replace OSystem::hasAlpha with a feature flagMax Horn
svn-id: r17695
2004-12-09Made SoftKbd more usable with a mouse.Marcus Comstedt
svn-id: r16004
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
svn-id: r15332
2004-08-26Run the DC launcher from inside the regular main() function.Marcus Comstedt
svn-id: r14787
2004-03-14Virtual keyboard.Marcus Comstedt
svn-id: r13279
2004-03-13Reworked scaling logic, and added kFeatureAspectRatioCorrection support.Marcus Comstedt
svn-id: r13259
2004-03-13Use the name "scummvm_main" for the common main function, like WinCE.Marcus Comstedt
svn-id: r13253
2004-03-13Features.Marcus Comstedt
svn-id: r13246
2004-03-13Harmonized with new OSystem API.Marcus Comstedt
svn-id: r13245
2004-02-28renamed more OSystem methods to follow our naming scheme; renamed ↵Max Horn
NewGuiColor to OverlayColor; fixed some calls to error() in the SDL backend svn-id: r13087
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2003-12-21Make sure plugins are loaded when the selector is running.Marcus Comstedt
svn-id: r11832
2003-10-02updated Marcus' copyrightMax Horn
svn-id: r10543
2003-09-27OSystem changes: removed create_thread() method (not needed anymore; 'pure' ↵Max Horn
threads aren't very portable anyway, better we only use timers); introduced OSystem::TimerProc type svn-id: r10430
2003-09-18moved engine.* to base; this fixes some linking issues when building a ↵Max Horn
barebone ScummVM (or maybe I just want to increase our CVS stats? <g>) svn-id: r10287
2003-07-30Merged fixes from branch-0-5-0:Marcus Comstedt
* Max's "adjustment" was incomplete, fixed. * Initialize shake_pos to 0 (fixes Sky, which never sets the shake_pos). * Changed sematics of X button to allow boxing in Indy (I hope...) svn-id: r9307
2003-07-22adjusted to play_cdrom parameter name change in common/system.hMax Horn
svn-id: r9132
2003-07-06"Better" fix... (Die C++, die!)Marcus Comstedt
svn-id: r8811
2003-07-06Fixed parse error.Marcus Comstedt
svn-id: r8802
2003-07-05updated backends to use type MutexRefMax Horn
svn-id: r8776
2003-06-26Count CD tracks from the beginning, not the end... ^^;;Marcus Comstedt
svn-id: r8656
2003-06-18Moved include of stdafx.h to top.Marcus Comstedt
svn-id: r8543
2003-06-18Added some missing methods and a constructor.Marcus Comstedt
svn-id: r8540
2003-05-29added some doxygen comments to common/system.h; cleaned up the OSystem ↵Max Horn
interface a bit svn-id: r8116
2003-03-02Timer implemented.Marcus Comstedt
svn-id: r6667
2002-10-18Time stuff moved to its own file. Program invocation strategy reworked.Marcus Comstedt
svn-id: r5174
2002-09-13Stubs for new functions.Marcus Comstedt
svn-id: r4933
2002-09-13Hide the ronin declaration of Timer to avoid conflict with the Timer class.Marcus Comstedt
svn-id: r4932
2002-09-13Updated for new directory layout.Marcus Comstedt
svn-id: r4931
2002-08-21Initial revisionMax Horn
svn-id: r4785