aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen
AgeCommit message (Collapse)Author
2019-08-09XEEN: Fix Not Enough Gold error dialog wasn't showingPaul Gilbert
2019-08-09XEEN: Fix not giving skills if party doesn't have enough goldPaul Gilbert
2019-08-09XEEN: Fix the random generation of misc itemsPaul Gilbert
2019-08-09XEEN: Show Spell Failed dialog if enchanitem item failsPaul Gilbert
2019-08-09XEEN: Fix item dialog item icons for shieldsPaul Gilbert
2019-08-09XEEN: Fix using 1,2,3 in combat to target specific creaturesPaul Gilbert
2019-07-28XEEN: Change English detection entries from testing to stablePaul Gilbert
2019-06-09XEEN: Fix mistakes in xeen.ccs datafile, bump up version numberPaul Gilbert
2019-06-09XEEN: Add missing armor class modifiersPeter Helbing
2019-06-09XEEN: Check bounds of stat values array, bug #10971Peter Helbing
2019-06-09XEEN: fix result type for readUint32LE()Peter Helbing
2018-12-19ENGINES: Add GUIErrorMessageFormat to replace duplicated functions (#1455)Cameron Cawley
2018-12-10ENGINES: Use an uppercase C for the metaengine copyright stringsBastien Bouclet
2018-12-10ENGINES: Normalize the getName() result of metaenginesBastien Bouclet
Also-By: Matthew Hoops <clone2727@gmail.com>
2018-07-26XEEN: Fix Coverity warningsPaul Gilbert
2018-07-17XEEN: fix broken screen after character creationHenrik Kretzschmar
2018-07-10XEEN: Fix crash trying to dream in Clouds of Xeen standalonePaul Gilbert
2018-07-09XEEN: name a source of the game files for the german Worlds versionHenrik Kretzschmar
2018-07-09XEEN: add another source for the german Clouds game filesHenrik Kretzschmar
2018-07-09XEEN: Add detection entry for Darkside of Xeen German BGHenrik Kretzschmar
2018-07-04XEEN: Fix using mouse click to close message dialogsPaul Gilbert
2018-07-04XEEN: Call audio cd manager open/close in engine init/deinitPaul Gilbert
2018-07-04XEEN: Properly handle SFX & Music volume controlPaul Gilbert
2018-07-02XEEN: Add detection entries for Clouds/Darkside/World of Xeen GOG GermanPaul Gilbert
2018-06-30XEEN: Split the Adlib sound driver into it's own filePaul Gilbert
2018-05-30XEEN: Correct scroll and music when signing into tavernPaul Gilbert
2018-05-30XEEN: Fix Direction Sense displayPaul Gilbert
2018-05-30XEEN: Stop re-rolling new character stats when some areas of screen clickedPaul Gilbert
2018-05-30XEEN: Properly reset subtitles when replaying cutscenesPaul Gilbert
2018-05-27XEEN: Fix compiler warningPaul Gilbert
2018-05-27XEEN: Fix close-up objects placement, incorrect skill text in Create Char dialogPaul Gilbert
2018-05-27XEEN: Leave chests open after their contents are takenPaul Gilbert
2018-05-27XEEN: Animate open treasure chests with treasurePaul Gilbert
2018-05-24JANITORIAL: Fix trailing whitespaceAdrian Frühwirth
2018-05-20JANITORIAL: Remove trailing whitespaceAdrian Frühwirth
2018-05-14XEEN: Refresh screen at a higher rate for more responsive mousePaul Gilbert
2018-05-14XEEN: Fix accumulation of gold & gems from defeated enemiesPaul Gilbert
2018-05-11XEEN: Fix animation speed when Control Panel is openPaul Gilbert
2018-05-08XEEN: Fix voice playback from track 31Peter Helbing
Track 31 is on the first cd, but contains speech for Darkside content (e.g. Ellinger). It is referenced as track 31, so the offset must not be added.
2018-05-06XEEN: Further fixes to display of Auto NotesPaul Gilbert
2018-05-06XEEN: Fix display of Auto NotesPaul Gilbert
2018-05-06XEEN: Comment out duplicated check present in original executablePaul Gilbert
2018-05-06XEEN: Fix setup of mode buttons in Items dialogPaul Gilbert
2018-05-05XEEN: Fix checks for whether Hp/Sp fountains can be usedPaul Gilbert
2018-05-05XEEN: Add debug line for cmdPlayCD opcode parametersPaul Gilbert
2018-05-05XEEN: Properly convert script CD times to ScummVM CD framesPaul Gilbert
2018-05-05XEEN: Fix voice playback in World of Xeen DarksidePaul Gilbert
2018-05-05XEEN: Stop any voice playback in World Talkie if the dialog is closed earlyPaul Gilbert
2018-05-05XEEN: Add an optional param to CD playback to specify sound typePaul Gilbert
2018-05-05XEEN: Properly fix Border faces frame calculationPaul Gilbert