aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-13KYRA: (EOB2/Amiga) - fix load up and intro sequenceathrxx
2019-04-13KYRA: (EOB2/Amiga) - add static resourcesathrxx
2019-04-13KYRA: (EOB2/Amiga) - add detection entriesathrxx
2019-04-13I18N: Update translation (German)Adrian Frühwirth
Currently translated at 100.0% (1061 of 1061 strings)
2019-04-13I18N: Update translation (German)Adrian Frühwirth
Currently translated at 100.0% (1061 of 1061 strings)
2019-04-13I18N: Update translation (Swedish)Adrian Frühwirth
Currently translated at 92.5% (982 of 1061 strings)
2019-04-13I18N: Update translation (Catalan)Alfred Vallés Tortosa
Currently translated at 65.8% (699 of 1061 strings)
2019-04-13I18N: Regenerate translations data fileThierry Crozat
2019-04-13I18N: Update translation (Greek)Antoniou Athanasios
Currently translated at 100.0% (1061 of 1061 strings)
2019-04-13I18N: Regenerate translations data fileThierry Crozat
2019-04-13COMMON: Use a prefix table to speed up the Huffman decoderBastien Bouclet
Symbols for codes shorter than the prefix table index width are stored in the table. All the entries in the table with an index starting with the code are set to the symbol value. That way, when decoding it is possible to get the number of bits corresponding to the table width from the bitstream and directly find the symbol value. Longer code still need to be searched for in the codes list.
2019-04-13COMMON: Rework the BitStream class to improve its performanceBastien Bouclet
* Fixed peekBits not to seek the underlying stream. Seeking can be slow when the stream is a file. * Changed multi-bit operations to work on multiple bits at once rather than iterating over single-bit operations. This is an almost direct port of a patch for xoreos provided by DrMcCoy.
2019-04-12ANDROID: Factor event pushing into pushEventCameron Cawley
Originally from ResidualVM.
2019-04-12ANDROID: Move event types to a separate fileCameron Cawley
Originally from ResidualVM.
2019-04-12BLADERUNNER: Fix McCoy's fake voice with DektoraThanasis Antoniou
Also a fix for a closeArchive() warning about A.TLK not being open
2019-04-12GUI: Remove transparency from Remastered theme logoMatan Bareket
This fixes ticket #10932
2019-04-12TESTS: Reduce error for double precision math testThierry Crozat
If we want to properly test the computation is in double precision, we should be using a much smaller error than the one used for the single precision tests.
2019-04-11TESTS: Use relative difference for math testsDavid Fioramonti
Also add double template variants and use already defined delta assert macro.
2019-04-11TESTS: further reduce precision for math testsDavid Fioramonti
Since the math is doing subtraction on numbers around 360 and single precision has about ~7 decimal digits of accuracy we can only compare numbers to 360.0001 to be safe i'll use 1e-3.
2019-04-11TESTS: reduce precision for math testsDavid Fioramonti
I can't reproduce any precision issues on my machine so this is only a guess.
2019-04-11MUTATIONOFJB: Fix warningCameron Cawley
2019-04-11TESTS: Use Less than or equal to for math testsDavid Fioramonti
This should fix debian build. Its seems the precision that debian is using is rounding the error delta to zero so that the actual error is not less than this.
2019-04-11AmigaOS4: Exclude platform from a SDL1/2 keyboard fix that breaks numpad ↵Hubert Maier
usage (#1551) SDL1/2: Exclude AmigaOS4 from returning 0 for .ascii *reset .ascii to 0, when Num-Lock is NOT enabled and keypad directional keys are pressed* (original description) is causing the numpad to play dead completely on AmigaOS4 (no matter if numlock is active or not). This is a workaround for the SCUMM engine, where keycodes are mixed with ASCII codes. Check commit f5ed14e93d85b638c8e49468b2885c1278d56d20 for reference. Fixes bug #10558. Tested with both SDL1 and 2 on AmigaOS4 and with both Indiana Jones games.
2019-04-10BLADERUNNER: Close A.TLK within proper define checkThanasis Antoniou
2019-04-10BLADERUNNER: Ensure A.TLK is closed onShutdownThanasis Antoniou
2019-04-10BLADERUNNER: Persistent sound settings, speech samples fixThanasis Antoniou
2019-04-10BLADERUNNER: Fix compilation when enabling some macrosThanasis Antoniou
Compilation was broken for BLADERUNNER_ORIGINAL_SETTINGS(1) and BLADERUNNER_ORIGINAL_BUGS(1)
2019-04-09Sword25: image trace on quick cursor changes fixFedor Antokhin
2019-04-09COMMON: fixed reading ini files with section containing more than one wordAndrei Prykhodko
2019-04-09CONFIGURE: Override pkg-config on RISC OSCameron Cawley
2019-04-09CONFIGURE: allow pkg-config overridecpasjuste
2019-04-09SCI: Add parser support for LSL3, SQ3 German Amigasluicebox
Add parser support for multilingual Amiga versions that were released in 1991 and are SCI_VERSION_1_MIDDLE
2019-04-09BLADERUNNER: Remove comma from end of enumThanasis Antoniou
2019-04-09BLADERUNNER: Fix Officer Leary crowd interrogationThanasis Antoniou
He will now resume interrogation after McCoy interrupts him Also used named constants for timers
2019-04-08GLK: Fixes for properly closing windowsPaul Gilbert
2019-04-08BLADERUNNER: Reverted animated doors in CT01Thanasis Antoniou
They become annoying fast; probably the reason they were cut
2019-04-08BLADERUNNER: Smoother transition in MA04-M05 in Acts 2-3Thanasis Antoniou
2019-04-07SCI: Add LSL3 German Amiga detection entrysluicebox
2019-04-08SCI32: Fix QFG4 rations icon removal after eatingVhati
Fixes an icon lingering in the verb bar after scheduled meals, bug #10772
2019-04-07BLADERUNNER: Fix Gordo overlap with CT01 loopInThanasis Antoniou
2019-04-07BLADERUNNER: Fix for AR, CT01 Spinner fly-inThanasis Antoniou
AR01: Fish dealer behavior fix, AR02: music fix, CT01: Spinner may fly in (loop)
2019-04-07BACKENDS: Simplify setGraphicsMode on GPH, Dingux and LinuxMotoCameron Cawley
2019-04-07BLADERUNNER: Bugfix for Early Q music fadeoutThanasis Antoniou
And an additional bug fix for gravel footstep sounds And I added some comments for marking the unused SFX sounds in game_constants.h
2019-04-06TESTS: Use M_PI for Common math testsDavid Fioramonti
Instead of defining a new variable constant pi we use M_PI.
2019-04-06BLADERUNNER: Cleaned up Ambient_Sounds_Add_Sound callsThanasis Antoniou
2019-04-06THEME: Remove extranous file from remastered themeMatan Bareket
2019-04-06COMMON: add tests for Common::StringJaromir Wysoglad
I added tests for firstChar, setChar, insertChar
2019-04-06COMMON: add test for Common::isPunctJaromir Wysoglad
2019-04-06COMMON: add 2 tests for common/math.hJaromir Wysoglad
2019-04-06SCI: Fix LONGBOW Green Man riddles and forest sweepsluicebox