summaryrefslogtreecommitdiff
path: root/src/gui/models/shopitems.h
AgeCommit message (Collapse)AuthorFilesLines
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-1/+1
Also remove some empty destructors.
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-5/+5
In most case it equal to std::vector except debug modes. Now it can be also mse::mstd::vector, but sadly this class not support all required features.
2017-07-13Add vector.h for use different vectors.Andrei Karas1-2/+1
Also replace <vector> include into "utils/vector.h"
2017-06-29Move cast macroses into separate file.Andrei Karas1-0/+2
2017-02-06Add custom currency also into shop items list.Andrei Karas1-1/+4
2017-01-03Fix some doxygen issues.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-12Add noexcept in some files.Andrei Karas1-1/+1
2016-08-15Move itemtype.h into item directory.Andrei Karas1-1/+1
2016-04-21Remove extra spaces at line ends.Andrei Karas1-1/+1
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-2/+2
This reverts commit 55480eb4477b2cf85af1bcdcc5e8ec4f4ce6682d.
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-2/+2
2016-03-24Add enum for item types.Andrei Karas1-3/+5
2016-02-20Add missing const in gui directory.Andrei Karas1-1/+1
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-08-16Add strong typed int for item color.Andrei Karas1-4/+6
2015-05-10Fix crash on closing sell dialog in some cases.Andrei Karas1-0/+3
2015-05-03Add filter into buy dialogs.Andrei Karas1-0/+7
2015-03-17Remove useless includes from .h files.Andrei Karas1-1/+0
2015-02-02Set correct vending status to local player.Andrei Karas1-17/+17
Allow buy from vending shop.
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-23Add item type to item object.Andrei Karas1-7/+16
2014-09-22Show duplicates in egg selection dialog.Andrei Karas1-0/+3
2014-02-22Move shopitems into gui/models.Andrei Karas1-0/+141