Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-19 | fix compile warning | Andrew Kurushin | |
svn-id: r19664 | |||
2005-11-15 | Speech support for FF. | Travis Howell | |
svn-id: r19600 | |||
2005-11-15 | Correction to pathfinding in FF. | Travis Howell | |
svn-id: r19597 | |||
2005-11-14 | Initial sound support for FF. | Travis Howell | |
svn-id: r19593 | |||
2005-11-13 | Fix sound looping regression in simon2 (Windows). | Travis Howell | |
Sound flags were been reset. svn-id: r19583 | |||
2005-11-12 | Old targets will be auto updated. | Travis Howell | |
Many non-English versions will be broken until information is updated. svn-id: r19563 | |||
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-08-30 | Fix regression in Amiga version of simon2. | Travis Howell | |
svn-id: r18721 | |||
2005-08-10 | Don't explicity check for tremor and vorbis everywhere and | Jonathan Gray | |
require both USE_TREMOR and USE_VORBIS to be defined when using tremor. svn-id: r18642 | |||
2005-08-10 | Rest of the changes required for tremor to actually work. | Jonathan Gray | |
Based on patches against 0.7.1 by Jolan Luff. svn-id: r18641 | |||
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn | |
svn-id: r18444 | |||
2005-05-11 | Moved some more stuff to namespace Audio (enough for tonight) | Max Horn | |
svn-id: r18040 | |||
2005-05-10 | Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' ↵ | Max Horn | |
because we already have many classes with that name) svn-id: r18039 | |||
2005-05-10 | Moved class File and the MD5 stuff to namespace Common | Max Horn | |
svn-id: r18037 | |||
2005-05-08 | Renamed variables to match our naming conventions; added ↵ | Max Horn | |
Sound::isVoiceActive() method; made some more members of class Sound private svn-id: r17958 | |||
2005-05-08 | No need to check for speech file in non-talkie versions. | Travis Howell | |
svn-id: r17952 | |||
2005-05-08 | Auto detect effect file type in Simon the Sorcerer 1. | Travis Howell | |
svn-id: r17951 | |||
2005-05-08 | Cleanup | Travis Howell | |
svn-id: r17950 | |||
2005-05-08 | Fix sound regressions. | Travis Howell | |
svn-id: r17948 | |||
2005-05-06 | Use ScummVM code formatting for names. | Travis Howell | |
svn-id: r17930 | |||
2005-05-06 | Auto detect music and voice types, where possible. | Travis Howell | |
Use correct set of MIDI tracks for MT32 in Simon the Sorcerer 2. svn-id: r17925 | |||
2005-03-12 | PlayingSoundHandle -> SoundHandle; also, turned the handle activity check ↵ | Max Horn | |
into a mixer method svn-id: r17106 | |||
2005-03-09 | changing AudioDataType -> SoundType, so now the constant names match the ↵ | Max Horn | |
name of the data type / the SoundMixer method names svn-id: r17052 | |||
2005-01-14 | Change SIMON to use makeWAVStream - patch #1101740 | Travis Howell | |
svn-id: r16555 | |||
2005-01-09 | Mark some places which probably should use loadWAVFromStream(); maybe some ↵ | Max Horn | |
of the engine maintainers can look into using it svn-id: r16503 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-12-27 | Added 'sound types' to the mixer - for now, only plain (for the premixer), ↵ | Max Horn | |
SFX and music; volume is now controlled based on the sound type svn-id: r16330 | |||
2004-12-11 | change loadVOCFromStream to take a reference instead of a pointer (to a stream) | Max Horn | |
svn-id: r16035 | |||
2004-11-27 | Added some more mixer doxygen docs; cleaned up Mixer API a bit, removing ↵ | Max Horn | |
some very specialised methods svn-id: r15914 | |||
2004-07-31 | changed loadVOCFile to work on a generic ReadStream instead of a File, and ↵ | Max Horn | |
renamed it to loadVOCFromStream; removed readVOCFromMemory as it isn't used anymore, and in the future, a MemoryReadstream plus loadVOCFromStream can achieve the same effect svn-id: r14383 | |||
2004-07-30 | Reduce simon 1/2 targets | Travis Howell | |
Add auto detection svn-id: r14361 | |||
2004-06-27 | Reversed param order of File::open() -- this allowed me to get rid of a few ↵ | Max Horn | |
more getGameDataPath() calls svn-id: r14090 | |||
2004-02-22 | Patch #885904 (Flac Support) with some tweaks by me | Max Horn | |
svn-id: r12984 | |||
2004-01-19 | oops | Oliver Kiehl | |
svn-id: r12511 | |||
2004-01-19 | fix memory leak | Oliver Kiehl | |
svn-id: r12510 | |||
2004-01-19 | fix mp3 and vorbis specific bug in which sound files could have been read | Oliver Kiehl | |
as zero-byte files in the case that two following offsets pointed to the same file. svn-id: r12509 | |||
2004-01-11 | fix silly bug | Oliver Kiehl | |
svn-id: r12319 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2004-01-03 | renamed SimonSound class back to just Sound (now that we use namespaces that ↵ | Max Horn | |
is just fine) svn-id: r12098 | |||
2003-12-27 | Use VOC reader from voc.h | Max Horn | |
svn-id: r11963 | |||
2003-12-24 | turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, ↵ | Max Horn | |
mainly because people kept (accidentally and sometimes on purpose :-) misusing them svn-id: r11881 | |||
2003-12-21 | add purely experimental & untested Ogg Vorbis support to Simon | Max Horn | |
svn-id: r11816 | |||
2003-12-21 | don't use sound/mixer index, rather use the sound handle! | Max Horn | |
svn-id: r11794 | |||
2003-12-13 | Remove warning. | Travis Howell | |
svn-id: r11609 | |||
2003-12-13 | Don't switch voice file in simon2mac unless needed. | Travis Howell | |
svn-id: r11608 | |||
2003-12-01 | cleanup | Max Horn | |
svn-id: r11439 | |||
2003-11-29 | cleanup; fix some memory leaks; more memory leaks remaining | Max Horn | |
svn-id: r11419 | |||
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11214 | |||
2003-10-23 | Don't attempt to play sound in simon2mac if file doesn't exist. | Travis Howell | |
Add fixme for simon2mac, freeing voice at this point which causes crashes. svn-id: r10943 |