aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-06PSP: Fix missing semicolonCameron Cawley
2019-09-06RISCOS: Fix checking the "enable_reporter" config optionCameron Cawley
2019-09-06PSP: Replace PSPSaveFileManager with DefaultSaveFileManagerCameron Cawley
2019-09-06LUA: Remove references to Sword25 (#1833)Cameron Cawley
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-06I18N: Update translations templatesThierry Crozat
2019-09-06I18N: Update translation (Finnish)jepael
Currently translated at 100.0% (1122 of 1122 strings)
2019-09-06I18N: Update translation (French)Purple T
Currently translated at 99.8% (1120 of 1122 strings)
2019-09-06I18N: Update translation (Danish)scootergrisen
Currently translated at 100.0% (1122 of 1122 strings)
2019-09-06I18N: Update translation (German)Lothar Serra Mari
Currently translated at 100.0% (1122 of 1122 strings)
2019-09-05GLK: SCOTT: Replace xstrcasecmp with scumm_stricmpCameron Cawley
2019-09-05SDL: Copy result of SDL_iconv_string()Jaromir Wysoglad
2019-09-05TTS: Fix possible deadlockJaromir Wysoglad
2019-09-05TTS: Minimize the time needed for stop() on Win32Jaromir Wysoglad
This gets rid of freezes when using TTS on Windows.
2019-09-05COMMON: Add string size computation to Encoding.Jaromir Wysoglad
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-06NEWS: Mention HDB supportEugene Sandulenko
2019-09-05BLADERUNNER: Fix compiler warning (#1830)jepael
2019-09-05HDB: Fix some unintended sign extensionsStrangerke
2019-09-05HDB: Fix GCC Compiler Warnings for Set-But-Unused VariablesD G Turner
2019-09-05BLADERUNNER: Revert previous changes in clues listingThanasis Antoniou
Keep the important bug fix which was in KIASectionSuspects::populateAcquiredClues Some of the changes in the previous commit were due to confusing the role of the getClueIdByIndex method
2019-09-05HDB: Add Missing Initializer in Sound ClassD G Turner
This fixes CID 1404916.
2019-09-05BLADERUNNER: Fix displaying of clues in KIAThanasis Antoniou
Fixes bug where clues with no type would appear in KIA sections "End of Act 2" would appear in Sadik's and Clovis' suspect pages, and in Bradbury crime page, whereas Sadik's photo would not appear in Sadik's page.
2019-09-05BLADERUNNER: Add comment for redundancy in actor's health initThanasis Antoniou
2019-09-04HDB: Set engine to testingEugene Sandulenko
2019-09-04BLADERUNNER: Framelimiter simplificationPeter Kohaut
2019-09-04HDB: Fix Some GCC Compiler WarningsD G Turner
2019-09-04SCI32: Fix QFG4 Gnome talker at innsluicebox
Fixes bug #11030
2019-09-04BLADERUNNER: Performance fixesPeter Kohaut
Pixel format functions and CLIP functions are too slow in debug builds, replacing them with static code makes debug builds faster.
2019-09-03HDB: Fix compilation on AmigaEugene Sandulenko
2019-09-03GLK: Fix compilationEugene Sandulenko
2019-09-03I18N: Update translations templatesThierry Crozat
2019-09-03I18N: Regenerate translations data fileThierry Crozat
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