index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
lab
/
music.h
Age
Commit message (
Collapse
)
Author
2016-04-14
JANITORIAL: Reduce audio header dependencies
Ori Avtalion
2016-01-14
LAB: Call checkRoomMusic() when changing a room
Filippos Karapetis
2016-01-14
LAB: Cleanup and reorder the music code
Filippos Karapetis
2016-01-14
LAB: Move music reset code into a separate function
Filippos Karapetis
2015-12-27
LAB: Do not pause the background music when a sound effect is played
Filippos Karapetis
2015-12-27
LAB: Refactor the music code
Filippos Karapetis
2015-12-27
LAB: Simplify fillBuffer()
Filippos Karapetis
2015-12-27
LAB: Unify the sound flags code for music and sound effects
Filippos Karapetis
2015-12-27
LAB: Rename _lastMusicRoom to _curRoomMusic
Filippos Karapetis
2015-12-27
LAB: Get rid of _doReset
Filippos Karapetis
This resulted in calling resetMusic() twice
2015-12-26
LAB: Clean up sound effect looping, starting and stopping code
Filippos Karapetis
2015-12-23
LAB: Get rid of _waitTillFinished
Filippos Karapetis
There is no point waiting for looping sound effects to end
2015-12-23
LAB: Finish moving function comments to header
Strangerke
2015-12-23
LAB: Replace char* by Common::String in several functions
Strangerke
2015-12-23
LAB: Use an array of Common::Strings instead of bytes in Action
Strangerke
2015-12-23
LAB: Rename a parameter for consistency with other function definitions
Strangerke
2015-12-23
LAB: Change the graphics and audio code to use Common::File directly
Filippos Karapetis
2015-12-23
LAB: Simplify calls to initMusic()
Filippos Karapetis
2015-12-23
LAB: Get rid of _unstoppableSoundEffect
Filippos Karapetis
_loopSoundEffect is used for the exact same purpose
2015-12-23
LAB: check header define names, rename a parameter of processMonitor()
Strangerke
2015-12-23
LAB: Review Music declaration, some refactoring and renaming
Strangerke
2015-12-23
LAB: More header dependency redux
Eugene Sandulenko
2015-12-23
LAB: Removed unnecessary includes
Eugene Sandulenko
2015-12-23
LAB: Use // for comments
Strangerke
2015-12-23
LAB: remove some useless forward references and includes
Strangerke
2015-12-23
LAB: Move readSound() into the Music class
Filippos Karapetis
2015-12-23
LAB: Move _rooms to LabEngine, some renaming
Strangerke
2015-12-23
LAB: Move readMusic to the Music class
Strangerke
2015-12-23
LAB: Rewrite picture handling and get rid of the memory manager
Filippos Karapetis
2015-12-23
LAB: The size parameter of newOpen() is no longer used
Filippos Karapetis
2015-12-23
LAB: Move Music declaration to a separate header file
Strangerke