Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-02 | Fix some masking issue in Putt Putt games | Travis Howell | |
svn-id: r12080 | |||
2004-01-02 | Fix for bug #869045 (DIG: Crash in bundle decoder); t'was a buffer overflow | Max Horn | |
svn-id: r12079 | |||
2004-01-02 | another change in the clicking checks | Robert Göffringmann | |
svn-id: r12078 | |||
2004-01-02 | Can be used for The Dig too, lander mini-games works again. | Travis Howell | |
svn-id: r12077 | |||
2004-01-01 | Bypass Monkey Island 1 CD copy protection on restart. | Travis Howell | |
svn-id: r12076 | |||
2004-01-01 | implemented examining inventory items | Robert Göffringmann | |
svn-id: r12075 | |||
2004-01-01 | fixed savename drawing. | Robert Göffringmann | |
svn-id: r12074 | |||
2004-01-01 | whoops. | Robert Göffringmann | |
svn-id: r12073 | |||
2004-01-01 | added workaround for missing music file. | Robert Göffringmann | |
svn-id: r12072 | |||
2004-01-01 | changed music fading duration and made music system fade down the tracks on ↵ | Robert Göffringmann | |
startMusic(0) svn-id: r12071 | |||
2004-01-01 | Rewrote the music code. It now follows the same basic idea as the one in | Torbjö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-01 | Oops, that was the wrong data type. (Not that it should matter, but...) | Torbjörn Andersson | |
svn-id: r12069 | |||
2004-01-01 | Add work around for bug in French version of Simon the Sorcerer 1 | Travis Howell | |
svn-id: r12068 | |||
2004-01-01 | Reduce some buffers to more reasonable sizes. | Travis Howell | |
svn-id: r12067 | |||
2004-01-01 | compilation fix | Jonathan Gray | |
svn-id: r12066 | |||
2004-01-01 | Avoid memory corruption | Travis Howell | |
svn-id: r12065 | |||
2004-01-01 | Subtitles check wasn't quite right. | Travis Howell | |
svn-id: r12064 | |||
2004-01-01 | Add 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-31 | Some tweaking of the new credits code. It is no longer necessary to have | Torbjö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-31 | Use uint8 instead of char to avoid crashes with some accented characters. | Torbjörn Andersson | |
svn-id: r12061 | |||
2003-12-31 | fixed language strings | Robert Göffringmann | |
svn-id: r12060 | |||
2003-12-31 | use compressed data file instead of original one if both are available | Gregory Montoir | |
svn-id: r12059 | |||
2003-12-31 | Don't lose the luggage when entering the inventory menu. | Torbjörn Andersson | |
svn-id: r12058 | |||
2003-12-31 | Draw the luggage first, then the mouse pointer. | Torbjörn Andersson | |
svn-id: r12057 | |||
2003-12-31 | oops, forgot one case | Torbjörn Andersson | |
svn-id: r12056 | |||
2003-12-31 | When saving the music state, remember the name of the music file that was | Torbjö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-31 | Update BS2 credits issue to reflect that the credits are at least partially | Torbjörn Andersson | |
implemented now. svn-id: r12054 | |||
2003-12-31 | I still don't know how to draw the credits like the original did, but at | Torbjörn Andersson | |
least the credits text is showing now. svn-id: r12053 | |||
2003-12-31 | Don't allow the credits to be displayed while in conversation mode. | Torbjörn Andersson | |
svn-id: r12052 | |||
2003-12-31 | Enable the line that increases _gameCycle. There's a debugger command that | Torbjörn Andersson | |
will display it, and it's so much more interesting this way. :-) svn-id: r12051 | |||
2003-12-31 | There's that incomprehensible MinGW GCC warning again! | Torbjörn Andersson | |
svn-id: r12050 | |||
2003-12-31 | fix segfault | Jonathan Gray | |
svn-id: r12049 | |||
2003-12-31 | Add better detection of simon2mac | Travis Howell | |
svn-id: r12048 | |||
2003-12-31 | Add some md5 checksums of files for Simon1/2 games. | Travis Howell | |
svn-id: r12047 | |||
2003-12-30 | acessing _numGraphics'th element of GraphicData array is safe | Gregory Montoir | |
svn-id: r12046 | |||
2003-12-30 | removed old, useless stuff | Robert Göffringmann | |
svn-id: r12045 | |||
2003-12-30 | be a bit more gentle to people typing in invalid box IDs :-) | Max Horn | |
svn-id: r12044 | |||
2003-12-30 | cd changing code and checking for savegames on startup | Robert Göffringmann | |
svn-id: r12043 | |||
2003-12-30 | improved box drawing in debugger (now also draws boxes of height 0 | Max Horn | |
svn-id: r12042 | |||
2003-12-30 | remove hack from original code, this was apparently only needed for ↵ | Gregory Montoir | |
SELECT_VERB (from what I understood, bob 16 was supposed to highlight the current selected verb ; but the original doesn't use it at all) svn-id: r12041 | |||
2003-12-30 | forgot these... | Robert Göffringmann | |
svn-id: r12040 | |||
2003-12-30 | implemented mouse luggage stuff | Robert Göffringmann | |
svn-id: r12039 | |||
2003-12-30 | cleanup | Max Horn | |
svn-id: r12038 | |||
2003-12-30 | interview mini-game support | Gregory Montoir | |
svn-id: r12037 | |||
2003-12-30 | updated MD5 table | Max Horn | |
svn-id: r12036 | |||
2003-12-30 | hook up MD5 database (this is still kind of a hack, but at least it shows ↵ | Max Horn | |
that the approach works :-) svn-id: r12035 | |||
2003-12-30 | cleanup for language/platform functions | Max Horn | |
svn-id: r12034 | |||
2003-12-30 | added generated MD5 table (not yet used) | Max Horn | |
svn-id: r12033 | |||
2003-12-30 | fixed fnFace() and added workaround for missing animation on train roof | Robert Göffringmann | |
svn-id: r12032 | |||
2003-12-30 | minor cleanup & add playSong() calls in Logic::handlePinnacleRoom | Gregory Montoir | |
svn-id: r12031 |