aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-01-03removed SoundMixer::playMP3CDTrack; simplified makeMP3Stream (special variant...Max Horn
2004-01-03added makeVOCStream() (convenience function)Max Horn
2004-01-02- added missing MOVE_SPEAK code (only CHEF.DOG seems to use that)Gregory Montoir
2004-01-02sync with dataMax Horn
2004-01-02Add comments for HE specific opcodesTravis Howell
2004-01-02spelling mistakeJoost Peters
2004-01-02Tell adlib people they won't hear musicJoost Peters
2004-01-02minor rewrite of some asm funcsGregory Montoir
2004-01-02some debugger commands for bobsGregory Montoir
2004-01-02minor rewrite of screenblanker codeGregory Montoir
2004-01-02OoopsTravis Howell
2004-01-02Add another HE games opcode and case.Travis Howell
2004-01-02Moved the menu refreshing to a separate function so that it can be easilyTorbjörn Andersson
2004-01-02updatePaweł Kołodziejski
2004-01-02Fix missing sfx in puttputtTravis Howell
2004-01-02Fix some masking issue in Putt Putt gamesTravis Howell
2004-01-02Fix for bug #869045 (DIG: Crash in bundle decoder); t'was a buffer overflowMax Horn
2004-01-02another change in the clicking checksRobert Göffringmann
2004-01-02Can be used for The Dig too, lander mini-games works again.Travis Howell
2004-01-01Bypass Monkey Island 1 CD copy protection on restart.Travis Howell
2004-01-01implemented examining inventory itemsRobert Göffringmann
2004-01-01fixed savename drawing.Robert Göffringmann
2004-01-01whoops.Robert Göffringmann
2004-01-01added workaround for missing music file.Robert Göffringmann
2004-01-01changed music fading duration and made music system fade down the tracks on s...Robert Göffringmann
2004-01-01Rewrote the music code. It now follows the same basic idea as the one inTorbjörn Andersson
2004-01-01Oops, that was the wrong data type. (Not that it should matter, but...)Torbjörn Andersson
2004-01-01Add work around for bug in French version of Simon the Sorcerer 1Travis Howell
2004-01-01Reduce some buffers to more reasonable sizes.Travis Howell
2004-01-01compilation fixJonathan Gray
2004-01-01Avoid memory corruptionTravis Howell
2004-01-01Subtitles check wasn't quite right.Travis Howell
2004-01-01Add hack to stop invalid opcode in French version of Simon the Sorcerer 1.Travis Howell
2003-12-31Some tweaking of the new credits code. It is no longer necessary to haveTorbjörn Andersson
2003-12-31Use uint8 instead of char to avoid crashes with some accented characters.Torbjörn Andersson
2003-12-31fixed language stringsRobert Göffringmann
2003-12-31use compressed data file instead of original one if both are availableGregory Montoir
2003-12-31Don't lose the luggage when entering the inventory menu.Torbjörn Andersson
2003-12-31Draw the luggage first, then the mouse pointer.Torbjörn Andersson
2003-12-31oops, forgot one caseTorbjörn Andersson
2003-12-31When saving the music state, remember the name of the music file that wasTorbjörn Andersson
2003-12-31Update BS2 credits issue to reflect that the credits are at least partiallyTorbjörn Andersson
2003-12-31I still don't know how to draw the credits like the original did, but atTorbjörn Andersson
2003-12-31Don't allow the credits to be displayed while in conversation mode.Torbjörn Andersson
2003-12-31Enable the line that increases _gameCycle. There's a debugger command thatTorbjörn Andersson
2003-12-31There's that incomprehensible MinGW GCC warning again!Torbjörn Andersson
2003-12-31fix segfaultJonathan Gray
2003-12-31Add better detection of simon2macTravis Howell
2003-12-31Add some md5 checksums of files for Simon1/2 games.Travis Howell
2003-12-30acessing _numGraphics'th element of GraphicData array is safeGregory Montoir