aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-19SDL/DISPMANX Added myself to credits.plvanfanel
2015-11-12SDL/DISPMANX Fixed small issues with merging: Use append_var, fix spacing ↵vanfanel
issues and changed SurfaceSdlGraphicsManager constructor call parameters on DispmanXSdlGraphicsManager constructor.
2015-11-11Merge branch 'master' into dispmanxvanfanel
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
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-07Merge pull request #563 from BenCastricum/detection_fixesEugene Sandulenko
SCUMM: language fixes for HE games
2015-11-07WINTERMUTE: C++'ify codeEugene Sandulenko
2015-11-07SHERLOCK: Remove non-ascii characterEugene Sandulenko
2015-11-07TESTBED: Added detection file to repositoryEugene Sandulenko
2015-11-07GUI: Removed 64k limit on built-in theme XML sizeEugene Sandulenko
2015-11-07NEWS: Announce BBVS supportEugene Sandulenko
2015-11-07NEWS: Update SCUMM sectionEugene Sandulenko
2015-11-07I18N: Update Ukrainian translationsEugene Sandulenko
2015-11-07I18N: Update Russian translationsEugene Sandulenko
2015-11-07I18N: Add filebrowser-dialog.cpp to POTFILESEugene Sandulenko
2015-11-07BBVS: Implement file chooser for Air Guitar minigameEugene Sandulenko
2015-11-07GUI: Make disabled EditTextWidget not allowing to edit the stringEugene 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-20SDL/DISPMANX Make additional notes on README.RASPBERRYPI telling users to ↵vanfanel
manually disable some features that are sub-optimal on the Pi when they don't pass a host parameter
2015-10-20I18N: Update translations data fileThierry Crozat
2015-10-20I18N: updating German language filerootfather
This updates the German language file to address the changes introduced in commit 19db601
2015-10-19SDL/DISPMANX Fixed dispmanx activation parameter on README.RASPBERRYPIvanfanel
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-18SDL/DISPMANX Renamed the RASBERRYPI define to the less confusing name of ↵vanfanel
DISPMANX because it controls whether dispmanx rendering backend is enabled or not on the Raspberry Pi.
2015-10-18SDL/DISPMANX Removed a redundant and unused configure parameter info related ↵vanfanel
to dispmanx.
2015-10-18SDL/DISPMANX Corrected configure script so Scummvm cross-compiles with ↵vanfanel
modern Raspbian that uses multiarch.
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