aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2017-01-12SCI32: Fix bad scroll delta in GK2 inventoryColin Snover
Fixes Trac#9648.
2017-01-12SCI32: Fix crash trying to clip invalid rects generated by transitionsColin 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-12SCI32: Add Hoyle5 to the list of game versionsColin Snover
2017-01-12SCI32: "Fix" renderer for PQ4CDColin 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-12SCI32: Add workarounds, transitions, fixes for PQ4CDColin Snover
2017-01-12GUI: Fix Unused Variable Compiler Warning when USE_PNG not set.D G Turner
2017-01-12VKEYBD: Remove Unused Variable.D G Turner
2017-01-12I18N: Update translations templatesThierry Crozat
2017-01-12GUI: Replace sprintf() with safer String::format() in KeysDialog.D G Turner
2017-01-12BACKENDS: 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-12MACVENTURE: 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-12MADS: Fix Unused Private Variable Compiler Warning.D G Turner
2017-01-12XEEN: Fix Unused Variable Compiler Warning.D G Turner
2017-01-12WII: Fix Variable Shadowing Compiler Warnings.D G Turner
2017-01-12WIN32: Fix Variable Shadowing Compiler Warnings.D G Turner
These are emitted when using the MinGW compiler.
2017-01-12DIRECTOR: Use shared cast member data when rendering shared cast item.stevenhoefel
2017-01-12COMMON: Replace sprintf() with safer String::format() in JSON module.D G Turner
2017-01-12ADL: Fix Uninitialized Variable Compiler Warnings.D G Turner
2017-01-12DIRECTOR: Fix Further Compiler Warnings.D G Turner
2017-01-12DIRECTOR: D3 frame/sprite scripts. Categorise scripts into groups.stevenhoefel
2017-01-11TITANIC: Fix leaving restaurant table close-upPaul Gilbert
2017-01-11TITANIC: Fix behaviour of Phonograph LidPaul Gilbert