aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/music.h
AgeCommit message (Expand)Author
2016-04-14JANITORIAL: Reduce audio header dependenciesOri Avtalion
2016-01-14LAB: Call checkRoomMusic() when changing a roomFilippos Karapetis
2016-01-14LAB: Cleanup and reorder the music codeFilippos Karapetis
2016-01-14LAB: Move music reset code into a separate functionFilippos Karapetis
2015-12-27LAB: Do not pause the background music when a sound effect is playedFilippos Karapetis
2015-12-27LAB: Refactor the music codeFilippos Karapetis
2015-12-27LAB: Simplify fillBuffer()Filippos Karapetis
2015-12-27LAB: Unify the sound flags code for music and sound effectsFilippos Karapetis
2015-12-27LAB: Rename _lastMusicRoom to _curRoomMusicFilippos Karapetis
2015-12-27LAB: Get rid of _doResetFilippos Karapetis
2015-12-26LAB: Clean up sound effect looping, starting and stopping codeFilippos Karapetis
2015-12-23LAB: Get rid of _waitTillFinishedFilippos Karapetis
2015-12-23LAB: Finish moving function comments to headerStrangerke
2015-12-23LAB: Replace char* by Common::String in several functionsStrangerke
2015-12-23LAB: Use an array of Common::Strings instead of bytes in ActionStrangerke
2015-12-23LAB: Rename a parameter for consistency with other function definitionsStrangerke
2015-12-23LAB: Change the graphics and audio code to use Common::File directlyFilippos Karapetis
2015-12-23LAB: Simplify calls to initMusic()Filippos Karapetis
2015-12-23LAB: Get rid of _unstoppableSoundEffectFilippos Karapetis
2015-12-23LAB: check header define names, rename a parameter of processMonitor()Strangerke
2015-12-23LAB: Review Music declaration, some refactoring and renamingStrangerke
2015-12-23LAB: More header dependency reduxEugene Sandulenko
2015-12-23LAB: Removed unnecessary includesEugene Sandulenko
2015-12-23LAB: Use // for commentsStrangerke
2015-12-23LAB: remove some useless forward references and includesStrangerke
2015-12-23LAB: Move readSound() into the Music classFilippos Karapetis
2015-12-23LAB: Move _rooms to LabEngine, some renamingStrangerke
2015-12-23LAB: Move readMusic to the Music classStrangerke
2015-12-23LAB: Rewrite picture handling and get rid of the memory managerFilippos Karapetis
2015-12-23LAB: The size parameter of newOpen() is no longer usedFilippos Karapetis
2015-12-23LAB: Move Music declaration to a separate header fileStrangerke