summaryrefslogtreecommitdiff
path: root/src/net/eathena/inventoryrecv.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-05-18Fix code styleAndrei Karas1-1/+2
2019-03-05Remove extra includes.Andrei Karas1-1/+0
2019-03-05Fix code styleAndrei Karas1-3/+4
2019-03-03Impliment packet SMSG_INVENTORY_END 0x0b0bAndrei Karas1-7/+73
2019-03-02Impliment packet SMSG_PLAYER_COMBINED_EQUIPMENT 0x0b0aAndrei Karas1-20/+74
2019-03-02Impliment packet SMSG_PLAYER_COMBINED_INVENTORY1 0x0b09Andrei Karas1-13/+60
2019-03-02Impliment packet SMSG_INVENTORY_START 0x0b08Andrei Karas1-12/+50
2019-03-02Fix reading packet len in inventory related packetsAndrei Karas1-4/+5
2019-01-26Add packet SMSG_ENCHANT_EQUIPMENT 0x0a3fAndrei Karas1-0/+8
2019-01-25Add packet SMSG_INVENTORY_EXPANSION_RESULT 0x0b17Andrei Karas1-0/+6
2019-01-25Add packet SMSG_INVENTORY_EXPANSION_ACK 0x0b15Andrei Karas1-1/+7
2019-01-25Add packet SMSG_INVENTORY_EXPANSION_INFO 0x0b18Andrei Karas1-0/+12
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-03Add packet SMSG_ITEM_PREVIEW2 0x0b13.Andrei Karas1-0/+16
2018-11-03Add packet SMSG_ITEM_PREVIEW1 0x0ab9Andrei Karas1-0/+15
2018-10-29Fix code style.s20181102Andrei Karas1-4/+4
2018-09-26Add packet SMSG_PLAYER_COMBINED_EQUIPMENT 0x0b0a.Andrei Karas1-0/+52
2018-09-26Add packet SMSG_PLAYER_COMBINED_INVENTORY 0x0b09.Andrei Karas1-0/+42
2018-09-26Add packet SMSG_INVENTORY_END 0x0b0b.Andrei Karas1-0/+13
2018-09-26Add packet SMSG_INVENTORY_START 0x0b08.Andrei Karas1-0/+22
2018-09-26Add packet SMSG_OVERWEIGHT_PERCENT 0x0ade.Andrei Karas1-0/+6
2018-09-25Add packet SMSG_ITEM_MOVE_FAILED 0x0aa7.Andrei Karas1-0/+16
2018-08-06Play item usage sound to every player around.Andrei Karas1-9/+25
2018-08-06Move InventoryRecv::processPlayerInventoryUse from ea namespace into tmwa and...Andrei Karas1-0/+25
2018-07-26Add support for changed item id size in packets.Andrei Karas1-28/+37
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-17Remove default parameter from PlayerInfo::setAttribute.Andrei Karas1-2/+4
2017-08-30Remove some cards number to constants.Andrei Karas1-5/+5
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+1
2017-06-28Add packet SMSG_PLAYER_INVENTORY_ADD 0x0a37.Andrei Karas1-1/+7
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-45/+45
2017-05-08Fix crash in cart and fix different use after free in item options.Andrei Karas1-0/+4
2017-04-22Remove extra includes.Andrei Karas1-2/+0
2017-04-21Add item options into item and get it from server.Andrei Karas1-15/+43
2017-04-20Drop support server packet version 7.Andrei Karas1-12/+6
2017-04-19Rename rnd fields into option fields in packets.Andrei Karas1-21/+21
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-11-11Fix typo implimented -> implemented.Andrei Karas1-16/+16
2016-05-23Dont show asserts in pickup special packets.Andrei Karas1-11/+32
2016-05-13Add into network code function readUInt16. Also fix reading cards id.Andrei Karas1-11/+11
2016-04-08Fix code style.Andrei Karas1-1/+0
2016-04-03Add packet SMSG_PLAYER_CART_ITEMS 0x0123.Andrei Karas1-6/+32
2016-04-03Add packet SMSG_PLAYER_UNEQUIP 0x00ac.Andrei Karas1-1/+5
2016-04-03Add packet SMSG_PLAYER_EQUIP 0x00aa.Andrei Karas1-1/+2
2016-04-03Sort more packets. Add version checks inside packets.Andrei Karas1-13/+42
2016-04-03Sort more packets. Add version checks inside packets.Andrei Karas1-16/+36
2016-04-02Sort more packets. Add version checks inside packets.Andrei Karas1-16/+37
2016-04-02Sort more packets. Add version checks inside packets.Andrei Karas1-3/+9
2016-04-02Sort more packets. Add version checks inside packets.Andrei Karas1-2/+6
2016-04-02Sort more packets. Add version checks inside packets.Andrei Karas1-7/+42