index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
xeen
/
dialogs_items.cpp
Age
Commit message (
Collapse
)
Author
2016-09-22
XEEN: Fix subscript warnings in ItemsDialog
Paul Gilbert
2016-09-22
XEEN: Fix some compiler warnings
Paul Gilbert
2016-09-22
XEEN: Create Resources class to encapsulate all the static resources
Paul Gilbert
This will make it easier later on to handle things like translations, and if the other games have different values for some arrays
2016-09-16
XEEN: Fix some compiler warnings
Paul Gilbert
2016-09-16
XEEN: Cleanup of Sound driver
Paul Gilbert
2016-09-12
XEEN: Beginnings of Music class
Paul Gilbert
2016-08-28
XEEN: Moved method comments from CPP to header files
Paul Gilbert
2016-08-28
XEEN: gcc compilation fixes
Paul Gilbert
2015-02-28
XEEN: gcc compilation fixes
Paul Gilbert
2015-02-18
XEEN: Simplify use of addButton when setting up button lists
Paul Gilbert
2015-02-18
XEEN: Implement extra code for passing active character to castSpell
Paul Gilbert
2015-02-16
XEEN: Starting of combat UI, moved _combatParty into Combat class
Paul Gilbert
2015-02-15
XEEN: Implementing combat methods
Paul Gilbert
2015-02-11
XEEN: Fix changing selected character with mouse in various dialogs
Paul Gilbert
2015-02-10
XEEN: Refactored drawing the party icons into a separate class
Paul Gilbert
2015-02-07
XEEN: Implemented resting
Paul Gilbert
2015-02-07
XEEN: Implemented remainder of ItemsDialog
Paul Gilbert
2015-02-07
XEEN: Finished doItemOptions
Paul Gilbert
2015-02-07
XEEN: Implemented getIdentifiedDetails and getAttributes
Paul Gilbert
2015-02-06
XEEN: Implemented makeItem
Paul Gilbert
2015-02-05
XEEN: Split up assembleItemName and renamed to getFullDescription
Paul Gilbert
2015-02-04
XEEN: Moved passRestrictions to the InventoryItems class
Paul Gilbert
2015-02-04
XEEN: Partial implementation of doItemOptions
Paul Gilbert
2015-02-02
XEEN: Finished Items dailog loading block for weapons
Paul Gilbert
2015-02-02
XEEN: Implemented passRestrictions
Paul Gilbert
2015-02-02
XEEN: Implemented calcItemCost
Paul Gilbert
2015-02-01
XEEN: Beginnings of Items dialog
Paul Gilbert