Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-17 | MOHAWK: Remove global construction of _viewport | Matthew Hoops | |
svn-id: r54945 | |||
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 | 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 | 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 | MOHAWK: Implement Myst opcodes 147, 169, 182 : Cabin match | Bastien Bouclet | |
svn-id: r54931 | |||
2010-12-16 | VIDEO: Remove the need to call updateAudioBuffer() externally for QuickTime | Matthew Hoops | |
svn-id: r54929 | |||
2010-12-16 | VIDEO: Make VideoDecoder::getPalette() return a const byte pointer | Matthew Hoops | |
svn-id: r54928 | |||
2010-12-16 | VIDEO: Make VideoDecoder::decodeNextFrame() return a const Surface pointer | Matthew Hoops | |
svn-id: r54927 | |||
2010-12-15 | HUGO: Fix pathfinding bug in 'bridge' screen (H3 Dos) | Arnaud Boutonné | |
svn-id: r54926 | |||
2010-12-15 | SCI: Slight cleanup | Filippos Karapetis | |
svn-id: r54925 | |||
2010-12-15 | SCI: Fixed View Cel RLE Decoding when RLE Code 0x40 is used (Corrects Bug ↵ | David Turner | |
#3135872 "LSL1VGA: "Pause Game" problem") In the copy case, the runLength can be up to 127, not 64 i.e. the LSB of the RLE code forms part of the runLength. svn-id: r54924 | |||
2010-12-15 | HUGO: Clean-up, move MidiPlayer class definition to .h file | Arnaud Boutonné | |
svn-id: r54923 | |||
2010-12-15 | HUGO: Ensure F6 (inventory) is only active when appropriate | Arnaud Boutonné | |
svn-id: r54922 | |||
2010-12-15 | HUGO: No longer shift down inventory by 8 pixels | Arnaud Boutonné | |
svn-id: r54920 | |||
2010-12-14 | SCI: Close Memory Leaks in SCI Resource Loading, reported by Valgrind. | David Turner | |
svn-id: r54916 | |||
2010-12-14 | MOHAWK: Add support for DOS bitmaps (thanks to fuzzie for the EGA planar code) | Matthew Hoops | |
svn-id: r54913 | |||
2010-12-14 | MOHAWK: Add support for DOS v2 archives (CSWorld Deluxe) | Matthew Hoops | |
svn-id: r54912 | |||
2010-12-14 | MOHAWK: Rework Myst GFX updates | Bastien Bouclet | |
- Initial card state is drawn to the back buffer - Script driven updates are drawn to the front buffer Allows opcode 28 (copy back buffer to screen) and opcodes 29/33 (copy image to screen / back buffer) to work properly. Fixes among others the generator room lights, and the matchbox. svn-id: r54907 | |||
2010-12-14 | MOHAWK: Implement Myst opcodes 122 to 124 : Cabin safe handle | Bastien Bouclet | |
svn-id: r54905 | |||
2010-12-13 | HUGO: Add splash screen in H2 and H3 Win | Arnaud Boutonné | |
svn-id: r54902 | |||
2010-12-13 | MOHAWK: parse LB subentries correctly | Alyssa Milburn | |
svn-id: r54901 | |||
2010-12-13 | TOOL: Fix palette bug in H3 Dos (when leaving the cave) | Arnaud Boutonné | |
svn-id: r54898 | |||
2010-12-13 | MOHAWK: Use named constants for LB control modes | Alyssa Milburn | |
svn-id: r54897 | |||
2010-12-12 | MOHAWK: Use named constants for LB timing modes | Alyssa Milburn | |
svn-id: r54896 | |||
2010-12-12 | MOHAWK: Handle chained LB commands | Alyssa Milburn | |
svn-id: r54895 | |||
2010-12-12 | MOHAWK: Handle kLBGlobalDisable | Alyssa Milburn | |
svn-id: r54893 | |||
2010-12-12 | MOHAWK: More work on LB script parsing | Alyssa Milburn | |
svn-id: r54892 | |||
2010-12-12 | MOHAWK: Fix freeze after tower rotation. Fix opcode 121 : cabin safe digit ↵ | Bastien Bouclet | |
change. svn-id: r54889 | |||
2010-12-12 | MOHAWK: Refactor/improve LB script entry parsing | Alyssa Milburn | |
svn-id: r54888 | |||
2010-12-12 | MOHAWK: Always run kLBEventMouseUpIn, for now | Alyssa Milburn | |
svn-id: r54887 | |||
2010-12-12 | MOHAWK: Handle LB load phase | Alyssa Milburn | |
svn-id: r54886 | |||
2010-12-12 | MOHAWK: Skip CD-ROM titles in LB paths | Alyssa Milburn | |
svn-id: r54885 | |||
2010-12-12 | MOHAWK: Silence warnings | Matthew Hoops | |
svn-id: r54884 | |||
2010-12-12 | MOHAWK: Implement Myst opcodes 106, 108 and 202 : tower rotation | Bastien Bouclet | |
svn-id: r54883 | |||
2010-12-12 | PARALLACTION: do not skip commands on Examine zones if there is no text to ↵ | Nicola Mettifogo | |
show. This fixes bug #3135782. svn-id: r54882 | |||
2010-12-12 | HUGO: Replace PROMPT box by YESNO box in H3 Dos | Arnaud Boutonné | |
This only applies to the old man dialog. This makes H3 Dos completable. svn-id: r54881 | |||
2010-12-12 | HUGO: Fix "mouse" bug in H3 Dos, TPS tuning | Arnaud Boutonné | |
- Fix "mouse" bug in H3 DOS. Game is still not completable - Use variable normal TPS, as it was slightly different in some DOS versions svn-id: r54880 | |||
2010-12-12 | PARALLACTION: parse command lists for kNoneType zones, even if defined after ↵ | Nicola Mettifogo | |
TYPE markers. This fixes bug #3131769. svn-id: r54879 | |||
2010-12-12 | MOHAWK: parse LB script named targeting modes | Alyssa Milburn | |
svn-id: r54874 | |||
2010-12-11 | SCUMM/FM-TOWNS: hopefully fix bug #1463434 | Florian Kagerer | |
o5_verbOps() case 9 (SO_VERB_NEW) works slightly different in SCUMM 3 FM-TOWNS (I don't know about DOS). This should fix the issue with the broken key shortcuts. Old savegames won't be fixed, though (since the broken verb states will be restored from the save file). svn-id: r54872 | |||
2010-12-11 | MOHAWK: Improve LB script parsing | Alyssa Milburn | |
svn-id: r54871 | |||
2010-12-11 | MOHAWK: Add size check when reading LB messages | Alyssa Milburn | |
svn-id: r54870 | |||
2010-12-11 | MOHAWK: Add yet more fallbacks for LB page loading | Alyssa Milburn | |
svn-id: r54869 | |||
2010-12-11 | MOHAWK: Fix some Myst ME cards that store PICT images in WDIB resources (see ↵ | Matthew Hoops | |
myst 4013) svn-id: r54867 | |||
2010-12-11 | MOHAWK: Implement Myst opcodes 113, 114, 198 : Vault open / close | Bastien Bouclet | |
In progress tower rotation svn-id: r54866 | |||
2010-12-11 | MOHAWK: Fix loading with non-Selenitic red/blue pages in hand | Matthew Hoops | |
svn-id: r54865 | |||
2010-12-11 | MOHAWK: Fix using wrong coordinates in Myst opcode 28, restoreDefaultRect | Bastien Bouclet | |
svn-id: r54864 |