D G Turner
160fd3a179
COMPOSER: Add Detection Entries for 3 V1 Magic Tales Mac Variants.
...
Parameters given in bug #3466402 - "COMPOSER: Multiple Mac games not
detected".
2012-02-15 17:06:16 +00:00
D G Turner
ad78ea6b50
COMPOSER: Add Detection Entry for Liam Finds a Story Mac.
...
Parameters from bug #3463201 - "COMPOSER: Liam Finds a Story (Mac) Not
Detected".
2012-02-15 16:29:03 +00:00
D G Turner
1e2019d208
COMPOSER: Add Detection Entry for Princess and the Crab Mac.
...
Parameters taken from bug #3461984 - "COMPOSER: Mac Princess and the
Crab Not Detected".
2012-02-15 16:00:53 +00:00
D G Turner
b66b7f8ec8
COMPOSER: Add Detection Entry for Sleeping Cub Mac.
...
Parameters from bug #3461369 - "COMPOSER: Mac Sleeping Cub Not
Detected".
2012-02-15 14:43:27 +00:00
D G Turner
8c0e361582
COMPOSER: Add detection entries for 3 V1 Magic Tales games.
...
These are listed in bug #3485018 - "COMPOSER: v1 undetected MD5's"
2012-02-15 14:17:09 +00:00
Alyssa Milburn
5e2ab1d050
COMPOSER: Don't delete pipe streams too early.
2011-11-05 18:33:52 +01:00
Alyssa Milburn
d6bfbdd60e
COMPOSER: Implement V1 random events.
2011-11-05 16:00:02 +01:00
Alyssa Milburn
81785c6090
COMPOSER: Fix non-pipe audio buffers.
2011-11-05 15:59:40 +01:00
Alyssa Milburn
3e98c56377
COMPOSER: Support keyboard shortcuts.
2011-11-05 11:19:22 +01:00
Alyssa Milburn
c2cb1019a6
COMPOSER: Parse ambients (V1 sprite buttons).
2011-11-05 10:47:39 +01:00
Alyssa Milburn
d70d6c4c50
COMPOSER: Play V1 pipe audio.
2011-11-05 00:21:05 +01:00
Alyssa Milburn
6a95d0e8c9
COMPOSER: Fix kOldOpPlayWav.
2011-11-04 22:39:44 +01:00
Alyssa Milburn
4da2f24866
COMPOSER: Handle V1 pipes properly.
2011-11-04 22:39:27 +01:00
Alyssa Milburn
1c1eed784a
COMPOSER: Add support for V1 pipes.
2011-11-04 22:38:33 +01:00
Alyssa Milburn
4232610c20
COMPOSER: Don't pass first param for V1 mouse events.
2011-11-04 12:31:03 +01:00
Alyssa Milburn
9da55d09bf
COMPOSER: Implement/stub the rest of V1 scripting.
2011-11-04 12:28:49 +01:00
Alyssa Milburn
5b7d2cd65a
COMPOSER: Improve check for invalid CTBLs.
2011-11-04 12:27:10 +01:00
Alyssa Milburn
bee2e69e11
COMPOSER: Factor out button activation code.
2011-11-04 12:25:37 +01:00
Alyssa Milburn
dbba1e08fe
COMPOSER: Fix reading rollover scripts for V1 buttons.
2011-11-04 11:10:56 +01:00
Alyssa Milburn
cfdb22b95c
COMPOSER: Add some incomplete V1 scripting support.
2011-11-03 22:44:04 +01:00
Alyssa Milburn
07f578b8aa
COMPOSER: Provide default mouse cursor if needed.
2011-11-03 22:43:18 +01:00
Alyssa Milburn
51fb629569
COMPOSER: Add support for loading V1 pages.
2011-11-03 22:42:22 +01:00
Strangerke
8e9a775813
COMPOSER: Add GUIO_NOASPECT to Composer engine
2011-10-24 06:36:37 +02:00
Eugene Sandulenko
32972a5ffb
AD: Switched rest of the engines to new GUIO
2011-10-23 17:53:13 +01:00
Filippos Karapetis
cb57859159
COMPOSER: Silence a false positive warning in MSVC
2011-09-12 21:58:54 +03:00
Eugene Sandulenko
355d1b9745
COMPOSER: Update detection entries to avoid using install.inf
2011-08-25 16:45:27 +01:00
Alyssa Milburn
ee87420b64
COMPOSER: Detect/run Mac versions of Darby/Gregory.
2011-08-24 16:17:47 +02:00
Alyssa Milburn
452280471b
COMPOSER: Handle Mac-style filenames in paths.
2011-08-24 16:17:07 +02:00
Alyssa Milburn
fe64e4bd80
COMPOSER: Mark demos with ADGF_DEMO.
2011-08-24 16:16:31 +02:00
Alyssa Milburn
4a7532fb22
COMPOSER: Change a common warning to use debug().
2011-08-23 23:13:34 +02:00
Alyssa Milburn
fca52e0514
COMPOSER: Another attempt to fix timing issues.
2011-08-23 23:13:18 +02:00
Alyssa Milburn
b777a2f7b9
COMPOSER: Remove broken quitGame call.
2011-08-23 23:13:02 +02:00
Alyssa Milburn
ee58dc522e
COMPOSER: Replace install.inf with book.ini in some detection entries.
2011-08-23 23:11:49 +02:00
Alyssa Milburn
a6acf42e74
COMPOSER: Support reading V1 buttons.
2011-08-13 22:15:23 +02:00
Alyssa Milburn
bdc24b6565
COMPOSER: Split out filename mangling into a separate function.
2011-08-13 22:11:27 +02:00
Alyssa Milburn
c3339c15fa
COMPOSER: Tweak button z-ordering slightly.
...
This fixes agreeing to make ice cream sundaes in Gregory.
2011-08-13 22:08:42 +02:00
Alyssa Milburn
b631104fd0
COMPOSER: Catch up with animations if we're starved of CPU time.
2011-08-12 21:16:47 +02:00
Alyssa Milburn
5d416e7903
COMPOSER: Don't ignore setCursorVisible when there's no cursor yet.
2011-08-12 20:58:08 +02:00
Alyssa Milburn
76a18b247b
COMPOSER: Stop kBitmapSpp32 writing off the end of the buffer.
...
This fixes corruption when there's only one pixel left to
decompress, but two pixels available in the compressed data.
Also, improve error checking in the bitmap decompression code.
2011-08-11 13:15:18 +02:00
Strangerke
2739d8fa20
COMPOSER: Add detection for Dragor FR and Gregory FR
2011-08-10 21:23:33 +02:00
Eugene Sandulenko
e72c2fae88
COMPOSER: Added detection entries for 2 more games
2011-08-06 11:28:32 +01:00
Alyssa Milburn
62a22b6293
COMPOSER: Fix a warning and an uninitialized value.
2011-08-04 21:50:17 +02:00
Johannes Schickel
ecdd2e5fdc
COMPOSER: Fix clang warnings.
2011-07-27 15:34:55 +02:00
D G Turner
108bdab4ac
COMPOSER: Correct module.mk for Dynamic Plugins.
2011-07-27 13:33:20 +01:00
Alyssa Milburn
cc49652ca0
COMPOSER: Use AD_ENTRY1, fix copyright.
2011-07-20 17:31:42 +02:00
Alyssa Milburn
e66da8aad3
COMPOSER: Remove svn keywords.
2011-07-20 17:31:04 +02:00
Alyssa Milburn
333c9ce249
COMPOSER: Add dirty rectangles.
2011-07-20 12:16:25 +02:00
Alyssa Milburn
6e66c11e37
COMPOSER: Use singleid, and extras field for demo descriptions.
2011-07-20 11:35:01 +02:00
Alyssa Milburn
f683952327
COMPOSER: Minor whitespace/comment tweaks.
2011-07-20 09:54:11 +02:00
Alyssa Milburn
bdb1b81ca0
COMPOSER: Clip palette fade percentage.
2011-07-19 22:41:58 +02:00