Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2019-08-20 | ANDROID: Add a button to show the virtual keyboard | Cameron Cawley | |
2019-08-20 | COMMON: added support for ini files with non english characters | Andrei Prykhodko | |
2019-08-20 | COMMON: Handle invalid INI file characters gracefully | Filippos Karapetis | |
This replaces all the asserts with warning messages | |||
2019-08-20 | SCI: Fix QFG1VGA Drink water message | sluicebox | |
Fixes bug #11086 | |||
2019-08-19 | SCI: Fix spacing and macro on previous commit | sluicebox | |
2019-08-19 | SCI: Fix PQ3 doctor's mouth animation speed | sluicebox | |
Fixes bug #10255 | |||
2019-08-19 | SCI32: Fix QFG4 Great Hall argument door | sluicebox | |
Fixes a large number of script bugs surrounding the door to the argument between Katrina and Ad Avis in the great hall. This fixes floppy-only bugs, CD regressions, and message responses which were broken in all versions. As part of this, the audio for two messages is now available in the CD version for the first time. Bug #10799 | |||
2019-08-19 | CREATE_PROJECT: Handle compilation with libcurl and SDL_net in Xcode projects | Thierry Crozat | |
2019-08-19 | COMMON: fixed reading ini files which have not value for key | Andrei Prykhodko | |
2019-08-18 | XEEN: Workaround for incorrect vowelless knights riddle answer | Paul Gilbert | |
2019-08-18 | XEEN: Fix granting temporary fire resistance | Paul Gilbert | |
2019-08-18 | XEEN: Workaround script bug opening sarcophagus in Sphinx | Paul Gilbert | |
2019-08-18 | XEEN: Implement autosave support | Paul Gilbert | |
2019-08-18 | GLK: FROTZ: Whitespace fixes | Paul Gilbert | |
2019-08-18 | GLK: FROTZ: Fix creating text vs buffer windows | Paul Gilbert | |
2019-08-18 | SWITCH: Force fullscreen always on | rsn8887 | |
Windowed mode never worked correctly and is pointless since the Switch operating system doesn't have a window manager. | |||
2019-08-18 | ANDROID: Don't deinitialize the EGL surface when pausing the application | Cameron Cawley | |
Fixes Trac#6129 | |||
2019-08-19 | STARTREK: Read most of the TUG mission texts from RDF files | Filippos Karapetis | |
2019-08-19 | STARTREK: Fix failed action texts | Filippos Karapetis | |
2019-08-19 | STARTREK: Fix loading of some texts, and add the "text" console command | Filippos Karapetis | |
2019-08-18 | PSP2: Force fullscreen always on | rsn8887 | |
Windowed mode never worked correctly and is pointless since Vita operating system doesn't have a window manager. | |||
2019-08-18 | BLADERUNNER: Restore bits of dialogue for McCoy, Chew, Walls | antoniou79 | |
2019-08-18 | BLADERUNNER: McCoy should face Clovis in KP07 (ClickedOnActor) | antoniou79 | |