Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-20 | MOHAWK: Stop videos on stack change | Torbjörn Andersson | |
Otherwise there may be both a book video and a flyby video playing at the same time. Maybe it should only stop videos if there really is a flyby video, but it already stops all sounds and may play a blocking sound etc., so it makes sense to me to always do it. | |||
2013-08-20 | MOHAWK: Add missing break in switch, CID 1003750 | Torbjörn Andersson | |
Clicking on any of the image boxes would fall through to the case where it checks if you are picking up or putting away the white page, which just doesn't make any sense. It didn't have any noticeable impact on the game, because that case only does something if the hiding place for the white page is open, and apparently that can only happen while you're at that hiding place. I have verified that it's still possible to get the white page, and that it's still possible to raise the sunken ship. | |||
2013-08-08 | COMMON: Rename ConfigFile to INIFile. | Johannes Schickel | |
This clears up that 'ConfigFile' is actually a class handling only INI-files. | |||
2013-08-03 | MOHAWK: Take advantage of Surface::getPixels. | Johannes Schickel | |
2013-08-03 | MOHAWK: Prefer getBasePtr over direct Surface::pixels access. | Johannes Schickel | |
2013-06-06 | MOHAWK: Use addSubDirectoryMatching for LB paths. | Alyssa Milburn | |
2013-05-16 | MOHAWK: Add GF_LB_10 to try fixing bug#3611895. | Alyssa Milburn | |
2013-04-28 | MOHAWK: Fix use after free. CID 1002114 | Eugene Sandulenko | |
2013-04-22 | MOHAWK: add detection entry from bug #3610725 | Alyssa Milburn | |
2013-04-19 | MOHAWK: Try LB subpage 0 if loading subpage 1 fails. | Alyssa Milburn | |
2013-04-19 | MOHAWK: Add LB function name aliases. | Alyssa Milburn | |
2013-04-19 | MOHAWK: Fix bug in View::setModule (thanks ST). | Alyssa Milburn | |
2013-04-19 | MOHAWK: Allow skipping LB videos, plus other video bits. | Alyssa Milburn | |
2013-04-19 | MOHAWK: Some LB bytecode improvements. | Alyssa Milburn | |
2013-04-19 | MOHAWK: Implement LB's kTokenEval. | Alyssa Milburn | |
2013-04-19 | MOHAWK: Implement kLBXDataFileAddSection/SetKey. | Alyssa Milburn | |
2013-04-15 | MOHAWK: Fix string offsets memory leak | Matthew Hoops | |
2013-04-15 | MOHAWK: Fix cursor group memory leak | Matthew Hoops | |
2013-04-12 | MOHAWK: Prevent left mouse click handling if the cursor isn't visible. | uruk | |
This fixes bug #3488327 - "LB: Mouse events processed when they shouldn't be". | |||
2013-03-08 | MOHAWK: Add Myst and Riven Polish detection entries. | D G Turner | |
These are from bug #3606788 ("Mohawk: Myst: ME - polish MD5") and bug | |||
2013-01-26 | JANITORIAL: Enforce "} // End of namespace" with a single space after }. | Johannes Schickel | |
2013-01-03 | MOHAWK: Silence warnings | Matthew Hoops | |
2012-12-17 | MOHAWK: Initialize the empty cursor before setting it inside setCursor() | Filippos Karapetis | |
2012-12-17 | MOHAWK: Set a 2x2 invisible cursor, instead of a 1x1 | Filippos Karapetis | |
This prevents an assert when hiding the mouse cursor while using a 2x scaled mode in Myst | |||
2012-12-16 | MOHAWK: Fix an uninitialized var usage in Mechanical | Bastien Bouclet | |
Thanks to digitall for the report | |||
2012-12-16 | MOHAWK: Fix opening the library in Myst Demo | Bastien Bouclet | |
2012-12-16 | MOHAWK: Add the remaining Myst transition effects | Bastien Bouclet | |
2012-12-16 | JANITORIAL: Replace some spaces with tabs | Torbjörn Andersson | |
2012-12-16 | MOHAWK: The cancel button of Myst's dialog was actually saving | Bastien Bouclet | |
2012-12-16 | MOHAWK: Implement most of Myst's transition system | Bastien Bouclet | |
2012-12-16 | MOHAWK: Implement the last two Myst opcodes | Bastien Bouclet | |
2012-12-16 | MOHAWK: Fix Myst ME's clock tower weight not going back up | Bastien Bouclet | |
2012-12-16 | MOHAWK: Add a workaround for Myst ME fortress rotation bug | Bastien Bouclet | |
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-11-04 | MOHAWK: Add Rugrats Print Shop demo detection | Matthew Hoops | |
2012-11-04 | MOHAWK: Add detection for the Rugrats Adventure Game demo | Matthew Hoops | |
2012-09-21 | VIDEO: Make getCurFrame declaration consistent | Willem Jan Palenstijn | |
The declaration used int32 while the definition used int. This should fix building on AmigaOS4 (bug #3570577). | |||
2012-09-09 | MOHAWK: Fix minor formatting issue | Matthew Hoops | |
2012-09-09 | GRAPHICS: Fix ImageDecoder inconsistency with getPalette() | Matthew Hoops | |
Per LordHoto's suggestion | |||
2012-08-26 | Merge pull request #268 from clone2727/video-rewrite | Matthew Hoops | |
VideoDecoder upgrade & partial rewrite | |||
2012-08-16 | VIDEO: Merge AdvancedVideoDecoder into VideoDecoder | Matthew Hoops | |
2012-08-16 | VIDEO: Rename setStopTime() to setEndTime() | Matthew Hoops | |
To better differentiate with stop() | |||
2012-08-16 | VIDEO: Remove setSystemPalette() | Matthew Hoops | |
2012-08-12 | MOHAWK: Use setStopTime() | Matthew Hoops | |
2012-07-29 | Merge pull request #252 from DrMcCoy/detector_public_reportUnknown | Johannes Schickel | |
DETECTOR: Make reportUnknown() accessible to inherited AdvancedMetaEngine classes |