Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | WII: Make GPL headers consistent in themselves. | Johannes Schickel | |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon | |
2011-05-25 | ALL: initialise -> initialize | Matthew Hoops | |
2010-11-01 | COMMON: Rename String::printf() to String::format() | Max Horn | |
This is a first step towards getting rid of all uses of regular printf, fprintf, vprintf, vfprintf, puts, fputs, etc. in our codebase. The name format() reflects the purpose of the function, and parallels String.format() in Java, boost::format, and others. svn-id: r54004 | |||
2010-09-08 | WII: Fix typo, update translations. | Andre Heider | |
svn-id: r52640 | |||
2010-08-14 | WII: Update port for the current versions of the base libraries. Enable DVD ↵ | Andre Heider | |
access for the GameCube port. svn-id: r52074 | |||
2010-06-26 | GUI: Add and improve some messages to translate | Jordi Vilalta Prat | |
svn-id: r50324 | |||
2010-06-15 | WII: sync with recent GUI changes. NOT TESTED. | Eugene Sandulenko | |
svn-id: r49793 | |||
2010-04-30 | Fixed warnings when building a GC binary. | Andre Heider | |
svn-id: r48877 | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2009-09-21 | whitespace fix | Andre Heider | |
svn-id: r44233 | |||
2009-09-20 | New "Input" tab for the options dialog to set pad sensitivity and acceleration. | Andre Heider | |
svn-id: r44205 | |||
2009-09-20 | Fix compilation | Andre Heider | |
svn-id: r44203 | |||
2009-09-20 | Mention mount errors on the status labels. | Andre Heider | |
svn-id: r44202 | |||
2009-09-20 | Only update status label of the active tab (lables print their text when ↵ | Andre Heider | |
updating, regardless of its visibility status). svn-id: r44200 | |||
2009-09-18 | Moved the Wii gfx code to its own library. Added a onscreen console for ↵ | Andre Heider | |
stdout/err, toggable via pad keys. svn-id: r44189 | |||
2009-09-05 | Support for SMB shares, cleaned up async FS functions. | Andre Heider | |
svn-id: r43965 | |||
2009-09-03 | Removed AA modes in favor of bilinear texture filtering, which gives much ↵ | Andre Heider | |
better results. Renamed a few types and enums to make it clear what they're for. svn-id: r43919 | |||
2009-09-01 | Added an options dialog for some Wii specific settings. | Andre Heider | |
svn-id: r43892 |