aboutsummaryrefslogtreecommitdiff
path: root/backends/dc/dc.h
AgeCommit message (Collapse)Author
2006-05-17- Heavily modified patch #1214784: "Disable overlay scaling"Eugene Sandulenko
- Eriktorbjorn's patch from same tracker item for scaling sword1/2 cutscenes is applied as is. It lacks resolution switch on-the-fly. - GUI widgets are repositioned on the fly and use most space, even aspect ratio corrected screen is used without scaling - Heavy tesing is required, but works for me in all cases except for bug #1483272: "GUI: SCUMM pause dialog breaks upon scaler switch" which needs more work. - I probavly broke some backend or two svn-id: r22505
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-02-09$Header$ -> $URL$ + $Id$Marcus Comstedt
svn-id: r20441
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-10-15Added some missing functions.Marcus Comstedt
svn-id: r19099
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
svn-id: r18604
2005-06-27Implemented OSystem_Dreamcast::grabPalette().Marcus Comstedt
svn-id: r18472
2005-05-10Moved (In/Out)SaveFile(Manager) and Timer to namespace CommonMax Horn
svn-id: r18038
2005-04-19Replace OSystem::hasAlpha with a feature flagMax Horn
svn-id: r17695
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-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
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-09-04Got rid of OSystem::move_screenMax Horn
svn-id: r14882
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-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-14Sound buffer adjustment.Marcus Comstedt
svn-id: r13269
2004-03-13Reworked scaling logic, and added kFeatureAspectRatioCorrection support.Marcus Comstedt
svn-id: r13259
2004-03-13Use default implementation for setGraphicsMode(const char *).Marcus Comstedt
svn-id: r13254
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-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-01-06updated copyright noticeMax Horn
svn-id: r12176
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-07-22adjusted to play_cdrom parameter name change in common/system.hMax Horn
svn-id: r9132
2003-07-14Hires mouse pointer (CoMI).Marcus Comstedt
svn-id: r9026
2003-07-05updated backends to use type MutexRefMax Horn
svn-id: r8776
2003-06-18Added some missing methods and a constructor.Marcus Comstedt
svn-id: r8540
2003-05-29more OSystem docs & cleanupMax Horn
svn-id: r8118
2003-05-29added some doxygen comments to common/system.h; cleaned up the OSystem ↵Max Horn
interface a bit svn-id: r8116
2003-05-04Support hires mode (CoMI).Marcus Comstedt
svn-id: r7326
2003-03-02Timer implemented.Marcus Comstedt
svn-id: r6667
2003-03-02warp_mouse added.Marcus Comstedt
svn-id: r6664
2002-12-17New savefile backend system (bye bye NONSTANDARD_SAVE...)Marcus Comstedt
svn-id: r6007
2002-10-18Overlay fixed.Marcus Comstedt
svn-id: r5188
2002-10-18Overlays implemented. Made the buffering slightly more efficient.Marcus Comstedt
svn-id: r5177
2002-09-13Stubs for new functions.Marcus Comstedt
svn-id: r4933
2002-09-09Applied roever's screen effects patch (#602595) and fixed LethalWP's Makefile ;)Michael Pearce
svn-id: r4909
2002-08-21Initial revisionMax Horn
svn-id: r4785