summaryrefslogtreecommitdiff
path: root/src/gui/windows/npcselldialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-01-08[WIP] renamed the client to ManaVersejak11-1/+1
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Remove extra includes.Andrei Karas1-0/+2
2017-12-22Remove default parameters from confirmdialog.hAndrei Karas1-1/+2
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-3/+3
2017-05-08Fix wrong checks after removing some server features.Andrei Karas1-1/+1
2017-05-02Remove extra includes.Andrei Karas1-1/+0
2017-05-01Remove ServerFeatures haveAdvancedBuySell because it depend only on server type.Andrei Karas1-1/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-02-20Add missing const in gui directory.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-02Add strong typed bool type Advanced.Andrei Karas1-2/+3
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-4/+40
2015-06-14Use CREATEWIDGET macro in npcselldialog.Andrei Karas1-2/+2
2015-05-29Add strong typed int type BeingId.Andrei Karas1-1/+1
2015-05-10Fix crash on closing sell dialog in some cases.Andrei Karas1-2/+1
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-1/+4
2015-04-10Fix code style.Andrei Karas1-2/+0
2015-03-28In sell dialog send close packet before closing this dialog.Andrei Karas1-0/+7
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-09-26Fix code style.Andrei Karas1-12/+1
2014-09-22Add egg selection dialog.Andrei Karas1-1/+1
2014-09-22Simplify SellDialog.Andrei Karas1-1/+2
2014-09-22Move npc sell code from SellDialog into NpcSellDialog.Andrei Karas1-0/+120