aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/sound.cpp
AgeCommit message (Expand)Author
2013-11-09HOPKINS: Replace cascades of if by switches for language checksStrangerke
2013-05-08HOPKINS: Fix bug #3611824 - music cut during dialogs after loading from launcherStrangerke
2013-04-19HOPKINS: Simplify code in checkSounds()Strangerke
2013-04-19HOPKINS: Remove dead code and out of bound access in SoundManagerStrangerke
2013-04-10HOPKINS: Make engine less verbose by reducing some object namesStrangerke
2013-04-05HOPKINS: JANITORIAL: Remove trailing spaces and tabsStrangerke
2013-04-05HOPKINS: Misc cleanupStrangerke
2013-04-03HOPKINS: Refactor searchCat to remove the use of g_PTRNUL, add a parameter to...Strangerke
2013-03-24HOPKINS: Some more refactoring in GlobalsStrangerke
2013-03-21HOPKINS: Simplify a couple of tests in SoundManagerStrangerke
2013-03-20HOPKINS: Remove setParent() from TalkManagerStrangerke
2013-03-20HOPKINS: Remove setParent() from GlobalsStrangerke
2013-03-19HOPKINS: Remove setParent() from FileManagerStrangerke
2013-03-19HOPKINS: Remove setParent() from EventsManager and DebuggerStrangerke
2013-03-04HOPKINS: Some renamingStrangerke
2013-02-27HOPKINS: Get rid of magic values in FilesManagerStrangerke
2013-02-25HOPKINS: Don't have the TWA/APC code in the Audio namespaceMatthew Hoops
2013-02-25HOPKINS: Remove long double usageMatthew Hoops
2013-02-23HOPKINS: Add comments concerning the Win95 UK demo fixStrangerke
2013-02-22HOPKINS: Remove verbose error messages when the English demo skips the speech...Strangerke
2013-02-22HOPKINS: Fix the crash related to the missing speech file in the Win95 Englis...Strangerke
2013-02-19HOPKINS: More renaming in SoundManagerStrangerke
2013-02-19HOPKINS: Misc renaming, some sound refactoringStrangerke
2013-02-16HOPKINS: Some more similar cleanupStrangerke
2013-02-15HOPKINS: Reorder includesStrangerke
2013-02-15HOPKINS: Fix 2 comments of LordHotoStrangerke
2013-02-08HOPKINS: Improve private/public scope in SoundManager and ScriptManagerStrangerke
2013-02-03HOPKINS: Attempt to fix crash when skipping movieTorbjörn Andersson
2013-01-28HOPKINS: Add a fallback for the sound played in the option menu, for the BeOS...Strangerke
2013-01-27HOPKINS: Work around broken cadavre.mod in OS/2 and BeOS versionsTorbjörn Andersson
2013-01-23HOPKINS: Modify misc setVolume functions so they are a bit less preciseStrangerke
2013-01-23HOPKINS: Some renaming and refactoring in globals, TalkManager and FontsManagerStrangerke
2013-01-22HOPKINS: Some renaming. Implement proper music volume during speechStrangerke
2013-01-20HOPKINS: Some more renaming and refactoringStrangerke
2013-01-20HOPKINS: Refactor playIntroStrangerke
2013-01-20HOPKINS: Fix speech in intro for BeOS and OS/2 versions. Thanks Eriktorbjorn ...Strangerke
2013-01-20HOPKINS: Remove WSOUND_INITStrangerke
2013-01-20HOPKINS: Remove a couple of useless functionsStrangerke
2013-01-20HOPKINS: Some renamingStrangerke
2013-01-18HOPKINS: The first speech after a video was skipped if the video was skipped ...Strangerke
2013-01-18HOPKINS: Add support for RAW speechs used by the OS/2 versionStrangerke
2013-01-18HOPKINS: Some renaming and refactoringStrangerke
2013-01-13HOPKINS: (Courtesy of Eriktorbjorn) slight optimisation of the sound codeStrangerke
2013-01-08HOPKINS: Remove global filename and constructFilenameStrangerke
2013-01-07HOPKINS: Fix regression (typo)Filippos Karapetis
2013-01-07HOPKINS: Remove static game directory configuration optionsFilippos Karapetis
2013-01-07HOPKINS: Fix typoFilippos Karapetis
2013-01-07HOPKINS: Simplify SoundManager::WSOUND()Filippos Karapetis
2013-01-05HOPKINS: (on Behalf of Eriktorbjorn) dispose music after use in order to avoi...Strangerke
2013-01-03HOPKINS: Commit by Eriktorbjorn : New way of playing musicStrangerke