Age | Commit message (Expand) | Author |
2007-02-25 | Add German CUP demo, whichs shows several HE games. | Travis Howell |
2007-02-25 | Rename C64 engine class, since it is been used by Apple II and Commodore 64 v... | Travis Howell |
2007-02-25 | Added comment about the missing decode1 proc. | Torbjörn Andersson |
2007-02-25 | Remove left over debug output. | Travis Howell |
2007-02-25 | Rename file class, since it is been used for disk images of Apple II and Comm... | Travis Howell |
2007-02-25 | Add support for using disks images for Apple II version of Maniac Mansion. | Travis Howell |
2007-02-25 | Add magic id for Apple II verison of Maniac Mansion. | Travis Howell |
2007-02-25 | Another Ogg > MP3 consistency reordering, this time in the SMUSH code; also c... | Max Horn |
2007-02-25 | oops | Max Horn |
2007-02-25 | Added TODO: Sword1's MusicHandle::play etc. should be rewritten to take advan... | Max Horn |
2007-02-25 | Switch to the new makeVorbisStream variant (and get rid of a File::decRef call) | Max Horn |
2007-02-24 | Changed AudioStream::openStreamFile to use the modern variant of the audio st... | Max Horn |
2007-02-24 | Remove unneeded #includes | Max Horn |
2007-02-24 | Trying to unify the order in which we try the various audio formats: Prefer F... | Max Horn |
2007-02-24 | Added numLoops parameter to DigitalTrackInfo::play | Max Horn |
2007-02-24 | Added filesize of indy/loom demo (didn't update the generated files on purpose) | Max Horn |
2007-02-24 | cleanup | Max Horn |
2007-02-24 | Add looping support to the FLAC decoder | Max Horn |
2007-02-24 | Replaced variable buffer in the FLAC code by a fixed on | Max Horn |
2007-02-24 | more FLAC code cleanup | Max Horn |
2007-02-24 | Add support for touche engine. | Kostas Nakos |
2007-02-24 | Removed FlacInputStream::deleteBuffer | Max Horn |
2007-02-24 | Removed the (useless, thanks to resTypeFromId) 'name' parameter from readResT... | Max Horn |
2007-02-24 | SCUMM: cleanup (moved small header specific code from ScummEngine::readResTyp... | Max Horn |
2007-02-24 | SCUMM: Try to distinguish between indy3, indy3Towns, zakTowns, loomTowns in t... | Max Horn |
2007-02-24 | some fixes and additions for FOTAQ amiga versions | Gregory Montoir |
2007-02-24 | Added Spanish version of The Dig; updated a comment on detecting TOWNS variants | Max Horn |
2007-02-24 | Added spanish Ween (bug #1667743) | Sven Hesse |
2007-02-24 | Use AGDS feature for specifying demos | Eugene Sandulenko |
2007-02-24 | nippon safes demo is English, not French | Nicola Mettifogo |
2007-02-24 | Update md5 details for Spanish version of Elvira 2. | Travis Howell |
2007-02-24 | temporarily fix automatic detection | Kostas Nakos |
2007-02-24 | Add the Hand of Fate demo. | Travis Howell |
2007-02-24 | Set the extra field for the Amiga demo, to just 'demo', since the language an... | Travis Howell |
2007-02-24 | ArchiveFile's details are now known only to archive code | Nicola Mettifogo |
2007-02-24 | french amiga demo is now recognized (not playable yet) | Nicola Mettifogo |
2007-02-23 | Update copy protection bypass for Simon 1/2. | Travis Howell |
2007-02-23 | Correct typo. | Travis Howell |
2007-02-23 | Fix bug #1600999 - SIMON2: Crash while talking to Bingo Bongo. A regression d... | Travis Howell |
2007-02-23 | Modify ScummEngine::getResourceSize to assert if called on a missing resource... | Max Horn |
2007-02-23 | Added a FIXME to this workaround (it might be to broad -- research needed) | Max Horn |
2007-02-23 | Fix fixed spelling :) | Max Horn |
2007-02-23 | Fix spelling. | Eugene Sandulenko |
2007-02-23 | Put back DDP entries, but #if 0 them for future reference and prevent | Eugene Sandulenko |
2007-02-22 | fixed comments. | Johannes Schickel |
2007-02-22 | FLAC code cleanup | Max Horn |
2007-02-22 | added yet another #pragma mark to the vorbis code (just for the sake of *my* ... | Max Horn |
2007-02-22 | cleanup | Max Horn |
2007-02-22 | Reduce chance for overflows in VorbisTrackInfo::play | Max Horn |
2007-02-22 | Updated FLAC code to match the changes made to the MP3 & Vorbis decoders (e.g... | Max Horn |