aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/dialogs
AgeCommit message (Collapse)Author
2018-03-31XEEN: Cleanup of item bonus flags to a bitfield state structurePaul Gilbert
2018-03-31XEEN: Show number of charges remaining when show Misc itemsPaul 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-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: Fix LLoyd's Beacon spell in Clouds of XeenPaul 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: Fix missing message for when all Guild spells boughtPaul 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-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 giving temple blessings, display in char infoPaul Gilbert
2018-03-25XEEN: Update Character Info text after returning from inventoryPaul Gilbert
2018-03-24JANITORIAL: Fix fallthrough comment so that GCC 7 will recognize itAdrian Frühwirth
2018-03-24XEEN: Fix purchasing spells from the guildPaul Gilbert
2018-03-24XEEN: Reset interface keypress when getting an input stringPaul Gilbert
This is done by the original to prevent the Space key used to trigger events like the Mine Car or Pyramid teleporters from then triggering a 'wait a turn' after reaching the destination
2018-03-22XEEN: Add original copy protection dialogPaul Gilbert
2018-03-21XEEN: Don't allow GMM load/save on the main menus or intro/end cutscenesPaul Gilbert
2018-03-20XEEN: Fix transferring items between characters in items dialogPaul Gilbert
2018-03-19XEEN: Fix Items dialog header when an item is selectedPaul Gilbert
2018-03-19XEEN: Standardize on a single SPELLS_PER_CLASS definePaul Gilbert
There was previous confusion because characters can have a maximum of 39 spells for their class. But the spell list for each class has 40 entries, of which the last one, #39, is always the 'No Spell' value
2018-03-18XEEN: Fix crash on Cast Spell dialog for non-spell castersPaul Gilbert
2018-03-18XEEN: Fix glitched border of Identify Monster dialogPaul Gilbert
2018-03-18XEEN: Fix Town Portal town selection dialogPaul Gilbert
2018-03-18XEEN: Don't show a 'None Ready' spell in spell selection dialogPaul Gilbert
2018-03-18XEEN: Fix spells list selection for Vertigo guildPaul Gilbert
2018-03-18XEEN: Add an enum SpellsCategory enum, code simplification using itPaul Gilbert
2018-03-18XEEN: Fix display of Spell Info dialog in Guild shopsPaul Gilbert
2018-03-18XEEN: Fix display of Spells list dialog within Guild shopsPaul Gilbert
2018-03-17XEEN: Change bool _isDarkCc to int _ccNumPaul Gilbert
Originally the flag was whether the party was on the Dark Side, but as a bool I was having to cast it to an int side/cc number in more and more places. So now I've converted it to _ccNum, and it can be used directly as an int
2018-03-17XEEN: Fix display of Lloyd's Beacon spellPaul Gilbert
2018-03-16XEEN: Bought weapons shouldn't be equipped by defaultPaul Gilbert
2018-03-16XEEN: Refactor item selection dialog into it's own dialog classPaul Gilbert
2018-03-15XEEN: Don't needlessly show class profiency error dialogs when just viewing ↵Paul Gilbert
inventory
2018-03-15XEEN: Fix for identifying itemsPaul Gilbert
2018-03-14XEEN: Fix switching characters when buying from blacksmithPaul Gilbert
2018-03-14XEEN: Fix transfer of bought items to character inventoryPaul Gilbert
2018-03-14XEEN: Fixes and refactoring for Blacksmith WaresPaul Gilbert
2018-03-13XEEN: Fix closing Awards dialogPaul Gilbert
2018-03-13XEEN: Fix text colors during intro/exit cutscenesPaul Gilbert
2018-03-05XEEN: Sound field renaming for better clarityPaul Gilbert
2018-03-04XEEN: Implemented Dark Side of Xeen menuPaul Gilbert
2018-03-04XEEN: Move Credits and Please Wait classes into their own filesPaul Gilbert
2018-03-04XEEN: Move all the dialog classes to their own sub-folderPaul Gilbert