aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-02IMAGE: Move bitmap writing code out of OpenGLGraphicsManagerCameron Cawley
2019-03-02GRAPHICS: Support converting to 3Bpp surfacesCameron Cawley
2019-03-02COMMON: Add WRITE_UINT24Cameron Cawley
2019-03-01GLK: Don't ignore Alt key combinationsPaul Gilbert
I'm told that on some foreign keyboards, combinations of Alt & Fn keys are used to produce standard characters. So I can't just ignore Alt combinations because of this
2019-03-01GLK: Don't treat modifier keys as standard keypressesPaul Gilbert
2019-03-01SCI: Add QFG1VGA Mac workaround for Yoricksluicebox
2019-03-01GLK: FROTZ: Fix confusing indentationTorbjörn Andersson
2019-03-01SCI: Fix QFG1VGA Yorick door lockup, bug #6410sluicebox
2019-03-01BLADERUNNER: Sadik dead end fix (BB09 kill)Thanasis Antoniou
Also fixed an flag constistency for kFlagZubenBountyPaid It is no longer possible to kill Sadik at BB09, but shooting him will lower his health (from initial to a fixed HP), and if McCoy also shoots him at UG18 his health will be further lowered (again to a fixed HP).
2019-03-01SCI: Fix ECO1 empty apartment messages, bug #10903sluicebox
2019-02-28README: Convert README.md to use Unix-style line endingsCameron Cawley
2019-02-28GLK: Use delete[] instead of free() to free _lineTerminatorsTorbjörn Andersson
2019-02-28BLADERUNNER: Improvement on overrideSceneObjectInfoThanasis Antoniou
No longer need to have sceneId as an argument. Restored original signature of Set::addObjectsToScene()
2019-02-28BLADERUNNER: A better fix for Sebastian's dollThanasis Antoniou
Use just the existing box 31. Implement a way to override object placement. Remove the item 77 (Holden's badge) completely.
2019-02-27GLK: FROTZ: Move window clearing to a Window methodPaul Gilbert
2019-02-27GLK: FROTZ: Move current window into _wpPaul Gilbert
2019-02-27GLK: FROTZ: Improved palette readingPaul Gilbert
2019-02-28BLADERUNNER: Debugger command overlayThanasis Antoniou
List and or play overlay loops that have been loaded for the scene
2019-02-28SCI: Fix ECO1 Spanish pump test code, bug #10900sluicebox
2019-02-26GLK: FROTZ: Fix getting cursor position for non V6 gamesPaul Gilbert
2019-02-26SHERLOCK: 3DO: Draw copyright string in intro in correct positionTorbjörn Andersson
After discussion with dreammaster. Apparently the 3DO version uses a resolution of 640x400 pixels internally, not 320x200. Doubling the X and Y coordinates from what they were seems to match what I have seen in YouTube videos of the original game.
2019-02-25SHERLOCK: 3DO: Fix display of map screenPaul Gilbert
2019-02-25SHERLOCK: 3DO: Fix transparency for characters, and speech dialogsPaul Gilbert
2019-02-26BLADERUNNER: Fix for Sebastian's doll in BB06Thanasis Antoniou
Targeting clicking bounding box fixed. Animation weirdness minimized. Also restored explosion animation.
2019-02-25BLADERUNNER: Avoid using global objects in subtitle codeEugene Sandulenko
2019-02-25Revert "BLADERUNNER: Possible fix for broken build"Eugene Sandulenko
This reverts commit 727e583b94b80e299a2b6c52e67a7b99ec3558b8. Revert "BLADERUNNER: Possible fix for clang warning for subtitles" This reverts commit 78b14649beb833ecbc9c573e04078b626558ddc1.
2019-02-25SCI: Fix ECO1CD missing ocean cliffs, bug #10893sluicebox
Fixes graphics not being drawn in the CD version
2019-02-25SCI: Fix LB2 disappearing desk items, bug #10894sluicebox
Fixes bug in original that doesn't redraw objects
2019-02-25SCI: Fix LB2 armor exhibit messages, bug #10895sluicebox
Fixes script bugs in the original that prevent messages. Replaces a script patch that fixed one of the symptoms.
2019-02-25SCI: Fix LONGBOW Day 8 archer pathfindingsluicebox
Work around a lockup that occurs due to our pathfinding, bug #10896
2019-02-25BLADERUNNER: Possible fix for broken buildThanasis Antoniou
Previous fix attempt for the clang warning "warning: declaration requires a global destructor [-Wglobal-constructors]" went awry
2019-02-24BLADERUNNER: Possible fix for clang warning for subtitlesThanasis Antoniou
2019-02-24BLADERUNNER: Fixed quick video playback in few occasionsPeter Kohaut
Overlays were played too quickly after using KIA. After outtakes finished, scene videos were playing too quickly. When ScummVM was not updating game and it was not paused (eg window drag) scene videos were played too quickly.
2019-02-24BLADERUNNER: Impovement on spell correction of JEWELRYThanasis Antoniou
Improvement allows text override which is good for translation support
2019-02-24BLADERUNNER: Fix incorrect spelling of JEWELRYThanasis Antoniou
Entry 1020 for dialogue menu in English version is replaced "DRAGONFLY JEWERLY" becomes "DRAGONFLY JEWELRY"
2019-02-24CONFIGURE: Append pkg-config cflags to CXXFLAGSCameron Cawley
CPPFLAGS should only contain options that are used by the preprocessor, however pkg-config may return C/C++ specific options which are unrecognised by windres.
2019-02-23GLK: FROTZ: Add V6 text cursor logicPaul Gilbert
2019-02-24BLADERUNNER: Small clean-up of macrosPeter Kohaut
2019-02-24Merge branch 'master' of https://github.com/scummvm/scummvmThanasis Antoniou
2019-02-24BLADERUNNER: Fix Moraji death screams and Grayford bugThanasis Antoniou
Death scream in lab changed to his own. Death scream outside lab added. Also, original code had a bug whereby if you clicked through the conversation with Grayford about Moraji's murder, then clicking again on Moraji would restart the same conversation and this could go on infinitely.
2019-02-23GLK: FROTZ: Fix colors for Beyond ZorkPaul Gilbert
As part of that, I've made the default bg Black rather than blue, since it provides better contrast for the upper area & minimap
2019-02-23GLK: FROTZ: Fix initialization of zcolors arrayPaul Gilbert
2019-02-23BLADERUNNER: CT01 fixed interaction with GordoThanasis Antoniou
Also corrected an original code bug for Gordo acquiring clue that McCoy is BladeRunner
2019-02-23BLADERUNNER: Dialogue menu bugfixThanasis Antoniou
Fixes loops in conversations with user choices available
2019-02-23BLADERUNNER: Cleanup of Zuben scriptPeter Kohaut
2019-02-23BLADERUNNER: Cleanup of McCoy scriptPeter Kohaut
2019-02-23BLADERUNNER: Fixed CppCheck warningsPeter Kohaut
Rat interaction at UG15 is now working exactly as in the original game. Before the bridge didn't break if player shot the rat on it.
2019-02-23BLADERUNNER: Restore acquireCluesByRelations checksThanasis Antoniou
2019-02-21GLK: FROTZ: Disable typographic niceties for Beyond Zork fontTorbjörn Andersson
The Beyond Zork graphics font doesn't support Unicode, so allowing it to convert things like straight quotes into curly ones can cause ScummVM to crash. Disable these conversions while the Beyond Zork graphics font is used to avoid that. This fixes bug #10865.
2019-02-21WIN32: Fix building outside the source directoryCameron Cawley