summaryrefslogtreecommitdiff
path: root/src/itemshortcut.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-09-21Add option for auto target skill to closest target.Andrei Karas1-1/+2
2015-08-16Add strong typed int for item color.Andrei Karas1-9/+12
2015-05-05Replace most bools usage in playerinfo to strong typed bools.Andrei Karas1-3/+3
2015-03-16Remove useless includes from cpp filesAndrei Karas1-1/+0
2015-02-11Add typed bool type Equipped.Andrei Karas1-2/+2
2015-02-11Add typed bool type Equipm.Andrei Karas1-2/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-05-25Fix align in constructors.Andrei Karas1-1/+1
2014-05-18Remove useless includes.Andrei Karas1-0/+2
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-06remove unused includes and remove default parameter in being.Andrei Karas1-3/+0
2013-10-04add sound effects for equip/unequip/use items for local player.Andrei Karas1-3/+3
2013-10-04move equip/unequip/use calls into playerinfo.Andrei Karas1-16/+3
2013-09-30move windows classes to windows directory.Andrei Karas1-1/+1
2013-08-31move being related files into being dir.Andrei Karas1-1/+2
2013-07-06fix code style and some minor issues.Andrei Karas1-2/+3
2013-07-05not allow use protected item from shortcuts bar.Andrei Karas1-1/+2
2013-07-03add support for drag and drop from/to shortcuts window.Andrei Karas1-2/+25
2013-02-28improve some other files.Andrei Karas1-11/+13
2013-02-24Improve string usage in some files.Andrei Karas1-4/+6
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-16Fix some signed/unsigned chars issues.Andrei Karas1-1/+1
2012-09-01Add const to more classes.Andrei Karas1-16/+16
2012-08-24replace defines to consts.Andrei Karas1-2/+2
2012-08-23Remove useless includes.Andrei Karas1-2/+1
2012-07-18Another warning fixes.Andrei Karas1-1/+2
2012-07-17Fix more code style and additional warnings.Andrei Karas1-2/+2
2012-05-06Fix code style.Andrei Karas1-3/+2
2012-03-10Allow add skills to shortcuts bar (same as for magic and script commands).Andrei Karas1-2/+9
2012-02-11Remove some unneeded includes.Andrei Karas1-1/+0
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-08-15Remove some debug messages.Andrei Karas1-2/+2
2011-06-04Add support for colors to shortcuts panel.Andrei Karas1-3/+55
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-03-18Fix most old style cast except manaserv and libxml2 defines.Andrei Karas1-1/+1
2011-02-25Add tabs to spells window. Now it 5 tabs.Andrei Karas1-1/+4
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+155