summaryrefslogtreecommitdiff
path: root/src/net/ea/inventoryhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2022-12-27increase trade window items to 20ccc1-1/+1
2019-03-02Impliment packet SMSG_INVENTORY_START 0x0b08Andrei Karas1-1/+1
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-2/+2
2018-01-04Update copyrights year.Andrei Karas1-1/+1
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-23Add partial adding items into new mail message.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-2/+2
2017-01-20Fix code style.Andrei Karas1-1/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-2/+0
2016-02-20Add missing const in net directory.Andrei Karas1-3/+3
2016-01-07Add partial implimentation for craft inventory. For now almost same with npc ...Andrei Karas1-0/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-23Add const attribute to net classes.Andrei Karas1-5/+0
2015-11-20Fix code style.Andrei Karas1-2/+6
2015-11-16Convert InventoryType enum into strong typed.Andrei Karas1-5/+5
2015-08-29Fix code style.Andrei Karas1-15/+0
2015-08-27Move receive code from inventoryhandler into separate file.Andrei Karas1-213/+19
2015-06-29Move notifytypes.h into enums directory.Andrei Karas1-2/+2
2015-06-20Fix code style.Andrei Karas1-0/+1
2015-06-14Use CREATEWIDGET macro in inventoryhandler.Andrei Karas1-2/+3
2015-06-06Fix code style.Andrei Karas1-2/+0
2015-05-01Fix possible crash on exit with opened storage window.Andrei Karas1-2/+2
2015-02-19Fix virtual overload function closeStorage.Andrei Karas1-1/+1
2015-02-11Add typed bool type Equipped.Andrei Karas1-1/+1
2015-01-24Move inventory type into separate file.Andrei Karas1-5/+5
2015-01-06Move attributes.h into enums directory.Andrei Karas1-2/+3
2015-01-06Move equip slots enum into separate file.Andrei Karas1-24/+26
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-23Add item type to item object.Andrei Karas1-0/+1
2014-12-13Move processPlayerStorageRemove from ea namespace into eathena and tmwa.Andrei Karas1-18/+0
2014-12-13Add variable for storage window.Andrei Karas1-17/+16
2014-11-23Add support for additional slots in net code.Andrei Karas1-2/+2
2014-11-23Move server slot to client slot conversion from ea into eathena and tmwa.Andrei Karas1-28/+0
2014-10-23Add packet fields comments in inventoryhandler.Andrei Karas1-16/+16
2014-10-21Add to item field favorite.Andrei Karas1-0/+1
2014-10-21Add to item field damaged.Andrei Karas1-0/+1
2014-10-21Add to item field identified.Andrei Karas1-2/+8
2014-10-20Remove item default parameters.Andrei Karas1-1/+1
2014-10-17Add static in inventoryhandler.Andrei Karas1-7/+15
2014-09-16Remove unused externsAndrei Karas1-2/+0
2014-09-07Remove unused includes.Andrei Karas1-1/+0
2014-09-06Move processPlayerStorageAdd from ea namespace into eathena and tmwa.Andrei Karas1-32/+0
2014-09-06Move processPlayerStorageEquip from ea namespace into eathena and tmwa.Andrei Karas1-40/+0
2014-09-06Increase number of slots again.Andrei Karas1-0/+2
2014-09-06Add new slots definition.Andrei Karas1-13/+20
2014-09-06eathena: move processPlayerUnEquip from ea namespace into eathena and tmwa.Andrei Karas1-14/+0