Age | Commit message (Expand) | Author |
2010-12-18 | NEWS: Set 1.2.1 release date in trunk's NEWS file too. | Johannes Schickel |
2010-12-18 | MOHAWK: Myst sound rework, part 2 | Bastien Bouclet |
2010-12-18 | MOHAWK: Separate background sound handling from other sounds for Myst. Allow ... | Bastien Bouclet |
2010-12-18 | FMTOWNS AUDIO: formatting | Florian Kagerer |
2010-12-18 | MOHAWK: Implement Myst opcodes 157, 161 and 162: Rocket piano | Bastien Bouclet |
2010-12-17 | HUGO: little code cleanup | Arnaud Boutonné |
2010-12-17 | MOHAWK: Yet more Myst vertical alignment / clipping fixes. | Bastien Bouclet |
2010-12-17 | MOHAWK: Remove global construction of _viewport | Matthew Hoops |
2010-12-17 | GUI: Adapt GUI themes to latest Mohawk resolution change. | Johannes Schickel |
2010-12-17 | MOHAWK: Change resolution to 544x332 to match the original. | Bastien Bouclet |
2010-12-17 | PSP: fixed bug exhibited in Gob engine with blacked out video frames | Yotam Barnoy |
2010-12-17 | MOHAWK: Implement Myst opcodes 128, 168, 216, 217, 304, 305, and 153 to 156 :... | Bastien Bouclet |
2010-12-16 | MYST: Add Var Getter For Myst Courtyard Box Variables. | David Turner |
2010-12-16 | VIDEO: Add CDToons decoder | Alyssa Milburn |
2010-12-16 | MOHAWK: Move readString into the LB engine class | Alyssa Milburn |
2010-12-16 | MOHAWK: Implement Myst opcodes 146, 149, 150, 150 : Minimal boiler | Bastien Bouclet |
2010-12-16 | MOHAWK: Added the "resources" command to Myst's debug console, which lists th... | Bastien Bouclet |
2010-12-16 | VIDEO: Extend Codec to support internal palettes | Matthew Hoops |
2010-12-16 | MOHAWK: Implement Myst opcodes 147, 169, 182 : Cabin match | Bastien Bouclet |
2010-12-16 | VIDEO: Make Codec::decodeImage() return a const Surface pointer | Matthew Hoops |
2010-12-16 | VIDEO: Remove the need to call updateAudioBuffer() externally for QuickTime | Matthew Hoops |
2010-12-16 | VIDEO: Make VideoDecoder::getPalette() return a const byte pointer | Matthew Hoops |
2010-12-16 | VIDEO: Make VideoDecoder::decodeNextFrame() return a const Surface pointer | Matthew Hoops |
2010-12-15 | HUGO: Fix pathfinding bug in 'bridge' screen (H3 Dos) | Arnaud Boutonné |
2010-12-15 | SCI: Slight cleanup | Filippos Karapetis |
2010-12-15 | SCI: Fixed View Cel RLE Decoding when RLE Code 0x40 is used (Corrects Bug #31... | David Turner |
2010-12-15 | HUGO: Clean-up, move MidiPlayer class definition to .h file | Arnaud Boutonné |
2010-12-15 | HUGO: Ensure F6 (inventory) is only active when appropriate | Arnaud Boutonné |
2010-12-15 | HUGO: No longer shift down inventory by 8 pixels | Arnaud Boutonné |
2010-12-14 | SCI: Close Memory Leaks in SCI Resource Loading, reported by Valgrind. | David Turner |
2010-12-14 | MOHAWK: Add support for DOS bitmaps (thanks to fuzzie for the EGA planar code) | Matthew Hoops |
2010-12-14 | MOHAWK: Add support for DOS v2 archives (CSWorld Deluxe) | Matthew Hoops |
2010-12-14 | SOUND: Fix Un-initialised Memory Reads in MT-32 Emulator, reported by Valgrind. | David Turner |
2010-12-14 | MOHAWK: Rework Myst GFX updates | Bastien Bouclet |
2010-12-14 | MOHAWK: Implement Myst opcodes 122 to 124 : Cabin safe handle | Bastien Bouclet |
2010-12-13 | HUGO: Add splash screen in H2 and H3 Win | Arnaud Boutonné |
2010-12-13 | MOHAWK: parse LB subentries correctly | Alyssa Milburn |
2010-12-13 | TOOL: Fix palette bug in H3 Dos (when leaving the cave) | Arnaud Boutonné |
2010-12-13 | MOHAWK: Use named constants for LB control modes | Alyssa Milburn |
2010-12-12 | MOHAWK: Use named constants for LB timing modes | Alyssa Milburn |
2010-12-12 | MOHAWK: Handle chained LB commands | Alyssa Milburn |
2010-12-12 | TOOLS: Suppress 2 unused (and corrupted) act35 in H3 DOS | Arnaud Boutonné |
2010-12-12 | MOHAWK: Handle kLBGlobalDisable | Alyssa Milburn |
2010-12-12 | MOHAWK: More work on LB script parsing | Alyssa Milburn |
2010-12-12 | MOHAWK: Fix freeze after tower rotation. Fix opcode 121 : cabin safe digit ch... | Bastien Bouclet |
2010-12-12 | MOHAWK: Refactor/improve LB script entry parsing | Alyssa Milburn |
2010-12-12 | MOHAWK: Always run kLBEventMouseUpIn, for now | Alyssa Milburn |
2010-12-12 | MOHAWK: Handle LB load phase | Alyssa Milburn |
2010-12-12 | MOHAWK: Skip CD-ROM titles in LB paths | Alyssa Milburn |
2010-12-12 | MOHAWK: Silence warnings | Matthew Hoops |