aboutsummaryrefslogtreecommitdiff
path: root/engines/lilliput/sound.cpp
AgeCommit message (Collapse)Author
2018-07-29LILLIPUT: Minor Sound Function Name Change For Consistency.D G Turner
This has no functional change, but improves the consistency with the renamed stopSound() function. Also, minor fixes for formatting, removal of redundant comments and code in sound class.
2018-07-29LILLIPUT: Fix Compiler Warning About Hiding Overloaded Virtual.D G Turner
2018-07-29LILLIPUT: Remove Unused Engine Pointer from Sound Class.D G Turner
Since this was unused, it was causing various compiler warnings of the set-but-not-used type. If it is needed later, this code can be restored.
2018-04-26LILLIPUT: Implement play / musicStrangerke
2018-04-19LILLIPUT: Fix second compression method in MUS extraction codeStrangerke
2018-04-18LILLIPUT: Add code to load & decompress MUS fileStrangerke
2018-04-16LILLIPUT: Fix a regresssion in scrollToViewportCharacterTarget(), some more ↵Strangerke
renaming
2018-03-28LILLIPUT: Fix bug in sub167EFStrangerke
2018-03-28LILLIPUT: Some more renamingStrangerke
2018-03-28LILLIPUT: Rename debug channel in order to doublecheck all function, some ↵Strangerke
more renaming and bugfixing, fix some GCC warnings
2018-03-28LILLIPUT: Put sound stubs in a separated classStrangerke