Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2007-02-23 | Fix fixed spelling :) | Max Horn | |
svn-id: r25803 | |||
2007-02-23 | Fix spelling. | Eugene Sandulenko | |
svn-id: r25802 | |||
2007-02-23 | Put back DDP entries, but #if 0 them for future reference and prevent | Eugene Sandulenko | |
anyone from adding them again. svn-id: r25801 | |||
2007-02-22 | fixed comments. | Johannes Schickel | |
svn-id: r25797 | |||
2007-02-22 | FLAC code cleanup | Max Horn | |
svn-id: r25796 | |||
2007-02-22 | added yet another #pragma mark to the vorbis code (just for the sake of *my* ↵ | Max Horn | |
text editor -- yeah, I'm selfish :-) svn-id: r25795 | |||
2007-02-22 | cleanup | Max Horn | |
svn-id: r25794 | |||
2007-02-22 | Reduce chance for overflows in VorbisTrackInfo::play | Max Horn | |
svn-id: r25793 | |||
2007-02-22 | Updated FLAC code to match the changes made to the MP3 & Vorbis decoders ↵ | Max Horn | |
(e.g. use a SeekableReadStream for input, allow specifying parts of a stream via time-valued parameters, etc.) -- note: looping is not yet implemented, even though it is already present in the API svn-id: r25792 | |||
2007-02-22 | Fixed black screen in the outro sequence. | Johannes Schickel | |
svn-id: r25791 | |||
2007-02-22 | If an AudioStream returned a negative number in his readBuffer() method, ↵ | Max Horn | |
then CopyRateConverter::flow could have got stuck in a (quasi) endless loop svn-id: r25790 | |||
2007-02-22 | Added looping support and an enhanced factory function to the Vorbis code | Max Horn | |
svn-id: r25789 | |||
2007-02-22 | cleanup | Max Horn | |
svn-id: r25788 | |||
2007-02-22 | indentation | Gregory Montoir | |
svn-id: r25787 | |||
2007-02-22 | setup default colors for Amiga versions | Gregory Montoir | |
svn-id: r25786 | |||
2007-02-22 | some fixes with resource files handling for Amiga versions | Gregory Montoir | |
svn-id: r25785 | |||
2007-02-22 | Rewrote Ogg Vorbis code to be more flexible when it comes to seeking; also ↵ | Max Horn | |
now playback from arbitrary SeekableReadStream data sources is possible svn-id: r25784 | |||
2007-02-22 | Syntax fixes to conform to ScummVM coding standards | Paul Gilbert | |
svn-id: r25781 | |||
2007-02-22 | Added proper support for the random actions your sidekick can do in each room | Paul Gilbert | |
svn-id: r25780 | |||
2007-02-22 | Expanded script engine list of available schedules (original was too short), ↵ | Paul Gilbert | |
and added schedules for the random actions Ratpouch can do in each room svn-id: r25778 | |||
2007-02-22 | Added missing parameter in command line help | Paul Gilbert | |
svn-id: r25777 | |||
2007-02-21 | c&p error | Johannes Schickel | |
svn-id: r25775 | |||
2007-02-21 | Add support for MIDI music. THough the music is not yet heard since | Eugene Sandulenko | |
there are no instrument assignments yet. svn-id: r25774 | |||
2007-02-21 | Change an include to remove requirement of libfat | Neil Millstone | |
svn-id: r25773 | |||
2007-02-21 | Change an include to remove requirement of libfat | Neil Millstone | |
svn-id: r25772 | |||
2007-02-21 | added initial support for FOTAQ amiga versions | Gregory Montoir | |
svn-id: r25769 | |||
2007-02-21 | Fixed $URL$ and $Id$. | Johannes Schickel | |
svn-id: r25764 | |||
2007-02-21 | Skip music track 35 in CD releases of Simon 1, since it was replace by sound ↵ | Travis Howell | |
effect and the script was not updated. svn-id: r25762 | |||
2007-02-21 | Remove Amiga OCS specific code for copy protection screen in Simon 1, since ↵ | Travis Howell | |
it no longer required. svn-id: r25761 | |||
2007-02-21 | Bypass the copy protection screens in floppy disk releases of Simon the ↵ | Travis Howell | |
Sorcerer 1 and 2, with permission from Adventure Soft. svn-id: r25760 | |||
2007-02-21 | White space changes. | Travis Howell | |
svn-id: r25759 | |||
2007-02-21 | Add MSVC71 project file update from Quietust. | Travis Howell | |
svn-id: r25758 | |||
2007-02-20 | Revamed the Ogg Vorbis & FLAC DigitalTrackInfo subclasses to work similar to ↵ | Max Horn | |
the MP3 one (i.e. only open the data file when about to play) svn-id: r25757 | |||
2007-02-20 | Added looping to the MP3 streams (currently virtually untested, so watch out) | Max Horn | |
svn-id: r25756 | |||
2007-02-20 | Remove some leftover comments I made while writing the new MP3 code; make ↵ | Max Horn | |
use of the new ReadStream::readStream() method in makeMP3Stream() svn-id: r25755 | |||
2007-02-20 | Added new ReadStream::readStream method which can be used to read a portion ↵ | Max Horn | |
of an arbitrary ReadStream into a memory buffer wrapped by a MemoryReadStream svn-id: r25754 | |||
2007-02-20 | cleanup | Max Horn | |
svn-id: r25753 | |||
2007-02-20 | Patch #1663933 (Kill premix channel) with a few tiny additional tweaks by me | Max Horn | |
svn-id: r25752 | |||
2007-02-20 | Last batch of header consistency fixes. At least for the game engines. | Torbjörn Andersson | |
svn-id: r25751 | |||
2007-02-20 | Rewrote MP3InputStream mostly from scratch: | Max Horn | |
- added support for proper time-based seeking (for now internally only) - this should permit VBR encoded MP3 audio CD tracks to be used (not tested) - Symbian specific hacks were removed, as they hopefully aren't needed anymore (not tested)) This change will is likely to introduce regressions, everybody please test all cases where we allow using MP3 encoded data svn-id: r25750 | |||
2007-02-20 | More header fixes for that warm and fuzzy feeling of consistency. | Torbjörn Andersson | |
svn-id: r25749 |