aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/dialogs/dialogs_items.cpp
AgeCommit message (Collapse)Author
2018-05-06XEEN: Fix setup of mode buttons in Items dialogPaul Gilbert
2018-04-08XEEN: Allow deselecting items in Items dialogPaul Gilbert
2018-03-31XEEN: Change many item Id checks to use empty() functionPaul Gilbert
2018-03-31XEEN: Fixes for enchanting itemsPaul Gilbert
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-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-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-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-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-04XEEN: Move all the dialog classes to their own sub-folderPaul Gilbert