Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-27 | SCI32: Read byte/string array values as signed in SCI2.1early- | Colin Snover | |
KQ7 1.51 writes int16s from the save game catalogue into a Str object, then retrieves byte 0 from the string and compares it to -1. This happens to work out because (1) characters were treated as signed in SCI2.1early and earlier, and (2) int16s in the save game catalogue were little-endian. In SCI2.1mid and later, this trick no longer works because characters are treated as unsigned and get zero-extended instead. Fixes Trac#9632. | |||
2016-10-27 | TITANIC: Fix setting up timer action strings | Paul Gilbert | |
2016-10-27 | SCI32: Fix typos | Colin Snover | |
Thanks @OmerMor. | |||
2016-10-27 | I18N: Regenerate translations.dat | rootfather | |
2016-10-27 | I18N: Regenerate translations from source code | rootfather | |
2016-10-27 | MOHAWK: Enable riven-demo specific strings for translation | rootfather | |
2016-10-27 | I18N: Fix language tag in de_DE.po | rootfather | |
2016-10-27 | SCI32: Fix LSL6hires script bug | Colin Snover | |
Fixes Trac#9612. | |||
2016-10-27 | DIRECTOR: Fix RIFX resource loading | Eugene Sandulenko | |
2016-10-27 | DIRECTOR: More debug output to RIFX archive reader | Eugene Sandulenko | |
2016-10-26 | IMAGE: Fix incorrect warnings decoding MSRLE images | Paul Gilbert | |
2016-10-26 | SCI32: Fix AVI rendering | Colin Snover | |
Fixes Trac#9588. | |||
2016-10-26 | SCI32: Initialize video buffers to avoid flash of garbage memory | Colin Snover | |
2016-10-26 | SCI32: Use standard max_size method instead of ARRAYSIZE for a container | Colin Snover | |
2016-10-26 | TITANIC: Fix hang when reaching very end of movies | Paul Gilbert | |
2016-10-26 | TITANIC: Fix incorrect clipping of inventory tooltip text | Paul Gilbert | |
2016-10-26 | TITANIC: Fix loading of item descriptions | Paul Gilbert | |
2016-10-26 | TITANIC: Add yet another mouse hiding counter the game uses | Paul Gilbert | |
2016-10-26 | SCI: Rename hexDigitToInt to indicate it's intentionally broken | Willem Jan Palenstijn | |
2016-10-26 | MADS: Fix two off-by-ones in Fader::insertionSort | Willem Jan Palenstijn | |
Fixes bug #9631. | |||
2016-10-26 | I18N: Regenerate translations data file | Thierry Crozat | |
2016-10-26 | I18N: Update Dutch translation | Ben Castricum | |
2016-10-26 | COMMON: Added debug method for printing out stream contents | Eugene Sandulenko | |
2016-10-26 | DIRECTOR: Skip header in VWLB resource for D4+ | Eugene Sandulenko | |
For some reason the pointer in D4 movies points to the header instead of data. Perhaps there is a flag which indicates that. In the meanwhile, adding a hack to skip it so we could proceed with development. | |||
2016-10-26 | DIRECTOR: Renamed resource/archive files to better reflect reality | Eugene Sandulenko | |
2016-10-26 | DIRECTOR: Skipping useless movie scanning. | Eugene Sandulenko | |
We can easily rely on the FS path resolving. | |||
2016-10-25 | TITANIC: Further work on mouse cursor enablement logic | Paul Gilbert | |
2016-10-25 | SCI: Implement SSCI bug in hexadecimal escape sequences | Colin Snover | |
In SSCI, strchr is called against a hex string with a duplicate 0 ("01234567890abcdef") to determine the decimal value of hex digits, which means the values A-F are incorrectly interpreted as 11-16 instead of 10-15. All versions of SSCI with support for hexadecimal escape sequences in messages (starting somewhere around Feb 1993) are buggy. The native save/load dialog of SCI32 relies on this defect to render the up and down arrows of the game selector. Fixes Trac#9582. | |||
2016-10-26 | FULLPIPE: Fix if statement. Thanks to PVS-Studio | Eugene Sandulenko | |
2016-10-25 | TITANIC: Fix dragging Photograph | Paul Gilbert | |
2016-10-25 | TITANIC: Fix setting active NPC | Paul Gilbert | |
2016-10-25 | TITANIC: Keep cursor disabled for entire Doorbot intro | Paul Gilbert | |
2016-10-25 | TITANIC: Implement hide counting for mouse cursor hide/show | Paul Gilbert | |
2016-10-25 | KYRA: (LOL) Fix buffer overflow in _lastOverridePalFile | Willem Jan Palenstijn | |
It was storing filenames of length 12 in a char[12] buffer. Fixes bug #9627. | |||
2016-10-25 | Merge pull request #854 from lubomyr/master | Eugene Sandulenko | |
ANDROIDSDL: Changed logic for back button & getting sdcard storage location | |||
2016-10-24 | TITANIC: Add conversation text to the PET | Paul Gilbert | |
2016-10-25 | AGOS: Add missing subtitle delay for Simon the Sorcerer 1 (Hebrew DOS CD). | Kirben | |
2016-10-24 | BLADERUNNER: Typo in SetEffects::setFadeColor (CID 1364307) | Thomas Fach-Pedersen | |
2016-10-24 | BLADERUNNER: Fix null pointer dereference (Actually CID 1364205) | Thomas Fach-Pedersen | |
Previous fix for CID 1364205 was actually for CID 1364306. | |||
2016-10-24 | BLADERUNNER: Fix potential buffer overrun (CID 1364276) | Thomas Fach-Pedersen | |
2016-10-24 | BLADERUNNER: Fix out-of-bounds write (CID 1364262) | Thomas Fach-Pedersen | |
2016-10-24 | BLADERUNNER: Fix out-of-bounds access in voiceover actor (multiple CIDs) | Thomas Fach-Pedersen | |
CID 1364219 CID 1364223 | |||
2016-10-24 | BLADERUNNER: Fix out-of-bounds read (CID 1364207) | Thomas Fach-Pedersen | |
2016-10-24 | BLADERUNNER: Fix null pointer dereference (CID 1364205) | Thomas Fach-Pedersen | |
2016-10-24 | BLADERUNNER: Fix resource leak (CID 1364202) | Thomas Fach-Pedersen | |
2016-10-24 | DIRECTOR: Load shared cast only when it exists | Eugene Sandulenko | |
2016-10-24 | DIRECTOR: Run start movie specified in the command line | Eugene Sandulenko | |
2016-10-24 | DIRECTOR: Added D4 generic target | Eugene Sandulenko | |
2016-10-24 | BASE: Add command line for specifyong Director start movie | Eugene Sandulenko | |
2016-10-23 | TITANIC: Fix freeze in Doorbot conversation | Paul Gilbert | |