Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | QUEEN: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-01-26 | JANITORIAL: Enforce "} // End of namespace" with a single space after }. | Johannes Schickel | |
2013-01-26 | QUEEN: Rename override to overrideCmd. | Johannes Schickel | |
This fixes compilation on pre-C++11 compilers. | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-03-20 | QUEEN: Fix the journal's music volume slider | dhewg | |
Another regression from b5af1568 | |||
2011-03-19 | QUEEN: Init volume levels on startup | dhewg | |
And cleanup syncSoundSettings() Also, respect global mute settings | |||
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 | |||
2011-02-07 | QUEEN: Avoid hiding an overloaded virtual method | Max Horn | |
svn-id: r55819 | |||
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn | |
svn-id: r54385 | |||
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn | |
svn-id: r48637 | |||
2010-02-03 | - Rename FlacStream to FLACStream. | Johannes Schickel | |
- Rename makeFlacStream to makeFLACStream. svn-id: r47846 | |||
2010-01-30 | Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream. | Johannes Schickel | |
svn-id: r47716 | |||
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir ↵ | Max Horn | |
sound/decoders/ svn-id: r47579 | |||
2010-01-23 | Reorder params to Audio::makeRawMemoryStream | Max Horn | |
svn-id: r47492 | |||
2010-01-19 | Move raw audio flags from sound/mixer.h to sound/raw.h | Max Horn | |
svn-id: r47395 | |||
2010-01-19 | Get rid of Mixer::playRaw for good | Max Horn | |
svn-id: r47394 | |||
2010-01-19 | Get rid of Mixer::FLAG_AUTOFREE. | Max Horn | |
Also fix several recently introduced new/delete vs. malloc/free mismatches. svn-id: r47369 | |||
2010-01-16 | Switch most AudioStream factories to use DisposeAfterUse::Flag | Max Horn | |
svn-id: r47334 | |||
2010-01-05 | Remove unsafe getTotalPlayTime from AudioStream. | Johannes Schickel | |
svn-id: r47037 | |||
2009-08-30 | Fix indentation | Jordi Vilalta Prat | |
svn-id: r43837 | |||
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson | |
look at debug() and debugC(), since I'm really bored with this now. :-) svn-id: r41061 | |||
2008-09-01 | Merging more of the GSoC 2008 RTL branch: QUEEN | Max Horn | |
svn-id: r34247 | |||
2008-08-25 | Refined the workaround for wrongly compressed audio. If the sample rate is given | Torbjörn Andersson | |
as 11025 Hz, it should be 11840 Hz. However, a fixed version of compress_queen won't necessarily produce files with that sample rate, since LAME will resample the sounds to 12000 Hz. I.e. we can only override the rate if it's exactly 11025. svn-id: r34169 | |||
2008-08-04 | Merged revisions ↵ | Christopher Page | |
33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,33212,33218-33220,33222,33224-33226,33229-33243,33246,33248-33250,33252,33258-33261,33263,33266,33270,33272-33283,33285,33287-33290,33295-33298,33321,33325-33330,33332-33335,33337-33340,33342,33345,33347,33349-33350,33352-33357,33359-33367,33369-33371,33373,33375-33377,33379-33380,33383-33385,33387-33389,33392-33394,33400-33402,33404-33405,33407-33410,33412-33416,33418-33419,33425-33427,33432,33436-33438,33444,33446,33452-33453,33455-33459,33463-33464,33466-33471,33473-33474,33478,33490,33492,33495-33496,33509-33512,33518-33519,33522-33527,33529-33530,33537,33541,33544,33546,33550,33552-33554,33556,33558,33561-33562,33565,33568,33570,33574,33576,33578-33581,33584-33587,33590,33596,33604-33611,33614-33615,33617-33618,33620-33621 via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r33624 | |||
2008-07-31 | Applied my patch #2030058 ("Workaround for incorrectly compressed FotAQ"), and | Torbjörn Andersson | |
made a mention in NEWS that speech is played correctly now. Of course, we should still provide a correctly compressed version at some point. svn-id: r33471 | |||
2008-07-21 | Merged revisions ↵ | Christopher Page | |
33052-33053,33056-33058,33061-33064,33068,33070,33072,33075,33078-33079,33083,33086-33087,33089,33094-33096,33098-33099,33104,33108-33109,33114-33117,33120,33135-33146,33160,33162,33165,33167-33169 via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r33183 | |||
2008-07-18 | QUEEN sound settings work with the GMM | Christopher Page | |
svn-id: r33093 | |||
2008-07-15 | fix bug #1876741: changed .SB playback rate to 11840Hz (matches dos game) | Gregory Montoir | |
svn-id: r33079 | |||
2008-07-15 | fix bug #1995042: stop previous sfx playback when starting a new sfx ↵ | Gregory Montoir | |
(matches original dos code). Also removed the "sound skipping" hack in final bam scene. svn-id: r33078 | |||
2008-07-05 | Queen sound settings are now configurable through the GMM | Christopher Page | |
svn-id: r32922 | |||
2007-11-30 | indentation | Gregory Montoir | |
svn-id: r29671 | |||
2007-11-30 | Indentation. | Torbjörn Andersson | |
svn-id: r29660 | |||
2007-11-18 | added rjp1 module specific pattern playback | Gregory Montoir | |
svn-id: r29559 | |||
2007-11-15 | added support for Adlib tracks | Gregory Montoir | |
svn-id: r29509 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-09-01 | Cleanup: remove obsolete code (PalmOS 68K version not supported anymore) | Chris Apers | |
svn-id: r28803 | |||
2007-07-15 | Fixed sound factory messup caused by my previous commit | Max Horn | |
svn-id: r28111 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-04-26 | Removing more semicola | Max Horn | |
svn-id: r26597 | |||
2007-03-20 | enabled music volume changes in Amiga version | Gregory Montoir | |
svn-id: r26265 | |||
2007-03-16 | fixed volume slidebar display in journal, removed unused var | Gregory Montoir | |
svn-id: r26149 | |||
2007-03-08 | Since the amiga version handle music very differently than the PC version, ↵ | Gregory Montoir | |
the existing Music and MusicPlayer classes have been merged to a single MidiMusic class, simplifying code a bit. svn-id: r26033 | |||
2007-02-26 | some fixes for FOTAQ Amiga versions, cleanup | Gregory Montoir | |
svn-id: r25886 | |||
2007-02-25 | added AmigaSound::playRandomPatternJungle, minor cleanup | Gregory Montoir | |
svn-id: r25860 | |||
2007-02-22 | indentation | Gregory Montoir | |
svn-id: r25787 | |||
2007-02-22 | some fixes with resource files handling for Amiga versions | Gregory Montoir | |
svn-id: r25785 | |||
2007-02-21 | added initial support for FOTAQ amiga versions | Gregory Montoir | |
svn-id: r25769 | |||
2007-02-20 | cleanup | Max Horn | |
svn-id: r25753 | |||
2007-02-18 | added basic support for playing FOTAQ amiga modules files (rjp1) instead of ↵ | Gregory Montoir | |
MIDI (code is currently #ifdef'ed out). svn-id: r25707 |