aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-12GRAPHICS: MACGUI: Do not use hardcoded colorsEugene Sandulenko
2018-07-11PINK: Make menu blockingEugene Sandulenko
2018-07-11GRAPHICS: MACGUI: Added isMenuActive() helper methodEugene Sandulenko
2018-07-11GRAPHICS: MACMENU: Calculate menu bounds after adding static itemsEugene Sandulenko
2018-07-11GRAPHICS: MACGUI: Made autohiding menu reentrableEugene Sandulenko
2018-07-11PINK: Made _director a pointer and reduced header dependenciesEugene Sandulenko
2018-07-11PINK: Spelling fixes in method namesEugene Sandulenko
2018-07-11PINK: Plug in autohide menuEugene Sandulenko
2018-07-11GRAPHICS: MACGUI: Implemented autohide menusEugene Sandulenko
2018-07-11PINK: Plugged in MacWindowManager for showing in-game menuEugene Sandulenko
2018-07-11GRAPHICS: MACGUI: Added possibility to specify WM behaviourEugene Sandulenko
2018-07-11I18N: Update translations templatesThierry Crozat
2018-07-11MOHAW: RIVEN: Added more localized 25th resource id workaroundsBastien Bouclet
Fixes Trac#10625, Fixes Trac#10624.
2018-07-11I18N: Update translation (Italian)Paolo Bossi
Currently translated at 100.0% (989 of 989 strings)
2018-07-11I18N: Update translation (Italian)Paolo Bossi
Currently translated at 100.0% (989 of 989 strings)
2018-07-10XEEN: Fix crash trying to dream in Clouds of Xeen standalonePaul Gilbert
2018-07-10I18N: Update translations templatesThierry Crozat
2018-07-10I18N: Update translation (Italian)Paolo Bossi
Currently translated at 99.5% (985 of 989 strings)
2018-07-10MOHAWK: RIVEN: Fix off-by-one ids in ospit for the 25th localized versionsBastien Bouclet
Fixes Trac#10620.
2018-07-09XEEN: name a source of the game files for the german Worlds versionHenrik Kretzschmar
2018-07-09XEEN: add another source for the german Clouds game filesHenrik Kretzschmar
2018-07-09XEEN: Add detection entry for Darkside of Xeen German BGHenrik Kretzschmar
2018-07-09I18N: Update translations templatesThierry Crozat
2018-07-09TINSEL: Remove thumbnail supportDavid Fioramonti
2018-07-09GUI: Show saveload date/time, or playtime even if thumbnail not enabledDavid Fioramonti
Previously, if playtime or date/time support was added it would not be displayed unless thumbnail support was also valid. Now they will be shown even if the thumbnail is not valid. No container is shown if only metainfo support is enabled.
2018-07-09I18N: Update translation (Finnish)jepael
Currently translated at 100.0% (989 of 989 strings)
2018-07-09I18N: Regenerate translations data fileThierry Crozat
2018-07-09DREAMWEB: Simplify the character kerning checksFilippos Karapetis
2018-07-09DREAMWEB: Fix speech during the monk cutscene in non-English versionsFilippos Karapetis
Fixes bugs #6288 and #6417
2018-07-08SDL: Clip mouse range in convertVirtualToWindowMatthew Stewart
2018-07-08SDL: Clip mouse range in convertWindowToVirtualMatthew Stewart
When the graphics scale was 2x or higher, it was possible for the mouse to pass the size of the screen specified by "initSize".
2018-07-08I18N: Update translations templatesThierry Crozat
2018-07-08BACKENDS: Fix compilation with SDL 1.2Cameron Cawley
2018-07-08MOHAWK: MYST: Add delays at each step of Achenar's torture switch animBastien Bouclet
Fixes Trac#10606.
2018-07-08MOHAWK: MYST: Play complete audio clip when changing the boiler pressureBastien Bouclet
Fixes Trac#10607.
2018-07-08I18N: Update translation (French)Thierry Crozat
Currently translated at 100.0% (989 of 989 strings)
2018-07-08I18N: Update translation (German)Lothar Serra Mari
Currently translated at 100.0% (989 of 989 strings)
2018-07-08I18N: Update translation (German)Lothar Serra Mari
Currently translated at 100.0% (989 of 989 strings)
2018-07-08I18N: Update translation (Hungarian)George Kormendi
Currently translated at 100.0% (989 of 989 strings)
2018-07-08I18N: Update translation (German)Lothar Serra Mari
Currently translated at 99.1% (981 of 989 strings)
2018-07-08GRAPHICS: fixed creating cursor group from some old executablesAndrei Prykhodko
2018-07-08I18N: Update translation (Hungarian)George Kormendi
Currently translated at 100.0% (989 of 989 strings)
2018-07-08I18N: Update translations templatesThierry Crozat
2018-07-08GUI: Add Stretch Mode selection in Options dialogThierry Crozat
2018-07-08BASE: Add command line stretch mode argThierry Crozat
2018-07-08SDL: Implement stretch mode APIThierry Crozat
Four modes are supported: - Use original size with no scaling - Scale by an integral amount as much as possible but not bigger than the window. - Scale to fit the window while respecting the aspect ratio. There may be black bars on the left and right, or on the top and bottom, but not both. This is the default, and the old behaviour. - Scale and stretch to fit the window. In this mode the aspecy ratio is not respected and there is no black bars. The mode is controled by the "scaling_mode" value (between 0 and 3) in the config file. Also add Crtl-Alt-s hotkey to cycle through scaling modes
2018-07-08OSYSTEM: Add Stretch Mode APIThierry Crozat
2018-07-08CONFIGURE: Use -Wno-pragma-pack only when availableAdrian Frühwirth
2018-07-08CONFIGURE: Reword compiler flag checksAdrian Frühwirth
2018-07-07NEWS: Mention xeen games as supportedEugene Sandulenko