aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/sound.cpp
AgeCommit message (Expand)Author
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-10-20AGI: Change g_useChorus to SoundMgr::_useChorus, and add FIXME comment about ...Max Horn
2009-10-18Introduced new type Common::DisposeAfterUse::FlagMax Horn
2009-07-14Remove ioFailed() usage from AGI engine.Kari Salminen
2009-06-19Fixed a warning about an uninitialized variableFilippos Karapetis
2009-06-17Preliminary support for CoCo3 music.Eugene Sandulenko
2009-06-13Added sanity checking to stopSound() and a bit more debug outputEugene Sandulenko
2009-06-06Whitespace fixes and C++ commentsEugene Sandulenko
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-05-18Fix bug with AGI ignoring music volume.Eugene Sandulenko
2009-05-10clean up AGI fillAudioWillem Jan Palenstijn
2009-01-29A ton of code formatting fixes; also fixed warnings about single line loops l...Max Horn
2009-01-03FormattingEugene Sandulenko
2008-11-20AGI: fsnodeNameEqualsIgnoreCase and FSNode usage should be replaced by SearchManMax Horn
2008-10-13Patch #2131406: AGI: Fix Crash with Apple][ Instruments.Kari Salminen
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
2008-09-30AGI: Another case where it is better to use FSNodes directly, instead of conv...Max Horn
2008-09-13Big patch changing the signature of various Stream methods (some ports may ne...Max Horn
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...Max Horn
2008-08-13Fixed initialization of some SoundMgr-class's member variables. Moved _sndBuf...Kari Salminen
2008-08-13Reverted r33815 (But not r33816).Kari Salminen
2008-08-13Shutting up Valgrind about using uninitialised values from array _chn in func...Kari Salminen
2008-08-13Changed Agi::SoundMgr's sound buffer to a member array of size BUFFER_SIZE. A...Kari Salminen
2008-04-21Fix timing in Apple IIGS MIDI parsing. Now sounds should get triggered at the...Kari Salminen
2008-04-17Fixed gcc warnings.Johannes Schickel
2008-04-17Fix building with GCC (a few extra ;'s got in there somehow).John Willis
2008-04-17Implemented Apple IIGS MIDI playing with software mixing.Kari Salminen
2008-04-15Make convertWave-function static as it uses no member variables.Kari Salminen
2008-04-15Cleanup (Remove unneeded functions and rename a struct correctly).Kari Salminen
2008-04-15Move MIDI program change mappings to their own structs (Useful for later chan...Kari Salminen
2008-04-08Implement the full range of Apple IIGS MIDI program number to instrument mapp...Kari Salminen
2008-04-03Add Apple IIGS MIDI program number to instrument number mappings (Both for th...Kari Salminen
2008-04-03After further testing it seems Apple IIGS midi playing speed is actually 60 t...Kari Salminen
2008-04-03Fix naming of the Apple IIGS midi speed variable and its value (Was erronousl...Kari Salminen
2008-04-03Fix Apple IIGS midi playing speed (Based on tests with Apple IIGS KQ1 and SQ1...Kari Salminen
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-18Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break compil...Max Horn
2007-09-11Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME ...Max Horn
2007-09-03Fix warning about unused static functionMax Horn
2007-09-03Some updates to preagi's sound system and code cleanupFilippos Karapetis
2007-08-28Fix relative pitch handling (It's signed, was interpreted as unsigned before).Kari Salminen
2007-08-21An encountered zero in an Apple IIGS sample stream turns off looping for that...Kari Salminen
2007-08-19Made Apple IIGS MIDI file parsing work (They aren't completely standard MIDI ...Kari Salminen
2007-08-19Removed superfluous variable checkings. Made it so that Apple IIGS mixing cod...Kari Salminen
2007-08-19Fixes previously crashing sound. Crash happened because of PCjr 4-channel mix...Kari Salminen
2007-08-19Some cleanup / const correctness / OOficationMax Horn
2007-08-19Fixed warning about global symbol 'chn' being shadowed by local declaration '...Max Horn
2007-08-18Changed Apple IIGS sample playing frequency multiplier from 1076.0 to C6 (i.e...Kari Salminen
2007-08-18Added support for playing Apple IIGS samples. The code's not very pretty at t...Kari Salminen