Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-17 | Correction for Invalid reads in Translation iconv calls reported by Valgrind. | David Turner | |
The string terminators were omitted from the iconv call and not restored. svn-id: r49916 | |||
2010-06-15 | Use USE_TRANSLATION, USE_DETECTLANG and USE_TERMCONV instead of ↵ | Johannes Schickel | |
(ENABLE_)TRANSLATION, DETECTLANG and TERMCONV. svn-id: r49885 | |||
2010-06-15 | Simplify code for the "ICONV_USES_CONST" case even more. (i.e. remove the ↵ | Johannes Schickel | |
"msg" variable there). svn-id: r49880 | |||
2010-06-15 | Fix compilation when using ICONV_USES_CONST. | Andre Heider | |
svn-id: r49878 | |||
2010-06-15 | Strip out charset information from the system locale again (like it was done ↵ | Johannes Schickel | |
before r49871). Unlike with the old code, we know allow for locales with a different size than 5 though. svn-id: r49876 | |||
2010-06-15 | Fix a typo. | Johannes Schickel | |
svn-id: r49875 | |||
2010-06-15 | Output some warning in case an invalid ID was passed to ↵ | Johannes Schickel | |
TranslationManager::getLangById. svn-id: r49873 | |||
2010-06-15 | Extend (and along with it add) some doxygen comments. | Johannes Schickel | |
svn-id: r49872 | |||
2010-06-15 | Use a Common::String instead of a fixed size array for _syslang in ↵ | Johannes Schickel | |
TranslationManager. svn-id: r49871 | |||
2010-06-15 | Remove unnecessary svn:executable properties | Willem Jan Palenstijn | |
svn-id: r49870 | |||
2010-06-15 | Some style fixes. | Johannes Schickel | |
svn-id: r49869 | |||
2010-06-15 | Fix iconv signature on BSD systems. (Based on what we do in tools/) | Johannes Schickel | |
svn-id: r49868 | |||
2010-06-15 | Add TranslationManager::getTranslation variant taking/returning a ↵ | Max Horn | |
Common::String (should fix WinCE build) svn-id: r49861 | |||
2010-06-15 | Code formatting | Max Horn | |
svn-id: r49859 | |||
2010-06-15 | Fix spelling, cleanup | Max Horn | |
svn-id: r49843 | |||
2010-06-15 | SYSTEM: Unify OSystem::getSupportedFormats() signature | Max Horn | |
svn-id: r49838 | |||
2010-06-15 | i18n: Update Russian translation. | Eugene Sandulenko | |
svn-id: r49799 | |||
2010-06-15 | I18n: Add backend files to POTFILES. Update .pot. | Eugene Sandulenko | |
Translations were not updated. svn-id: r49797 | |||
2010-06-15 | GUI: Implemented Languages as GUI options. | Eugene Sandulenko | |
SCUMM and AdvancedDetector support this feature. svn-id: r49786 | |||
2010-06-15 | GUI: Implement MIDI drivers as GUI options. | Eugene Sandulenko | |
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 | |||
2010-06-15 | i18n: Update Russian translation with new tooltips | Eugene Sandulenko | |
svn-id: r49780 | |||
2010-06-15 | i18n: update Russian translation with tooltips. | Eugene Sandulenko | |
svn-id: r49776 | |||
2010-06-15 | GUI: Implement radiobuttons. | Eugene Sandulenko | |
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 | |||
2010-06-15 | GUI: Added in-place hotkeys for widgets. | Eugene Sandulenko | |
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 | |||
2010-06-15 | Implement translation support for ScummVM GUI. | Eugene Sandulenko | |
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 | Added seek() method to MemoryWriteStreamDynamic. | Eugene Sandulenko | |
If it deserves a separate class, shout. svn-id: r49750 | |||
2010-06-15 | Hid hashed fileopening to debuglevel 8. | Eugene Sandulenko | |
svn-id: r49705 | |||
2010-06-06 | Add Android backend from patch #2603856 | Max Horn | |
svn-id: r49449 | |||
2010-06-02 | OSYSTEM: Get rid of kFeatureAutoComputeDirtyRects | Max Horn | |
svn-id: r49388 | |||
2010-05-30 | Typo fixes. | Johannes Schickel | |
svn-id: r49324 | |||
2010-05-30 | Fix non-const version of Common::String::begin. | Johannes Schickel | |
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 | |||
2010-05-30 | Fix file length of zip file members inside ZipArchive (thanks to fuzzie for ↵ | Johannes Schickel | |
reporting). svn-id: r49321 | |||
2010-05-27 | correct typo | Max Horn | |
svn-id: r49270 | |||
2010-05-24 | Have the MacResManager ignore resources with length 0. | Matthew Hoops | |
svn-id: r49190 | |||
2010-05-21 | Implement FR #2988017: exit status with --list-saves always 0 | Eugene Sandulenko | |
svn-id: r49132 | |||
2010-05-20 | Make the MacResManager opening more robust to failed tries and plug its ↵ | Jordi Vilalta Prat | |
memory leaks svn-id: r49116 | |||
2010-05-18 | Added getBaseFileName() method and enhanced open() with trying macbinary ↵ | Eugene Sandulenko | |
format in plain files svn-id: r49074 | |||
2010-05-17 | Minor formatting. | Johannes Schickel | |
svn-id: r49067 | |||
2010-05-17 | Get rid of Common::Rational::normalize and other redundant code | Max Horn | |
svn-id: r49066 | |||
2010-05-17 | Some tweaks and fixes for Common::Rational | Max Horn | |
* 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 | |||
2010-05-17 | Add the Common::Rational class from patch #2963496 (VideoDecoder Rewrite) | Matthew Hoops | |
svn-id: r49061 | |||
2010-05-17 | Restrict MIPSpro workaround to non-gcc compilers -- fixes compilation with ↵ | Joost Peters | |
gcc on irix. svn-id: r49060 | |||
2010-05-12 | Fix mismatched new[]/delete[] | Matthew Hoops | |
svn-id: r49018 | |||
2010-05-11 | Pass by reference instead of value to getResource(String) | Matthew Hoops | |
svn-id: r49008 | |||
2010-05-11 | Add support for getting a resource from the resource fork by name. | Matthew Hoops | |
svn-id: r49004 | |||
2010-05-10 | Add support to the MacResManager and AdvancedDetector to take the md5 of a ↵ | Matthew Hoops | |
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 | |||
2010-05-10 | Minor fix for using the MacResManager with a regular file; switch ↵ | Matthew Hoops | |
MacBinary's data fork to using a SeekableSubReadStream instead of a MemoryReadStream. svn-id: r48995 | |||
2010-05-09 | Patch #2901515: HE: Resource Forks on Mac OS X | Eugene Sandulenko | |
svn-id: r48984 | |||
2010-05-05 | Replace various strncpy usages by strlcpy. | Johannes Schickel | |
svn-id: r48955 | |||
2010-05-05 | Add a custom implementation of OpenBSD's strlcat and strlcpy. | Johannes Schickel | |
This includes both an implementation and some basic unit tests for the above mentioned functions. svn-id: r48953 |