aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/sound.cpp
AgeCommit message (Expand)Author
2012-06-12TONY: Fix looping some soundsMatthew Hoops
2012-06-11TONY: Implemented process to properly set hEndOfBuffer when sound effects endPaul Gilbert
2012-06-10TONY: Rewind sounds before playing themMatthew Hoops
2012-06-10TONY: Convert FPSFX to our mixer codeMatthew Hoops
2012-06-09TONY: Make FPSOUND work in ScummVMMatthew Hoops
2012-06-09TONY: Remove custom sound CODEC classesMatthew Hoops
2012-06-09TONY: Rework the way wave files are loadedMatthew Hoops
2012-06-09TONY: Rename more globalsStrangerke
2012-06-07TONY: Some more renamingStrangerke
2012-05-21TONY: Some more code formattingStrangerke
2012-05-14TONY: Added endian fixes for reading dataPaul Gilbert
2012-05-14TONY: Remove original headerStrangerke
2012-05-13TONY: Further globals added to Globals classPaul Gilbert
2012-05-13TONY: Beginnings of refactoring Globals into their own classPaul Gilbert
2012-05-13TONY: Some further initialisation of object fieldsPaul Gilbert
2012-05-12TONY: Removed old extern, PASCAL, and EXPORT function modifiersPaul Gilbert
2012-05-11TONY: Refactored Tony to use the Common coroutine schedulerPaul Gilbert
2012-05-09TONY: Refactored out usage of nullContext in favour of proper coroutinesPaul Gilbert
2012-05-09TONY: Completed bulk of initial coro refactoringPaul Gilbert
2012-05-04TONY: Fixed many warnings identified by gccPaul Gilbert
2012-05-03TONY: Engine is now compiling and linking againPaul Gilbert
2012-05-03TONY: Implemented methods of sound.cpp (mostly stubbed out)Paul Gilbert
2012-04-30TONY: Added include files for graphics engine and all dependent classesPaul Gilbert