aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-07GRAPHICS: MACGUI: Generate bold font substitutes in MacFontManagerEugene Sandulenko
2020-01-07GRAPHICS: FONTS: Implement generation of bold fontsEugene Sandulenko
2020-01-07GRAPHICS: FONTS: Made scaling form MacFONT as a stepEugene Sandulenko
2020-01-07GRAPHICS: FONTS: Use better algorithm for MacFONT scaling added debug outputEugene Sandulenko
2020-01-07GRAPHICS: FONTS: Fix BDF font scalingEugene Sandulenko
2020-01-07GRAPHICS: MACGUI: Use regular slant as font substitutesEugene Sandulenko
2020-01-07SCI32: Ignore invalid GK2 audio maps in all versionssluicebox
Fixes #11014, #11270
2020-01-06SCI32: Fix GK2 Gerde missing messagesluicebox
2020-01-06KYRA: (LOK) - fix shakeScreenathrxx
This has become too fast for modern systems and needs an extra delay. Otherwise the screen shake won't be actually noticed. There seem to be other issues with shakeScreen outside the Kyra code that have to be addressed separately (improper scaling of the shake offsets).
2020-01-06DIRECTOR: Plug memory leak in CastEugene Sandulenko
2020-01-06IMAGE: Fix potential memory leaksEugene Sandulenko
2020-01-06COMMON: Fix reading beyond array pointers in toString()Eugene Sandulenko
2020-01-06DIRECTOR: LINGO: Clarify the control flowEugene Sandulenko
2020-01-06DIRECTOR: Plug memory leakEugene Sandulenko
2020-01-06DIRECTOR: Fix switch statementEugene Sandulenko
2020-01-06DIRECTOR: Improved text flags processingEugene Sandulenko
2020-01-06DIRECTOR: Moved TransitionType to types.hEugene Sandulenko
2020-01-06PRINCE: I18N: Update translation (Russian)Eugene Sandulenko
Currently translated at 100.0% (2757 of 2757 strings)
2020-01-06PRINCE: I18N: Update translation (English)Eugene Sandulenko
Currently translated at 86.0% (2370 of 2757 strings)
2020-01-06DIRECTOR: LINGO: Clarified keywords present in D3.1Eugene Sandulenko
2020-01-05DIRECTOR: LINGO: Remove unnecessary warningEugene Sandulenko
2020-01-05GRAPHICS: MACGUI: Generate MacText surface for empty textsEugene Sandulenko
2020-01-05DIRECTOR: Improved code for Frame::renderText()Eugene Sandulenko
2020-01-05GRAPHICS: MACGUI: Fix text height for one line textsEugene Sandulenko
2020-01-05SCI32: Fix VMDPlayer not leaving last framesluicebox
Applies _leaveLastFrame logic from VMDPlayer::closeComposited() to VMDPlayer::closeOverlay() where it was missing. Fixes bug #11299 in GK2
2020-01-05GUI: Fix the SaveLoadDialog with the lowres layoutsBastien Bouclet
The thumbnail layout element is not available in the lowres layouts. Issue introduced by c0d8b6d9fc73abc8de4575686e0776e3468d37b2. Fixes #11304.
2020-01-05DIRECTOR: Fix bitmap pitch for 1bpp images in v4Scott Percival
2020-01-05DIRECTOR: Fix bitmap sprite positioningScott Percival
2020-01-04SCI32: Fix GK2 Game-over plane prioritysluicebox
Fixes bug #11298
2020-01-05DIRECTOR: Fix rounded rect radiusScott Percival
2020-01-05DIRECTOR: Extend sprite line size to 3-bitScott Percival
2020-01-05DIRECTOR: Re-add strange colour mapping for v3 and belowScott Percival
2020-01-05DIRECTOR: Fix solid fill shapesScott Percival
2020-01-05DIRECTOR: LINGO: Fix grammar for 'the entities' with idEugene Sandulenko
2020-01-05DEVTOOLS: Make encode-macbinray script more robustEugene Sandulenko
2020-01-04KYRA: (LOK) - fix potion drink animation (bug #11303)athrxx
2020-01-04KYRA: (LOK) - fix dispel magic animation (bug #11303)athrxx
2020-01-04SCI32: Make KQ7 Russian detection entry Windows-onlysluicebox
This is a Windows-only release and only the Windows resources were translated, not the DOS resources. Trac #11302
2020-01-04I18N: Update translation (Polish)Gucek
Currently translated at 74.5% (860 of 1154 strings)
2020-01-04I18N: Update translation (French)Purple T
Currently translated at 100.0% (1154 of 1154 strings)
2020-01-04I18N: Update translation (Ukrainian)Eugene Sandulenko
Currently translated at 100.0% (1154 of 1154 strings)
2020-01-04I18N: Update translation (Russian)Eugene Sandulenko
Currently translated at 99.0% (1142 of 1154 strings)
2020-01-04BASE: Fix being unable to run games when using dynamic pluginsBastien Bouclet
When the plugin-engine mapping is not cached in the configuration file, we were not scanning all the plugins to establish the mapping. This is a regression from commit: e2d91258b7bfb989dc099f516bb31ceb44554529 This commit reverts the offending commit and implements a proper fix for the case where there are no dynamic plugins. Fixes #11300.
2020-01-04GUI: Add clear button for the plugins pathBastien Bouclet
The other paths have one.
2020-01-04DIRECTOR: Fix palette for drawing operationsScott Percival
2020-01-04DIRECTOR: Fix margins on shape renderingScott Percival
2020-01-04DIRECTOR: Render shapes with transparencyScott Percival
2020-01-04BACKENDS: Fix the DS, GameCube and Wii buildsBastien Bouclet
2020-01-04GUI: Bump the theme format versionBastien Bouclet
2020-01-04GUI: Use a dialog theme layout for the unknown game dialogBastien Bouclet