aboutsummaryrefslogtreecommitdiff
path: root/sound/mods
AgeCommit message (Expand)Author
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-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-19use own soundhandle as the ones in Kyra::Sound seem to be used for voices (an...Norbert Lange
2009-07-19use ticks for timing fadeoutNorbert Lange
2009-07-19fixed retiring of external NotesNorbert Lange
2009-07-19fixed: intro-music started twice because it was hardcoded in the engineNorbert Lange
2009-07-19add support for fadeoutNorbert Lange
2009-07-19some more tables included, for tempo and volume valuesNorbert Lange
2009-07-18fixed some initialisation issuesNorbert Lange
2009-07-18first attempt at enabling soundeffects using an table from the executeable. D...Norbert Lange
2009-07-17added primitive support for Kyrandia`s Intro Music.Norbert Lange
2009-07-17precalculating some more from CalcNoteNorbert Lange
2009-07-17avoid some calculations from being done every time in CalcNoteNorbert Lange
2009-07-17simplified NoteOn calculationsNorbert Lange
2009-07-14removed one more useless variable and turned often used flags into boolsNorbert Lange
2009-07-13cleaned up NoteOn a bitNorbert Lange
2009-07-13added routine pickvoice to dinamically choose a fitting channelNorbert Lange
2009-07-10made all structures that are only written when loading song/samples constNorbert Lange
2009-07-10added initialisation of channelsNorbert Lange
2009-07-10changed: period in Paula get set immediately instead of queuedNorbert Lange
2009-07-10added timebased effectsNorbert Lange
2009-07-09fixed some mismatched new[]/deleteNorbert Lange
2009-07-09fixed up some constantsNorbert Lange
2009-07-09fixed (and inlined) the "Antilog" functionNorbert Lange
2009-07-08implemented setting note-periods, likely still somewhat wrong.Norbert Lange
2009-07-06fix identation and replaced the "goto-workaround" with something simplerNorbert Lange
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-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