summaryrefslogtreecommitdiff
path: root/src/resources/inventory/inventory.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Typofix {add,remove}InventoyListener -> {add,remove}InventoryListenerFedja Beader1-2/+2
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2023-05-15Blank trade window bugcuoco1-1/+1
2023-04-07fixed gcc deprecation (unary & not1)jak11-5/+7
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-5/+5
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-09-05Fix adding stackable items to mail.Andrei Karas1-0/+15
2017-08-26Add inventory type for mail view window. Not allow drag from/to this inventory.Andrei Karas1-0/+1
2017-08-26Rename InventoryType::Mail into InventoryType::MailEdit.Andrei Karas1-1/+1
2017-08-24Add into inventory method for set tag to item at given index.Andrei Karas1-0/+14
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+1
2017-06-09Fix code style.Andrei Karas1-1/+5
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-21/+21
2017-05-30Remove extra include from inventory.cppAndrei Karas1-2/+0
2017-05-30Add asserts into inventory.cppAndrei Karas1-5/+7
2017-04-22Remove extra includes.Andrei Karas1-1/+0
2017-04-21Add item options into item and get it from server.Andrei Karas1-0/+14
2017-01-17Add missing A_DEFAULT_COPY / A_DELETE_COPY into resources.Andrei Karas1-0/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-4/+0
2016-03-24Add enum for item types.Andrei Karas1-7/+25
2016-03-22Add missing check in inventory.Andrei Karas1-1/+2
2016-02-20Add missing const in resources directory.Andrei Karas1-1/+2
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-12/+12
2016-01-08Impliment craft inventory for moving items one by one.Andrei Karas1-3/+26
2016-01-07Add partial implimentation for craft inventory. For now almost same with npc ...Andrei Karas1-0/+5
2016-01-07Move invetory into inventory directory.Andrei Karas1-0/+462