aboutsummaryrefslogtreecommitdiff
path: root/backends/dc
AgeCommit message (Collapse)Author
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
svn-id: r15332
2004-09-04Got rid of OSystem::move_screenMax Horn
svn-id: r14882
2004-08-29Clear screen and overlay buffer after allocation.Marcus Comstedt
svn-id: r14832
2004-08-29Disable interrupts while performing cache trickery, just in case.Marcus Comstedt
svn-id: r14831
2004-08-29Oops, forgot to clear BSS...Marcus Comstedt
svn-id: r14830
2004-08-26Don't return -1 from read/write, they are uint32...Marcus Comstedt
svn-id: r14788
2004-08-26Run the DC launcher from inside the regular main() function.Marcus Comstedt
svn-id: r14787
2004-08-26Removed obsolete checks for LFL games (thank you MD5!).Marcus Comstedt
svn-id: r14786
2004-08-26Disable building of scalers.Marcus Comstedt
svn-id: r14785
2004-08-25Build plugins.Marcus Comstedt
svn-id: r14754
2004-08-25Only relocate allocated sections.Marcus Comstedt
svn-id: r14753
2004-08-22Support dynamic plugins on Dreamcast.Marcus Comstedt
svn-id: r14689
2004-08-20More build-dirs added.Marcus Comstedt
svn-id: r14655
2004-06-25Cleaned up SaveFileManager stuff a little bitMax Horn
svn-id: r14056
2004-05-06Removed default value for keycolor in the OSystem implementationsMax Horn
svn-id: r13796
2004-05-05Extend setMouseCursor with additional keycolor parameter. Lets saga use 255Eugene Sandulenko
as white color. Made this function more safe by copying cursor data to newly created buffer. svn-id: r13777
2004-03-28Renamed more OSystem methodsMax Horn
svn-id: r13410
2004-03-15"int GraphicsMode *" was a rather creative type... :)Marcus Comstedt
svn-id: r13313
2004-03-15Renamed OSystem::set_timer() to setTimerCallback(); more OSystem Doxygen changesMax Horn
svn-id: r13289
2004-03-15Added getDefaultGraphicsMode for DC backendMax Horn
svn-id: r13285
2004-03-15Added OSystem::getDefaultGraphicsMode(); renamed OSystem::get_height() and ↵Max Horn
get_width() to getHeight and getWidth(); augmented some doxygen comments in common/system.h svn-id: r13284
2004-03-14Virtual keyboard.Marcus Comstedt
svn-id: r13279
2004-03-14Protect against multiple inclusion.Marcus Comstedt
svn-id: r13270
2004-03-14Sound buffer adjustment.Marcus Comstedt
svn-id: r13269
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