aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb
AgeCommit message (Expand)Author
2019-09-13HDB: Close Memory Leaks in Sound ClassD G Turner
2019-09-13HDB: Ensure Demos are Indicated in ScummVM GUI Launcher ListD G Turner
2019-09-13HDB: Fix Crash on Invalid Sound String PointersD G Turner
2019-09-10HDB: Fix empty string testsluicebox
2019-09-09HDB: Remove useless check on array vs nullStrangerke
2019-09-09HDB: Fix more uninitialized variables in Gfx and WindowStrangerke
2019-09-09HDB: Fix more uninitialized variables in ai-initStrangerke
2019-09-09HDB: Fix a pointer to local variable outside of scopeStrangerke
2019-09-08HDB: Reduce the scope of some more variablesStrangerke
2019-09-08HDB: Remove unused static in setButtonsStrangerke
2019-09-08HDB: Fix out of bounds read in HDBGame::setInMapNameBastien Bouclet
2019-09-07HDB: Remove useless returnsStrangerke
2019-09-07HDB: Fix some array compared to nullptr, reduce some variable scopesStrangerke
2019-09-07HDB: Remove useless existence checks on entityNameStrangerke
2019-09-07HDB: Replace some unsafe strcpy by strncpyStrangerke
2019-09-07HDB: Fix song 2 fading volumeStrangerke
2019-09-06HDB: Fix the check for no free sound handleStrangerke
2019-09-06HDB: Fix potential out of boundStrangerke
2019-09-06HDB: Turn _voicesOn into a booleanStrangerke
2019-09-06HDB: Fix uninitialized variables in gfxStrangerke
2019-09-06HDB: Remove unused variables in menuStrangerke
2019-09-06HDB: Fix uninitialized variables in ai_init and menuStrangerke
2019-09-06HDB: More missing initializationsStrangerke
2019-09-06HDB: Reduce the scope of some variablesStrangerke
2019-09-06HDB: Initialize some more uninitialized variables.Strangerke
2019-09-06HDB: Small loop changes in soundStrangerke
2019-09-06HDB: Simplify some code by using CLIP()Strangerke
2019-09-06HDB: Fix uninitialized variable in soundStrangerke
2019-09-06HDB: Build engine by defaultEugene Sandulenko
2019-09-05HDB: Fix some unintended sign extensionsStrangerke
2019-09-05HDB: Fix GCC Compiler Warnings for Set-But-Unused VariablesD G Turner
2019-09-05HDB: Add Missing Initializer in Sound ClassD G Turner
2019-09-04HDB: Set engine to testingEugene Sandulenko
2019-09-04HDB: Fix Some GCC Compiler WarningsD G Turner
2019-09-03HDB: Fix compilation on AmigaEugene Sandulenko
2019-09-03HDB: Fix warningsEugene Sandulenko
2019-09-03HDB: Added debug output for map loadingEugene Sandulenko
2019-09-03HDB: Do not write config on every launchEugene Sandulenko
2019-09-03HDB: Fix monkeystone star triggersEugene Sandulenko
2019-09-03HDB: Janitorial - Fix some code formattingStrangerke
2019-09-03HDB: Fix out-of-bound access when on the edge of mapEugene Sandulenko
2019-09-03HDB: Make the frame delay variable in order to have a more stable frame rateStrangerke
2019-09-03HDB: Fix closed loops with laser beamsEugene Sandulenko
2019-09-03HDB: Fix teleporter on MAP29 in PPC version.Eugene Sandulenko
2019-09-03HDB: Added debug info to entity loadingEugene Sandulenko
2019-09-03HDB: Mark autosave slots with 'Auto:' in the GUIEugene Sandulenko
2019-09-03HDB: Do not allocate sound handles dynamicallyEugene Sandulenko
2019-09-03HDB: Remove excess calls to stopVoices()Eugene Sandulenko
2019-09-03HDB: FUrther simplification of sound codeEugene Sandulenko
2019-09-03HDB: Cache sounds as data pointers. This fixes problem with distorted soundsEugene Sandulenko