aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wii/osystem_gfx.cpp
AgeCommit message (Expand)Author
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