aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-24CONFIGURE: Move check for iconv downJaromir Wysoglad
2019-08-24TESTBED: Comment correctionvyzigold
Co-Authored-By: Cameron Cawley <ccawley2011@gmail.com>
2019-08-24COMMON: Add OSystem::convertEncoding documentationJaromir Wysoglad
2019-08-24TESTBED: Move encoding conversion tests to testbedJaromir Wysoglad
This way it is possible to test the backend conversions too.
2019-08-24COMMON: Add missing documentation.Jaromir Wysoglad
2019-08-24JANITORIAL: Remove debuging code.Jaromir Wysoglad
2019-08-24WIN32: Fix conversion of multibyte encodings.Jaromir Wysoglad
2019-08-24SDL: Fix convertEncoding for multibyte encodings.Jaromir Wysoglad
2019-08-24TEST: Remove tests for ascii transliterationJaromir Wysoglad
This can be handled differently by each conversion method. The "Šáleček" could be transliterated as "Salecek" or as "S'alecek" or maybe even differently.
2019-08-24WIN32: Resolve endianity in convertEncoding()Jaromir Wysoglad
2019-08-24COMMON: Resolve endianity in EncodingJaromir Wysoglad
2019-08-24TEST: Add tests for Common::EncodingJaromir Wysoglad
2019-08-24WIN32: Implement conversion to and from UTF-32Jaromir Wysoglad
UTF-32 is used in transliteration in Common::Encoding, so it is pretty important encoding and Windows should be the only thing, that cannot convert it.
2019-08-24COMMON: Rename methods in Common::EncodingJaromir Wysoglad
2019-08-24COMMON: Refactor convertIconvJaromir Wysoglad
2019-08-24COMMON: Check for return values in EncodingJaromir Wysoglad
2019-08-24WIN32: Check calloc return value in covertEncodingJaromir Wysoglad
2019-08-24COMMON: Add propper Encoding settersJaromir Wysoglad
2019-08-24COMMON: Add documentation to Common::EncodingJaromir Wysoglad
2019-08-24COMMON: Add cyrilic transliteration to Encoding.Jaromir Wysoglad
2019-08-24COMMON: Add transMan mapping encoding conversion.Jaromir Wysoglad
2019-08-24WIN32: Add Win32 implementation of convertEncodingJaromir Wysoglad
2019-08-24WIN32: Add include guard to codepage.hJaromir Wysoglad
2019-08-24WIN32: Add a way to convert codepage name to cp IDJaromir Wysoglad
2019-08-24COMMON: Use backend specific encoding conversionJaromir Wysoglad
2019-08-24SDL: Add SDL implementation of convertEncodingJaromir Wysoglad
2019-08-24OSYSTEM: Add convertEncoding virtual methodJaromir Wysoglad
2019-08-24COMMON: Add encoding conversion using iconvJaromir Wysoglad
2019-08-24CONFIGURE: Add option to compile with iconv.Jaromir Wysoglad
2019-08-24AGI: Fix some GCC Compilation WarningsD G Turner
These were associated with memset() of Mouse structure which now has a constructor method to do this instead.
2019-08-24I18N: Update translations templatesThierry Crozat
2019-08-24I18N: Update translation (German)Lothar Serra Mari
Currently translated at 100.0% (1114 of 1114 strings)
2019-08-24I18N: Update translation (French)Purple T
Currently translated at 100.0% (1114 of 1114 strings)
2019-08-24I18N: Update translation (Hungarian)George Kormendi
Currently translated at 99.9% (1113 of 1114 strings)
2019-08-24I18N: Update translation (Finnish)jepael
Currently translated at 100.0% (1114 of 1114 strings)
2019-08-23AUDIO: (opl2lpt) add OPL3LPT supportJames Ye
The OPL3LPT is like the OPL2LPT with an OPL3 chip. Add OPL3 support to the existing OPL2LPT driver. There is no auto-detection of OPL3 capability. The user is required to explicitly select OPL3LPT as their OPL device. Tested with Sam & Max Hit the Road.
2019-08-22XEEN: Fix pitfall destinations in Southern TowerPaul Gilbert
2019-08-22XEEN: Fix giving lava damage after combat endsPaul Gilbert
2019-08-22BLADERUNNER: Restore Animoid banter and purchasesantoniou79
2019-08-22BLADERUNNER: Restore Hasan being at Animoid past Act 2antoniou79
This restores the trigger for the last dialogue about the fish scale
2019-08-22BLADERUNNER: Restore a banter quote for Sgt Wallsantoniou79
2019-08-22BLADERUNNER: Named animations for Klein and Hasanantoniou79
2019-08-21SCI: Fix PQ3 Day 6 house fire repeatingsluicebox
Fixes bug #11089
2019-08-21GRAPHICS: Display Mac monochrome cursor inverted pixelssluicebox
Bug #7050
2019-08-20XEEN: Fix applying characters' fire resistance when walking on lavaPaul Gilbert
2019-08-20I18N: Update translations templatesThierry Crozat
2019-08-20I18N: Update translation (Finnish)jepael
Currently translated at 100.0% (1113 of 1113 strings)
2019-08-20I18N: Update translation (Dutch)Ben Castricum
Currently translated at 93.2% (1037 of 1113 strings)
2019-08-20I18N: Regenerate translations data fileThierry Crozat
2019-08-20ANDROID: Use a better icon for the on screen controlCameron Cawley
Modified from https://www.iconfinder.com/icons/352464/keyboard_icon, which is available under the Creative Commons (Attribution-Share Alike 3.0 Unported) license.