aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/dialogs
AgeCommit message (Collapse)Author
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