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
/
questhandler.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-04
Update copyrights year.
Andrei Karas
1
-1
/
+1
2017-08-03
Remove network handlers in general handler was deleted.
Andrei Karas
1
-0
/
+5
2017-01-03
Update copyright year.
Andrei Karas
1
-1
/
+1
2016-02-07
Replace most static_cast<Type> to shorter versions from defines.
Andrei Karas
1
-1
/
+1
2016-01-02
Update copyrights year.
Andrei Karas
1
-1
/
+1
2015-09-07
Split protocol.h into protocolin.h and protocolout.h
Andrei Karas
1
-1
/
+1
2015-09-04
Remove some useless includes.
Andrei Karas
1
-6
/
+0
2015-09-02
Remove MessageHandler class
Andrei Karas
1
-52
/
+0
2015-08-30
Move receive code from questhandler into separate file.
Andrei Karas
1
-131
/
+8
2015-03-10
Mark all unimplimented packets with UNIMPLIMENTEDPACKET attribute.
Andrei Karas
1
-1
/
+3
2015-01-01
Update copyrights year.
Andrei Karas
1
-1
/
+1
2014-11-04
eathena: update to hercules changes for packets version 20141022.
Andrei Karas
1
-0
/
+3
2014-10-14
eathena: add partial support for packet SMSG_QUEST_NPC_EFFECT 0x0446.
Andrei Karas
1
-0
/
+16
2014-10-14
eathena: add partial support for packet SMSG_QUEST_ACTIVATE 0x02b7.
Andrei Karas
1
-0
/
+12
2014-09-26
Fix code style.
Andrei Karas
1
-1
/
+1
2014-09-19
Add comments for all output packets header.
Andrei Karas
1
-1
/
+1
2014-09-17
Remove getter for questHandler.
Andrei Karas
1
-0
/
+1
2014-09-16
eathena: add packet CMSG_QUEST_ACTIVATE 0x02b6.
Andrei Karas
1
-0
/
+9
2014-09-15
Add base class for questhandler in net namespace.
Andrei Karas
1
-1
/
+2
2014-09-12
fix code style.
Andrei Karas
1
-1
/
+1
2014-09-08
eathena: reead whole packet SMSG_QUEST_ADD.
Andrei Karas
1
-0
/
+2
2014-09-07
Fix compilation warnings.
Andrei Karas
1
-1
/
+1
2014-09-06
eathena: read whole packet in processAddQuestsObjectives.
Andrei Karas
1
-0
/
+1
2014-09-06
eathena: impliment packet SMSG_QUEST_REMOVE 0x02b4.
Andrei Karas
1
-0
/
+24
2014-09-06
eathena: partially impliment packet SMSG_QUEST_UPDATE_OBJECTIVES 0x02b5.
Andrei Karas
1
-0
/
+20
2014-09-06
eathena: partially impliment packet SMSG_QUEST_LIST_OBJECTIVES 0x02b2.
Andrei Karas
1
-0
/
+25
2014-09-06
eathena: impliment packet SMSG_QUEST_LIST 0x02b1.
Andrei Karas
1
-0
/
+23
2014-09-06
eathena: add basic handling for packet SMSG_QUEST_ADD 0x02b3.
Andrei Karas
1
-0
/
+87