aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-16MADS: Fix headerStrangerke
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-16MADS: Implement some more Camera codeStrangerke
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-16MADS: Some work on CameraStrangerke
2015-11-15MADS: Phantom: Merge _variant and _initialVariantStrangerke
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-13MADS: Dragon: Implement scene 105Strangerke
2015-11-13MADS: Rex: Use a constant when checking _mainObjectSourceStrangerke
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-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-12MADS: Implement syncTimers, add SyncType enum, modify all the calls to ↵Strangerke
syncTimers
2015-11-12MADS: Rename the parameter of setNextFrameTimerStrangerke
2015-11-11Merge branch 'master' into dispmanxvanfanel
2015-11-11MADS: Fix ANIMFLAG_DITHER valueStrangerke
2015-11-11SCI: add another Torin's Passage versionMartin Kiewitz
German 1.0
2015-11-11MADS: Implement sceneScale for v2+ gamesStrangerke
2015-11-11MADS: For consistency with Rex, remove the second parameter of addSprites ↵Strangerke
when its value is the default one
2015-11-11MADS: DRAGON: Use constants instead of hardcoded values in one call of ↵Strangerke
addSprites
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-10MADS: Phantom: Implement disableNode() and disableLine()Filippos Karapetis
2015-11-10MADS: Phantom: Add a comment about changing sectionStrangerke
2015-11-10MADS: Replace the use of setTimingTrigger by a call to addTimer for V2+ gamesStrangerke
2015-11-10MADS: Implement SetSeqPlayer for V2+ games, replace setTrigger by addSubEntryStrangerke
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-09MADS: Phantom: Remove dummy scene handlerStrangerke
2015-11-09MADS: Phantom: Update erroneous comments concerning Section HandlersStrangerke
2015-11-09MADS: Remove useless casts in per-game logicStrangerke
2015-11-09MADS: Phantom: Implement stopWalker()Strangerke
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.)