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
2014-09-26
Fix code style.
Andrei Karas
1
-1
/
+0
2014-09-22
eathena: reset menu after selecting egg.
Andrei Karas
1
-0
/
+2
2014-09-21
eathena: add packet CMSG_PET_SELECT_EGG 0x01a7.
Andrei Karas
1
-0
/
+7
2014-09-19
Add comments for all output packets header.
Andrei Karas
1
-9
/
+9
2014-09-19
eathena: fix inventory reading in processPlayerInventory.
Andrei Karas
1
-1
/
+1
2014-09-17
Remove getter for serverFeatures.
Andrei Karas
1
-1
/
+1
2014-09-16
Remove unused externs
Andrei Karas
1
-1
/
+0
2014-09-16
add server feature haveItemColors.
Andrei Karas
1
-1
/
+4
2014-09-16
eathena: add packet CMSG_PLAYER_FAVORITE_ITEM 0x0907.
Andrei Karas
1
-0
/
+10
2014-09-14
Fix compilation warnings.
Andrei Karas
1
-2
/
+0
2014-09-13
In inventoryhandler use for each packet own function.
Andrei Karas
1
-35
/
+52
2014-09-12
fix code style.
Andrei Karas
1
-7
/
+9
2014-09-10
eathena: simplify function moveItem2.
Andrei Karas
1
-30
/
+26
2014-09-10
eathena: add packet CMSG_MOVE_FROM_STORAGE_TO_CART 0x0128.
Andrei Karas
1
-0
/
+6
2014-09-10
eathena: add packet CMSG_MOVE_FROM_CART_TO_STORAGE 0x0129.
Andrei Karas
1
-0
/
+6
2014-09-10
eathena: add packet CMSG_PLAYER_INSERT_CARD 0x017c.
Andrei Karas
1
-0
/
+8
2014-09-10
eathena: add packet CMSG_PLAYER_USE_CARD 0x017a.
Andrei Karas
1
-0
/
+6
2014-09-09
eathena: add packet CMSG_MOVE_FROM_CART 0x0127.
Andrei Karas
1
-0
/
+6
2014-09-09
eathena: add packet CMSG_MOVE_TO_CART 0x0126.
Andrei Karas
1
-0
/
+6
2014-09-07
Fix compilation warnings.
Andrei Karas
1
-1
/
+1
2014-09-06
eathena: fix packet SMSG_PLAYER_STORAGE_ITEMS 0x0995.
Andrei Karas
1
-0
/
+4
2014-09-06
eathena: fix packet SMSG_PLAYER_STORAGE_ADD 0x01c4.
Andrei Karas
1
-11
/
+11
2014-09-06
Move processPlayerStorageAdd from ea namespace into eathena and tmwa.
Andrei Karas
1
-0
/
+32
2014-09-06
eathena: fix packet SMSG_PLAYER_STORAGE_EQUIP 0x0996.
Andrei Karas
1
-26
/
+19
2014-09-06
Move processPlayerStorageEquip from ea namespace into eathena and tmwa.
Andrei Karas
1
-0
/
+40
2014-09-06
eathena: add packet SMSG_PLAYER_INVENTORY_REMOVE2 0x07fa.
Andrei Karas
1
-1
/
+30
2014-09-06
eathena: fix handling packet SMSG_PLAYER_INVENTORY_ADD 0x0990.
Andrei Karas
1
-3
/
+2
2014-09-06
eathena: fix equipped item sign.
Andrei Karas
1
-7
/
+11
2014-09-06
eathena: fix packet SMSG_PLAYER_UNEQUIP 0x099a.
Andrei Karas
1
-3
/
+3
2014-09-06
eathena: move processPlayerUnEquip from ea namespace into eathena and tmwa.
Andrei Karas
1
-0
/
+14
2014-09-06
eathena: fix packet SMSG_PLAYER_EQUIP 0x0999.
Andrei Karas
1
-3
/
+4
2014-09-06
Move processPlayerEquip from ea namespace into tmwa and eathena.
Andrei Karas
1
-0
/
+18
2014-09-06
eathena: fix packet CMSG_PLAYER_EQUIP 0x0998.
Andrei Karas
1
-2
/
+2
2014-09-06
eathena: fix a bit support for packet SMSG_PLAYER_INVENTORY 0x0991.
Andrei Karas
1
-24
/
+18
2014-09-06
Move processPlayerInventory from ea namespace into tmwa and eathena.
Andrei Karas
1
-0
/
+70
2014-09-06
eathena: fix packet SMSG_PLAYER_INVENTORY_ADD 0x0990.
Andrei Karas
1
-16
/
+21
2014-09-06
move processPlayerInventoryAdd from ea namespace into tmwa and eathena.
Andrei Karas
1
-0
/
+71
2014-09-06
fix compilation warnings
Andrei Karas
1
-2
/
+2
2014-09-06
eathena: add missing fields in processPlayerEquipment.
Andrei Karas
1
-19
/
+21
2014-09-06
Move processPlayerEquipment from ea into tmwa and eathena namespace.
Andrei Karas
1
-0
/
+48
2014-08-30
Remove additional parameters from processPlayerInventory function.
Andrei Karas
1
-1
/
+1
2014-01-01
update copyright year in all sources.
Andrei Karas
1
-1
/
+1
2013-09-15
remove unused includes from net directory.
Andrei Karas
1
-0
/
+1
2013-04-25
fix some code style by cpplint.
Andrei Karas
1
-1
/
+0
2013-04-12
first part of style fixed after cpplint checks.
Andrei Karas
1
-2
/
+2
2013-04-03
improve inventoryhandler class.
Andrei Karas
1
-7
/
+7
2013-01-16
update copyrights year.
Andrei Karas
1
-1
/
+1
2012-09-08
Improve constructors in some classes.
Andrei Karas
1
-1
/
+3
2012-08-23
Remove useless includes.
Andrei Karas
1
-4
/
+0
2012-06-24
Add basic support for eathena stable.
Andrei Karas
1
-0
/
+207