aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-18BBVS: Mark games as testingEugene Sandulenko
2015-11-18BBVS: Since we're using GUI for menus, switch iGUI to the relevant languageEugene Sandulenko
2015-11-18BBVS: Fix game titleEugene Sandulenko
2015-11-18SWORD25: Implement missing SWF opcodeEugene Sandulenko
2015-11-17SWORD25: Translate commentsEugene Sandulenko
2015-11-17GRAPHICS: Fix rendering in some corner casesEugene 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-16GRAPHICS: Remove unused header include.Johannes Schickel
2015-11-16GRAPHICS: Rewrite PixelFormat::toString to be easier to understand.Johannes Schickel
2015-11-16GRAPHICS: Fix component order in PixelFormat::toString output.Johannes Schickel
Formerly components were printed from bottom to top, common notation is from top to bottom. For reference check how we name formats, like in for example: backends/graphics/openglsdl/openglsdl-graphics.cpp:190-230 backends/graphics/surfacesdl/surfacesdl-graphics.cpp:409-490 sherlock/scalpel/scalpel.cpp:207
2015-11-16GRAPHICS: Make PixelFormat::toString const.Johannes Schickel
2015-11-16BBVS: Add debug outputEugene Sandulenko
2015-11-16GRAPHICS: Implemented utility function to print PixelFormatEugene Sandulenko
2015-11-16BBVS: Fix 16bpp video outputEugene Sandulenko
2015-11-16IMAGE: Fix 16bpp MS Video1 outputEugene Sandulenko
2015-11-15BBVS: Enable engine by defaultEugene Sandulenko
2015-11-15DEVTOOLS: Package release tarballs with xz alsoEugene Sandulenko
2015-11-15DEVTOOLS: Rewrote dist-scummsm.sh tool to support gitEugene Sandulenko
2015-11-14IMAGES: WIP for 16-bit MS Video1 decoderEugene 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-10COMMON: More sort unit testsBertrand Augereau
2015-11-10COMMON: Avoid useless (and dangerous when cctor/operator= don't support it) ↵Bertrand Augereau
SWAP(x, x) in sorting
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-09GUI: Use after freeBertrand Augereau
2015-11-09GUI: strncat needs a destination C-stringBertrand Augereau
2015-11-09COMMON: Some ill-formed xml files triggered a seek(CUR, -2) in the parserBertrand Augereau
2015-11-09AUDIO: (FM-TOWNS) - replace fixed hanging notes buffer with a dynamic chainathrxx
(This works around issues with some Indy 3 sound tracks. These tracks seem to be broken, since they have way too long duration values for some notes which would fill up the event buffer rather quickly. I tested with the UNZ emulator to be sure that this is an issue which also occurs with the original driver.)
2015-11-09AUDIO: fix bug #6885 (INDY3: FMTOWNS: Music is distorted (regression))athrxx
2015-11-09AUDIO: (FM-TOWNS) - fix looping pcm soundsathrxx
2015-11-09AUDIO: (FM-TOWNS) - cleanup euphony codeathrxx
(rework parts of the code + improve naming of variables/functions)
2015-11-09Merge pull request #625 from digitall/rate-hackEugene Sandulenko
AUDIO: Add support for sample rates >65kHz.
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