Bastien Bouclet
07ee25c87d
MOHAWK: Implement most of Myst's transition system
2012-12-16 06:54:13 +01:00
Bastien Bouclet
0358a44738
MOHAWK: Implement the last two Myst opcodes
2012-12-16 06:51:01 +01:00
Bastien Bouclet
4ae8b3b1e8
MOHAWK: Fix Myst ME's clock tower weight not going back up
2012-12-16 06:51:01 +01:00
Bastien Bouclet
fb02d1decd
MOHAWK: Add a workaround for Myst ME fortress rotation bug
2012-12-16 06:51:01 +01:00
Bastien Bouclet
e0c923fd5a
MOHAWK: Play Stoneship chest valve opening movie backwards
2012-12-16 06:51:01 +01:00
Bastien Bouclet
5d90c93385
MOHAWK: Play Channelwood stairs door closing movie backwards
2012-12-16 06:51:01 +01:00
Bastien Bouclet
bbc760c51c
MOHAWK: Implement Mechanical fortress rotation
...
Both the simulation and the actual rotation.
2012-12-16 06:51:01 +01:00
Bastien Bouclet
adf3a8d7dd
MOHAWK: Play the gear closing movie in Myst
2012-12-16 06:51:01 +01:00
Bastien Bouclet
8050bca8d3
MOHAWK: Implement the Myst boiler movies
2012-12-16 06:51:00 +01:00
Bastien Bouclet
fdad5ec7b4
MOHAWK: Allow changing video rates
...
getVideoDuration now returns an Timestamp
2012-12-16 06:51:00 +01:00
Matthew Hoops
f889457d3d
PEGASUS: Fix segfault when pressing 'i' during the space chase
...
Thanks to digitall for finding this one
2012-12-15 22:19:15 -05:00
Matthew Hoops
bf51a7e6a6
PEGASUS: Fix playback of pressure door levels dropping video
2012-12-15 21:14:39 -05:00
Matthew Hoops
ce1268b73d
VIDEO: Allow for QuickTime movies to be played backwards
...
Still doesn't handle videos with multiple edits
2012-12-15 20:43:43 -05:00
Matthew Hoops
9ae56146bb
VIDEO: Add API changes to allow videos to be played backwards
2012-12-15 20:41:41 -05:00
Filippos Karapetis
1214b7a7e4
TINSEL: Enable the detection entries for DW1 Mac (both the demo and the full version)
2012-12-15 21:07:38 +02:00
Filippos Karapetis
6f81d914f2
TINSEL: Fix sprite clipping in DW1 Mac
2012-12-15 19:52:27 +02:00
Filippos Karapetis
96397a5741
TINSEL: Initial version of the graphics drawing function for DW1 Mac
...
Still some graphical glitches remain, as clipping isn't done correctly
2012-12-15 08:14:55 +02:00
Filippos Karapetis
b41d78bdd8
TINSEL: Fix intro scene skipping in DW1 Mac
2012-12-15 08:14:55 +02:00
Filippos Karapetis
1713d7ee3c
TINSEL: Always convert the inventory objects to the native endianess
...
This is needed for DW1 Mac
2012-12-15 08:14:54 +02:00
Matthew Hoops
52f03174bb
NEWS: Mention IHNM Mac music
2012-12-15 00:27:53 -05:00
Torbjörn Andersson
69cdccd962
SCUMM: Handle double-clicks in Mac Loom (bug #3588164 )
...
Unlike the EGA DOS version, it doesn't seem to be the scripts
that keep track of double-clicks. Instead, the engine sets a
variable to indicate them. Unlike the DOS version, we don't check
that the second click happens close enough on the screen to the
first one. We could, but it seemed needlessly complicated.
2012-12-15 00:35:00 +01:00
Thierry Crozat
1f712c64ff
NEWS: Mention new Belarusian translation
2012-12-14 21:09:16 +00:00
Johannes Schickel
9a0e2b7ee7
SCUMM: Fix compilation on AmigaOS4.
2012-12-14 21:18:56 +01:00
Torbjörn Andersson
1782f85bee
NEWS: Mention Mac music suport for Loom/MI1
2012-12-14 21:08:52 +01:00
Johannes Schickel
97d7bf9b9a
Merge pull request #291 from eriktorbjorn/mac-mi-music-final
...
SCUMM: Add support for Macintosh music in Monkey Island 1 and Loom
2012-12-14 11:57:49 -08:00
Thierry Crozat
ebaa3fb671
CREDITS: Adding credits for Belarusian translation
2012-12-13 23:51:44 +00:00
Thierry Crozat
a468a2a57e
I18N: Adding Belarusian translation from patch #3595284
2012-12-13 23:51:43 +00:00
clone2727
91317c3630
Merge pull request #293 from clone2727/qtmidi
...
Add support for QuickTime Music playback
2012-12-13 15:49:40 -08:00
Matthew Hoops
17f9235325
AUDIO: Add some general documentation on MidiParser_QT
2012-12-13 18:30:05 -05:00
Matthew Hoops
a0863dfb3f
TINSEL: Silence gcc warning
2012-12-13 17:46:16 -05:00
Matthew Hoops
0bcd441405
VIDEO: Fix seeking when playing with a custom rate
2012-12-13 17:46:02 -05:00
Einar Johan Trøan Sømåen
7bbd26c9a8
WINTERMUTE: Fix a memory-leak in the thumb-nail loading.
2012-12-13 23:27:38 +01:00
Einar Johan Trøan Sømåen
d6ec8c1947
WINTERMUTE: Split renderTicket into a separate file.
2012-12-13 23:24:37 +01:00
Einar Johan Trøan Sømåen
61f387190c
WINTERMUTE: Avoid unneccessary alpha-blits when using dirty-rects.
2012-12-13 22:17:36 +01:00
Einar Johan Trøan Sømåen
18a10a7744
WINTERMUTE: Scale thumbs to kThumbNailWidth/kThumbNailHeight
2012-12-13 21:35:37 +01:00
Johannes Schickel
2773f5d7af
COMMON: Forbid symbols for the rest of is* from ctype.h.
...
I also moved the isprint case to the correct position.
This adds a FIXME to our lua code from sword25, which uses iscntrl directly.
2012-12-13 21:08:48 +01:00
Johannes Schickel
b0ba4b01a4
COMMON: Add wrapper for isprint.
...
This is done in the spirit of 658080deed
.
2012-12-13 21:08:47 +01:00
Einar Johan Trøan Sømåen
7319ccd84f
WINTERMUTE: Implement simple sprite-batching to speed up tileImage-drawing.
2012-12-13 21:08:12 +01:00
Einar Johan Trøan Sømåen
9f9b6e2af8
WINTERMUTE: Further optimize drawTicket-checking.
2012-12-13 20:55:49 +01:00
Einar Johan Trøan Sømåen
af857147c2
WINTERMUTE: Privatize members in UITiledImage
2012-12-13 20:55:17 +01:00
Einar Johan Trøan Sømåen
e30271e6f6
WINTERMUTE: Correct the char-code check in BaseKeyboardState
2012-12-13 20:40:40 +01:00
Einar Johan Trøan Sømåen
c785a2bca6
WINTERMUTE: Check renderTicket-owner before anything else.
2012-12-13 20:34:45 +01:00
Einar Johan Trøan Sømåen
aebdeb183f
WINTERMUTE: Use ascii for detecting printable-characters instead of Keycode.
2012-12-13 20:12:08 +01:00
Matthew Hoops
8e2e317294
PEGASUS: Fix invalid use of RipTimer
2012-12-13 00:39:49 -05:00
Matthew Hoops
6b6e6c92c7
COMMON: Fix potential uninitialized memory usage
2012-12-13 00:39:48 -05:00
Filippos Karapetis
11b920d8ae
TINSEL: Fix a comment in playDW1MacMusic()
...
Thanks to clone2727 for noticing
2012-12-13 03:41:15 +02:00
Filippos Karapetis
07994fb361
TINSEL: Add support for the digitized music in DW1 Mac
2012-12-13 03:09:41 +02:00
Filippos Karapetis
a3f22b8804
TINSEL: Unify the PSX graphics drawing code with the rest
...
This is nitpicking, for uniformity which I forgot to add in a previous
cleanup commit
2012-12-13 02:00:59 +02:00
Filippos Karapetis
fe3737f7a3
TINSEL: Remove outdated comment
2012-12-13 01:59:33 +02:00
Filippos Karapetis
576d92e286
TINSEL: Clean up the sound code
2012-12-13 01:58:47 +02:00