aboutsummaryrefslogtreecommitdiff
path: root/sound/mods/tfmx.cpp
AgeCommit message (Expand)Author
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-19Fixed some cppcheck warnings.Torbjörn Andersson
2009-08-24Merge with trunkNorbert Lange
2009-08-18dont keep some unused parts of the mdatfile in memoryNorbert Lange
2009-08-13(re-)initialise some Variables when sound is stoppedNorbert Lange
2009-08-09fixed up some missing newlinesNorbert Lange
2009-08-07added stub for setting audio filter in PaulaNorbert Lange
2009-08-05move function definitions from header to the cpp fileNorbert Lange
2009-08-05moved check if class should be compiled to the headerNorbert Lange
2009-08-05fixed wrong indentationNorbert Lange
2009-08-05check if modplayers should be compiled based on engine-macrosNorbert Lange
2009-08-04added warning should the sound files not be available (intro will hang if the...Norbert 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-02fix some more harmless warnings to make gcc shutupNorbert 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-01stole formatting for constructors from existing codeNorbert 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-31Added the last 2 patterncommands just so I dont have to warn about unimplemen...Norbert Lange
2009-07-31process all DMA Events before Macros, for the unlikely chance of making a dif...Norbert 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-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-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