Commit Graph
30 Commits
Author SHA1 Message Date
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Benoit Pierre ed4eb96c94 XEEN: fix "backpack is full" dialog string
Use the destination character's name.
2021-11-16 20:01:42 -08:00
Maxim Kovalenko 21c727b2c7 XEEN: RU Fixed names according to conventions 2021-08-02 17:35:18 +02:00
Maxim Kovalenko 3bba21845d XEEN: RU Moving translated hotkeys to resources.
Hotkeys changed in items dialogs.
2021-08-02 17:35:18 +02:00
Maxim Kovalenko 9f80f452e4 XEEN: RU Translated all constants.h strings for Clouds. Ready for test. 2021-08-02 17:35:18 +02:00
Maxim Kovalenko 325eb338fe XEEN: RU Further sharpening
Added 'Born' gender form and plural form for food
2021-08-02 17:35:18 +02:00
Maxim Kovalenko d3624575a7 XEEN: RU Working on gender and plural forms 2021-08-02 17:35:18 +02:00
Maxim Kovalenko 66097d4e39 XEEN: RU Added plural forms for "days" in char info 2021-08-02 17:35:18 +02:00
D G Turner 5447a13013 XEEN: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-09 01:03:55 +00:00
Paul Gilbert 4667aae4c4 XEEN: Fix item dialog item icons for shields 2019-08-09 12:32:33 -07:00
Paul Gilbert dbef4baa79 XEEN: Fix setup of mode buttons in Items dialog 2018-05-06 11:19:08 -04:00
Paul Gilbert de365eb0c6 XEEN: Allow deselecting items in Items dialog 2018-04-08 18:43:42 -04:00
Paul Gilbert b6fc3fd991 XEEN: Change many item Id checks to use empty() function 2018-03-31 18:39:42 -04:00
Paul Gilbert 3951c6d2f7 XEEN: Fixes for enchanting items 2018-03-31 17:04:07 -04:00
Paul Gilbert 31bcb09619 XEEN: Cleanup of item bonus flags to a bitfield state structure 2018-03-31 12:37:36 -04:00
Paul Gilbert 23ca6c9e1b XEEN: Show number of charges remaining when show Misc items 2018-03-31 10:58:33 -04:00
Paul Gilbert 0fe261048f XEEN: Fix display of Use icon for Items dialog Miscellaneous 2018-03-27 21:35:44 -04:00
Paul Gilbert 4830fb647c XEEN: Fixes for the buttons in the Items dialog 2018-03-27 21:25:34 -04:00
Paul Gilbert 99729bc15d XEEN: Add custom engine option for showing inventory item costs
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-25 23:14:22 -04:00
Paul Gilbert 078ea7228e XEEN: Fix transferring items between characters in items dialog 2018-03-20 21:03:17 -04:00
Paul Gilbert a69294d525 XEEN: Fix Items dialog header when an item is selected 2018-03-19 22:02:36 -04:00
Paul Gilbert 22456b345f XEEN: Change bool _isDarkCc to int _ccNum
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-17 20:27:42 -04:00
Paul Gilbert 9c4d3be5e9 XEEN: Bought weapons shouldn't be equipped by default 2018-03-16 21:13:35 -04:00
Paul Gilbert 91e714964e XEEN: Refactor item selection dialog into it's own dialog class 2018-03-16 21:05:40 -04:00
Paul Gilbert 39640017e6 XEEN: Don't needlessly show class profiency error dialogs when just viewing inventory 2018-03-15 20:52:36 -04:00
Paul Gilbert 5584e7ec37 XEEN: Fix for identifying items 2018-03-15 20:15:01 -04:00
Paul Gilbert 29314838bf XEEN: Fix switching characters when buying from blacksmith 2018-03-14 21:49:30 -04:00
Paul Gilbert 0b802f25d0 XEEN: Fix transfer of bought items to character inventory 2018-03-14 20:08:52 -04:00
Paul Gilbert 5dbc624903 XEEN: Fixes and refactoring for Blacksmith Wares 2018-03-14 06:57:10 -04:00
Paul Gilbert f2b574d647 XEEN: Move all the dialog classes to their own sub-folder 2018-03-04 22:40:42 -05:00