aboutsummaryrefslogtreecommitdiff
path: root/backends/dc
AgeCommit message (Expand)Author
2004-03-28Renamed more OSystem methodsMax Horn
2004-03-15"int GraphicsMode *" was a rather creative type... :)Marcus Comstedt
2004-03-15Renamed OSystem::set_timer() to setTimerCallback(); more OSystem Doxygen changesMax Horn
2004-03-15Added getDefaultGraphicsMode for DC backendMax Horn
2004-03-15Added OSystem::getDefaultGraphicsMode(); renamed OSystem::get_height() and ge...Max Horn
2004-03-14Virtual keyboard.Marcus Comstedt
2004-03-14Protect against multiple inclusion.Marcus Comstedt
2004-03-14Sound buffer adjustment.Marcus Comstedt
2004-03-14In stereo.Marcus Comstedt
2004-03-13Reworked scaling logic, and added kFeatureAspectRatioCorrection support.Marcus Comstedt
2004-03-13Less strange.Marcus Comstedt
2004-03-13Cleanup.Marcus Comstedt
2004-03-13Use default implementation for setGraphicsMode(const char *).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-03-13Merged in fixes from 0.6.0 release branch.Marcus Comstedt
2004-02-28renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor...Max Horn
2004-02-24the OSystem changes we discussed on the ML (note: renaming of the existing OS...Max Horn
2004-02-05renamed (Const)Iterator to (const_)iterator; changed size() to return an uintMax Horn
2004-02-01No need to explicitly include posix-fs.o.Marcus Comstedt
2004-02-01Include . in MODULE_DIRS to get dependencies for this dir.Marcus Comstedt
2004-02-01This doesn't seem to be needed anymore either...Marcus Comstedt
2004-02-01The cleanup goes on...Marcus Comstedt
2004-02-01Added missing definition of RM_REC.Marcus Comstedt
2004-02-01More old cruft removed.Marcus Comstedt
2004-02-01Ignore sword1 build dir.Marcus Comstedt
2004-01-31Cleanup.Marcus Comstedt
2004-01-31Set $(srcdir).Marcus Comstedt
2004-01-06updated copyright noticeMax Horn
2003-12-21Invisible mouse pointer fix.Marcus Comstedt
2003-12-21Avoid Loom dupes.Marcus Comstedt
2003-12-21Avoid duplicate entries due to case.Marcus Comstedt
2003-12-21Make sure plugins are loaded when the selector is running.Marcus Comstedt
2003-12-21Renames.Marcus Comstedt
2003-11-30cleanup; added (currently commented out) zlib/gzip codeMax Horn
2003-11-26GUI now has its own namespace, use it.Marcus Comstedt
2003-11-07spelling fixesJonathan Gray
2003-11-03Now compiles again...Marcus Comstedt
2003-11-03Updated list of build directories to ignore.Marcus Comstedt
2003-11-03Reeordered EXEEXT and EXECUTABLE (define before use).Marcus Comstedt
2003-11-03Added math.h to include list (needed for atan2).Marcus Comstedt
2003-11-03Use posix-fs on Dreamcast.Marcus Comstedt
2003-11-02turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi...Max Horn
2003-11-01cleanup: new MessageDialog subclass TimedMessageDialogMax Horn
2003-10-17patch #824241Max Horn
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-08-20Need explicit include of stdafx because of free_check kluge...Marcus Comstedt