aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wii
AgeCommit message (Expand)Author
2010-11-03Merge from gsoc2010-pluginsYotam Barnoy
2010-11-01COMMON: Rename String::printf() to String::format()Max Horn
2010-10-31Updated with latest from trunkYotam Barnoy
2010-09-08WII: Fix typo, update translations.Andre Heider
2010-09-05MERGE: Merge trunk to branch.Andre Heider
2010-09-05WII: Add plugins to the distribution.Andre Heider
2010-09-05PLUGINS: Plugin support for the GameCube/Wii backend.Andre Heider
2010-09-05WII: Merge r52536 from trunk.Andre Heider
2010-09-05WII: New disttarget 'wiiloaddist'Andre Heider
2010-08-30WII: Abuse pollEvent() to update the screen of skipped frames.Andre Heider
2010-08-28WII: svn merge Wii port commits from trunkAndre Heider
2010-08-17WII: Bump the sfx buffer size to fix MT32 emulator hiccups.Andre Heider
2010-08-14WII: Update port for the current versions of the base libraries. Enable DVD a...Andre Heider
2010-07-29BUILD: Unify how MODULE_DIRS is computed for backendsMax Horn
2010-06-26GUI: Add and improve some messages to translateJordi Vilalta Prat
2010-06-15SYSTEM: Unify OSystem::getSupportedFormats() signatureMax Horn
2010-06-15WII: sync with recent GUI changes. NOT TESTED.Eugene Sandulenko
2010-04-30Fixed warnings when building a GC binary.Andre Heider
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-04-19Reinit the video mode when showing the console on an abnormal exit. This was ...Andre Heider
2010-03-11Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ...Max Horn
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-10-08Introduce a new struct TimeDate, replacing struct tm in client code. May lead...Max Horn
2009-10-01Fixed mismatching malloc/free, and plugged a memleak.Andre Heider
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-09-27Use _port_mk for the Wii and Gamecube port.Andre Heider
2009-09-25Move wii specific stuff from ports.mk to backends/platform/wii/wii.mkMax Horn
2009-09-21whitespace fixAndre Heider
2009-09-21reinit the console when changing the video mode.Andre Heider
2009-09-20New "Input" tab for the options dialog to set pad sensitivity and acceleration.Andre Heider
2009-09-20Fix compilationAndre Heider
2009-09-20Mention mount errors on the status labels.Andre Heider
2009-09-20Only update status label of the active tab (lables print their text when upda...Andre Heider
2009-09-18Show the console when exiting abnormally.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-08-15Fix compilation.Andre Heider
2009-08-08tweaked the mapped keys to reintroduce SHIFT for mass adding gamesAndre Heider
2009-06-17Moved the wiidist target to ports.mk, cleaned it up and automated meta.xml ge...Andre Heider
2009-05-27Changes for the latest libfat update.Andre Heider
2009-03-20Fix some warnings in the Wii backend.Andre Heider