Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | I18N: Update translations templates | Thierry Crozat | |
2019-09-03 | I18N: Regenerate translations data file | Thierry Crozat | |
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 | |
2019-09-03 | HDB: Cache sounds as data pointers. This fixes problem with distorted sounds | Eugene Sandulenko | |
2019-09-03 | HDB: Simplified sound loading code | Eugene Sandulenko | |
2019-09-03 | HDB: Added optional length parameter for querying from FindFirstData | Eugene Sandulenko | |
2019-09-03 | JANITORIAL: Remove unnecessary whitespace | Nipun Garg | |
2019-09-03 | HDB: Fix Sound caching to prevent Vorbis crash | Nipun Garg | |
2019-09-03 | HDB: Remove unnecessary warnings | Nipun Garg | |
2019-09-03 | HDB: Re-add updateFade() debug output | Nipun Garg | |
2019-09-03 | HDB: Replace cursor in PPC version with the one from Win version | Eugene Sandulenko | |
2019-09-03 | HDB: Remove redundant STUBs | Nipun Garg | |
2019-09-03 | HDB: Change init functions to handle errors | Strangerke | |
2019-09-03 | HDB: Implement differences in rendering pipeline for the PPC demo | Eugene Sandulenko | |
2019-09-03 | HDB: Remove unneeded include | Eugene Sandulenko | |
2019-09-03 | HDB: Fix voice playing when no message on screen | Nipun Garg | |
2019-09-03 | HDB: Fix Try Again position | Nipun Garg | |
2019-09-03 | HDB: Remove redundant global references | Eugene Sandulenko | |
2019-09-03 | HDB: Remove unnecessary global references | Eugene Sandulenko | |
2019-09-03 | HDB: Support bootparams for demo | Eugene Sandulenko | |
2019-09-03 | HDB: Implement quit screenshot differences for the PPC demos | Eugene Sandulenko | |
2019-09-03 | HDB: Implement cheating as GUI option | Eugene Sandulenko | |
2019-09-03 | HDB: Fix PPC Double Click code | Nipun Garg | |
2019-09-03 | HDB: Draw all stars/snow in PPC version. | Eugene Sandulenko | |
Along the way, this caught a buffer overflow, so sanity checks were also implemented | |||
2019-09-03 | HDB: Fix drawDeliveries() when carrying 2... | Nipun Garg | |
... or more delivery items |