Filippos Karapetis
7379e531c7
Merge pull request #644 from csnover/sci32-kPalCycle
...
SCI32: palette management (full kPalCycle, partial kSetPalStyleRange and kPalFade)
2016-01-08 10:58:03 +02:00
Paul Gilbert
6e0d6e36a9
MADS: Further conversation cleanup, start of conv CND file loading
2016-01-08 18:46:04 +11:00
Paul Gilbert
f1a80f91a6
MADS: Implement GameConversations::run method
2016-01-08 18:19:17 +11:00
Paul Gilbert
162ddbea0f
MADS: Cleanup of existing converstations skeleton code
2016-01-08 17:02:17 +11:00
Filippos Karapetis
31d47d6be2
LAB: Bugfixes for the lowres DOS version
...
The lowres DOS version should be working properly now
2016-01-08 02:01:28 +02:00
Filippos Karapetis
e3b9f726a1
LAB: Remove superfluous class variables
2016-01-08 02:01:28 +02:00
Filippos Karapetis
5b5efd4cbe
LAB: Use the same text rect in monitors for DOS and Windows versions
...
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 02:01:27 +02:00
Filippos Karapetis
5151ec0fe0
GRAPHICS: Silence an MSVC warning
2016-01-08 02:01:27 +02:00
Colin Snover
275db1f7f2
SCI: Remove unused member property _palCycleToColor
2016-01-07 16:35:09 -06:00
Colin Snover
8a1d48fc03
SCI32: Add kFrameOut stub code
2016-01-07 16:35:09 -06:00
Colin Snover
70d89b3e39
SCI32: Add kSetPalStyleRange stub code
2016-01-07 16:35:09 -06:00
Colin Snover
aeee621e44
SCI32: Add initial support for palette cycling (kPalCycle) and fading (kPalFade)
...
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 16:35:09 -06:00
Johannes Schickel
68e9cd1aa2
Merge pull request #647 from bSr43/ios-media
...
IOS: Updates the splash screens
2016-01-07 17:16:12 +01:00
Johannes Schickel
419419c860
AUDIO: Fix clang warning in mame.cpp.
2016-01-07 15:04:10 +01:00
Ori Avtalion
d8045c6727
JANITORIAL: Fix clang printf warnings
2016-01-07 14:55:32 +02:00
Vincent Bénony
15a1db3fa0
IOS: Updates the splash screens
2016-01-07 13:50:34 +01:00
Johannes Schickel
afd4b82a8a
IPHONE: Make includes match our style.
2016-01-07 12:44:48 +01:00
Johannes Schickel
f8ef5e2476
IOS7: Make includes match our style.
2016-01-07 12:44:48 +01:00
Johannes Schickel
3130b22fcb
IOS7: Make filename style consistent in itself.
2016-01-07 12:44:48 +01:00
Johannes Schickel
8fc03872c4
IOS7: Use #include instead of #import.
...
We always use #include. #import is a nice ObjC feature (in theory), but can
lead to odd results in corner cases.
2016-01-07 12:44:48 +01:00
Johannes Schickel
17a57443ae
IOS7: Use standard include guard names.
2016-01-07 12:44:48 +01:00
Johannes Schickel
bcaa725184
IOS7: Use our standard GPL headers.
2016-01-07 12:44:48 +01:00
Johannes Schickel
35cbb47e68
Merge pull request #643 from raziel-/patch-2
...
AMIGAOS: Static builds preferred
2016-01-07 11:52:01 +01:00
Johannes Schickel
b208f39720
DEVTOOLS: Update file list in update-version.pl.
...
59934881a1dc27e0c6030d2133ec3f9aae583df7 removed
dists/android/plugin-manifest.xml.in.
2016-01-07 11:33:51 +01:00
Johannes Schickel
60fa9944dc
GUI: Explain create_project HACK in module.mk a bit better.
2016-01-07 11:25:02 +01:00
Johannes Schickel
54f5c95832
COMMON: Make FSNode(AbstractFSNode *) private again.
...
This also fixes a memory leak in OSystem_iOS7::addSysArchivesToSearchSet.
2016-01-07 11:25:02 +01:00
Johannes Schickel
1baf3bed7a
AUDIO: Use standard line warps in iOS7 hack comment in fluidsynth.cpp.
2016-01-07 11:00:28 +01:00
Johannes Schickel
ded43d795a
AUDIO: Remove unused includes in fluidsynth.cpp.
2016-01-07 10:59:15 +01:00
Johannes Schickel
ca3c5a702f
BACKENDS: Make ChRootFilesystemFactory's constructor explicit.
2016-01-07 10:58:26 +01:00
Johannes Schickel
48df726c9e
BACKENDS: Let ChRootFilesystemFactory's constructor take a const String reference.
2016-01-07 10:57:46 +01:00
Johannes Schickel
557d58af8d
BACKENDS: Make ChRootFilesystemFactory delcaration more consistent.
...
The make* factory functions are public in the base class, thus keep the
visibility the same.
2016-01-07 10:55:01 +01:00
Johannes Schickel
adaa1bcd8f
BACKENDS: Move FIXME closer to ChRootFilesystemFactory.
2016-01-07 10:53:28 +01:00
Johannes Schickel
d13300ca22
BACKENDS: Fix include style in chroot-fs-factory.cpp.
2016-01-07 10:52:19 +01:00
Johannes Schickel
bd1039b93e
Merge pull request #630 from bSr43/ios-fix
...
IOS: Fixes the iOS port
2016-01-07 10:38:31 +01:00
Vincent Bénony
b5ef98637c
IOS: Renames a macro
2016-01-07 09:55:56 +01:00
Paul Gilbert
cf5856492c
MADS: Phantom: Flesh out walk triggers
2016-01-07 18:11:24 +11:00
Vincent Bénony
a4f9b9e2ae
DEVTOOL: Fixes a typo in an unused macro
2016-01-06 16:20:31 +01:00
Vincent Bénony
ec040cb5d8
OSX: Fixes the Info.plist.in template, and the bundle target
2016-01-06 16:20:31 +01:00
Vincent Bénony
c7e65e60dd
DEVTOOL: Formatting
2016-01-06 16:20:31 +01:00
Vincent Bénony
40373d80a6
DEVTOOL: Fixes a typo
2016-01-06 16:20:31 +01:00
Vincent Bénony
56f6ac5f6e
DEVTOOL: Removes useless macro
2016-01-06 16:20:31 +01:00
Vincent Bénony
4cea4904a1
DEVTOOL: Formatting
2016-01-06 16:20:30 +01:00
Vincent Bénony
89002d5cf6
IOS: Formatting
2016-01-06 16:20:30 +01:00
Vincent Bénony
73385584ba
IOS: Adds a warning
2016-01-06 16:20:30 +01:00
Vincent Bénony
e0bfdb41d0
IOS: Formatting
2016-01-06 16:20:30 +01:00
Vincent Bénony
47040db9e9
IOS: Same target for iOS legacy, and iOS 7+
2016-01-06 16:20:30 +01:00
Vincent Bénony
1c515e90e2
IOS: Formatting
2016-01-06 16:20:30 +01:00
Vincent Bénony
7e7e33aba0
IOS: Adds some explanations about the hack
2016-01-06 16:20:29 +01:00
Vincent Bénony
16605a3e10
IOS: Moves the helper function were it is used.
2016-01-06 16:20:29 +01:00
Vincent Bénony
a56c587651
IOS: Fluidsynth path hack only for iOS 7
2016-01-06 16:20:29 +01:00