Age | Commit message (Collapse) | Author |
|
svn-id: r49868
|
|
Common::String (should fix WinCE build)
svn-id: r49861
|
|
svn-id: r49859
|
|
svn-id: r49843
|
|
svn-id: r49838
|
|
svn-id: r49799
|
|
Translations were not updated.
svn-id: r49797
|
|
SCUMM and AdvancedDetector support this feature.
svn-id: r49786
|
|
Proper version of patch #2988641: "GSoC: Select drivers in GUI
based on output types". So far only SCUMM engine supports this
feature.
svn-id: r49783
|
|
svn-id: r49780
|
|
svn-id: r49776
|
|
Implement radiobuttons in GUI. Also closes FR #2821529:
"GUI: volume and subtitles speed sliders".
Subtitle toggle button is replaced by three radiobuttons grouped
by a single group.
Updated translations and themes.
svn-id: r49767
|
|
Now it is possible to specify hotkeys in place for ButtonWidget
and CheckboxWidget (the only widgets with hotkeys now).
Use de-facto standard with putting hotkey between tildes (~).
Like '~O~pen'. The tildes gets stripped before after hotkey
is extracted.
This is done for giving translators possibility to specify
their own hotkeys.
Old hotkeys defined at widget instance creation are left for
leaving possibility to specify non-printable hotkeys such as
Common::ASCII_ESCAPE.
Translation files were updated respectively.
svn-id: r49766
|
|
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
|
|
If it deserves a separate class, shout.
svn-id: r49750
|
|
svn-id: r49705
|
|
svn-id: r49449
|
|
svn-id: r49388
|
|
svn-id: r49324
|
|
Common::String::begin now assures the storage is a unique one, i.e. there are
no other Common::String objects pointing at it. This allows for safe use of
the writable iterators (and thus fixes the test case added with my last commit)
svn-id: r49323
|
|
reporting).
svn-id: r49321
|
|
svn-id: r49270
|
|
svn-id: r49190
|
|
svn-id: r49132
|
|
memory leaks
svn-id: r49116
|
|
format in plain files
svn-id: r49074
|
|
svn-id: r49067
|
|
svn-id: r49066
|
|
* Fix Common::gcd to work with negative input
* This fixes a bug in Common::Rational's multiplication code
* Add some more basic unit tests (including one which checks for
the now fixed multiplication bug)
* cleanup
svn-id: r49064
|
|
svn-id: r49061
|
|
gcc on irix.
svn-id: r49060
|
|
svn-id: r49018
|
|
svn-id: r49008
|
|
svn-id: r49004
|
|
resource fork. This introduces a new flag, ADGF_MACRESFORK, which when set will take the md5 and size from the resource fork instead of the data fork.
svn-id: r48997
|
|
MacBinary's data fork to using a SeekableSubReadStream instead of a MemoryReadStream.
svn-id: r48995
|
|
svn-id: r48984
|
|
svn-id: r48955
|
|
This includes both an implementation and some basic unit tests for
the above mentioned functions.
svn-id: r48953
|
|
svn-id: r48936
|
|
svn-id: r48935
|
|
svn-id: r48822
|
|
svn-id: r48821
|
|
svn-id: r48820
|
|
statements.
svn-id: r48758
|
|
post processed via debugOutputFormatter.
Formerly all debugN strings were not post processed via "errorString" (or the
"debugOutputFormatter" as it is called nowadays). This revision did change
how debug strings are post processed and removed the special case for debugN
by accident.
svn-id: r48716
|
|
svn-id: r48654
|
|
Together with the r48651, this addresses bug #2983718:
"Incomprehensible message for missing scummvm.ini"
svn-id: r48653
|
|
svn-id: r48651
|
|
language
svn-id: r48645
|