aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-02-21Change an include to remove requirement of libfatNeil Millstone
svn-id: r25773
2007-02-21Change an include to remove requirement of libfatNeil Millstone
svn-id: r25772
2007-02-21added initial support for FOTAQ amiga versionsGregory Montoir
svn-id: r25769
2007-02-21Fixed $URL$ and $Id$.Johannes Schickel
svn-id: r25764
2007-02-21Skip 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-21Remove Amiga OCS specific code for copy protection screen in Simon 1, since ↵Travis Howell
it no longer required. svn-id: r25761
2007-02-21Bypass 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-21White space changes.Travis Howell
svn-id: r25759
2007-02-21Add MSVC71 project file update from Quietust.Travis Howell
svn-id: r25758
2007-02-20Revamed 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-20Added looping to the MP3 streams (currently virtually untested, so watch out)Max Horn
svn-id: r25756
2007-02-20Remove 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-20Added 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-20cleanupMax Horn
svn-id: r25753
2007-02-20Patch #1663933 (Kill premix channel) with a few tiny additional tweaks by meMax Horn
svn-id: r25752
2007-02-20Last batch of header consistency fixes. At least for the game engines.Torbjörn Andersson
svn-id: r25751
2007-02-20Rewrote 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-20More header fixes for that warm and fuzzy feeling of consistency.Torbjörn Andersson
svn-id: r25749
2007-02-20Removed XORReadStream (it was unused); enhanced MemoryReadStream to be able ↵Max Horn
to dispose the memory block it wraps (simplifies memory management) svn-id: r25748
2007-02-20Cleanup.Torbjörn Andersson
svn-id: r25747
2007-02-20Another batch of header consistency changes.Torbjörn Andersson
svn-id: r25746
2007-02-20Guard cdrom.h against being included multiple times.Torbjörn Andersson
svn-id: r25745
2007-02-20More header consistency fixes. (Actually, there was nothing at all to keepTorbjörn Andersson
font.h from being included multiple times.) svn-id: r25744
2007-02-20made hi-level parsing routines (Zone, Commands, Dialogue, Animation) rely on ↵Nicola Mettifogo
Script objects for input. svn-id: r25743
2007-02-20Document AudioCDManager::playMax Horn
svn-id: r25742
2007-02-20SCUMM: Added spanish LANGUAGE.TAB info for COMI (thanks to ssdsa from the ↵Max Horn
forums) svn-id: r25741
2007-02-20Cleaned up AudioCDManager::getCachedTrack (in particular, don't empty a slot ↵Max Horn
in the track cache if we are not going to use it) svn-id: r25740
2007-02-20changed parseComment to use Script stream instead of fileNicola Mettifogo
svn-id: r25739
2007-02-20cleanup and small fixesNicola Mettifogo
svn-id: r25738
2007-02-20animation scripts are now parsed through the same pipeline used for location ↵Nicola Mettifogo
scripts. Thus, animation scripts are now cached instead of being read line by line. svn-id: r25737
2007-02-20Update details for English version of Elvira 2 for Atari ST.Travis Howell
svn-id: r25736
2007-02-20Add French version of Elvira 2 for Amiga.Travis Howell
svn-id: r25735
2007-02-19Correct playing back music 0 in Simon the Sorcerer 1, when using replacment ↵Travis Howell
soundtrack. svn-id: r25734
2007-02-19first step in parser simplificationNicola Mettifogo
svn-id: r25733
2007-02-19Enhance (Seekable)SubReadStream so be able to (optionally) dispose the ↵Max Horn
parent stream after it's been used (simplifies memory management for client code) svn-id: r25732
2007-02-19As Fingolfin pointed out, we no longer need two different CD timer intervalsTorbjörn Andersson
for Loom and everything else. Adjusted the value, taking advantage of the greater timer resolution, and clarified which two scenes need to be tested if we ever want to adjust this value further. svn-id: r25731
2007-02-19Renamed ANIMATION_H to AGOS_ANIMATION_H.Torbjörn Andersson
svn-id: r25730
2007-02-19So far we only accepted track1.* as name for audio tracks -- now we also ↵Max Horn
accept track01.* (we still only document the former naming scheme, intentionally) svn-id: r25728
2007-02-19Use consistent naming for the preprocessor constants used to guarantee thatTorbjörn Andersson
header files are only included once. Many of them didn't have a SCUMM prefix which could have lead to clashes with common header files. svn-id: r25727
2007-02-19Renamed SAGA_xxx_H_ to SAGA_xxx_H for consistency.Torbjörn Andersson
svn-id: r25726
2007-02-19a little more refactoringNicola Mettifogo
svn-id: r25725
2007-02-19refactoringNicola Mettifogo
svn-id: r25724
2007-02-19a little bit of fiddling to expose similarities between routinesNicola Mettifogo
svn-id: r25723
2007-02-19Fix compilationEugene Sandulenko
svn-id: r25722
2007-02-19table routines merged with common engine codeNicola Mettifogo
svn-id: r25721
2007-02-19oops forgot to update make moduleNicola Mettifogo
svn-id: r25720
2007-02-19renamed file to follow common conventionNicola Mettifogo
svn-id: r25719
2007-02-19moved specialised parsing routines in parser.cpp, so code can be refactored ↵Nicola Mettifogo
more easily svn-id: r25718
2007-02-19fixed bad implementationNicola Mettifogo
svn-id: r25717
2007-02-19Move SCUMM version checks for settings up monst.er.sou file, to higher level.Travis Howell
svn-id: r25716