aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-01-03re-enabled .sog and .so3 support for FTMax Horn
svn-id: r12096
2004-01-03removed SoundMixer::playMP3CDTrack; simplified makeMP3Stream (special ↵Max Horn
variant with mad_timer_t was really only needed for MP3TrackInfo class) svn-id: r12095
2004-01-03added makeVOCStream() (convenience function)Max Horn
svn-id: r12094
2004-01-02- added missing MOVE_SPEAK code (only CHEF.DOG seems to use that)Gregory Montoir
- clear Talk::_dialogueTree[0] to avoid problems when accessing oldLevel / level 0 svn-id: r12093
2004-01-02sync with dataMax Horn
svn-id: r12092
2004-01-02Add comments for HE specific opcodesTravis Howell
Update hack for PuttPutt Add another small fix. svn-id: r12091
2004-01-02spelling mistakeJoost Peters
svn-id: r12090
2004-01-02Tell adlib people they won't hear musicJoost Peters
svn-id: r12089
2004-01-02minor rewrite of some asm funcsGregory Montoir
svn-id: r12088
2004-01-02some debugger commands for bobsGregory Montoir
svn-id: r12087
2004-01-02minor rewrite of screenblanker codeGregory Montoir
svn-id: r12086
2004-01-02OoopsTravis Howell
svn-id: r12085
2004-01-02Add another HE games opcode and case.Travis Howell
svn-id: r12084
2004-01-02Moved the menu refreshing to a separate function so that it can be easilyTorbjörn Andersson
accessed even when checkMenuClick() returns before reaching the end of the function. Used this to fix a menu highlighting regression. svn-id: r12083
2004-01-02updatePaweł Kołodziejski
svn-id: r12082
2004-01-02Fix missing sfx in puttputtTravis Howell
svn-id: r12081
2004-01-02Fix some masking issue in Putt Putt gamesTravis Howell
svn-id: r12080
2004-01-02Fix for bug #869045 (DIG: Crash in bundle decoder); t'was a buffer overflowMax Horn
svn-id: r12079
2004-01-02another change in the clicking checksRobert Göffringmann
svn-id: r12078
2004-01-02Can be used for The Dig too, lander mini-games works again.Travis Howell
svn-id: r12077
2004-01-01Bypass Monkey Island 1 CD copy protection on restart.Travis Howell
svn-id: r12076
2004-01-01implemented examining inventory itemsRobert Göffringmann
svn-id: r12075
2004-01-01fixed savename drawing.Robert Göffringmann
svn-id: r12074
2004-01-01whoops.Robert Göffringmann
svn-id: r12073
2004-01-01added workaround for missing music file.Robert Göffringmann
svn-id: r12072
2004-01-01changed music fading duration and made music system fade down the tracks on ↵Robert Göffringmann
startMusic(0) svn-id: r12071
2004-01-01Rewrote the music code. It now follows the same basic idea as the one inTorbjörn Andersson
BS2, which has worked pretty well so far. I haven't implemented pausing and volume since the code I replaced didn't have it either, as far as I could tell. svn-id: r12070
2004-01-01Oops, that was the wrong data type. (Not that it should matter, but...)Torbjörn Andersson
svn-id: r12069
2004-01-01Add work around for bug in French version of Simon the Sorcerer 1Travis Howell
svn-id: r12068
2004-01-01Reduce some buffers to more reasonable sizes.Travis Howell
svn-id: r12067
2004-01-01compilation fixJonathan Gray
svn-id: r12066
2004-01-01Avoid memory corruptionTravis Howell
svn-id: r12065
2004-01-01Subtitles check wasn't quite right.Travis Howell
svn-id: r12064
2004-01-01Add hack to stop invalid opcode in French version of Simon the Sorcerer 1.Travis Howell
This was a bug in original game and causes several bad effects. svn-id: r12063
2003-12-31Some tweaking of the new credits code. It is no longer necessary to haveTorbjörn Andersson
to have the credits.bmp file, though if you don't you won't see the "Smacker" logo. (Whether or not this is a feature is open to debate.) Happy New Year! svn-id: r12062
2003-12-31Use uint8 instead of char to avoid crashes with some accented characters.Torbjörn Andersson
svn-id: r12061
2003-12-31fixed language stringsRobert Göffringmann
svn-id: r12060
2003-12-31use compressed data file instead of original one if both are availableGregory Montoir
svn-id: r12059
2003-12-31Don't lose the luggage when entering the inventory menu.Torbjörn Andersson
svn-id: r12058
2003-12-31Draw the luggage first, then the mouse pointer.Torbjörn Andersson
svn-id: r12057
2003-12-31oops, forgot one caseTorbjörn Andersson
svn-id: r12056
2003-12-31When saving the music state, remember the name of the music file that wasTorbjörn Andersson
open so that it can be re-opened afterwards. It's not so much that it may have changed, but it may have been closed. This should fix a crash when escaping the credits. svn-id: r12055
2003-12-31Update BS2 credits issue to reflect that the credits are at least partiallyTorbjörn Andersson
implemented now. svn-id: r12054
2003-12-31I still don't know how to draw the credits like the original did, but atTorbjörn Andersson
least the credits text is showing now. svn-id: r12053
2003-12-31Don't allow the credits to be displayed while in conversation mode.Torbjörn Andersson
svn-id: r12052
2003-12-31Enable the line that increases _gameCycle. There's a debugger command thatTorbjörn Andersson
will display it, and it's so much more interesting this way. :-) svn-id: r12051
2003-12-31There's that incomprehensible MinGW GCC warning again!Torbjörn Andersson
svn-id: r12050
2003-12-31fix segfaultJonathan Gray
svn-id: r12049
2003-12-31Add better detection of simon2macTravis Howell
svn-id: r12048
2003-12-31Add some md5 checksums of files for Simon1/2 games.Travis Howell
svn-id: r12047