Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-08 | SCI: *Really* fix the logic in applyFade() | Filippos Karapetis | |
Thanks wjp | |||
2016-01-08 | SCI: Fix the logic in applyFade() | Filippos Karapetis | |
Note that this is still unused, as it is normally called from kSetShowStyle() | |||
2016-01-08 | SCI: Renamed one more function name to conform to our guidelines | Filippos Karapetis | |
2016-01-08 | SCI: Make GfxPalette32 conform to out formatting guidelines | Filippos Karapetis | |
We do not prepend underscores to private class functions | |||
2016-01-08 | SCI: SCI32 palette cyclers are disjoint, so use a single palette copy | Filippos Karapetis | |
2016-01-08 | SCI: Simplify the SCI32 palette cycling code | Filippos Karapetis | |
2016-01-08 | SCI: Initialize kString properly for SCI2 games | Filippos Karapetis | |
SIG_UNTIL_SCI21MID did not account for SCI2 games. Fixes GK1 DOS | |||
2016-01-08 | SCI: Fix compilation | Filippos Karapetis | |
2016-01-08 | Merge pull request #644 from csnover/sci32-kPalCycle | Filippos Karapetis | |
SCI32: palette management (full kPalCycle, partial kSetPalStyleRange and kPalFade) | |||
2016-01-08 | MADS: Further conversation cleanup, start of conv CND file loading | Paul Gilbert | |
2016-01-08 | MADS: Implement GameConversations::run method | Paul Gilbert | |
2016-01-08 | MADS: Cleanup of existing converstations skeleton code | Paul Gilbert | |
2016-01-08 | LAB: Bugfixes for the lowres DOS version | Filippos Karapetis | |
The lowres DOS version should be working properly now | |||
2016-01-08 | LAB: Remove superfluous class variables | Filippos Karapetis | |
2016-01-08 | LAB: Use the same text rect in monitors for DOS and Windows versions | Filippos 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-08 | GRAPHICS: Silence an MSVC warning | Filippos Karapetis | |
2016-01-07 | SCI: Remove unused member property _palCycleToColor | Colin Snover | |
2016-01-07 | SCI32: Add kFrameOut stub code | Colin Snover | |
2016-01-07 | SCI32: Add kSetPalStyleRange stub code | Colin Snover | |
2016-01-07 | SCI32: 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-07 | Merge pull request #647 from bSr43/ios-media | Johannes Schickel | |
IOS: Updates the splash screens | |||
2016-01-07 | AUDIO: Fix clang warning in mame.cpp. | Johannes Schickel | |
2016-01-07 | JANITORIAL: Fix clang printf warnings | Ori Avtalion | |
2016-01-07 | IOS: Updates the splash screens | Vincent Bénony | |
2016-01-07 | IPHONE: Make includes match our style. | Johannes Schickel | |
2016-01-07 | IOS7: Make includes match our style. | Johannes Schickel | |
2016-01-07 | IOS7: Make filename style consistent in itself. | Johannes Schickel | |
2016-01-07 | IOS7: 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-07 | IOS7: Use standard include guard names. | Johannes Schickel | |
2016-01-07 | IOS7: Use our standard GPL headers. | Johannes Schickel | |
2016-01-07 | Merge pull request #643 from raziel-/patch-2 | Johannes Schickel | |
AMIGAOS: Static builds preferred | |||
2016-01-07 | DEVTOOLS: Update file list in update-version.pl. | Johannes Schickel | |
59934881a1dc27e0c6030d2133ec3f9aae583df7 removed dists/android/plugin-manifest.xml.in. | |||
2016-01-07 | GUI: Explain create_project HACK in module.mk a bit better. | Johannes Schickel | |
2016-01-07 | COMMON: Make FSNode(AbstractFSNode *) private again. | Johannes Schickel | |
This also fixes a memory leak in OSystem_iOS7::addSysArchivesToSearchSet. | |||
2016-01-07 | AUDIO: Use standard line warps in iOS7 hack comment in fluidsynth.cpp. | Johannes Schickel | |
2016-01-07 | AUDIO: Remove unused includes in fluidsynth.cpp. | Johannes Schickel | |
2016-01-07 | BACKENDS: Make ChRootFilesystemFactory's constructor explicit. | Johannes Schickel | |
2016-01-07 | BACKENDS: Let ChRootFilesystemFactory's constructor take a const String ↵ | Johannes Schickel | |
reference. | |||
2016-01-07 | BACKENDS: 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-07 | BACKENDS: Move FIXME closer to ChRootFilesystemFactory. | Johannes Schickel | |
2016-01-07 | BACKENDS: Fix include style in chroot-fs-factory.cpp. | Johannes Schickel | |
2016-01-07 | Merge pull request #630 from bSr43/ios-fix | Johannes Schickel | |
IOS: Fixes the iOS port | |||
2016-01-07 | IOS: Renames a macro | Vincent Bénony | |
2016-01-07 | MADS: Phantom: Flesh out walk triggers | Paul Gilbert | |
2016-01-06 | DEVTOOL: Fixes a typo in an unused macro | Vincent Bénony | |
2016-01-06 | OSX: Fixes the Info.plist.in template, and the bundle target | Vincent Bénony | |
2016-01-06 | DEVTOOL: Formatting | Vincent Bénony | |
2016-01-06 | DEVTOOL: Fixes a typo | Vincent Bénony | |
2016-01-06 | DEVTOOL: Removes useless macro | Vincent Bénony | |
2016-01-06 | DEVTOOL: Formatting | Vincent Bénony | |