aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2015-11-18BBVS: Fix game titleEugene Sandulenko
2015-11-18SWORD25: Implement missing SWF opcodeEugene Sandulenko
2015-11-17SWORD25: Translate commentsEugene Sandulenko
2015-11-17SWORD25: Fix text renderingEugene Sandulenko
2015-11-16LURE: Fix compiler warningPaul Gilbert
2015-11-16MADS: Add buttons to the main menu to show the secret bonus animationsPaul Gilbert
The buttons will only appear if section0.hag is present, along with evolve.res and/or sets.res. The Evolve animation works, but the Sets animation still needs some work, since something funky is happening with palette usage
2015-11-16MADS: Fix incorrect method mappings in sound group 4Paul Gilbert
2015-11-16MADS: Change Rex from testing to stablePaul Gilbert
2015-11-16LURE: Fix spelling of Observar in Spanish versionPaul Gilbert
2015-11-16LURE: Simplify StringList classPaul Gilbert
2015-11-16SHERLOCK: Change Sherlock from testing to stablePaul Gilbert
2015-11-16SHERLOCK: Fix Coverity warnings about uninitialized fieldsPaul Gilbert
2015-11-16SHERLOCK: RT: Fix Coverity warning in original savegame dialogPaul Gilbert
2015-11-16BBVS: Fix recent video player memory leak (CID 1339416)Torbjörn Andersson
Surface::convertTo() creates a new surface, so we have to free it once we're done with it.
2015-11-16BBVS: Add debug outputEugene Sandulenko
2015-11-16BBVS: Fix 16bpp video outputEugene Sandulenko
2015-11-15BBVS: Enable engine by defaultEugene Sandulenko
2015-11-14BBVS: Fix typo in array sizeWillem Jan Palenstijn
Ideally this shouldn't use a hardcoded constant at all... Thanks to WindlePoons for debugging.
2015-11-14BBVS: Added Russian BBVSEugene Sandulenko
Requires Russian to be selected in GUI font. Fails on unknown codec at game beginning.
2015-11-13SWORD25: Fix comment translationWillem Jan Palenstijn
2015-11-13SWORD25: Fixing typo of typo. This time for realEugene Sandulenko
2015-11-13SWORD25: Fix typoEugene Sandulenko
2015-11-13SWORD25: Translate commentsEugene Sandulenko
2015-11-13SWORD25: Fix thumbnail generation and make it portableEugene Sandulenko
2015-11-11SCI: add another Torin's Passage versionMartin Kiewitz
German 1.0
2015-11-10KYRA: (LOK/PC-98) - add missing string resourceathrxx
2015-11-10SCUMM: WORKAROUND for bug #1873 INDY3 FMTOWNS: Music in Venice is distortedathrxx
2015-11-09AUDIO: (FM-TOWNS) - cleanup euphony codeathrxx
(rework parts of the code + improve naming of variables/functions)
2015-11-08WINTERMUTE: Add detection for Oknytt v.1.13Einar Johan Trøan Sømåen
Beware that the language-overriding breaks if english.dcp still exists in the same folder as d_sounds.dcp
2015-11-08WINTERMUTE: Adjust detection of Five Magical AmuletsEinar Johan Trøan Sømåen
This should add proper detection of the Czech/English/Polish versions of Five Magical Amulets
2015-11-07WINTERMUTE: C++'ify codeEugene Sandulenko
2015-11-07SHERLOCK: Remove non-ascii characterEugene Sandulenko
2015-11-07BBVS: Implement file chooser for Air Guitar minigameEugene Sandulenko
2015-11-04WINTERMUTE: Fix mismatched free/delete Valgrind warningTorbjörn Andersson
The memory stream class uses free() to free memory, so we have to use malloc(), not new, to allocate it.
2015-10-24MADS: Don't show protection dialog when resuming game from in-game menuPaul Gilbert
2015-10-24WINTERMUTE: Remove unused functionWillem Jan Palenstijn
It calls itself, and is declared pure virtual. Thanks salty-horse.
2015-10-24MADS: Fix crash at end of copy protection failure cutscenePaul Gilbert
2015-10-24TINSEL: DW1: Improve timbre file error messageMartin Kiewitz
it now mentions all the possible file names.
2015-10-22Merge pull request #621 from eriktorbjorn/neverhood-carFilippos Karapetis
NEVERHOOD: Possible fix for bad car behaviour
2015-10-22Merge pull request #620 from salty-horse/neverhood_saveFilippos Karapetis
NEVERHOOD: Don't crash when loading savegames with a high slot ID
2015-10-22Merge pull request #616 from eriktorbjorn/fw-splashFilippos Karapetis
CINE: Show splash screen in CD version of Future Wars
2015-10-18SHERLOCK: RT: Fix color of darts game power barPaul Gilbert
2015-10-19SHERLOCK: RT: add Spanish text fixes bug #6936Martin Kiewitz
Previously created Spanish saved games are broken though, need to restart the game
2015-10-18NEVERHOOD: Pass NPoint as position instead of X in two more casesTorbjörn Andersson
According to johndoe it's correct to pass the entire coordinate, rather than just X, to the car in these cases as well. I can't tell any difference at all in the behavior, but I guess it doesn't hurt either. After all, we can easily zero the Y coordinate, if we ever want to.
2015-10-17SHERLOCK: RT: Fix Diogenes fire music slightly too long in introPaul Gilbert
2015-10-17SHERLOCK: RT: Fix incorrect music file after intro endsPaul Gilbert
2015-10-17SHERLOCK: RT: Fix setting new scene's music filename when music is offPaul Gilbert
2015-10-17SHERLOCK: RT: Increase darts hand/power speed, computer text fixPaul Gilbert
2015-10-17FULLPIPE: More renamesEugene Sandulenko
2015-10-17FULLPIPE: More renamesEugene Sandulenko