summaryrefslogtreecommitdiff
path: root/src/gui/windows/buyingstoreselldialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-3/+3
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-02-20Add missing const in gui directory.Andrei Karas1-3/+3
2016-01-07Move invetory into inventory directory.Andrei Karas1-1/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-29Move shopitem into item directory.Andrei Karas1-1/+2
2015-12-02Add strong typed bool type Advanced.Andrei Karas1-1/+1
2015-12-02Add strong typed bool type IsSell.Andrei Karas1-1/+1
2015-11-04Allow sell to npc many items at one time (hercules).halloween2015Andrei Karas1-1/+1
2015-09-08Add some missing item colors.Andrei Karas1-2/+2
2015-08-16Add strong typed int for item color.Andrei Karas1-1/+1
2015-06-06Fix code style.Andrei Karas1-1/+0
2015-05-29Add strong typed int type BeingId.Andrei Karas1-1/+1
2015-02-15eathena: impliment selling item to buying store.Andrei Karas1-0/+21
2015-02-15eathena: impliment packet SMSG_BUYINGSTORE_ITEMS_LIST.Andrei Karas1-0/+48