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
/
pethandler.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-02
Remove MessageHandler class
Andrei Karas
1
-53
/
+1
2015-08-29
Fix code style.
Andrei Karas
1
-20
/
+0
2015-08-28
Move receive code from pethandler into separate file.
Andrei Karas
1
-158
/
+9
2015-08-24
Fix compilation warnings.
Andrei Karas
1
-1
/
+1
2015-08-23
Impliment packet SMSG_PET_CATCH_PROCESS.
Andrei Karas
1
-1
/
+1
2015-07-11
Add missing checks into other files.
Andrei Karas
1
-0
/
+2
2015-06-29
Move notifytypes.h into enums directory.
Andrei Karas
1
-2
/
+2
2015-06-14
Use CREATEWIDGET macro in pethandler.
Andrei Karas
1
-2
/
+3
2015-06-06
Fix code style.
Andrei Karas
1
-4
/
+0
2015-05-29
Use BeingTypeId in Being for subtypeid.
Andrei Karas
1
-1
/
+2
2015-05-29
Add strong typed int type BeingId.
Andrei Karas
1
-3
/
+3
2015-03-11
eathena: add partial support for packet SMSG_PET_CATCH_PROCESS 0x019e.
Andrei Karas
1
-0
/
+10
2015-02-27
fix code style.
Andrei Karas
1
-2
/
+2
2015-02-22
eathena: add messages about pet feed result.
Andrei Karas
1
-1
/
+5
2015-02-22
eathena: fix pet set direction for old server versions.
Andrei Karas
1
-0
/
+2
2015-02-22
eathena: convert direction to server format before sending it to server.
Andrei Karas
1
-1
/
+2
2015-02-22
eathena: add packet CMSG_PET_DIRECTION 0x0b12.
Andrei Karas
1
-1
/
+6
2015-02-22
eathena: add packet CMSG_PET_MOVE_TO 0x0b11.
Andrei Karas
1
-1
/
+8
2015-02-17
eathena: add pet emote command.
Andrei Karas
1
-6
/
+2
2015-01-01
Update copyrights year.
Andrei Karas
1
-1
/
+1
2014-12-28
Add chat command for stop and start pet ai.
Andrei Karas
1
-0
/
+4
2014-12-28
Add fake commands to change pet direction.
Andrei Karas
1
-0
/
+4
2014-12-28
Add fake pet moving commands.
Andrei Karas
1
-4
/
+2
2014-12-17
On using eggs, if present only one egg in invenory, auto hatch it.
Andrei Karas
1
-1
/
+9
2014-10-24
Add packet fields comments in pethandler.
Andrei Karas
1
-5
/
+5
2014-10-12
Move ChatTab into chat subdir.
Andrei Karas
1
-1
/
+1
2014-09-26
Fix code style.
Andrei Karas
1
-1
/
+1
2014-09-23
eathena: rename packet CMSG_PET_REQUEST_STATE to CMSG_PET_SEND_MESSAGE.
Andrei Karas
1
-2
/
+2
2014-09-23
eathena: add packet CMSG_PET_MENU_ACTION 0x01a1.
Andrei Karas
1
-0
/
+31
2014-09-23
eathena: add partial support for packet SMSG_PET_FOOD 0x01a3.
Andrei Karas
1
-0
/
+12
2014-09-23
eathena: show pets hungry level messages in chat.
Andrei Karas
1
-2
/
+26
2014-09-23
eathena: use petinfo for loading and storing data about pet.
Andrei Karas
1
-9
/
+56
2014-09-22
eathena: add partial support for packet SMSG_PET_STATUS 0x01a2.
Andrei Karas
1
-0
/
+16
2014-09-22
eathena: add partial support for packet SMSG_PET_DATA 0x01a4.
Andrei Karas
1
-0
/
+12
2014-09-22
Add egg selection dialog.
Andrei Karas
1
-1
/
+17
2014-09-22
eathena: set menu in pet handler.
Andrei Karas
1
-0
/
+2
2014-09-22
eathena: add partial support for packet SMSG_PET_EGGS_LIST 0x01a6.
Andrei Karas
1
-0
/
+14
2014-09-19
Add comments for all output packets header.
Andrei Karas
1
-3
/
+3
2014-09-17
eathena: add packet SMSG_PET_ROULETTE 0x01a0.
Andrei Karas
1
-0
/
+26
2014-09-17
Remove getter for chatHandler.
Andrei Karas
1
-1
/
+1
2014-09-11
eathena: add packet CMSG_PET_SET_NAME 0x01a5.
Andrei Karas
1
-0
/
+6
2014-09-11
eathena: add partial support for packet SMSG_PET_MESSAGE 0x01aa.
Andrei Karas
1
-1
/
+17
2014-09-11
eathena: add packet CMSG_PET_REQUEST_STATE 0x01a9.
Andrei Karas
1
-0
/
+6
2014-09-11
eathena: add packet comment in pethandler.
Andrei Karas
1
-1
/
+1
2014-09-11
eathena: add packet CMSG_PET_CATCH 0x019f.
Andrei Karas
1
-1
/
+12
2014-09-08
eathena: add pethandler.
Andrei Karas
1
-0
/
+77