Age | Commit message (Expand) | Author |
2004-01-02 | Fix for bug #869045 (DIG: Crash in bundle decoder); t'was a buffer overflow | Max Horn |
2004-01-02 | another change in the clicking checks | Robert Göffringmann |
2004-01-02 | Can be used for The Dig too, lander mini-games works again. | Travis Howell |
2004-01-01 | Bypass Monkey Island 1 CD copy protection on restart. | Travis Howell |
2004-01-01 | implemented examining inventory items | Robert Göffringmann |
2004-01-01 | fixed savename drawing. | Robert Göffringmann |
2004-01-01 | whoops. | Robert Göffringmann |
2004-01-01 | added workaround for missing music file. | Robert Göffringmann |
2004-01-01 | changed music fading duration and made music system fade down the tracks on s... | Robert Göffringmann |
2004-01-01 | Rewrote the music code. It now follows the same basic idea as the one in | Torbjörn Andersson |
2004-01-01 | Oops, that was the wrong data type. (Not that it should matter, but...) | Torbjörn Andersson |
2004-01-01 | Add work around for bug in French version of Simon the Sorcerer 1 | Travis Howell |
2004-01-01 | Reduce some buffers to more reasonable sizes. | Travis Howell |
2004-01-01 | compilation fix | Jonathan Gray |
2004-01-01 | Avoid memory corruption | Travis Howell |
2004-01-01 | Subtitles check wasn't quite right. | Travis Howell |
2004-01-01 | Add hack to stop invalid opcode in French version of Simon the Sorcerer 1. | Travis Howell |
2003-12-31 | Some tweaking of the new credits code. It is no longer necessary to have | Torbjörn Andersson |
2003-12-31 | Use uint8 instead of char to avoid crashes with some accented characters. | Torbjörn Andersson |
2003-12-31 | fixed language strings | Robert Göffringmann |
2003-12-31 | use compressed data file instead of original one if both are available | Gregory Montoir |
2003-12-31 | Don't lose the luggage when entering the inventory menu. | Torbjörn Andersson |
2003-12-31 | Draw the luggage first, then the mouse pointer. | Torbjörn Andersson |
2003-12-31 | oops, forgot one case | Torbjörn Andersson |
2003-12-31 | When saving the music state, remember the name of the music file that was | Torbjörn Andersson |
2003-12-31 | Update BS2 credits issue to reflect that the credits are at least partially | Torbjörn Andersson |
2003-12-31 | I still don't know how to draw the credits like the original did, but at | Torbjörn Andersson |
2003-12-31 | Don't allow the credits to be displayed while in conversation mode. | Torbjörn Andersson |
2003-12-31 | Enable the line that increases _gameCycle. There's a debugger command that | Torbjörn Andersson |
2003-12-31 | There's that incomprehensible MinGW GCC warning again! | Torbjörn Andersson |
2003-12-31 | fix segfault | Jonathan Gray |
2003-12-31 | Add better detection of simon2mac | Travis Howell |
2003-12-31 | Add some md5 checksums of files for Simon1/2 games. | Travis Howell |
2003-12-30 | acessing _numGraphics'th element of GraphicData array is safe | Gregory Montoir |
2003-12-30 | removed old, useless stuff | Robert Göffringmann |
2003-12-30 | be a bit more gentle to people typing in invalid box IDs :-) | Max Horn |
2003-12-30 | cd changing code and checking for savegames on startup | Robert Göffringmann |
2003-12-30 | improved box drawing in debugger (now also draws boxes of height 0 | Max Horn |
2003-12-30 | remove hack from original code, this was apparently only needed for SELECT_VE... | Gregory Montoir |
2003-12-30 | forgot these... | Robert Göffringmann |
2003-12-30 | implemented mouse luggage stuff | Robert Göffringmann |
2003-12-30 | cleanup | Max Horn |
2003-12-30 | interview mini-game support | Gregory Montoir |
2003-12-30 | updated MD5 table | Max Horn |
2003-12-30 | hook up MD5 database (this is still kind of a hack, but at least it shows tha... | Max Horn |
2003-12-30 | cleanup for language/platform functions | Max Horn |
2003-12-30 | added generated MD5 table (not yet used) | Max Horn |
2003-12-30 | fixed fnFace() and added workaround for missing animation on train roof | Robert Göffringmann |
2003-12-30 | minor cleanup & add playSong() calls in Logic::handlePinnacleRoom | Gregory Montoir |
2003-12-30 | Add missing case for HE games. | Travis Howell |