index
:
HoraK-FDF/plus
CI_test_var
c++17_deprecated_func
ci_checks
ci_clang-tidy
ci_clang3x
ci_clang4_5
ci_clang6
ci_clang7
ci_customnls
ci_deheader
ci_fedora
ci_gcc-snapshot
ci_gcc10
ci_gcc10_tests
ci_gcc3
ci_gcc49
ci_gcc4x
ci_gcc5
ci_gcc6
ci_gcc6_tests
ci_gcc7
ci_gcc7_tests
ci_gcc8
ci_gcc8_tests
ci_gcc9
ci_gcc9_tests
ci_glibcdebug
ci_h
ci_main1
ci_malloc
ci_mse
ci_mxe
ci_site
ci_xmllibs
citest
gl-move_ci-test
jesusalva/diagonal
jesusalva/itpopup
jesusalva/mverse
keep_password
mageia2
mageia3
mageiabranch
master
stable
stripped
Advanced game client for tmwAthena and Evol2 servers.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
/
eathena
/
inventoryhandler.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-18
eathena: add partial support for packet SMSG_BIND_ITEM 0x02d3.
Andrei Karas
1
-0
/
+12
2015-03-18
eathena: add pacrtial support for packet SMSG_PLAYER_CART_ADD_ERROR 0x012c.
Andrei Karas
1
-0
/
+12
2015-03-18
eathena: add partial support for packet SMSG_PLAYER_FAVORITE_ITEM 0x0908.
Andrei Karas
1
-0
/
+13
2015-03-13
fix code style.
Andrei Karas
1
-1
/
+1
2015-03-12
eathena: add partial support for packet SMSG_ITEM_DAMAGED 0x02bb.
Andrei Karas
1
-0
/
+13
2015-03-12
eathena: add partial support for packet SMSG_PLAYER_COOKING_LIST 0x025a.
Andrei Karas
1
-0
/
+15
2015-03-12
eathena: add partial support for packet SMSG_PLAYER_STORAGE_PASSWORD_RESULT 0...
Andrei Karas
1
-0
/
+13
2015-03-12
eathena: add partial support for packet SMSG_PLAYER_STORAGE_PASSWORD 0x023a.
Andrei Karas
1
-0
/
+12
2015-03-12
eathena: add partial support for packet SMSG_PLAYER_REFINE_LIST 0x0221.
Andrei Karas
1
-0
/
+22
2015-03-11
Fix compilation warning.
Andrei Karas
1
-1
/
+1
2015-03-11
eathena: add partial support for packet SMSG_PLAYER_REPAIR_EFFECT 0x01fe.
Andrei Karas
1
-0
/
+13
2015-03-11
eathena: add partial support for packet SMSG_PLAYER_REPAIR_LIST 0x01fc.
Andrei Karas
1
-0
/
+21
2015-03-11
eathena: add partial support for packet SMSG_PLAYER_REFINE 0x0188.
Andrei Karas
1
-0
/
+14
2015-03-11
eathena: add partial support for packet SMSG_PLAYER_IDENTIFIED 0x0179.
Andrei Karas
1
-0
/
+13
2015-03-11
eathena: add partial support for packet SMSG_PLAYER_IDENTIFY_LIST 0x0177.
Andrei Karas
1
-0
/
+15
2015-03-10
Mark all unimplimented packets with UNIMPLIMENTEDPACKET attribute.
Andrei Karas
1
-2
/
+4
2015-02-13
Fix code style.
Andrei Karas
1
-1
/
+0
2015-02-11
Add typed bool type Equipped.
Andrei Karas
1
-6
/
+6
2015-02-11
Add typed bool type Equipm.
Andrei Karas
1
-9
/
+14
2015-02-11
Add typed bool type Favorite.
Andrei Karas
1
-9
/
+12
2015-02-10
Fix case in new strong typed types.
Andrei Karas
1
-2
/
+2
2015-02-10
Add typed bool type Damaged.
Andrei Karas
1
-9
/
+19
2015-02-10
Add typed bool type Identified.
Andrei Karas
1
-10
/
+25
2015-01-30
Fix code style.
Andrei Karas
1
-1
/
+1
2015-01-25
Fix compilation warnings.
Andrei Karas
1
-12
/
+0
2015-01-25
Add weight bar into cart window.
Andrei Karas
1
-2
/
+6
2015-01-24
eathena: fix getting cart items list from server.
Andrei Karas
1
-2
/
+2
2015-01-24
eathena: add packet SMSG_PLAYER_CART_REMOVE 0x0125.
Andrei Karas
1
-0
/
+24
2015-01-24
eathena: add packet SMSG_PLAYER_CART_ITEMS 0x0993.
Andrei Karas
1
-0
/
+34
2015-01-24
eathena: impliment packet SMSG_CART_INFO.
Andrei Karas
1
-1
/
+25
2015-01-24
eathena: add packet SMSG_PLAYER_CART_EQUIP 0x0994.
Andrei Karas
1
-0
/
+39
2015-01-24
eathena: add packet SMSG_PLAYER_CART_ADD 0x01c5.
Andrei Karas
1
-0
/
+48
2015-01-24
Move inventory type into separate file.
Andrei Karas
1
-9
/
+9
2015-01-23
eathena: add partial support for packet SMSG_CART_REMOVE 0x012b.
Andrei Karas
1
-0
/
+10
2015-01-23
eathena: add partial support for packet SMSG_CART_INFO 0x0121.
Andrei Karas
1
-0
/
+13
2015-01-06
Move equip slots enum into separate file.
Andrei Karas
1
-17
/
+19
2015-01-01
Update copyrights year.
Andrei Karas
1
-1
/
+1
2014-12-23
Add item type to item object.
Andrei Karas
1
-12
/
+12
2014-12-13
eathena: fix reading packet SMSG_PLAYER_STORAGE_ITEMS.
Andrei Karas
1
-1
/
+1
2014-12-13
eathena: fix packet SMSG_PLAYER_STORAGE_REMOVE.
Andrei Karas
1
-1
/
+1
2014-12-13
Move processPlayerStorageRemove from ea namespace into eathena and tmwa.
Andrei Karas
1
-0
/
+18
2014-12-04
Give correct names to eathena/tmwa sprites.
Andrei Karas
1
-7
/
+7
2014-11-23
eathena: add armor slot mapping.
Andrei Karas
1
-1
/
+1
2014-11-23
Add support for additional slots in net code.
Andrei Karas
1
-1
/
+1
2014-11-23
Move server slot to client slot conversion from ea into eathena and tmwa.
Andrei Karas
1
-0
/
+29
2014-11-08
Fix code style.
Andrei Karas
1
-1
/
+0
2014-10-25
Fix code style.
Andrei Karas
1
-2
/
+0
2014-10-23
Add packet fields comments in inventoryhandler.
Andrei Karas
1
-7
/
+7
2014-10-21
Set cards from net code.
Andrei Karas
1
-27
/
+25
2014-10-21
Add to item field favorite.
Andrei Karas
1
-6
/
+10
[next]