Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-03 | Fixed bug that made ScummVM crash when loading a savegame where the main | Torbjörn Andersson | |
character was walking. (I had missed a case where pointers were cast to integers.) svn-id: r12113 | |||
2004-01-03 | It was pointed out to me that we can't use the DEMO variable here, because | Torbjörn Andersson | |
the missing file may be the one with the resource for the global variables. svn-id: r12112 | |||
2004-01-03 | oops | Max Horn | |
svn-id: r12111 | |||
2004-01-03 | renamed AudioInputStream -> AudioStream | Max Horn | |
svn-id: r12110 | |||
2004-01-03 | changed screen drawing code to only redraw blocks that changed. | Robert Göffringmann | |
svn-id: r12109 | |||
2004-01-03 | Made the music code more like the one in BS1, i.e. the fade time is longer | Torbjörn Andersson | |
and it now fades both up and down. Plenty of cleanups, simplifications and just moving code around to group it in what I hope is a more logical fashion. Fixed a long-standing bug where spot effects would eventually use up all available sound effect handles. (I may have introduced this when I removed the expiration of sound effects from FxServer().) svn-id: r12108 | |||
2004-01-03 | Delete the mutex when we're done with it. | Torbjörn Andersson | |
svn-id: r12107 | |||
2004-01-03 | eriktorbjorn's fix for a crash when sprite were completely outside of the screen | Robert Göffringmann | |
svn-id: r12106 | |||
2004-01-03 | Should be enabled for all GF_NEW_COSTUMES games. | Travis Howell | |
Fixes missing actors in craters section of puttmoon svn-id: r12105 | |||
2004-01-03 | Add last few | Travis Howell | |
svn-id: r12104 | |||
2004-01-03 | simplification (possible since read() doesn't have to be efficient anymore) | Max Horn | |
svn-id: r12103 | |||
2004-01-03 | replace read() by readBuffer() in CopyRateConverter | Max Horn | |
svn-id: r12102 | |||
2004-01-03 | Update | Travis Howell | |
svn-id: r12101 | |||
2004-01-03 | Allow queen to use adlib driver as well (that was surprisingly easy :)) | Joost Peters | |
svn-id: r12100 | |||
2004-01-03 | Introduce namespace 'Sky' | Max Horn | |
svn-id: r12099 | |||
2004-01-03 | renamed SimonSound class back to just Sound (now that we use namespaces that ↵ | Max Horn | |
is just fine) svn-id: r12098 | |||
2004-01-03 | more MAD MP3 / Ogg Vorbis cleanup: try not to expose anything about the libs ↵ | Max Horn | |
used for MP3/Vorbis support -> this eases changing the implementations, and reduces header dependencies (and thus compile time) :-) svn-id: r12097 | |||
2004-01-03 | re-enabled .sog and .so3 support for FT | Max Horn | |
svn-id: r12096 | |||
2004-01-03 | removed SoundMixer::playMP3CDTrack; simplified makeMP3Stream (special ↵ | Max Horn | |
variant with mad_timer_t was really only needed for MP3TrackInfo class) svn-id: r12095 | |||
2004-01-03 | added 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-02 | sync with data | Max Horn | |
svn-id: r12092 | |||
2004-01-02 | Add comments for HE specific opcodes | Travis Howell | |
Update hack for PuttPutt Add another small fix. svn-id: r12091 | |||
2004-01-02 | spelling mistake | Joost Peters | |
svn-id: r12090 | |||
2004-01-02 | Tell adlib people they won't hear music | Joost Peters | |
svn-id: r12089 | |||
2004-01-02 | minor rewrite of some asm funcs | Gregory Montoir | |
svn-id: r12088 | |||
2004-01-02 | some debugger commands for bobs | Gregory Montoir | |
svn-id: r12087 | |||
2004-01-02 | minor rewrite of screenblanker code | Gregory Montoir | |
svn-id: r12086 | |||
2004-01-02 | Ooops | Travis Howell | |
svn-id: r12085 | |||
2004-01-02 | Add another HE games opcode and case. | Travis Howell | |
svn-id: r12084 | |||
2004-01-02 | Moved the menu refreshing to a separate function so that it can be easily | Torbjö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-02 | update | Paweł Kołodziejski | |
svn-id: r12082 | |||
2004-01-02 | Fix missing sfx in puttputt | Travis Howell | |
svn-id: r12081 | |||
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 |