aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-14BUILD: Attempt to fix Android builds when building the test runnerColin Snover
This patch adds the additional architecture-dependent gcc-stdlibc++ include directory to match the existing gcc-stdlibc++ linker and generic include directory.
2017-01-14BUILD: Attempt to fix Android builds when building the test runnerColin Snover
Android builds currently fail when building the test runner because the runner tries to include standard library headers, which cannot be found. This patch adds the gcc-stdlibc++ include directory that matches the existing gcc-stdlibc++ linker flag.
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-14TESTS: Attempt to fix buildbot builds for backends with extra flagsColin Snover
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-14COMMON: Define STATIC_ASSERT for all portsColin Snover
Ports with -DNONSTANDARD_PORT need this too.
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-14GRAPHICS: MACGUI: Added method for reading menu from resourceEugene Sandulenko
2017-01-14WAGE: Switch to the common readPascalStringEugene Sandulenko
2017-01-14COMMON: Add ReadStream::readPascalString()Eugene Sandulenko
2017-01-14DIRECTOR: Lingo: More portable float readingEugene Sandulenko
2017-01-14TESTS: Fix building Common::Span test on big endian systemsBastien Bouclet
2017-01-14MT32: Fix Set-But-Unused Compiler Warning.D G Turner
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)
2017-01-14DIRECTOR: D3 font style, size and alignment.stevenhoefel
2017-01-13Merge pull request #875 from segrax/masterEugene Sandulenko
SCUMM: V0/V1: Fix two graphical issues
2017-01-13DIRECTOR: Added detection for The Apartment D4Eugene Sandulenko
2017-01-13ENGINES: AD: When file has no Mac Resource fork, compute its md5 normallyEugene Sandulenko
2017-01-13Merge pull request #881 from csnover/span-hEugene Sandulenko
COMMON: Add Span to common library
2017-01-13DIRECTOR: Dump Cast script tooEugene Sandulenko
2017-01-13DIRECTOR: Lingo: Improved localvars cleanupEugene Sandulenko
2017-01-13DIRECTOR: Style fixes plus 1/8bpp corrections.stevenhoefel
2017-01-13DIRECTOR: Lingo: Implemented grammar for arraysEugene Sandulenko
2017-01-13DIRECTOR: Fix compiler warningsEugene Sandulenko
2017-01-13DIRECTOR: D4 image loading based on BPP.stevenhoefel
2017-01-12TITANIC: Stop moving other items during drag operationsPaul Gilbert
2017-01-13DIRECTOR: Fix variable shadowing and array declarations.stevenhoefel
2017-01-12TITANIC: Fixes for unlocking music systemPaul Gilbert
2017-01-13DIRECTOR: Implement Shape Patterns and Borders for D3.stevenhoefel
2017-01-12TITANIC: Renaming of CCarry fieldE0Paul Gilbert
2017-01-13DIRECTOR: Lingo: Added stubs of List functions in D4Eugene Sandulenko