aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-08SCI: Make GfxPalette32 conform to out formatting guidelinesFilippos Karapetis
We do not prepend underscores to private class functions
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
SIG_UNTIL_SCI21MID did not account for SCI2 games. Fixes GK1 DOS
2016-01-08SCI: Fix compilationFilippos Karapetis
2016-01-08Merge pull request #644 from csnover/sci32-kPalCycleFilippos Karapetis
SCI32: palette management (full kPalCycle, partial kSetPalStyleRange and kPalFade)
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
The lowres DOS version should be working properly now
2016-01-08LAB: Remove superfluous class variablesFilippos Karapetis
2016-01-08LAB: Use the same text rect in monitors for DOS and Windows versionsFilippos Karapetis
The Windows rectangle looks better than the DOS one, with some small spacing on the top left. This is a minor enhancement, and it does help to make the monitors slightly better. Also, this helps us clean up the monitor code a bit
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
Graphics palette code was rewritten between SCI1 and SCI2, so SCI32 palette engine code has been moved to a separate GfxPalette32 class.
2016-01-07Merge pull request #647 from bSr43/ios-mediaJohannes Schickel
IOS: Updates the splash screens
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
We always use #include. #import is a nice ObjC feature (in theory), but can lead to odd results in corner cases.
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
AMIGAOS: Static builds preferred
2016-01-07DEVTOOLS: Update file list in update-version.pl.Johannes Schickel
59934881a1dc27e0c6030d2133ec3f9aae583df7 removed dists/android/plugin-manifest.xml.in.
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
This also fixes a memory leak in OSystem_iOS7::addSysArchivesToSearchSet.
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 ↵Johannes Schickel
reference.
2016-01-07BACKENDS: Make ChRootFilesystemFactory delcaration more consistent.Johannes Schickel
The make* factory functions are public in the base class, thus keep the visibility the same.
2016-01-07BACKENDS: Move FIXME closer to ChRootFilesystemFactory.Johannes Schickel
2016-01-07BACKENDS: Fix include style in chroot-fs-factory.cpp.Johannes Schickel
2016-01-07Merge pull request #630 from bSr43/ios-fixJohannes Schickel
IOS: Fixes the iOS port
2016-01-07IOS: Renames a macroVincent Bénony
2016-01-07MADS: Phantom: Flesh out walk triggersPaul Gilbert
2016-01-06DEVTOOL: Fixes a typo in an unused macroVincent Bénony
2016-01-06OSX: Fixes the Info.plist.in template, and the bundle targetVincent Bénony
2016-01-06DEVTOOL: FormattingVincent Bénony
2016-01-06DEVTOOL: Fixes a typoVincent Bénony
2016-01-06DEVTOOL: Removes useless macroVincent Bénony
2016-01-06DEVTOOL: FormattingVincent Bénony
2016-01-06IOS: FormattingVincent Bénony
2016-01-06IOS: Adds a warningVincent Bénony
2016-01-06IOS: FormattingVincent Bénony