aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/sound.h
AgeCommit message (Collapse)Author
2016-04-14JANITORIAL: Reduce audio header dependenciesOri Avtalion
2014-10-28HOPKINS: Rename the parameter of PlayAnimSound to make it meaningfulStrangerke
2014-02-18HOPKINS: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-13HOPKINS: Fix bug that could cause the music to stop prematurelyTorbjörn Andersson
The SoundManager filled the sound handles with zeroes, which made the mixer confuse them with active sound handle zero. In my case, this happened to be the intro music, and the music was stopped when playWavSample() wrongly thought its sound handle was in use.
2013-03-20HOPKINS: Remove setParent() from TalkManagerStrangerke
2013-02-22HOPKINS: Fix the crash related to the missing speech file in the Win95 ↵Strangerke
English demo
2013-02-19HOPKINS: More renaming in SoundManagerStrangerke
2013-02-19HOPKINS: Misc renaming, some sound refactoringStrangerke
2013-02-08HOPKINS: Improve private/public scope in SoundManager and ScriptManagerStrangerke
2013-01-22HOPKINS: Some renaming. Implement proper music volume during speechStrangerke
2013-01-20HOPKINS: Some more renaming and refactoringStrangerke
2013-01-20HOPKINS: Remove WSOUND_INITStrangerke
2013-01-20HOPKINS: Remove a couple of useless functionsStrangerke
2013-01-20HOPKINS: Some renamingStrangerke
2013-01-18HOPKINS: Some renaming and refactoringStrangerke
2013-01-08HOPKINS: Remove global filename and constructFilenameStrangerke
2013-01-03HOPKINS: Commit by Eriktorbjorn : New way of playing musicStrangerke
2013-01-01HOPKINS: Refactoring in ComputerManagerStrangerke
2012-12-27HOPKINS: Some refactoring in showComputerStrangerke
2012-12-26HOPKINS: Load correct voice ressource file in BeOS and OS/2 versionsStrangerke
2012-12-25HOPKINS: Add MOD file supportStrangerke
2012-12-25HOPKINS: RenamingStrangerke
2012-12-24HOPKINS: Remove magic values used to check language, some renaming and ↵Strangerke
refactoring
2012-12-24HOPKINS: Some more renamingStrangerke
2012-12-23HOPKINS: Some more renaming. Remove 2 useless palettesStrangerke
2012-12-14HOPKINS: Janitorial - Remove trailing space and double semi columnsStrangerke
2012-12-09HOPKINS: Rename animationManager functionsStrangerke
2012-12-08HOPKINS: Apply first set of memory leak fixesPaul Gilbert
2012-12-06HOPKINS: Remove CARD_SB variable. Sound card is always present.Strangerke
2012-12-03HOPKINS: Win95 demo is now completableStrangerke
2012-12-02HOPKINS: Initial implementation of new codec for Windows APC sound filesPaul Gilbert
2012-11-17HOPKINS: Lots of code implemented for Hopkin's computerPaul Gilbert
2012-11-12HOPKINS: Bugfix for freeze when looking at the cat when voices are turned on.Paul Gilbert
2012-11-11HOPKINS: Clean up of un-needed sound structure fieldsPaul Gilbert
2012-11-11HOPKINS: Music playback is now workingPaul Gilbert
2012-11-11HOPKINS: Basic voice playback now workingPaul Gilbert
2012-11-10HOPKINS: Beginnings of implementation of sound codePaul Gilbert
2012-10-23HOPKINS: fix SoundManager initialisation and some referencesPaul Gilbert
2012-10-05HOPKINS: Implemented sequence playerPaul Gilbert
2012-09-30HOPKINS: Implemented more object manager methodsPaul Gilbert
2012-09-27HOPKINS: Implemented more talk manager methodsPaul Gilbert
2012-09-23HOPKINS: Initial implementation of CHOICE_OPTION and AFF_SPRITESPaul Gilbert
2012-09-17HOPKINS: Implemented rest of main method, with stubs for sub-method callsPaul Gilbert
2012-09-15HOPKINS: initial implementation of INTORUN methodPaul Gilbert
2012-09-15HOPKINS: Initial implementation of main animation player methodPaul Gilbert
2012-09-08HOPKINS: Add object loadingPaul Gilbert