aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-10SCUMM: Add detection for Russian MM fan-demoEugene Sandulenko
2016-01-10SCUMM: Add support for Russian MMEugene Sandulenko
2016-01-10TINSEL: Added detection for DW1 fan translationEugene Sandulenko
2016-01-10SAGA: Add support for Russian fan-translation of IHNMEugene Sandulenko
2016-01-09AUDIO: fix two bugs in FM-TOWNS pcm codeathrxx
2016-01-10MADS: Implement GameConversations::updatePaul Gilbert
2016-01-09MADS: Hook up calls to conversation update where necessaryPaul Gilbert
2016-01-09MADS: Set up conversation mode enum, change hold fields to use itPaul Gilbert
2016-01-09CONFIGURE: Disable ARM assembly for iOS targets with Apple's as.Johannes Schickel
2016-01-09MADS: Implement bulk of remaining conversation setup and support methodsPaul Gilbert
2016-01-08SCI: Fix the math in applyFade(), and simplify setFade()Filippos Karapetis
2016-01-08SCI: *Really* fix the logic in applyFade()Filippos Karapetis
2016-01-08SCI: Fix the logic in applyFade()Filippos Karapetis
2016-01-08SCI: Renamed one more function name to conform to our guidelinesFilippos Karapetis
2016-01-08SCI: Make GfxPalette32 conform to out formatting guidelinesFilippos Karapetis
2016-01-08SCI: SCI32 palette cyclers are disjoint, so use a single palette copyFilippos Karapetis
2016-01-08SCI: Simplify the SCI32 palette cycling codeFilippos Karapetis
2016-01-08SCI: Initialize kString properly for SCI2 gamesFilippos Karapetis
2016-01-08SCI: Fix compilationFilippos Karapetis
2016-01-08Merge pull request #644 from csnover/sci32-kPalCycleFilippos Karapetis
2016-01-08MADS: Further conversation cleanup, start of conv CND file loadingPaul Gilbert
2016-01-08MADS: Implement GameConversations::run methodPaul Gilbert
2016-01-08MADS: Cleanup of existing converstations skeleton codePaul Gilbert
2016-01-08LAB: Bugfixes for the lowres DOS versionFilippos Karapetis
2016-01-08LAB: Remove superfluous class variablesFilippos Karapetis
2016-01-08LAB: Use the same text rect in monitors for DOS and Windows versionsFilippos Karapetis
2016-01-08GRAPHICS: Silence an MSVC warningFilippos Karapetis
2016-01-07SCI: Remove unused member property _palCycleToColorColin Snover
2016-01-07SCI32: Add kFrameOut stub codeColin Snover
2016-01-07SCI32: Add kSetPalStyleRange stub codeColin Snover
2016-01-07SCI32: Add initial support for palette cycling (kPalCycle) and fading (kPalFade)Colin Snover
2016-01-07Merge pull request #647 from bSr43/ios-mediaJohannes Schickel
2016-01-07AUDIO: Fix clang warning in mame.cpp.Johannes Schickel
2016-01-07JANITORIAL: Fix clang printf warningsOri Avtalion
2016-01-07IOS: Updates the splash screensVincent Bénony
2016-01-07IPHONE: Make includes match our style.Johannes Schickel
2016-01-07IOS7: Make includes match our style.Johannes Schickel
2016-01-07IOS7: Make filename style consistent in itself.Johannes Schickel
2016-01-07IOS7: Use #include instead of #import.Johannes Schickel
2016-01-07IOS7: Use standard include guard names.Johannes Schickel
2016-01-07IOS7: Use our standard GPL headers.Johannes Schickel
2016-01-07Merge pull request #643 from raziel-/patch-2Johannes Schickel
2016-01-07DEVTOOLS: Update file list in update-version.pl.Johannes Schickel
2016-01-07GUI: Explain create_project HACK in module.mk a bit better.Johannes Schickel
2016-01-07COMMON: Make FSNode(AbstractFSNode *) private again.Johannes Schickel
2016-01-07AUDIO: Use standard line warps in iOS7 hack comment in fluidsynth.cpp.Johannes Schickel
2016-01-07AUDIO: Remove unused includes in fluidsynth.cpp.Johannes Schickel
2016-01-07BACKENDS: Make ChRootFilesystemFactory's constructor explicit.Johannes Schickel
2016-01-07BACKENDS: Let ChRootFilesystemFactory's constructor take a const String refer...Johannes Schickel
2016-01-07BACKENDS: Make ChRootFilesystemFactory delcaration more consistent.Johannes Schickel