aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-25DIRECTOR: Loop movies by default, added 'noloop' debug flagEugene Sandulenko
2019-12-25SCI: Reformatted the conversion tableEugene Sandulenko
2019-12-25KYRA: Remove GCC -Wlogical-op Compiler WarningD G Turner
This piece of code is not functional as the test will always evaluate to false so hiding this with a preprocessor guard will not cause any functional change. It is now clearly marked with FIXME and TODO along with a comment for future reference.
2019-12-25SCI: Added detection and support for Polish LSL7Eugene Sandulenko
Fixes bug #11274
2019-12-253DS: Add missing makefile dependencyBastien Bouclet
Make cannot automatically deduce that the shader assembler generates the .h file that is required to build osystem-graphics.cpp.
2019-12-25SDL: Remove duplicated cursorStretch200To240() functionCameron Cawley
2019-12-25WINTERMUTE: Fix fallback detectionBastien Bouclet
Now the singleId property has been removed, the gameIds returned by the MetaEngines when detecting games must be accepted by the `findGame` method. Wintermute was generating gameIds based on datafiles in the fallback detector. With this change, the gameId for fallback detected games is always `wintermute`, the target name is generated based on the `extra` value that contains the game caption. The `(unknown)` mention that was previously added to the game title has been removed. The unknown game dialog now makes it very clear that the game version is not known to ScummVM. Fixes #11288.
2019-12-25DIRECTOR: Simplify palette transformationsEugene Sandulenko
2019-12-25DIRECTOR: Added palette transformation routineEugene Sandulenko
2019-12-25DIRECTOR: Added test routine for drawing paletteEugene Sandulenko
2019-12-25DIRECTOR: Replace palette data with hex numbersEugene Sandulenko
2019-12-25DIRECTOR: Bg color is also shifted for shapesEugene Sandulenko
2019-12-25DIRECTOR: Use colors for QuickDraw sprites from Channel InfoEugene Sandulenko
2019-12-25DIRECTOR: Read color information for shapesEugene Sandulenko
2019-12-25DIRECTOR: Improved loading debug outputEugene Sandulenko
2019-12-24DIRECTOR: More debug output and code tidying upEugene Sandulenko
2019-12-24DIRECTOR: Improved debug outputEugene Sandulenko
2019-12-24DIRECTOR: Enlist shape typesEugene Sandulenko
2019-12-24DIRECTOR: Improve debug outputEugene Sandulenko
2019-12-24SCI32: Add GK2 Italian detection entrysluicebox
Trac #11013
2019-12-24DIRECTOR: Remove redundant codeEugene Sandulenko
2019-12-24DIRECTOR: Process non-BW bitmaps for D3Eugene Sandulenko
2019-12-24DIRECTOR: Support for arbitrary cast resrouce offsetsEugene Sandulenko
2019-12-24GRAPHICS: MACGUI: Improved fallback processing for mac font familiesEugene Sandulenko
2019-12-24DIRECTOR: LINGO: Add test for 'when' statements with 'if'Eugene Sandulenko
2019-12-24DIRECTOR: LINGO: Restrict oneline statements with 'if' only to 'when'Eugene Sandulenko
2019-12-24DIRECTOR: LINGO: Added preprocessing for 'when' statements with 'if'Eugene Sandulenko
2019-12-24DIRECTOR: LINGO: onle line statement can contain one line ifsEugene Sandulenko
2019-12-24DIRECTOR: Properly set moveable flag for sprites on loadingEugene Sandulenko
2019-12-24DIRECTOR: Improve debug outputEugene Sandulenko
2019-12-24DIRECTOR: LINGO: Force end line at the scriptsEugene Sandulenko
2019-12-24PRINCE: I18N: Update translation (Russian)Eugene Sandulenko
Currently translated at 100.0% (2757 of 2757 strings)
2019-12-24PRINCE: I18N: Update translation (English)Eugene Sandulenko
Currently translated at 72.1% (1988 of 2757 strings)
2019-12-24SAGA: Fix Memset on Non Trivial Structure Compiler WarningsD G Turner
These are emitted from GCC when -Wclass-memaccess is enabled.
2019-12-24DIRECTOR: LINGO: Fix clash with isspecial(3)Eugene Sandulenko
2019-12-24DIRECTOR: Finish work on reducing header dependencyEugene Sandulenko
2019-12-23LURE: Fix crash in detection code when compiling with TTS enabledCameron Cawley
2019-12-24DIRECTOR: Furhter work on header dependency decreaseEugene Sandulenko
2019-12-24DIRECTOR: More work on reducing header dependencyEugene Sandulenko
2019-12-24DIRECTOR: Further simplification of include dependenciesEugene Sandulenko
2019-12-24DIRECTOR: Decreased header dependencyEugene Sandulenko
2019-12-24DIRECTOR: Split out Lingo preprocessor code into a separate fileEugene Sandulenko
2019-12-24DIRECTOR: LINGO: Added another test for 'return' constantEugene Sandulenko
2019-12-24DIRECTOR: LINGO: Added another use case for 'return' constantEugene Sandulenko
2019-12-24DIRECTOR: LINGO: Added test for 'return' constantEugene Sandulenko
2019-12-24DIRECTOR: LINGO: Replace \r with \n in return constant.Eugene Sandulenko
2019-12-24DIRECTOR: LINGO: Preprocess 'return' constant so it compilesEugene Sandulenko
2019-12-23BLADERUNNER: Use virtual keyboard feature in save screenThierry Crozat
This is used on platforms that have a virtual keyboard, such as iOS, to show/hide the virtual keyboard when we expect text input.
2019-12-23DIRECTOR: LINGO: Added tests for new grammarEugene Sandulenko
2019-12-23DIRECTOR: LINGO: Fix regression in 'go' keyword grammarEugene Sandulenko