Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-16 | MOHAWK: Play Stoneship chest valve opening movie backwards | Bastien Bouclet | |
2012-12-16 | MOHAWK: Play Channelwood stairs door closing movie backwards | Bastien Bouclet | |
2012-12-16 | MOHAWK: Implement Mechanical fortress rotation | Bastien Bouclet | |
Both the simulation and the actual rotation. | |||
2012-12-16 | MOHAWK: Play the gear closing movie in Myst | Bastien Bouclet | |
2012-12-16 | MOHAWK: Implement the Myst boiler movies | Bastien Bouclet | |
2012-12-16 | MOHAWK: Allow changing video rates | Bastien Bouclet | |
getVideoDuration now returns an Timestamp | |||
2012-12-15 | PEGASUS: Fix segfault when pressing 'i' during the space chase | Matthew Hoops | |
Thanks to digitall for finding this one | |||
2012-12-16 | TOUCHE: Fix external digital music support. | D G Turner | |
Thanks to clone2727 for pointing out the issue here. Tested with Valgrind and no leaks present. However, the music output is still not correct, when compared to Midi output. This is due to the track numbering. Either the external files need renaming or a mapping table will be needed. | |||
2012-12-15 | PEGASUS: Fix playback of pressure door levels dropping video | Matthew Hoops | |
2012-12-15 | TINSEL: Enable the detection entries for DW1 Mac (both the demo and the full ↵ | Filippos Karapetis | |
version) | |||
2012-12-15 | TINSEL: Fix sprite clipping in DW1 Mac | Filippos Karapetis | |
2012-12-15 | TINSEL: Initial version of the graphics drawing function for DW1 Mac | Filippos Karapetis | |
Still some graphical glitches remain, as clipping isn't done correctly | |||
2012-12-15 | TINSEL: Fix intro scene skipping in DW1 Mac | Filippos Karapetis | |
2012-12-15 | TINSEL: Always convert the inventory objects to the native endianess | Filippos Karapetis | |
This is needed for DW1 Mac | |||
2012-12-15 | TOUCHE: Fixes to external digital music support. | D G Turner | |
This removes most of the bad accesses and use of invalid pointers, but it is still not quite correct. Also, it appears the music id and external track ids may not be a direct mapping. | |||
2012-12-15 | SCUMM: Handle double-clicks in Mac Loom (bug #3588164) | Torbjörn Andersson | |
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-14 | TOUCHE: Fix incorrect handle usage. | D G Turner | |
2012-12-14 | SCUMM: Fix compilation on AmigaOS4. | Johannes Schickel | |
2012-12-14 | Merge pull request #291 from eriktorbjorn/mac-mi-music-final | Johannes Schickel | |
SCUMM: Add support for Macintosh music in Monkey Island 1 and Loom | |||
2012-12-13 | Merge pull request #293 from clone2727/qtmidi | clone2727 | |
Add support for QuickTime Music playback | |||
2012-12-13 | TINSEL: Silence gcc warning | Matthew Hoops | |
2012-12-13 | WINTERMUTE: Fix a memory-leak in the thumb-nail loading. | Einar Johan Trøan Sømåen | |
2012-12-13 | WINTERMUTE: Split renderTicket into a separate file. | Einar Johan Trøan Sømåen | |
2012-12-13 | WINTERMUTE: Avoid unneccessary alpha-blits when using dirty-rects. | Einar Johan Trøan Sømåen | |
2012-12-13 | WINTERMUTE: Scale thumbs to kThumbNailWidth/kThumbNailHeight | Einar Johan Trøan Sømåen | |
2012-12-13 | COMMON: Forbid symbols for the rest of is* from ctype.h. | Johannes Schickel | |
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 | COMMON: Add wrapper for isprint. | Johannes Schickel | |
This is done in the spirit of 658080deeda79d20ea40643569fbcb072573e7cf. | |||
2012-12-13 | WINTERMUTE: Implement simple sprite-batching to speed up tileImage-drawing. | Einar Johan Trøan Sømåen | |
2012-12-13 | WINTERMUTE: Further optimize drawTicket-checking. | Einar Johan Trøan Sømåen | |
2012-12-13 | WINTERMUTE: Privatize members in UITiledImage | Einar Johan Trøan Sømåen | |
2012-12-13 | WINTERMUTE: Correct the char-code check in BaseKeyboardState | Einar Johan Trøan Sømåen | |
2012-12-13 | WINTERMUTE: Check renderTicket-owner before anything else. | Einar Johan Trøan Sømåen | |
2012-12-13 | WINTERMUTE: Use ascii for detecting printable-characters instead of Keycode. | Einar Johan Trøan Sømåen | |
2012-12-13 | PEGASUS: Fix invalid use of RipTimer | Matthew Hoops | |
2012-12-13 | TOUCHE: Add support for external digital music. | D G Turner | |
Detection of the external digital music files works, but they currently fail to play and cause segfaults if present... Suspected to be related to premature destruction of audiostream data. | |||
2012-12-13 | TINSEL: Fix a comment in playDW1MacMusic() | Filippos Karapetis | |
Thanks to clone2727 for noticing | |||
2012-12-13 | TINSEL: Add support for the digitized music in DW1 Mac | Filippos Karapetis | |
2012-12-13 | TINSEL: Unify the PSX graphics drawing code with the rest | Filippos Karapetis | |
This is nitpicking, for uniformity which I forgot to add in a previous cleanup commit | |||
2012-12-13 | TINSEL: Remove outdated comment | Filippos Karapetis | |
2012-12-13 | TINSEL: Clean up the sound code | Filippos Karapetis | |
2012-12-12 | TOUCHE: Add generic music functions to wrap MidiPlayer usages. | D G Turner | |
This is a precursor to adding code within these functions to select between MIDI and external digital music files. | |||
2012-12-11 | TINSEL: Clean up the graphics draw types code | Filippos Karapetis | |
2012-12-11 | TINSEL: Fix misleading comment | Filippos Karapetis | |
2012-12-11 | TINSEL: Fix the colors in the Mac version of DW1 | Filippos Karapetis | |
2012-12-11 | TINSEL: An additional endianess fix for DW1 Mac | Filippos Karapetis | |
This will also need testing on a BE system | |||
2012-12-11 | TINSEL: Merge the different TinselV0/V1 graphics code handlers | Filippos Karapetis | |
2012-12-11 | TINSEL: The speech file in DW1 Mac demo/full is LE | Filippos Karapetis | |
2012-12-11 | TINSEL: Handle the invalid max polygons value in DW1 Mac | Filippos Karapetis | |
2012-12-11 | TINSEL: Add an initial incomplete graphics decoder for DW1 Mac | Filippos Karapetis | |
Part of the game graphics is now shown | |||
2012-12-11 | TINSEL: Fix what seems to be two bugs in the endianess handling code | Filippos Karapetis | |
This will need to be tested in a BE system for correctness. Fixes the Mac version of DW1 |