Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-11 | ENGINES: Reduce winexe_*.h header includes | Cameron Cawley | |
2020-01-11 | ALL: Create all instances of NEResources and PEResources using new instead ↵ | Cameron Cawley | |
of on the stack Also adapted WinCursorGroup and MacMenu to reflect this. | |||
2020-01-04 | GUI: Introduce dynamic layouts | Bastien Bouclet | |
Prior to this change, a GUI layout was only affected by the screen size. Now, a layout can additionally be influenced by the GUI dialog and widgets that uses it. This capability is leveraged to implement the following features: * Layout elements that are not bound to a GUI widget do not take space. This means that dialogs where the widgets shown depend on for example a feature being enabled at configure time no longer have blank spaces. * Widgets can define a minimal required size for their contents not to be cut. For now this is only used for buttons so their width is always sufficient for their caption not to be cut. This mechanism could be applied to other widget types in the future. | |||
2020-01-02 | SCUMM: (iMUSE/Amiga) - improve sound driver destructor | athrxx | |
2020-01-01 | SCUMM: fix loop counter type | BLooperZ | |
2020-01-01 | SCUMM: use reliable types in fake bidi | BLooperZ | |
2020-01-01 | SCUMM: move comment to more appropriate location | BLooperZ | |
2020-01-01 | SCUMM: add more comments | BLooperZ | |
2020-01-01 | SCUMM: avoid allocating large buffers on stack | BLooperZ | |
2020-01-01 | SCUMM: remove commented out code | BLooperZ | |
2020-01-01 | SCUMM: add comments and fix formatting | BLooperZ | |
2020-01-01 | SCUMM: use memset for initialization | BLooperZ | |
2020-01-01 | SCUMM: remove forced right-to-left mode | BLooperZ | |
2020-01-01 | SCUMM: fix formatting | BLooperZ | |
2020-01-01 | SCUMM: export fakeBidi to function | BLooperZ | |
2020-01-01 | SCUMM: consider code 2 in reversal | BLooperZ | |
2020-01-01 | SCUMM: flip dialogue selection symbol in indy4 | BLooperZ | |
2020-01-01 | SCUMM: fix missing dialogue in indy4 | BLooperZ | |
2020-01-01 | SCUMM: remove condition for aligning verb lines | BLooperZ | |
2020-01-01 | SCUMM: remove condition for aligning verb lines | BLooperZ | |
2020-01-01 | SCUMM: minimize changes required for rtl | BLooperZ | |
2020-01-01 | SCUMM: in-place verb strings reversal | BLooperZ | |
2020-01-01 | SCUMM7: reverse in single place | BLooperZ | |
2020-01-01 | SCUMM: exclude digits from fake rtl support + no align in samnmax | BLooperZ | |
2020-01-01 | SCUMM: add check for hebrew version for position | BLooperZ | |
2020-01-01 | SCUMM: fix title screen positioning | BLooperZ | |
2020-01-01 | SCUMM: conditional alignment | BLooperZ | |
2020-01-01 | SCUMM: special cases for indy4 | BLooperZ | |
2020-01-01 | SCUMM: disable debug messages | BLooperZ | |
2020-01-01 | SCUMM: disable warnings | BLooperZ | |
2020-01-01 | SCUMM: eliminate shadowing | BLooperZ | |
2020-01-01 | SCUMM: better locale check | BLooperZ | |
2020-01-01 | SCUMM: add RTL support for scumm v4 to v6 | BLooperZ | |
2020-01-01 | SCUMM: rtl support for scumm-7-8 | ניב באר | |
2019-12-23 | SCUMM: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-18 | GRAPHICS: implement left sided shadowing for SJIS font | athrxx | |
The current shadow mode draws a shadow on the right side of the character. This allows drawing one on the left. Adapt LOOM/PCE accordingly. | |||
2019-12-18 | AUDIO: (FM-TOWNS/PC-98) - fix regression from 0e734722 | athrxx | |
My commit 0e734722 causes lockups in SCUMM (sometimes) and SCI (very often). I didn't like the way I had fixed this before, but in the end I now had to do it in a similar way. | |||
2019-11-19 | GRAPHICS: Add interface for horizontal shake | sluicebox | |
2019-11-17 | BACKENDS: Remove the Windows CE port | Cameron Cawley | |
2019-11-17 | SCUMM HE: MBC: Hid noisy debug output | Eugene Sandulenko | |
2019-11-08 | SCUMM HE: Fix Signed vs. Unsigned Compiler Warning | D G Turner | |
2019-11-07 | SCUMM HE: MBC: Remove empty callbacks | Eugene Sandulenko | |
2019-11-07 | SCUMM HE: MBC: Implement Net::removeUser() | Eugene Sandulenko | |
2019-11-07 | SCUMM HE: MBC: Store generated player key | Eugene Sandulenko | |
2019-11-06 | SCUMM HE: MBC: Pass userid for the endsession request | Eugene Sandulenko | |
2019-11-05 | SCUMM HE: MBC: Implement Net::destroyPlayer() | Eugene Sandulenko | |
2019-11-05 | SCUMM HE: MBC: Fix debug output | Eugene Sandulenko | |
2019-11-05 | SCUMM HE: MBC: Implement Net::disableSessionJoining() | Eugene Sandulenko | |
2019-11-05 | SCUMM HE: MBC: Properly thread async requests | Eugene Sandulenko | |
2019-11-05 | SCUMM HE: MBC: Implemented function return from remote client | Eugene Sandulenko | |