aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)Author
2009-07-06GCC thinks it's wrong to goto past variables being initialised (even if theyTorbjörn Andersson
2009-07-06Implemented a few commandsNorbert Lange
2009-07-04Added tons of members to MaxTrax, songs get fully loaded and stored internallyNorbert Lange
2009-07-01added a skeleton for maxtrax modules. Not much happening yet, just reading an...Norbert Lange
2009-07-01- Added GCC_PRINTF attribute to several funcs where it makes senseMax Horn
2009-07-01some Code-FormattingNorbert Lange
2009-07-01Merging in changes from trunkNorbert Lange
2009-07-01Added kyra projectNorbert Lange
2009-06-30engines/scumm/*: enabled choosing of the colorpalette, by setting RenderMode ...Norbert Lange
2009-06-27Modified macro-,patter-,track-step functions to loop aslong they are supposed...Norbert Lange
2009-06-25Fixed restarting of song (hopefully thouroughly)Norbert Lange
2009-06-20and 1 fix for a regression - always set sampleperiod before starting outputNorbert Lange
2009-06-20fixed portamento-effect.Norbert Lange
2009-06-20Some more cleanups,Norbert Lange
2009-06-19Added fade effect, song 17 uses it.Norbert Lange
2009-06-19modified doSong so you can start a new Song without killing running macrosNorbert Lange
2009-06-19moved common initialisation routines into their own functions. doMacro and do...Norbert Lange
2009-06-19more cleanups, got rid of pendingTrackstep variableNorbert Lange
2009-06-19Enabled signals and made ScummVM use them (they specify when a song should be...Norbert Lange
2009-06-19added support for SFX by using a seperate Player for them.Norbert Lange
2009-06-19Ugly hack for fixing color paletteNorbert Lange
2009-06-15My last commit fired an assert on some songs, fixed!Norbert Lange
2009-06-15Fixed a bug which caused MI Song 3 to loop forever. Made my hack to automatic...Norbert Lange
2009-06-14Removed some debugmessages so Linux manages to build again =/Norbert Lange
2009-06-14player_v4a:Norbert Lange
2009-06-12Removed alot of the debug-outputNorbert Lange
2009-06-12sdl.cpp, main.cpp:Norbert Lange
2009-06-12* Moved the updated IFF code from Parallaction to common/Nicola Mettifogo
2009-06-12* Replaced the A8SVXDecoder class with a function to return an AudioStream in...Nicola Mettifogo
2009-06-10Finally fixed weird volume effects by fixing "wait on keyup"Norbert Lange
2009-06-10Fix looping of TracksNorbert Lange
2009-06-10Enabled envelope effect, but it still needs some work.Norbert Lange
2009-06-09tfmx.c,.h: added portamento and envelope-effect (envelope not active yet)Norbert Lange
2009-06-08tfmx.cpp:Norbert Lange
2009-06-08Spaces for alignment, not tabs :PSven Hesse
2009-06-08Initital commit modifying buildsystem and adding a TFMX Module-PlayerNorbert Lange
2009-06-06Patch #1365914: "SCUMM: CMS support." Disabled by default. Still plenty to do.Eugene Sandulenko
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-05-29Double volume of DOSBox' OPL emulator, like DOSBox does too.Johannes Schickel
2009-05-28Added Audio::Timestamp::addMsecs methodMax Horn
2009-05-27Add include guard.Johannes Schickel
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-05-23Add support for "getTotalPlayTime" in LinearMemoryStream again.Johannes Schickel
2009-05-23Allow for different MOD signaturesSven Hesse
2009-05-22Fixed a warning: printf("%f") should take a double, not a float.Marcus Comstedt
2009-05-19COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate...Max Horn
2009-05-18Add some simple implementation for type 8 data blocks:Johannes Schickel
2009-05-18Fix crash when any movie is played in the Macintosh version of The Feebles Fi...Travis Howell
2009-05-13Fix spelling of AdLib (it's AdLib not Adlib).Johannes Schickel
2009-05-13Make g++ 4.4 happy (warning about out of bounds access).Johannes Schickel