aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-18MOHAWK: Separate background sound handling from other sounds for Myst. Allow ...Bastien Bouclet
2010-12-18FMTOWNS AUDIO: formattingFlorian Kagerer
2010-12-18MOHAWK: Implement Myst opcodes 157, 161 and 162: Rocket pianoBastien Bouclet
2010-12-17HUGO: little code cleanupArnaud Boutonné
2010-12-17MOHAWK: Yet more Myst vertical alignment / clipping fixes.Bastien Bouclet
2010-12-17MOHAWK: Remove global construction of _viewportMatthew Hoops
2010-12-17GUI: Adapt GUI themes to latest Mohawk resolution change.Johannes Schickel
2010-12-17MOHAWK: Change resolution to 544x332 to match the original.Bastien Bouclet
2010-12-17PSP: fixed bug exhibited in Gob engine with blacked out video framesYotam Barnoy
2010-12-17MOHAWK: Implement Myst opcodes 128, 168, 216, 217, 304, 305, and 153 to 156 :...Bastien Bouclet
2010-12-16MYST: Add Var Getter For Myst Courtyard Box Variables.David Turner
2010-12-16VIDEO: Add CDToons decoderAlyssa Milburn
2010-12-16MOHAWK: Move readString into the LB engine classAlyssa Milburn
2010-12-16MOHAWK: Implement Myst opcodes 146, 149, 150, 150 : Minimal boilerBastien Bouclet
2010-12-16MOHAWK: Added the "resources" command to Myst's debug console, which lists th...Bastien Bouclet
2010-12-16VIDEO: Extend Codec to support internal palettesMatthew Hoops
2010-12-16MOHAWK: Implement Myst opcodes 147, 169, 182 : Cabin matchBastien Bouclet
2010-12-16VIDEO: Make Codec::decodeImage() return a const Surface pointerMatthew Hoops
2010-12-16VIDEO: Remove the need to call updateAudioBuffer() externally for QuickTimeMatthew Hoops
2010-12-16VIDEO: Make VideoDecoder::getPalette() return a const byte pointerMatthew Hoops
2010-12-16VIDEO: Make VideoDecoder::decodeNextFrame() return a const Surface pointerMatthew Hoops
2010-12-15HUGO: Fix pathfinding bug in 'bridge' screen (H3 Dos)Arnaud Boutonné
2010-12-15SCI: Slight cleanupFilippos Karapetis
2010-12-15SCI: Fixed View Cel RLE Decoding when RLE Code 0x40 is used (Corrects Bug #31...David Turner
2010-12-15HUGO: Clean-up, move MidiPlayer class definition to .h fileArnaud Boutonné
2010-12-15HUGO: Ensure F6 (inventory) is only active when appropriateArnaud Boutonné
2010-12-15HUGO: No longer shift down inventory by 8 pixelsArnaud Boutonné
2010-12-14SCI: Close Memory Leaks in SCI Resource Loading, reported by Valgrind.David Turner
2010-12-14MOHAWK: Add support for DOS bitmaps (thanks to fuzzie for the EGA planar code)Matthew Hoops
2010-12-14MOHAWK: Add support for DOS v2 archives (CSWorld Deluxe)Matthew Hoops
2010-12-14SOUND: Fix Un-initialised Memory Reads in MT-32 Emulator, reported by Valgrind.David Turner
2010-12-14MOHAWK: Rework Myst GFX updatesBastien Bouclet
2010-12-14MOHAWK: Implement Myst opcodes 122 to 124 : Cabin safe handleBastien Bouclet
2010-12-13HUGO: Add splash screen in H2 and H3 WinArnaud Boutonné
2010-12-13MOHAWK: parse LB subentries correctlyAlyssa Milburn
2010-12-13TOOL: Fix palette bug in H3 Dos (when leaving the cave)Arnaud Boutonné
2010-12-13MOHAWK: Use named constants for LB control modesAlyssa Milburn
2010-12-12MOHAWK: Use named constants for LB timing modesAlyssa Milburn
2010-12-12MOHAWK: Handle chained LB commandsAlyssa Milburn
2010-12-12TOOLS: Suppress 2 unused (and corrupted) act35 in H3 DOSArnaud Boutonné
2010-12-12MOHAWK: Handle kLBGlobalDisableAlyssa Milburn
2010-12-12MOHAWK: More work on LB script parsingAlyssa Milburn
2010-12-12MOHAWK: Fix freeze after tower rotation. Fix opcode 121 : cabin safe digit ch...Bastien Bouclet
2010-12-12MOHAWK: Refactor/improve LB script entry parsingAlyssa Milburn
2010-12-12MOHAWK: Always run kLBEventMouseUpIn, for nowAlyssa Milburn
2010-12-12MOHAWK: Handle LB load phaseAlyssa Milburn
2010-12-12MOHAWK: Skip CD-ROM titles in LB pathsAlyssa Milburn
2010-12-12MOHAWK: Silence warningsMatthew Hoops
2010-12-12MOHAWK: Implement Myst opcodes 106, 108 and 202 : tower rotationBastien Bouclet
2010-12-12PARALLACTION: do not skip commands on Examine zones if there is no text to sh...Nicola Mettifogo