aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2017-01-16DIRECTOR: Rewind shared cast memorystream before trying to load the data.stevenhoefel
2017-01-15TITANIC: Fix SuccUBus not eating chicken when it has condimentsPaul Gilbert
2017-01-16DIRECTOR: Added debug output for Shared Cast imagesEugene Sandulenko
2017-01-16DIRECTOR: Lingo: Added stub for Lingo restartingEugene Sandulenko
2017-01-16DIRECTOR: Correctly parse STXT runs to determine formatting.stevenhoefel
2017-01-15ADL: Implement hires5 'win game' opcodeWalter van Niftrik
2017-01-15TITANIC: Fix showing correct inventory glyphs after loading savegamePaul Gilbert
2017-01-15TITANIC: Fix using inventory items on each otherPaul Gilbert
2017-01-15TITANIC: Fixes for getting chicken and starling puretPaul Gilbert
2017-01-15TITANIC: Show correct inventory glyphs & tooltip for multi-state itemsPaul Gilbert
2017-01-15TITANIC: Fix entering Arboretum in winter, further renamingsPaul Gilbert
2017-01-15DIRECTOR: Lingo: Fixed 'go to movie' procedure.Eugene Sandulenko
Now it loads the needed movie but crashes because there was no context of script reloading
2017-01-15DIRECTOR: Cleanup main movie loadingEugene Sandulenko
2017-01-15TITANIC: Don't allow entering Arboretum Pellerator during winterPaul Gilbert
2017-01-15DIRECTOR: Lingo: Fixing calling built-in symbolsEugene Sandulenko
2017-01-15TITANIC: Figured out missing code in CGlass::MouseDragEndMsgPaul Gilbert
2017-01-15TITANIC: Fix using chicken on dispensorsPaul Gilbert
2017-01-15DIRECTOR: Lingo: Implemented immediate mode used for 'playAccel'Eugene Sandulenko
In this mode we treat every parameter as a string, not a keyword or built-in name
2017-01-15DIRECTOR: More debug info on Shared Cast loadingEugene Sandulenko
2017-01-15TITANIC: Fix display of chicken tooltips in the inventoryPaul Gilbert
2017-01-15TITANIC: Further compiler warning fixesPaul Gilbert
2017-01-15TITANIC: Fix chicken dispensorPaul Gilbert
2017-01-15TITANIC: Removal of un-used fields to reduce Buildbot warningsPaul 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-15GNAP: Fix Set-But-Unused Variable Compiler Warning.D G Turner
2017-01-15MACVENTURE: Fix Compiler Warning for Uninitialized Variable Usage.D G Turner
2017-01-15DIRECTOR: Utilise MacText class to provide Text Wrapping.stevenhoefel
2017-01-15ADL: 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-14TITANIC: Fix size mismatch assert on Gondolier controls close-upPaul Gilbert
2017-01-14TITANIC: Add nullptr terminator to Deskbot animation listsPaul Gilbert
2017-01-14TITANIC: Fix crash going to Embarkation LobbyPaul Gilbert
2017-01-14TITANIC: Renamings for CSeasonalAdjustmentPaul Gilbert
2017-01-14TITANIC: Clarify dirty rect methods in CGameManagerPaul Gilbert
2017-01-14TITANIC: Fix leaving Arboretum after changing seasonsPaul Gilbert
2017-01-14TITANIC: Renamings and fixes for speech dispensorPaul Gilbert
2017-01-14TITANIC: Renamings and cleanup for lemon dispensorPaul Gilbert
2017-01-14TITANIC: Renamings for Arboretum GatePaul Gilbert
2017-01-14DIRECTOR: Switch to common readPascalStringEugene Sandulenko
2017-01-14GRAPHICS: Renamed Menu to MacMenu to avoid potential name collisionEugene Sandulenko
2017-01-14WAGE: Switch menu reading to common codeEugene Sandulenko
2017-01-14WAGE: Switch to the common readPascalStringEugene Sandulenko
2017-01-14DIRECTOR: Lingo: More portable float readingEugene Sandulenko
2017-01-14CHEWY: 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-14SCI: Fix Warnings about Copy Constructor Failing to Call Base Class.D G Turner
2017-01-14DIRECTOR: Load fonts by name if exists from map.stevenhoefel
2017-01-14WINTERMUTE: Fix Unused Variable Compiler Warning.D G Turner
2017-01-13TITANIC: Fix breaking long stick dispensor glass with hammerPaul Gilbert
2017-01-14ADL: Add Sound classWalter van Niftrik
2017-01-14DIRECTOR: Fix Shared Cast reference for MacintoshEugene Sandulenko
2017-01-14DIRECTOR: Lingo: More work on D4 mappingEugene Sandulenko
2017-01-13Merge pull request #877 from segrax/Fix_2285Eugene Sandulenko
SCUMM: Fix bug #2285 (ZAK C64/V1/V2 Caponians dont disguise after using crystal)