Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-24 | CONFIGURE: Move check for iconv down | Jaromir Wysoglad | |
2019-08-24 | TESTBED: Comment correction | vyzigold | |
Co-Authored-By: Cameron Cawley <ccawley2011@gmail.com> | |||
2019-08-24 | COMMON: Add OSystem::convertEncoding documentation | Jaromir Wysoglad | |
2019-08-24 | TESTBED: Move encoding conversion tests to testbed | Jaromir Wysoglad | |
This way it is possible to test the backend conversions too. | |||
2019-08-24 | COMMON: Add missing documentation. | Jaromir Wysoglad | |
2019-08-24 | JANITORIAL: Remove debuging code. | Jaromir Wysoglad | |
2019-08-24 | WIN32: Fix conversion of multibyte encodings. | Jaromir Wysoglad | |
2019-08-24 | SDL: Fix convertEncoding for multibyte encodings. | Jaromir Wysoglad | |
2019-08-24 | TEST: Remove tests for ascii transliteration | Jaromir 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-24 | WIN32: Resolve endianity in convertEncoding() | Jaromir Wysoglad | |
2019-08-24 | COMMON: Resolve endianity in Encoding | Jaromir Wysoglad | |
2019-08-24 | TEST: Add tests for Common::Encoding | Jaromir Wysoglad | |
2019-08-24 | WIN32: Implement conversion to and from UTF-32 | Jaromir 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-24 | COMMON: Rename methods in Common::Encoding | Jaromir Wysoglad | |
2019-08-24 | COMMON: Refactor convertIconv | Jaromir Wysoglad | |
2019-08-24 | COMMON: Check for return values in Encoding | Jaromir Wysoglad | |
2019-08-24 | WIN32: Check calloc return value in covertEncoding | Jaromir Wysoglad | |
2019-08-24 | COMMON: Add propper Encoding setters | Jaromir Wysoglad | |
2019-08-24 | COMMON: Add documentation to Common::Encoding | Jaromir Wysoglad | |
2019-08-24 | COMMON: Add cyrilic transliteration to Encoding. | Jaromir Wysoglad | |
2019-08-24 | COMMON: Add transMan mapping encoding conversion. | Jaromir Wysoglad | |
2019-08-24 | WIN32: Add Win32 implementation of convertEncoding | Jaromir Wysoglad | |
2019-08-24 | WIN32: Add include guard to codepage.h | Jaromir Wysoglad | |
2019-08-24 | WIN32: Add a way to convert codepage name to cp ID | Jaromir Wysoglad | |
2019-08-24 | COMMON: Use backend specific encoding conversion | Jaromir Wysoglad | |
2019-08-24 | SDL: Add SDL implementation of convertEncoding | Jaromir Wysoglad | |
2019-08-24 | OSYSTEM: Add convertEncoding virtual method | Jaromir Wysoglad | |
2019-08-24 | COMMON: Add encoding conversion using iconv | Jaromir Wysoglad | |
2019-08-24 | CONFIGURE: Add option to compile with iconv. | Jaromir Wysoglad | |
2019-08-24 | AGI: Fix some GCC Compilation Warnings | D G Turner | |
These were associated with memset() of Mouse structure which now has a constructor method to do this instead. | |||
2019-08-24 | I18N: Update translations templates | Thierry Crozat | |
2019-08-24 | I18N: Update translation (German) | Lothar Serra Mari | |
Currently translated at 100.0% (1114 of 1114 strings) | |||
2019-08-24 | I18N: Update translation (French) | Purple T | |
Currently translated at 100.0% (1114 of 1114 strings) | |||
2019-08-24 | I18N: Update translation (Hungarian) | George Kormendi | |
Currently translated at 99.9% (1113 of 1114 strings) | |||
2019-08-24 | I18N: Update translation (Finnish) | jepael | |
Currently translated at 100.0% (1114 of 1114 strings) | |||
2019-08-23 | AUDIO: (opl2lpt) add OPL3LPT support | James 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-22 | XEEN: Fix pitfall destinations in Southern Tower | Paul Gilbert | |
2019-08-22 | XEEN: Fix giving lava damage after combat ends | Paul Gilbert | |
2019-08-22 | BLADERUNNER: Restore Animoid banter and purchases | antoniou79 | |
2019-08-22 | BLADERUNNER: Restore Hasan being at Animoid past Act 2 | antoniou79 | |
This restores the trigger for the last dialogue about the fish scale | |||
2019-08-22 | BLADERUNNER: Restore a banter quote for Sgt Walls | antoniou79 | |
2019-08-22 | BLADERUNNER: Named animations for Klein and Hasan | antoniou79 | |
2019-08-21 | SCI: Fix PQ3 Day 6 house fire repeating | sluicebox | |
Fixes bug #11089 | |||
2019-08-21 | GRAPHICS: Display Mac monochrome cursor inverted pixels | sluicebox | |
Bug #7050 | |||
2019-08-20 | XEEN: Fix applying characters' fire resistance when walking on lava | Paul Gilbert | |
2019-08-20 | I18N: Update translations templates | Thierry Crozat | |
2019-08-20 | I18N: Update translation (Finnish) | jepael | |
Currently translated at 100.0% (1113 of 1113 strings) | |||
2019-08-20 | I18N: Update translation (Dutch) | Ben Castricum | |
Currently translated at 93.2% (1037 of 1113 strings) | |||
2019-08-20 | I18N: Regenerate translations data file | Thierry Crozat | |
2019-08-20 | ANDROID: Use a better icon for the on screen control | Cameron 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. |