aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen
AgeCommit message (Collapse)Author
2018-04-01XEEN: Properly crop scene contents from drawing on the top borderPaul Gilbert
2018-04-01XEEN: Fix combat crash when additional monsters join the front rowPaul Gilbert
2018-04-01XEEN: Fix laugh sound in death cutscenePaul Gilbert
2018-04-01XEEN: Fix getting treasure non-weapon item namesPaul Gilbert
2018-04-01XEEN: Fix attribute colouring in Char Info dialogPaul Gilbert
2018-04-01XEEN: Fixes for full description of misc itemsPaul Gilbert
2018-03-31XEEN: Fix Sheltem laugh during dream cutscenePaul Gilbert
2018-03-31XEEN: Prevent 'Nothing here' dialogs disappearing too quicklyPaul Gilbert
2018-03-31XEEN: Stop playing music when exiting from game to main menuPaul Gilbert
2018-03-31XEEN: Fix crash escaping Cast Spell dialog during combatPaul Gilbert
2018-03-31XEEN: Fix crash using ranged spells during combatPaul Gilbert
2018-03-31XEEN: Fix cropping of g, y characters when entering mirror destinationPaul Gilbert
2018-03-31XEEN: Fix loading character HPs that are negativePaul Gilbert
2018-03-31XEEN: Fix initial generation of blacksmith waresPaul Gilbert
This only applies to newly started games; existing savegames will have invalid wares in the Blacksmiths
2018-03-31XEEN: Change many item Id checks to use empty() functionPaul Gilbert
2018-03-31XEEN: Properly clear misc item treasure list afterwardsPaul Gilbert
2018-03-31XEEN: Properly flush generated save archive data when loading new savePaul Gilbert
2018-03-31XEEN: Fixes for enchanting itemsPaul Gilbert
2018-03-31XEEN: Fix to trigger correct spells when using misc itemsPaul Gilbert
2018-03-31XEEN: Properly remove river bottles when openedPaul Gilbert
2018-03-31XEEN: Fix implementation of hasCursedItems methodPaul Gilbert
2018-03-31XEEN: Cleanup of item bonus flags to a bitfield state structurePaul Gilbert
2018-03-31XEEN: Armor breaks at -10 HP, not 10 HPPaul Gilbert
2018-03-31XEEN: Show number of charges remaining when show Misc itemsPaul Gilbert
2018-03-30XEEN: Fixes for giving items via scriptsPaul Gilbert
2018-03-30XEEN: Removal of deprecated codePaul Gilbert
2018-03-30XEEN: Fix escaping Cast Spell dialog during combat trying to cast spellPaul Gilbert
2018-03-30XEEN: Fix to correct remember last caster when reopening Cast Spell dialogPaul Gilbert
2018-03-30XEEN: Fix highlighting of character when Cast Spell dialog is openedPaul Gilbert
2018-03-30XEEN: Fix bottom of letters like g, y, getting cropped offPaul Gilbert
2018-03-30XEEN: Fix healing and uncursing at the templesPaul Gilbert
2018-03-30XEEN: Add POTFILESLothar Serra Mari
2018-03-29XEEN: Improvements for trip to RivercityPaul Gilbert
This slightly slows down movement to more closely match the original, and stops a turn pass from occurring when Rivercity is reached
2018-03-29XEEN: Added intangible debugger commandPaul Gilbert
2018-03-29XEEN: Fix LLoyd's Beacon spell in Clouds of XeenPaul Gilbert
2018-03-28XEEN: Fix check for if party has swimming skillPaul Gilbert
2018-03-28XEEN: Don't allow dismissing characters holding Elder weapons in SwordsPaul Gilbert
2018-03-28XEEN: Use correct quest items list depending on gamePaul Gilbert
2018-03-28XEEN: Add data for Swords of Xeen to create_xeenPaul Gilbert
2018-03-28XEEN: Fix missing message for when all Guild spells boughtPaul Gilbert
2018-03-28XEEN: Added override specifierEugene Sandulenko
2018-03-27XEEN: Simplify debugger map commandPaul Gilbert
2018-03-27XEEN: Change Map _loadDarkSide bool to int _loadCcNumPaul Gilbert
2018-03-27XEEN: Fix display of Use icon for Items dialog MiscellaneousPaul Gilbert
2018-03-27XEEN: Fixes for the buttons in the Items dialogPaul Gilbert
2018-03-27XEEN: Added Swords of Xeen endgame screenPaul Gilbert
2018-03-26XEEN: Fix non-physical monster attacks causing damagePaul Gilbert
2018-03-25XEEN: Add custom engine option for showing inventory item costsPaul Gilbert
This first new option displays the effective cost of items when viewing in the standard character inventory. This makes it easier to compare the value (and thus relative power) of items against either other
2018-03-25XEEN: Fix right border face after getting temple blessingPaul Gilbert
2018-03-25XEEN: Fix giving temple blessings, display in char infoPaul Gilbert