Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-15 | TITANIC: Fix chicken dispensor | Paul Gilbert | |
2017-01-15 | TITANIC: Removal of un-used fields to reduce Buildbot warnings | Paul Gilbert | |
Note there's a lot of preliminary code in the star_control/ folder for code that still needs to be fully disassembled & implemented. So for now I've made liberal use of #if 0 blocks to disable fields that will likely be needed again in the future | |||
2017-01-15 | GNAP: Fix Set-But-Unused Variable Compiler Warning. | D G Turner | |
2017-01-15 | MACVENTURE: Fix Compiler Warning for Uninitialized Variable Usage. | D G Turner | |
2017-01-15 | DIRECTOR: Utilise MacText class to provide Text Wrapping. | stevenhoefel | |
2017-01-15 | ADL: Fix Signed vs. Unsigned Compiler Warnings. | D G Turner | |
This is a subtle issue associated with the Common::Frac usage. The frac_t type is signed (int32), but the symbols such as FRAC_ONE are defined by an enumeration which will default to unsigned int for members. Unsure if the common code needs changing, but other usages fix the warning by casting the enumeration values to frac_t so doing this for now. | |||
2017-01-14 | TITANIC: Fix size mismatch assert on Gondolier controls close-up | Paul Gilbert | |
2017-01-14 | TITANIC: Add nullptr terminator to Deskbot animation lists | Paul Gilbert | |
2017-01-14 | TITANIC: Fix crash going to Embarkation Lobby | Paul Gilbert | |
2017-01-14 | TITANIC: Renamings for CSeasonalAdjustment | Paul Gilbert | |
2017-01-14 | TITANIC: Clarify dirty rect methods in CGameManager | Paul Gilbert | |
2017-01-14 | TITANIC: Fix leaving Arboretum after changing seasons | Paul Gilbert | |
2017-01-14 | TITANIC: Renamings and fixes for speech dispensor | Paul Gilbert | |
2017-01-14 | TITANIC: Renamings and cleanup for lemon dispensor | Paul Gilbert | |
2017-01-14 | TITANIC: Renamings for Arboretum Gate | Paul Gilbert | |
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 | WAGE: Switch to the common readPascalString | Eugene Sandulenko | |
2017-01-14 | DIRECTOR: Lingo: More portable float reading | Eugene Sandulenko | |
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 | 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 | |