aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)Author
2009-08-05fixed wrong indentationNorbert Lange
2009-08-05check if modplayers should be compiled based on engine-macrosNorbert Lange
2009-08-04cleaned up sound_amiga.cpp a bit, added checks for missing filesNorbert 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-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-29Fix typo, which made our "floorf" macro use "floorf" instead of "floor" on sy...Johannes Schickel
2009-07-27Oops enabled HACK to prevent multiple OPL instances again.Johannes Schickel
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-17merge with trunkNorbert 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-15Got rid of two more ioFailed usesMax Horn
2009-07-14Got rid of some more ioFailed uses (also fixed a potential leak in graphics/f...Max Horn
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-09Added proper safeguards for shorten.*, thereby fixing commit 42259Filippos Karapetis
2009-07-09Renamed sound/iff.* to sound/iff_sound.* to fix an issue with the upcoming ch...Filippos Karapetis
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-08Added guards to only include the Shorten audio code when the SAGA2 code in th...Filippos Karapetis
2009-07-06fix identation and replaced the "goto-workaround" with something simplerNorbert Lange