aboutsummaryrefslogtreecommitdiff
path: root/sound/mods/tfmx.h
AgeCommit message (Expand)Author
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-10-09Remove some unused variablesMax Horn
2009-10-08Change doxygen inline comments from "//!" to "///" as proposed on -develMax Horn
2009-08-13(re-)initialise some Variables when sound is stoppedNorbert Lange
2009-08-07added stub for setting audio filter in PaulaNorbert Lange
2009-08-05added some error messages to the compile-time checksNorbert Lange
2009-08-05moved check if class should be compiled to the headerNorbert Lange
2009-08-05fixed wrong indentationNorbert Lange
2009-08-04moved helper functions from the header file into the cpp fileNorbert Lange
2009-08-04added doxygeb commentsNorbert Lange
2009-08-04moved code for initialising patterns into own functionNorbert Lange
2009-08-04Some formatting changes and added commentsNorbert Lange
2009-08-02made some unused methods privateNorbert Lange
2009-08-02fixed some constness warningsNorbert Lange
2009-08-02made MdatResource struct private and changed the signatures of functions whic...Norbert Lange
2009-08-01engines/scumm/scumm.cpp: terminate method is pretty redundant - removedNorbert Lange
2009-08-01refactored and commented player_va4 a bitNorbert Lange
2009-07-31using accessmodifiers in Tfmx now and removed/disabled functions that now don...Norbert Lange
2009-07-01added a skeleton for maxtrax modules. Not much happening yet, just reading an...Norbert Lange
2009-07-01some Code-FormattingNorbert 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-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-15Fixed a bug which caused MI Song 3 to loop forever. Made my hack to automatic...Norbert Lange
2009-06-14player_v4a:Norbert 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-08Initital commit modifying buildsystem and adding a TFMX Module-PlayerNorbert Lange