scummvm/sound
Eugene Sandulenko 859212df25 Implement translation support for ScummVM GUI.
Based on patch #2903830: "Updated Translation Prototype" by alexbevi
which in turn is based on patch #1739965 by jvprat.

Currently it builds all translations right into ScummVM. Once the
feature will be accepted more widely, i.e. more translations will
pop up, it will be trivial to move translation strings to external
file.

Finished translation: Russian
Unfinished translation: Hungarian

Things which are nice to do:
 - Language code -> language mapping for more user friendness
 - Specifying fonts to be used with language
 - Updating of interface language without restart. It will require
   moving of much code to reflowLayout() methods for each dialog

The .po files must be in single byte encodings. I.e. no support
for Unicode.

svn-id: r49759
2010-06-15 10:44:51 +00:00
..
decoders Add Android backend from patch #2603856 2010-06-06 09:34:36 +00:00
mods Patch #3006178: "rjp1: calculate sample length correctly" 2010-05-25 11:35:16 +00:00
softsynth Modification to remove false positive "Possible divide by zero" warnings given by cppcheck-1.43. 2010-06-08 20:29:33 +00:00
audiocd.cpp AUDIO: Rename Mixer::playInputStream to playStream 2010-04-12 09:14:17 +00:00
audiocd.h Typos. 2009-08-18 15:41:00 +00:00
audiostream.cpp Rewind the underlying audio stream on LoopingAudioStream creation. 2010-06-09 13:34:15 +00:00
audiostream.h Rewind the underlying audio stream on LoopingAudioStream creation. 2010-06-09 13:34:15 +00:00
fmopl.cpp Show an error message in case multiple OPL outputs are created instead of using an assert. 2010-03-08 00:54:05 +00:00
fmopl.h Show an error message in case multiple OPL outputs are created instead of using an assert. 2010-03-08 00:54:05 +00:00
mididrv.cpp Implement translation support for ScummVM GUI. 2010-06-15 10:44:51 +00:00
mididrv.h Replace some more Adlib uses by AdLib. 2010-01-25 00:13:32 +00:00
midiparser_smf.cpp Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null 2010-01-03 19:37:43 +00:00
midiparser_xmidi.cpp Fix XMIDI looping implementation. Now for example the music in the ferret village of ITE plays fine. 2009-08-08 13:57:21 +00:00
midiparser.cpp Correction for SCI valgrind uninit memory error in MIDI sound which occurs during LSL6 intro. 2010-06-06 00:27:56 +00:00
midiparser.h Since allNotesOff() is virtual and can be overriden, make its associated variables protected instead of private 2010-06-14 22:31:38 +00:00
mixer_intern.h AUDIO: Rename Mixer::playInputStream to playStream 2010-04-12 09:14:17 +00:00
mixer.cpp Rename input -> stream 2010-04-29 21:54:39 +00:00
mixer.h Rename input -> stream 2010-04-29 21:54:39 +00:00
module.mk Move the QDM2 code to the graphics module, removing the cyclic dependency. 2010-05-23 21:41:13 +00:00
mpu401.cpp
mpu401.h
musicplugin.cpp
musicplugin.h Remove the Audio::Mixer parameter from the midi/music plugins 2009-12-09 18:05:20 +00:00
null.cpp Remove the Audio::Mixer parameter from the midi/music plugins 2009-12-09 18:05:20 +00:00
rate_arm_asm.s Update ARM version of rate filler code in line with LordHoto's change 2010-01-05 21:56:13 +00:00
rate_arm.cpp Update ARM version of rate filler code in line with LordHoto's change 2010-01-05 21:56:13 +00:00
rate.cpp Fix typos 2010-03-12 00:37:25 +00:00
rate.h Make RateConverter::flow return the number of sample pairs written, like it's documented in the .cpp file. 2010-01-05 02:42:35 +00:00
timestamp.cpp Add the Common::Rational class from patch #2963496 (VideoDecoder Rewrite) 2010-05-17 20:53:04 +00:00
timestamp.h Improve support for negative Timestamps, and add + and - operators 2010-01-11 10:17:55 +00:00