Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-05 | GLK: SCOTT: Replace xstrcasecmp with scumm_stricmp | Cameron Cawley | |
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-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 | |||
2019-09-04 | BLADERUNNER: Performance fixes | Peter Kohaut | |
Pixel format functions and CLIP functions are too slow in debug builds, replacing them with static code makes debug builds faster. | |||
2019-09-03 | HDB: Fix compilation on Amiga | Eugene Sandulenko | |
2019-09-03 | GLK: Fix compilation | Eugene Sandulenko | |
2019-09-03 | HDB: Fix warnings | Eugene Sandulenko | |
2019-09-03 | HDB: Added debug output for map loading | Eugene Sandulenko | |
2019-09-03 | HDB: Do not write config on every launch | Eugene Sandulenko | |
2019-09-03 | HDB: Fix monkeystone star triggers | Eugene Sandulenko | |
2019-09-03 | HDB: Janitorial - Fix some code formatting | Strangerke | |
2019-09-03 | HDB: Fix out-of-bound access when on the edge of map | Eugene Sandulenko | |
2019-09-03 | HDB: Make the frame delay variable in order to have a more stable frame rate | Strangerke | |
2019-09-03 | HDB: Fix closed loops with laser beams | Eugene Sandulenko | |
Nipun was able to construct such position in Map28 which led to a closed loop and the game hung. We're inserting a watchdog here now. | |||
2019-09-03 | HDB: Fix teleporter on MAP29 in PPC version. | Eugene Sandulenko | |
It was fixed later in the Win version, as it was transferring Guy to a wrong level. | |||
2019-09-03 | HDB: Added debug info to entity loading | Eugene Sandulenko | |
2019-09-03 | HDB: Mark autosave slots with 'Auto:' in the GUI | Eugene Sandulenko | |
2019-09-03 | HDB: Do not allocate sound handles dynamically | Eugene Sandulenko | |
2019-09-03 | HDB: Remove excess calls to stopVoices() | Eugene Sandulenko | |
2019-09-03 | HDB: FUrther simplification of sound code | Eugene Sandulenko | |