index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
platform
/
wii
/
osystem_gfx.cpp
Age
Commit message (
Expand
)
Author
2012-06-16
BACKENDS: Make OSystem::setMouseCursor take a "const void *" buffer.
Johannes Schickel
2012-06-16
BACKENDS: Let copyRectToScreen take a "const void *" instead of "const byte *...
Johannes Schickel
2012-06-03
ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" lo...
Johannes Schickel
2011-08-07
JANITORIAL: Remove trailing empty lines.
Christoph Mallon
2011-06-23
WII: Allow use of abort in OSystem_Wii class
Littleboy
2011-06-04
BACKENDS: Replace OSystem::disableCursorPalette by setFeatureState calls
Max Horn
2011-05-03
WII: Fix various forbidden symbol clashes
Max Horn
2011-04-17
ALL/GRAPHICS: Remove Surface::bytesPerPixel.
Johannes Schickel
2011-04-17
BACKENDS: Adapt various backends code to set up Surface::format correctly.
Johannes Schickel
2011-02-16
WII: Fix OSystem_Wii::setPalette after the ScummVM upstream merge in a024546.
Johannes Schickel
2011-02-15
Merge branch 'master' into osystem-palette
Johannes Schickel
2011-02-14
WII: Fix 16bit cursors on some HE games
dhewg
2011-02-14
WII: Adapt to [set|grab]Palette RGBA->RGB change.
dhewg
2010-08-30
WII: Abuse pollEvent() to update the screen of skipped frames.
Andre Heider
2010-08-14
WII: Update port for the current versions of the base libraries. Enable DVD a...
Andre Heider
2010-06-15
SYSTEM: Unify OSystem::getSupportedFormats() signature
Max Horn
2010-04-20
Round up the game texture dimensions if the requested size is incompatible to...
Andre Heider
2010-04-19
Fix lockScreen() for 16bit modes.
Andre Heider
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2010-01-22
Silenced some more cppcheck warnings. Some of these may seem silly, but the way
Torbjörn Andersson
2009-09-30
Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...
Max Horn
2009-09-21
reinit the console when changing the video mode.
Andre Heider
2009-09-18
Moved the Wii gfx code to its own library. Added a onscreen console for stdou...
Andre Heider
2009-09-05
Support for SMB shares, cleaned up async FS functions.
Andre Heider
2009-09-03
Removed AA modes in favor of bilinear texture filtering, which gives much bet...
Andre Heider
2009-09-02
Fixed thumbnail gfx glitches on savegames
Andre Heider
2009-09-01
Added an options dialog for some Wii specific settings.
Andre Heider
2009-08-30
Complete GFX rewrite with new features:
Andre Heider
2009-08-22
Removed unused var
Andre Heider
2009-08-22
16bit support for the Wii port
Andre Heider
2009-08-21
Fixed OSystem_Wii for the 16bit API changes
Andre Heider
2009-03-20
Fix some warnings in the Wii backend.
Andre Heider
2009-02-15
moved the supported graphics modes to a static array.
Andre Heider
2009-01-19
Makefile cleanup with additional comments. Added DEBUG_WII_MEMSTATS for memor...
Andre Heider
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-12-23
increase the height of the overlay so the modern theme fits in 16:9
Andre Heider
2008-12-04
Fix for bug #2388270 "[Wii/GC] Unable to build SVN rev.35233".
Johannes Schickel
2008-11-06
Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys...
Max Horn
2008-11-06
Got rid of OSystem::ARGBToColor and colorToARGB
Max Horn
2008-08-11
video mode polishing:
Andre Heider
2008-06-04
Patch #1971285: "Nintendo Wii port"
Eugene Sandulenko