Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2007-02-20 | Removed 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-20 | Cleanup. | Torbjörn Andersson | |
svn-id: r25747 | |||
2007-02-20 | Another batch of header consistency changes. | Torbjörn Andersson | |
svn-id: r25746 | |||
2007-02-20 | Guard cdrom.h against being included multiple times. | Torbjörn Andersson | |
svn-id: r25745 | |||
2007-02-20 | More header consistency fixes. (Actually, there was nothing at all to keep | Torbjörn Andersson | |
font.h from being included multiple times.) svn-id: r25744 | |||
2007-02-20 | made hi-level parsing routines (Zone, Commands, Dialogue, Animation) rely on ↵ | Nicola Mettifogo | |
Script objects for input. svn-id: r25743 | |||
2007-02-20 | Document AudioCDManager::play | Max Horn | |
svn-id: r25742 | |||
2007-02-20 | SCUMM: Added spanish LANGUAGE.TAB info for COMI (thanks to ssdsa from the ↵ | Max Horn | |
forums) svn-id: r25741 | |||
2007-02-20 | Cleaned 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-20 | changed parseComment to use Script stream instead of file | Nicola Mettifogo | |
svn-id: r25739 | |||
2007-02-20 | cleanup and small fixes | Nicola Mettifogo | |
svn-id: r25738 | |||
2007-02-20 | animation 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-20 | Update details for English version of Elvira 2 for Atari ST. | Travis Howell | |
svn-id: r25736 | |||
2007-02-20 | Add French version of Elvira 2 for Amiga. | Travis Howell | |
svn-id: r25735 | |||
2007-02-19 | Correct playing back music 0 in Simon the Sorcerer 1, when using replacment ↵ | Travis Howell | |
soundtrack. svn-id: r25734 | |||
2007-02-19 | first step in parser simplification | Nicola Mettifogo | |
svn-id: r25733 | |||
2007-02-19 | Enhance (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-19 | As Fingolfin pointed out, we no longer need two different CD timer intervals | Torbjö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-19 | Renamed ANIMATION_H to AGOS_ANIMATION_H. | Torbjörn Andersson | |
svn-id: r25730 | |||
2007-02-19 | So 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-19 | Use consistent naming for the preprocessor constants used to guarantee that | Torbjö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-19 | Renamed SAGA_xxx_H_ to SAGA_xxx_H for consistency. | Torbjörn Andersson | |
svn-id: r25726 | |||
2007-02-19 | a little more refactoring | Nicola Mettifogo | |
svn-id: r25725 | |||
2007-02-19 | refactoring | Nicola Mettifogo | |
svn-id: r25724 | |||
2007-02-19 | a little bit of fiddling to expose similarities between routines | Nicola Mettifogo | |
svn-id: r25723 | |||
2007-02-19 | Fix compilation | Eugene Sandulenko | |
svn-id: r25722 | |||
2007-02-19 | table routines merged with common engine code | Nicola Mettifogo | |
svn-id: r25721 | |||
2007-02-19 | oops forgot to update make module | Nicola Mettifogo | |
svn-id: r25720 | |||
2007-02-19 | renamed file to follow common convention | Nicola Mettifogo | |
svn-id: r25719 | |||
2007-02-19 | moved specialised parsing routines in parser.cpp, so code can be refactored ↵ | Nicola Mettifogo | |
more easily svn-id: r25718 | |||
2007-02-19 | fixed bad implementation | Nicola Mettifogo | |
svn-id: r25717 | |||
2007-02-19 | Move SCUMM version checks for settings up monst.er.sou file, to higher level. | Travis Howell | |
svn-id: r25716 | |||
2007-02-19 | fixed engine bug preventing savegames from being consistent with the actual ↵ | Nicola Mettifogo | |
game status. The workaround code comes from BRA. svn-id: r25715 |