aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wii/osystem_gfx.cpp
AgeCommit message (Expand)Author
2012-11-23WII: Remove remaining signed-unsigned compiler warning.D G Turner
2012-07-21WII: Adapt to mouse cursor dontScale API changedhewg
2012-06-20WII: Fix check for whole width updates in copyRectToOverlay.Johannes Schickel
2012-06-20WII: Replace OverlayColor with uint16.Johannes Schickel
2012-06-16ALL: Let overlay related methods in OSystem take a void * and use a proper pi...Johannes Schickel
2012-06-16BACKENDS: Make OSystem::setMouseCursor take a "const void *" buffer.Johannes Schickel
2012-06-16BACKENDS: Let copyRectToScreen take a "const void *" instead of "const byte *...Johannes Schickel
2012-06-03ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" lo...Johannes Schickel
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-06-23WII: Allow use of abort in OSystem_Wii classLittleboy
2011-06-04BACKENDS: Replace OSystem::disableCursorPalette by setFeatureState callsMax Horn
2011-05-03WII: Fix various forbidden symbol clashesMax Horn
2011-04-17ALL/GRAPHICS: Remove Surface::bytesPerPixel.Johannes Schickel
2011-04-17BACKENDS: Adapt various backends code to set up Surface::format correctly.Johannes Schickel
2011-02-16WII: Fix OSystem_Wii::setPalette after the ScummVM upstream merge in a024546.Johannes Schickel
2011-02-15Merge branch 'master' into osystem-paletteJohannes Schickel
2011-02-14WII: Fix 16bit cursors on some HE gamesdhewg
2011-02-14WII: Adapt to [set|grab]Palette RGBA->RGB change.dhewg
2010-08-30WII: Abuse pollEvent() to update the screen of skipped frames.Andre Heider
2010-08-14WII: Update port for the current versions of the base libraries. Enable DVD a...Andre Heider
2010-06-15SYSTEM: Unify OSystem::getSupportedFormats() signatureMax Horn
2010-04-20Round up the game texture dimensions if the requested size is incompatible to...Andre Heider
2010-04-19Fix lockScreen() for 16bit modes.Andre Heider
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-22Silenced some more cppcheck warnings. Some of these may seem silly, but the wayTorbjörn Andersson
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-09-21reinit the console when changing the video mode.Andre Heider
2009-09-18Moved the Wii gfx code to its own library. Added a onscreen console for stdou...Andre Heider
2009-09-05Support for SMB shares, cleaned up async FS functions.Andre Heider
2009-09-03Removed AA modes in favor of bilinear texture filtering, which gives much bet...Andre Heider
2009-09-02Fixed thumbnail gfx glitches on savegamesAndre Heider
2009-09-01Added an options dialog for some Wii specific settings.Andre Heider
2009-08-30Complete GFX rewrite with new features:Andre Heider
2009-08-22Removed unused varAndre Heider
2009-08-2216bit support for the Wii portAndre Heider
2009-08-21Fixed OSystem_Wii for the 16bit API changesAndre Heider
2009-03-20Fix some warnings in the Wii backend.Andre Heider
2009-02-15moved the supported graphics modes to a static array.Andre Heider
2009-01-19Makefile cleanup with additional comments. Added DEBUG_WII_MEMSTATS for memor...Andre Heider
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-23increase the height of the overlay so the modern theme fits in 16:9Andre Heider
2008-12-04Fix for bug #2388270 "[Wii/GC] Unable to build SVN rev.35233".Johannes Schickel
2008-11-06Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys...Max Horn
2008-11-06Got rid of OSystem::ARGBToColor and colorToARGBMax Horn
2008-08-11video mode polishing:Andre Heider
2008-06-04Patch #1971285: "Nintendo Wii port"Eugene Sandulenko