aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2016-03-09WAGE: Added alternate versions of Karth of the JungleEugene Sandulenko
2016-03-09WAGE: Precalculate design bounds based on real dataEugene Sandulenko
2016-03-09WAGE: More detection entriesEugene Sandulenko
2016-03-09WAGE: Added Minitorian game detectionEugene Sandulenko
2016-03-09WAGE: Added one more gameEugene Sandulenko
2016-03-09Merge pull request #699 from criezy/sword25-en-speechEugene Sandulenko
2016-03-09SWORD25: Fix error after changing language in-game with the data file distrib...Thierry Crozat
2016-03-09SCUMM: Fix bugs #7070, #7071.Johannes Schickel
2016-03-09SWORD25: Add engine option to use English speech instead of GermanThierry Crozat
2016-03-08SCI: Fix build with SCI32 disabled.Johannes Schickel
2016-03-08SCI: Slight template formatting fixes.Johannes Schickel
2016-03-08SCI: Add missing namespace comments in graphics/.Johannes Schickel
2016-03-08SCI: SpacingFilippos Karapetis
2016-03-08SCI: Split color remapping functionality into a separate classFilippos Karapetis
2016-03-08SCI: Update the game ID of a workaround that's only used in QFG4 demoFilippos Karapetis
2016-03-08SCI32: Disable kRemapColors32, as SCI32 remapping is still incompleteFilippos Karapetis
2016-03-08SCI: Separate the demos of QFG4, PQ4 and GK1 from their full versionsFilippos Karapetis
2016-03-08LAB: Remove gap handling from removeSaveState.Johannes Schickel
2016-03-08ENGINES: Make variable names of PlainGameDescriptor conform to our guidelines.Johannes Schickel
2016-03-08ENGINES: Make variable names of ADGameDescription conform to our guidelines.Johannes Schickel
2016-03-08ENGINES: Make variable names of AdvancedMetaEngine conform to our guidelines.Johannes Schickel
2016-03-08ENGINES: Fix formatting.Johannes Schickel
2016-03-08SCI32: Clean up kIsOnMe and fix rounding bugColin Snover
2016-03-07SCI32: Add unnecessary micro-optimisation to palette merging codeColin Snover
2016-03-07SCI32: Fix palette color overflowColin Snover
2016-03-07SCI32: Actually use the BitmapFlags enumColin Snover
2016-03-07SCI32: Enable GfxPalette32::cycleAllPauseColin Snover
2016-03-07SCI32: Implement kBitmapDrawTextColin Snover
2016-03-07SCI32: Move in-memory bitmap read/write into its own classColin Snover
2016-03-08SCI: Truncate channel data in case it goes beyond resource sizeMartin Kiewitz
2016-03-08SCI: Script patch for ending glitch in multilingual kq5Martin Kiewitz
2016-03-07SCI32: Change magnifier warning to errorColin Snover
2016-03-07SCI32: Clean up renderer code a bit moreColin Snover
2016-03-07SCI32: Add reg_t comparisons for graphics sortingColin Snover
2016-03-07SCI32: Add debugger command to view screen items in the visible plane listColin Snover
2016-03-07SCI32: Fix adding too many items to drawlistWillem Jan Palenstijn
2016-03-07AD: Remove leftover debug messagesEugene Sandulenko
2016-03-07WAGE: Added games from Joshua's Worlds 1.0Eugene Sandulenko
2016-03-07WAGE: Use new AD flag for autogenerating targets for fangamesEugene Sandulenko
2016-03-07WAGE: Added couple more games to detectionEugene Sandulenko
2016-03-07AD: Added new flag for autogenerating game target from extra informationEugene Sandulenko
2016-03-07WAGE: Added more games to detectionEugene Sandulenko
2016-03-07WAGE: More game detectionEugene Sandulenko
2016-03-06SCI32: Implement variable size frame drawingColin Snover
2016-03-06SCI32: Make PlaneList definition order match declaration orderColin Snover
2016-03-06SCI32: Fix memory leaksColin Snover
2016-03-06SCI32: "Improve" comparison algorithm for planes and screen itemsColin Snover
2016-03-06SCI32: Fix missing digits in plane item list debug outputColin Snover
2016-03-06SCI32: Implement kEditTextColin Snover
2016-03-06Merge pull request #696 from tobiatesan/fix_7067_broken_absEugene Sandulenko