Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-21 | MOHAWK: Support compound images (subimages) | Alyssa Milburn | |
These are images embedded in the bitmap data of another image; they are used in CSTime and Zoombinis, at least. Thanks to clone2727 for helping me puzzle this out. svn-id: r54989 | |||
2010-12-21 | MOHAWK: Remove sound.h include from resource.h | Alyssa Milburn | |
svn-id: r54988 | |||
2010-12-21 | MOHAWK: Allow DefaultCursorManager to use alternative tags | Alyssa Milburn | |
svn-id: r54987 | |||
2010-12-21 | Make Object::_baseMethod a Common::Array. This is intended to clean up | Lars Skovlund | |
the Object class, and it also plugs a leak. svn-id: r54986 | |||
2010-12-21 | Simplify SCI3 relocation code, also making it correct. | Lars Skovlund | |
svn-id: r54985 | |||
2010-12-21 | SCI: Fixed bug #3092115 - "ECOQUEST2: Initial text not cleared during ↵ | Filippos Karapetis | |
ecorder intro" svn-id: r54984 | |||
2010-12-21 | SCI: Reset the portrait bitmap to the "closed mouth" state, when skipping ↵ | Filippos Karapetis | |
dialogs in the Windows version of KQ6 svn-id: r54983 | |||
2010-12-21 | MOHAWK: Add Framework of getVar(), setVar() and toggleVar() to Myst ↵ | David Turner | |
Stoneship Script Parser. svn-id: r54982 | |||
2010-12-20 | N64: save and return exact palette for grabPalette | Fabio Battaglia | |
Save the exact palette and return it when grabPalette is called, The less precise 16bit conversion is still used inside though. svn-id: r54981 | |||
2010-12-20 | MOHAWK: Add var getters for Myst Stellar Observatory Date-Time Display. | David Turner | |
svn-id: r54980 | |||
2010-12-20 | HUGO: Fix several warnings reported by CppCheck | Arnaud Boutonné | |
svn-id: r54979 | |||
2010-12-20 | OSYSTEM: Clarify grabPalette documentation after talking with Max about it. | Johannes Schickel | |
svn-id: r54978 | |||
2010-12-20 | HUGO: Improve keyboard handling | Arnaud Boutonné | |
- Handle keypad - Fix 'QWERTY' only issue - Suppress useless variable and parameter svn-id: r54977 | |||
2010-12-20 | SCI: Fixed bug #3041153 - "SCI Fanmade Games: Message window glitch" | Filippos Karapetis | |
The left window dimension adjustment (rev #48772) has been moved from GfxPorts::setOrigin() into GfxPorts::addWindow(), as the updated dimension is later used when filling the contents of the window (apparent in some fan made games) svn-id: r54976 | |||
2010-12-20 | SCI: Fixed bug #3037945 - "PQ3 : Graphical Glitch with White Mercedes on ↵ | Filippos Karapetis | |
Freeway" svn-id: r54975 | |||
2010-12-20 | SCI: Commented out unused signal flags | Filippos Karapetis | |
svn-id: r54974 | |||
2010-12-20 | MOHAWK: Fix 2 crashers with the Myst imager (selecting 00 and playing the ↵ | Bastien Bouclet | |
moutain video). svn-id: r54973 | |||
2010-12-20 | MOHAWK: Fixed Valgrind Error in Myst When Selecting 0 in Imager Code (Myst ↵ | David Turner | |
Card 4709) Reworked MystGraphics::copyImageSectionToScreen() : Added clipping of width and height within src surface dimensions. Improved function readability. svn-id: r54972 | |||
2010-12-20 | HUGO: Add god mode to H1 Dos and H2 Dos | Arnaud Boutonné | |
svn-id: r54970 | |||
2010-12-19 | HUGO: Fix case bug in God Mode | Arnaud Boutonné | |
svn-id: r54969 | |||
2010-12-19 | MOHAWK: Implement Myst opcodes 109, 117, 118 and 208 : dock forechamber imager | Bastien Bouclet | |
svn-id: r54965 | |||
2010-12-19 | GRAPHICS: Fixed code analysis warnings (bug #3087917) | Filippos Karapetis | |
svn-id: r54964 | |||
2010-12-19 | HUGO: Implement setBackgroundColor() | Arnaud Boutonné | |
svn-id: r54963 | |||
2010-12-19 | SCI: Added another English version of QFG3 (bug #3125559) | Filippos Karapetis | |
svn-id: r54962 | |||
2010-12-19 | GROOVIE: Add two new t7g detection entries, one from bug tracker, one from me | Henry Bush | |
svn-id: r54961 | |||
2010-12-19 | MOHAWK: Add 2 Myst var getter / setters | Bastien Bouclet | |
svn-id: r54960 | |||
2010-12-19 | MOHAWK: Fix Myst courtyard boxes. Hover areas entering / leaving is now ↵ | Bastien Bouclet | |
handled separatly from other resources since the former have to get events even when they are disabled. svn-id: r54959 | |||
2010-12-19 | MOHAWK: Added further var getter and setter code for Myst Island. | David Turner | |
This fixes Stellar Observatory Lights. svn-id: r54958 | |||
2010-12-18 | MOHAWK: Add some missing var getters for Myst Island. | David Turner | |
svn-id: r54957 | |||
2010-12-18 | NEWS: Set 1.2.1 release date in trunk's NEWS file too. | Johannes Schickel | |
svn-id: r54956 | |||
2010-12-18 | MOHAWK: Myst sound rework, part 2 | Bastien Bouclet | |
svn-id: r54954 | |||
2010-12-18 | MOHAWK: Separate background sound handling from other sounds for Myst. Allow ↵ | Bastien Bouclet | |
the scripts to change the background sound volume. svn-id: r54953 | |||
2010-12-18 | FMTOWNS AUDIO: formatting | Florian Kagerer | |
svn-id: r54950 | |||
2010-12-18 | MOHAWK: Implement Myst opcodes 157, 161 and 162: Rocket piano | Bastien Bouclet | |
svn-id: r54949 | |||
2010-12-17 | HUGO: little code cleanup | Arnaud Boutonné | |
svn-id: r54948 | |||
2010-12-17 | MOHAWK: Yet more Myst vertical alignment / clipping fixes. | Bastien Bouclet | |
Fixes the boiler wheels drawing incorrectly. Fixes the rocket piano's leftmost key drawing too high. Fixes the timeclock controls beeing misaligned. svn-id: r54947 | |||
2010-12-17 | MOHAWK: Remove global construction of _viewport | Matthew Hoops | |
svn-id: r54945 | |||
2010-12-17 | GUI: Adapt GUI themes to latest Mohawk resolution change. | Johannes Schickel | |
svn-id: r54944 | |||
2010-12-17 | MOHAWK: Change resolution to 544x332 to match the original. | Bastien Bouclet | |
This fixes the vertical alignment issues, and graphic corruption on some cards. svn-id: r54943 | |||
2010-12-17 | PSP: fixed bug exhibited in Gob engine with blacked out video frames | Yotam Barnoy | |
The problem was that I was allowing changes to the palette (in this case) even before the separate display thread, which is synchronized to vsync, was done drawing. This caused the palette to change mid-render. The fix is a semaphore synchronizing the threads. svn-id: r54942 | |||
2010-12-17 | MOHAWK: Implement Myst opcodes 128, 168, 216, 217, 304, 305, and 153 to 156 ↵ | Bastien Bouclet | |
: Giant tree. Channelwood is now accessible from Myst. svn-id: r54941 | |||
2010-12-16 | MYST: Add Var Getter For Myst Courtyard Box Variables. | David Turner | |
svn-id: r54937 | |||
2010-12-16 | VIDEO: Add CDToons decoder | Alyssa Milburn | |
svn-id: r54936 | |||
2010-12-16 | MOHAWK: Move readString into the LB engine class | Alyssa Milburn | |
svn-id: r54935 | |||
2010-12-16 | MOHAWK: Implement Myst opcodes 146, 149, 150, 150 : Minimal boiler | Bastien Bouclet | |
svn-id: r54934 | |||
2010-12-16 | MOHAWK: Added the "resources" command to Myst's debug console, which lists ↵ | Bastien Bouclet | |
the resources in the current card. Allow the "drawRect" debug command to take a resource id as a parameter, to draw the resource's bounding rect. svn-id: r54933 | |||
2010-12-16 | VIDEO: Extend Codec to support internal palettes | Matthew Hoops | |
svn-id: r54932 | |||
2010-12-16 | MOHAWK: Implement Myst opcodes 147, 169, 182 : Cabin match | Bastien Bouclet | |
svn-id: r54931 | |||
2010-12-16 | VIDEO: Make Codec::decodeImage() return a const Surface pointer | Matthew Hoops | |
svn-id: r54930 | |||
2010-12-16 | VIDEO: Remove the need to call updateAudioBuffer() externally for QuickTime | Matthew Hoops | |
svn-id: r54929 |