aboutsummaryrefslogtreecommitdiff
path: root/backends/dc
AgeCommit message (Collapse)Author
2004-03-14In stereo.Marcus Comstedt
svn-id: r13268
2004-03-13Reworked scaling logic, and added kFeatureAspectRatioCorrection support.Marcus Comstedt
svn-id: r13259
2004-03-13Less strange.Marcus Comstedt
svn-id: r13256
2004-03-13Cleanup.Marcus Comstedt
svn-id: r13255
2004-03-13Use default implementation for setGraphicsMode(const char *).Marcus Comstedt
svn-id: r13254
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-03-13Merged in fixes from 0.6.0 release branch.Marcus Comstedt
svn-id: r13240
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-02-24the OSystem changes we discussed on the ML (note: renaming of the existing ↵Max Horn
OSystem API is not yet finished); porters will have to fix their ports to get them to compile again svn-id: r13036
2004-02-05renamed (Const)Iterator to (const_)iterator; changed size() to return an uintMax Horn
svn-id: r12722
2004-02-01No need to explicitly include posix-fs.o.Marcus Comstedt
svn-id: r12709
2004-02-01Include . in MODULE_DIRS to get dependencies for this dir.Marcus Comstedt
svn-id: r12708
2004-02-01This doesn't seem to be needed anymore either...Marcus Comstedt
svn-id: r12706
2004-02-01The cleanup goes on...Marcus Comstedt
svn-id: r12705
2004-02-01Added missing definition of RM_REC.Marcus Comstedt
svn-id: r12704
2004-02-01More old cruft removed.Marcus Comstedt
svn-id: r12703
2004-02-01Ignore sword1 build dir.Marcus Comstedt
svn-id: r12702
2004-01-31Cleanup.Marcus Comstedt
svn-id: r12690
2004-01-31Set $(srcdir).Marcus Comstedt
svn-id: r12689
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2003-12-21Invisible mouse pointer fix.Marcus Comstedt
svn-id: r11840
2003-12-21Avoid Loom dupes.Marcus Comstedt
svn-id: r11838
2003-12-21Avoid duplicate entries due to case.Marcus Comstedt
svn-id: r11836
2003-12-21Make sure plugins are loaded when the selector is running.Marcus Comstedt
svn-id: r11832
2003-12-21Renames.Marcus Comstedt
svn-id: r11818
2003-11-30cleanup; added (currently commented out) zlib/gzip codeMax Horn
svn-id: r11433
2003-11-26GUI now has its own namespace, use it.Marcus Comstedt
svn-id: r11377
2003-11-07spelling fixesJonathan Gray
svn-id: r11181
2003-11-03Now compiles again...Marcus Comstedt
svn-id: r11116
2003-11-03Updated list of build directories to ignore.Marcus Comstedt
svn-id: r11115
2003-11-03Reeordered EXEEXT and EXECUTABLE (define before use).Marcus Comstedt
svn-id: r11114
2003-11-03Added math.h to include list (needed for atan2).Marcus Comstedt
svn-id: r11113
2003-11-03Use posix-fs on Dreamcast.Marcus Comstedt
svn-id: r11112
2003-11-02turned NewGui into a singleton, and made OSystem a pseudo-singleton; added ↵Max Horn
Widget::findWidget (preparing to add support for nested widgets, for the tab widget) svn-id: r11045
2003-11-01cleanup: new MessageDialog subclass TimedMessageDialogMax Horn
svn-id: r11033
2003-10-17patch #824241Max Horn
svn-id: r10877
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-08-20Need explicit include of stdafx because of free_check kluge...Marcus Comstedt
svn-id: r9803
2003-08-10Harmonized SaveFile API with File API a bit.Marcus Comstedt
svn-id: r9626
2003-08-03More complete keymap.Marcus Comstedt
svn-id: r9440
2003-08-03More const.Marcus Comstedt
svn-id: r9437
2003-08-03Detect Simon.Marcus Comstedt
svn-id: r9436
2003-08-03Ignore bs2 builddir.Marcus Comstedt
svn-id: r9428
2003-08-02removed OSystem::set_mouse_pos (I hope I didn't break any backends, but if I ↵Max Horn
did it should be trivial to get them working again) svn-id: r9391
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