Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+
2021-12-26 18:48:43 +01:00
Cameron Cawley
c877097b49
ALL: Remove use of "" in Common::U32String constructors
2020-11-16 16:56:58 +00:00
aryanrawlani28
6b7c646ba4
WII: Use U32Strings for options dialog.
2020-08-30 14:43:41 +02:00
Bastien Bouclet
0634762ed6
BACKENDS: Fix the DS, GameCube and Wii builds
2020-01-04 11:26:31 +01:00
Johannes Schickel
3b73ceb17e
WII: Make GPL headers consistent in themselves.
2014-02-18 02:39:40 +01:00
Christoph Mallon
23a0f5318c
JANITORIAL: Remove trailing empty lines.
2011-08-07 13:53:33 +02:00
Matthew Hoops
9539017ee3
ALL: initialise -> initialize
2011-05-25 11:17:11 -04:00
Max Horn
e27b05ef35
COMMON: Rename String::printf() to String::format()
...
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-11-01 16:02:28 +00:00
Andre Heider
f3a9828d36
WII: Fix typo, update translations.
...
svn-id: r52640
2010-09-08 17:41:31 +00:00
Andre Heider
c58e2707ff
WII: Update port for the current versions of the base libraries. Enable DVD access for the GameCube port.
...
svn-id: r52074
2010-08-14 00:56:12 +00:00
Jordi Vilalta Prat
063cef0c28
GUI: Add and improve some messages to translate
...
svn-id: r50324
2010-06-26 15:48:03 +00:00
Eugene Sandulenko
91078cc1bb
WII: sync with recent GUI changes. NOT TESTED.
...
svn-id: r49793
2010-06-15 11:01:17 +00:00
Andre Heider
eb429872d8
Fixed warnings when building a GC binary.
...
svn-id: r48877
2010-04-30 16:49:57 +00:00
Johannes Schickel
aed02365ec
Strip trailing spaces/tabs.
...
svn-id: r47541
2010-01-25 01:39:44 +00:00
Andre Heider
47e677ffcc
whitespace fix
...
svn-id: r44233
2009-09-21 20:50:13 +00:00
Andre Heider
ab6caf1df6
New "Input" tab for the options dialog to set pad sensitivity and acceleration.
...
svn-id: r44205
2009-09-20 12:53:32 +00:00
Andre Heider
81bb484f01
Fix compilation
...
svn-id: r44203
2009-09-20 12:33:03 +00:00
Andre Heider
cd1628f70d
Mention mount errors on the status labels.
...
svn-id: r44202
2009-09-20 11:47:11 +00:00
Andre Heider
3224a8d3c8
Only update status label of the active tab (lables print their text when updating, regardless of its visibility status).
...
svn-id: r44200
2009-09-20 11:29:33 +00:00
Andre Heider
3e24220a19
Moved the Wii gfx code to its own library. Added a onscreen console for stdout/err, toggable via pad keys.
...
svn-id: r44189
2009-09-18 18:56:16 +00:00
Andre Heider
0b002beccd
Support for SMB shares, cleaned up async FS functions.
...
svn-id: r43965
2009-09-05 17:53:55 +00:00
Andre Heider
9aa7546a34
Removed AA modes in favor of bilinear texture filtering, which gives much better results. Renamed a few types and enums to make it clear what they're for.
...
svn-id: r43919
2009-09-03 17:52:38 +00:00
Andre Heider
cf112f9a43
Added an options dialog for some Wii specific settings.
...
svn-id: r43892
2009-09-01 19:33:47 +00:00