Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-07 | SCI32: Fix QFG4 Ad Avis and Necrotaur chase | sluicebox | |
Fixes several script bugs, trac #11056 | |||
2019-09-07 | Merge branch 'master' of https://github.com/scummvm/scummvm | Strangerke | |
2019-09-07 | HDB: Remove useless returns | Strangerke | |
2019-09-07 | BLADERUNNER: Improved support for Russian translations | Peter Kohaut | |
Adds support for Home Systems, Inc. + Siberian Studio R4 translation patch. Added name scrambling algorithm from R4 patch. Fixed R3 support (previously was not named). closes #11102 | |||
2019-09-07 | HDB: Fix some array compared to nullptr, reduce some variable scopes | Strangerke | |
2019-09-07 | HDB: Remove useless existence checks on entityName | Strangerke | |
2019-09-07 | HDB: Replace some unsafe strcpy by strncpy | Strangerke | |
2019-09-06 | SCI: Fix script patch comment typos | sluicebox | |
2019-09-07 | HDB: Fix song 2 fading volume | Strangerke | |
2019-09-06 | SCI: Fix KQ6 Drink Me missing Mac pic | sluicebox | |
2019-09-06 | SCI: Fix KQ6 Drink Me script patch on Mac | sluicebox | |
2019-09-06 | HDB: Fix the check for no free sound handle | Strangerke | |
2019-09-06 | HDB: Fix potential out of bound | Strangerke | |
2019-09-06 | HDB: Turn _voicesOn into a boolean | Strangerke | |
2019-09-06 | HDB: Fix uninitialized variables in gfx | Strangerke | |
2019-09-06 | HDB: Remove unused variables in menu | Strangerke | |
2019-09-06 | HDB: Fix uninitialized variables in ai_init and menu | Strangerke | |
2019-09-06 | PSP: Fix missing semicolon | Cameron Cawley | |
2019-09-06 | RISCOS: Fix checking the "enable_reporter" config option | Cameron Cawley | |
2019-09-06 | PSP: Replace PSPSaveFileManager with DefaultSaveFileManager | Cameron Cawley | |
2019-09-06 | LUA: Remove references to Sword25 (#1833) | Cameron Cawley | |
2019-09-06 | HDB: More missing initializations | Strangerke | |
2019-09-06 | HDB: Reduce the scope of some variables | Strangerke | |
2019-09-06 | HDB: Initialize some more uninitialized variables. | Strangerke | |
2019-09-06 | I18N: Update translations templates | Thierry Crozat | |
2019-09-06 | I18N: Update translation (Finnish) | jepael | |
Currently translated at 100.0% (1122 of 1122 strings) | |||
2019-09-06 | I18N: Update translation (French) | Purple T | |
Currently translated at 99.8% (1120 of 1122 strings) | |||
2019-09-06 | I18N: Update translation (Danish) | scootergrisen | |
Currently translated at 100.0% (1122 of 1122 strings) | |||
2019-09-06 | I18N: Update translation (German) | Lothar Serra Mari | |
Currently translated at 100.0% (1122 of 1122 strings) | |||
2019-09-05 | GLK: SCOTT: Replace xstrcasecmp with scumm_stricmp | Cameron Cawley | |
2019-09-05 | SDL: Copy result of SDL_iconv_string() | Jaromir Wysoglad | |
2019-09-05 | TTS: Fix possible deadlock | Jaromir Wysoglad | |
2019-09-05 | TTS: Minimize the time needed for stop() on Win32 | Jaromir Wysoglad | |
This gets rid of freezes when using TTS on Windows. | |||
2019-09-05 | COMMON: Add string size computation to Encoding. | Jaromir Wysoglad | |
2019-09-06 | HDB: Small loop changes in sound | Strangerke | |
2019-09-06 | HDB: Simplify some code by using CLIP() | Strangerke | |
2019-09-06 | HDB: Fix uninitialized variable in sound | Strangerke | |
2019-09-06 | HDB: Build engine by default | Eugene Sandulenko | |
2019-09-06 | NEWS: Mention HDB support | Eugene Sandulenko | |
2019-09-05 | BLADERUNNER: Fix compiler warning (#1830) | jepael | |
2019-09-05 | HDB: Fix some unintended sign extensions | Strangerke | |
2019-09-05 | HDB: Fix GCC Compiler Warnings for Set-But-Unused Variables | D G Turner | |
2019-09-05 | BLADERUNNER: Revert previous changes in clues listing | Thanasis 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-05 | HDB: Add Missing Initializer in Sound Class | D G Turner | |
This fixes CID 1404916. | |||
2019-09-05 | BLADERUNNER: Fix displaying of clues in KIA | Thanasis 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-05 | BLADERUNNER: Add comment for redundancy in actor's health init | Thanasis Antoniou | |
2019-09-04 | HDB: Set engine to testing | Eugene Sandulenko | |
2019-09-04 | BLADERUNNER: Framelimiter simplification | Peter Kohaut | |
2019-09-04 | HDB: Fix Some GCC Compiler Warnings | D G Turner | |
2019-09-04 | SCI32: Fix QFG4 Gnome talker at inn | sluicebox | |
Fixes bug #11030 |