Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-14 | TITANIC: Renamings for Arboretum Gate | Paul Gilbert | |
2017-01-14 | COMMON: Define STATIC_ASSERT for all ports | Colin Snover | |
Ports with -DNONSTANDARD_PORT need this too. | |||
2017-01-14 | DIRECTOR: Switch to common readPascalString | Eugene Sandulenko | |
2017-01-14 | GRAPHICS: Renamed Menu to MacMenu to avoid potential name collision | Eugene Sandulenko | |
2017-01-14 | WAGE: Switch menu reading to common code | Eugene Sandulenko | |
2017-01-14 | GRAPHICS: MACGUI: Added method for reading menu from resource | Eugene Sandulenko | |
2017-01-14 | WAGE: Switch to the common readPascalString | Eugene Sandulenko | |
2017-01-14 | COMMON: Add ReadStream::readPascalString() | Eugene Sandulenko | |
2017-01-14 | DIRECTOR: Lingo: More portable float reading | Eugene Sandulenko | |
2017-01-14 | TESTS: Fix building Common::Span test on big endian systems | Bastien Bouclet | |
2017-01-14 | MT32: Fix Set-But-Unused Compiler Warning. | D G Turner | |
2017-01-14 | CHEWY: Fix Various Unused Variable Warnings. | D G Turner | |
Various engine variables are passed down to sub-objects, but never used currently causing compiler warnings. It is unclear if these are intended to be used in future, but have removed for now, rather than commenting out as that would be messier. Can be restored easily if necessary in future. | |||
2017-01-14 | SCI: Fix Warnings about Copy Constructor Failing to Call Base Class. | D G Turner | |
2017-01-14 | DIRECTOR: Load fonts by name if exists from map. | stevenhoefel | |
2017-01-14 | WINTERMUTE: Fix Unused Variable Compiler Warning. | D G Turner | |
2017-01-13 | TITANIC: Fix breaking long stick dispensor glass with hammer | Paul Gilbert | |
2017-01-14 | ADL: Add Sound class | Walter van Niftrik | |
2017-01-14 | DIRECTOR: Fix Shared Cast reference for Macintosh | Eugene Sandulenko | |
2017-01-14 | DIRECTOR: Lingo: More work on D4 mapping | Eugene Sandulenko | |
2017-01-13 | Merge pull request #877 from segrax/Fix_2285 | Eugene Sandulenko | |
SCUMM: Fix bug #2285 (ZAK C64/V1/V2 Caponians dont disguise after using crystal) | |||
2017-01-14 | DIRECTOR: D3 font style, size and alignment. | stevenhoefel | |
2017-01-13 | Merge pull request #875 from segrax/master | Eugene Sandulenko | |
SCUMM: V0/V1: Fix two graphical issues | |||
2017-01-13 | DIRECTOR: Added detection for The Apartment D4 | Eugene Sandulenko | |
2017-01-13 | ENGINES: AD: When file has no Mac Resource fork, compute its md5 normally | Eugene Sandulenko | |
2017-01-13 | Merge pull request #881 from csnover/span-h | Eugene Sandulenko | |
COMMON: Add Span to common library | |||
2017-01-13 | DIRECTOR: Dump Cast script too | Eugene Sandulenko | |
2017-01-13 | DIRECTOR: Lingo: Improved localvars cleanup | Eugene Sandulenko | |
2017-01-13 | DIRECTOR: Style fixes plus 1/8bpp corrections. | stevenhoefel | |
2017-01-13 | DIRECTOR: Lingo: Implemented grammar for arrays | Eugene Sandulenko | |
2017-01-13 | DIRECTOR: Fix compiler warnings | Eugene Sandulenko | |
2017-01-13 | DIRECTOR: D4 image loading based on BPP. | stevenhoefel | |
2017-01-12 | TITANIC: Stop moving other items during drag operations | Paul Gilbert | |
2017-01-13 | DIRECTOR: Fix variable shadowing and array declarations. | stevenhoefel | |
2017-01-12 | TITANIC: Fixes for unlocking music system | Paul Gilbert | |
2017-01-13 | DIRECTOR: Implement Shape Patterns and Borders for D3. | stevenhoefel | |
2017-01-12 | TITANIC: Renaming of CCarry fieldE0 | Paul Gilbert | |
2017-01-13 | DIRECTOR: Lingo: Added stubs of List functions in D4 | Eugene Sandulenko | |
2017-01-12 | SCI32: Fix bad scroll delta in GK2 inventory | Colin Snover | |
Fixes Trac#9648. | |||
2017-01-12 | SCI32: Fix crash trying to clip invalid rects generated by transitions | Colin Snover | |
In PQ4CD, when leaving the shooting range through the front door, some transition screen items will be generated that have invalid dimensions. SSCI simply clips these rectangles to zero. | |||
2017-01-12 | SCI32: Add Hoyle5 to the list of game versions | Colin Snover | |
2017-01-12 | SCI32: "Fix" renderer for PQ4CD | Colin Snover | |
PQ4CD and several other games contain a hack in two renderer methods to avoid rendering invalid screen items with zero or negative-dimension target rects. This prevents PQ4CD from crashing during the fifth phase of target practice. | |||
2017-01-12 | SCI32: Add workarounds, transitions, fixes for PQ4CD | Colin Snover | |
2017-01-12 | GUI: Fix Unused Variable Compiler Warning when USE_PNG not set. | D G Turner | |
2017-01-12 | VKEYBD: Remove Unused Variable. | D G Turner | |
2017-01-12 | I18N: Update translations templates | Thierry Crozat | |
2017-01-12 | GUI: Replace sprintf() with safer String::format() in KeysDialog. | D G Turner | |
2017-01-12 | BACKENDS: Fix Shadowing Compiler Warning for isDirectory symbol. | D G Turner | |
This should ensure that any future cut-and-paste for new backends do not repeat this same warning issue. | |||
2017-01-12 | MACVENTURE: Fix Comparison Always True Compiler Warning. | D G Turner | |
There is no need for ABS() call as the parameters called on are both unsigned integers. | |||
2017-01-12 | MADS: Fix Unused Private Variable Compiler Warning. | D G Turner | |
2017-01-12 | XEEN: Fix Unused Variable Compiler Warning. | D G Turner | |