aboutsummaryrefslogtreecommitdiff
path: root/backends/dc
AgeCommit message (Collapse)Author
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
2005-04-11TypoMax Horn
svn-id: r17547
2005-04-10split SaveFileManager::openSavefile and class SaveFile into two, each, one ↵Max Horn
for loading and one for saving svn-id: r17517
2005-04-03Added mouse wheel support.Marcus Comstedt
svn-id: r17360
2005-04-03Oops, cleared too large memory region...Marcus Comstedt
svn-id: r17356
2005-04-03Switch overlay mode to ARGB4444.Marcus Comstedt
svn-id: r17355
2005-04-03Added new cursorTargetScale parameter to setMouseCursor().Marcus Comstedt
svn-id: r17352
2005-04-03SaveFile stuff now resides in <common/savefile.h>.Marcus Comstedt
svn-id: r17351
2005-04-02Until there is a proper way of communicating pixel format, declare ugly ↵Marcus Comstedt
global variable... svn-id: r17334
2005-03-09Patch #1013937 "OSystem layer with bigger resolution". Now you will alwaysEugene Sandulenko
get at least 640x400 window. And finally we have means of implementing nice looking GUI. Also updated all backends. If your backend has ability to run with 640x400 or 640x480 resolution then read patch tracker item to find out details. Other port maintainers shouldn't worry, as this patch doesn't affect them, they still get their 320x200. svn-id: r17055
2005-01-07Access timer.Marcus Comstedt
svn-id: r16481
2004-12-09Made SoftKbd more usable with a mouse.Marcus Comstedt
svn-id: r16004
2004-12-06Switch back from netcd to regular ronin.Marcus Comstedt
svn-id: r15995
2004-12-06Use delete[] for dirs now that it contains objects.Marcus Comstedt
svn-id: r15994
2004-12-06Updated instructions.Marcus Comstedt
svn-id: r15993
2004-12-05Clean up OSystem::EventMax Horn
svn-id: r15990
2004-11-27Moved Engine::getSavePath() to class SaveFileManager; removed the ↵Max Horn
'directory' parameter from SaveFileManager::openSavefile and listSavefiles (they always use getSavePath() now, which is what we did anyway) svn-id: r15901
2004-11-26Another one...Max Horn
svn-id: r15898
2004-11-26Trying to fix the WinCE/DC port breakage -- blindfolded, though, hence it ↵Max Horn
probably isn't enough to get things compiling again :-/ svn-id: r15897
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