aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular/sound_nebular.cpp
AgeCommit message (Collapse)Author
2014-10-22MADS: Remove unused variablePaul Gilbert
2014-10-22MADS: Add md5 checks for the asound.00* sound driversPaul Gilbert
The implementation of the sound driver code relies on the data for each sound being at specific locations in the files, so this ensures that if any language version changes the sound files, we'll know about it
2014-09-29MADS: Rex - Fix safety check in ASound9Strangerke
2014-09-05MADS: Fix OPL init error when showing credits multiple timesPaul Gilbert
2014-09-05MADS: Fix starting TextView palette setup and scroll endingPaul Gilbert
2014-08-31MADS: Implement sound player group #9Paul Gilbert
2014-05-28MADS: Janitorial - Trim trailing spaces and tabsStrangerke
2014-05-28MADS: Fix some more missing initializationsStrangerke
2014-05-27MADS: initialise -> initialize.Johannes Schickel
2014-05-27MADS: Slight formatting fixes.Johannes Schickel
2014-05-26MADS: Fix a couple of out of bound access in ASound7 and ASound8Strangerke
2014-05-19MADS: Reduce the scope of a variable in ASoundStrangerke
2014-05-19MADS: Some more British -> American English modificationsStrangerke
2014-05-16MADS: Add a sanity check in pollActiveChannel()Filippos Karapetis
This avoids a crash when Rex is knocked unconscious in scene 318
2014-05-16MADS: Implemented sound player for scene group 8Paul Gilbert
2014-05-15MADS: Implemented sound player for scene group 7Paul Gilbert
2014-05-15MADS: Implement sound player for scene group 6Paul Gilbert
2014-05-15MADS: Implemented sound player for scene group 5Paul Gilbert
2014-05-15MADS: Fix incorrect array indexes referencing outputIndexesPaul Gilbert
2014-05-15MADS: Implemented sound player for scene group 4Paul Gilbert
2014-05-15MADS: Implemented sound player for scene group 3Paul Gilbert
2014-05-14MADS: Implemented sound player for scene group 2Paul Gilbert
2014-05-08MADS: Remove trailing whitespaceFilippos Karapetis
2014-02-28MADS: More work implementing scene info loadingPaul Gilbert
2014-02-21MADS: Added remaining commands from the asound.001 playerPaul Gilbert
2014-02-19MADS: Moved sound_nebular file into new nebular/ folderPaul Gilbert