aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-02-24Added numLoops parameter to DigitalTrackInfo::playMax Horn
svn-id: r25836
2007-02-24Added filesize of indy/loom demo (didn't update the generated files on purpose)Max Horn
svn-id: r25835
2007-02-24cleanupMax Horn
svn-id: r25834
2007-02-24Add looping support to the FLAC decoderMax Horn
svn-id: r25833
2007-02-24Replaced variable buffer in the FLAC code by a fixed onMax Horn
svn-id: r25832
2007-02-24more FLAC code cleanupMax Horn
svn-id: r25831
2007-02-24Add support for touche engine.Kostas Nakos
Also, since QVGA smartphones can run any game, updated the action mappings to account for all of them. svn-id: r25830
2007-02-24Removed FlacInputStream::deleteBufferMax Horn
svn-id: r25829
2007-02-24Removed the (useless, thanks to resTypeFromId) 'name' parameter from ↵Max Horn
readResTypeList svn-id: r25828
2007-02-24SCUMM: cleanup (moved small header specific code from ↵Max Horn
ScummEngine::readResTypeList to ScummEngine_v4::readResTypeList) svn-id: r25827
2007-02-24SCUMM: Try to distinguish between indy3, indy3Towns, zakTowns, loomTowns in ↵Max Horn
the fallback (non-MD5) detection code svn-id: r25826
2007-02-24some fixes and additions for FOTAQ amiga versionsGregory Montoir
svn-id: r25825
2007-02-24Added Spanish version of The Dig; updated a comment on detecting TOWNS variantsMax Horn
svn-id: r25824
2007-02-24Added spanish Ween (bug #1667743)Sven Hesse
svn-id: r25823
2007-02-24Use AGDS feature for specifying demosEugene Sandulenko
svn-id: r25822
2007-02-24nippon safes demo is English, not FrenchNicola Mettifogo
svn-id: r25821
2007-02-24Update md5 details for Spanish version of Elvira 2.Travis Howell
svn-id: r25818
2007-02-24temporarily fix automatic detectionKostas Nakos
svn-id: r25817
2007-02-24Add the Hand of Fate demo.Travis Howell
svn-id: r25816
2007-02-24Set 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-24ArchiveFile's details are now known only to archive codeNicola Mettifogo
svn-id: r25814
2007-02-24french amiga demo is now recognized (not playable yet)Nicola Mettifogo
svn-id: r25813
2007-02-23Update copy protection bypass for Simon 1/2.Travis Howell
svn-id: r25809
2007-02-23Correct typo.Travis Howell
svn-id: r25808
2007-02-23Fix 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-23Modify 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-23Added a FIXME to this workaround (it might be to broad -- research needed)Max Horn
svn-id: r25804
2007-02-23Fix fixed spelling :)Max Horn
svn-id: r25803
2007-02-23Fix spelling.Eugene Sandulenko
svn-id: r25802
2007-02-23Put back DDP entries, but #if 0 them for future reference and preventEugene Sandulenko
anyone from adding them again. svn-id: r25801
2007-02-22fixed comments.Johannes Schickel
svn-id: r25797
2007-02-22FLAC code cleanupMax Horn
svn-id: r25796
2007-02-22added 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-22cleanupMax Horn
svn-id: r25794
2007-02-22Reduce chance for overflows in VorbisTrackInfo::playMax Horn
svn-id: r25793
2007-02-22Updated 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-22Fixed black screen in the outro sequence.Johannes Schickel
svn-id: r25791
2007-02-22If 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-22Added looping support and an enhanced factory function to the Vorbis codeMax Horn
svn-id: r25789
2007-02-22cleanupMax Horn
svn-id: r25788
2007-02-22indentationGregory Montoir
svn-id: r25787
2007-02-22setup default colors for Amiga versionsGregory Montoir
svn-id: r25786
2007-02-22some fixes with resource files handling for Amiga versionsGregory Montoir
svn-id: r25785
2007-02-22Rewrote 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-22Syntax fixes to conform to ScummVM coding standardsPaul Gilbert
svn-id: r25781
2007-02-22Added proper support for the random actions your sidekick can do in each roomPaul Gilbert
svn-id: r25780
2007-02-22Expanded 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-22Added missing parameter in command line helpPaul Gilbert
svn-id: r25777
2007-02-21c&p errorJohannes Schickel
svn-id: r25775
2007-02-21Add support for MIDI music. THough the music is not yet heard sinceEugene Sandulenko
there are no instrument assignments yet. svn-id: r25774