Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-26 | Removing dead code | Max Horn | |
svn-id: r25878 | |||
2007-02-26 | Using FLAG_AUTOFREE implies free() being called on the memory buffer you ↵ | Max Horn | |
passed to the audio stream code -- hence, use malloc and not new[] to allocate the buffer svn-id: r25877 | |||
2007-02-26 | Add demo of Waxworks. | Travis Howell | |
svn-id: r25876 | |||
2007-02-26 | Added saving of the random actions set state, and implemented NPC opcode 29, ↵ | Paul Gilbert | |
which allows for an NPC to be given a custom talk record svn-id: r25875 | |||
2007-02-25 | reduced code dup, Queen::LineReader -> SeekableReadStream::readLine | Gregory Montoir | |
svn-id: r25871 | |||
2007-02-25 | made Archive inherit from SeekableReadStream instead of File since write ↵ | Nicola Mettifogo | |
capabilities and file handle are not needed. Implementation of SeekableReadStream virtual functions is now complete. svn-id: r25870 | |||
2007-02-25 | Fix warnings | Max Horn | |
svn-id: r25869 | |||
2007-02-25 | made Archive inherit from Common::File, added some methods to comply to ↵ | Nicola Mettifogo | |
interface, changed callers to exploit readByte capabilities svn-id: r25868 | |||
2007-02-25 | made Archive behave more like Common::File, preparing for inheritance | Nicola Mettifogo | |
svn-id: r25867 | |||
2007-02-25 | wrapped archive routines into a new class named Archive. File-level static ↵ | Nicola Mettifogo | |
variables have been made members of the new class. svn-id: r25866 | |||
2007-02-25 | oops. Forgot the very last reference. | Nicola Mettifogo | |
svn-id: r25865 | |||
2007-02-25 | got rid of ArchievedFile. Since only one single file is being read from the ↵ | Nicola Mettifogo | |
archives at every moment, the ArchivedFile structure used for bookkeeping is useless. svn-id: r25864 | |||
2007-02-25 | fixed background music in catalog_cup_demo_de : only stop sfx if it was ↵ | Gregory Montoir | |
started in a previous block svn-id: r25863 | |||
2007-02-25 | changed all hard-coded filenames to uppercase, for consistency | Gregory Montoir | |
svn-id: r25862 | |||
2007-02-25 | added AmigaSound::playRandomPatternJungle, minor cleanup | Gregory Montoir | |
svn-id: r25860 | |||
2007-02-25 | Rename C64 file to V0 as well. | Eugene Sandulenko | |
svn-id: r25856 | |||
2007-02-25 | Fix looping for enchanced soundtracks. | Eugene Sandulenko | |
svn-id: r25855 | |||
2007-02-25 | Add German CUP demo, whichs shows several HE games. | Travis Howell | |
svn-id: r25851 | |||
2007-02-25 | Rename C64 engine class, since it is been used by Apple II and Commodore 64 ↵ | Travis Howell | |
versions now. svn-id: r25850 | |||
2007-02-25 | Added comment about the missing decode1 proc. | Torbjörn Andersson | |
svn-id: r25849 | |||
2007-02-25 | Remove left over debug output. | Travis Howell | |
svn-id: r25848 | |||
2007-02-25 | Rename file class, since it is been used for disk images of Apple II and ↵ | Travis Howell | |
Commodore 64 versions now. svn-id: r25847 | |||
2007-02-25 | Add support for using disks images for Apple II version of Maniac Mansion. | Travis Howell | |
svn-id: r25846 | |||
2007-02-25 | Add magic id for Apple II verison of Maniac Mansion. | Travis Howell | |
svn-id: r25845 | |||
2007-02-25 | Another Ogg > MP3 consistency reordering, this time in the SMUSH code; also ↵ | Max Horn | |
changed it to use the new compressed audio stream factories svn-id: r25843 | |||
2007-02-25 | oops | Max Horn | |
svn-id: r25842 | |||
2007-02-25 | Added TODO: Sword1's MusicHandle::play etc. should be rewritten to take ↵ | Max Horn | |
advantage of the enhanced compressed audio stream code svn-id: r25841 | |||
2007-02-25 | Switch to the new makeVorbisStream variant (and get rid of a File::decRef call) | Max Horn | |
svn-id: r25840 | |||
2007-02-24 | Remove unneeded #includes | Max Horn | |
svn-id: r25838 | |||
2007-02-24 | Trying to unify the order in which we try the various audio formats: Prefer ↵ | Max Horn | |
FLAC (lossless) over Ogg Vorbis ('free') over MP3 -- the order is admittedly somewhat arbitrary, but at least now it's consistent across all parts of ScummVM svn-id: r25837 | |||
2007-02-24 | Added numLoops parameter to DigitalTrackInfo::play | Max Horn | |
svn-id: r25836 | |||
2007-02-24 | cleanup | Max Horn | |
svn-id: r25834 | |||
2007-02-24 | Removed the (useless, thanks to resTypeFromId) 'name' parameter from ↵ | Max Horn | |
readResTypeList svn-id: r25828 | |||
2007-02-24 | SCUMM: cleanup (moved small header specific code from ↵ | Max Horn | |
ScummEngine::readResTypeList to ScummEngine_v4::readResTypeList) svn-id: r25827 | |||
2007-02-24 | SCUMM: Try to distinguish between indy3, indy3Towns, zakTowns, loomTowns in ↵ | Max Horn | |
the fallback (non-MD5) detection code svn-id: r25826 | |||
2007-02-24 | some fixes and additions for FOTAQ amiga versions | Gregory Montoir | |
svn-id: r25825 | |||
2007-02-24 | Added Spanish version of The Dig; updated a comment on detecting TOWNS variants | Max Horn | |
svn-id: r25824 | |||
2007-02-24 | Added spanish Ween (bug #1667743) | Sven Hesse | |
svn-id: r25823 | |||
2007-02-24 | Use AGDS feature for specifying demos | Eugene Sandulenko | |
svn-id: r25822 | |||
2007-02-24 | nippon safes demo is English, not French | Nicola Mettifogo | |
svn-id: r25821 | |||
2007-02-24 | Update md5 details for Spanish version of Elvira 2. | Travis Howell | |
svn-id: r25818 | |||
2007-02-24 | Add the Hand of Fate demo. | Travis Howell | |
svn-id: r25816 | |||
2007-02-24 | Set the extra field for the Amiga demo, to just 'demo', since the language ↵ | Travis Howell | |
and platform are auto added. svn-id: r25815 | |||
2007-02-24 | ArchiveFile's details are now known only to archive code | Nicola Mettifogo | |
svn-id: r25814 | |||
2007-02-24 | french amiga demo is now recognized (not playable yet) | Nicola Mettifogo | |
svn-id: r25813 | |||
2007-02-23 | Update copy protection bypass for Simon 1/2. | Travis Howell | |
svn-id: r25809 | |||
2007-02-23 | Correct typo. | Travis Howell | |
svn-id: r25808 | |||
2007-02-23 | Fix bug #1600999 - SIMON2: Crash while talking to Bingo Bongo. A regression ↵ | Travis Howell | |
due to the work around for extra long strings been broken, when support for the Feeble Files was added in the past. svn-id: r25807 | |||
2007-02-23 | Modify ScummEngine::getResourceSize to assert if called on a missing ↵ | Max Horn | |
resource, instead of trying to read from high memory svn-id: r25806 | |||
2007-02-23 | Added a FIXME to this workaround (it might be to broad -- research needed) | Max Horn | |
svn-id: r25804 |