summaryrefslogtreecommitdiff
path: root/src/net/ea/npcrecv.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-23Remove default parameters from npcdialog.Andrei Karas1-3/+3
2017-12-17Remove default parameters from viewport.hAndrei Karas1-1/+1
2017-08-30Move some variables to better scope.Andrei Karas1-1/+3
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-23/+23
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-11-11Fix typo implimented -> implemented.Andrei Karas1-1/+1
2016-09-04Add support for close only client side window without affecting server.Andrei Karas1-0/+14
2016-03-10For unknown packet field values show packet id and field value.Andrei Karas1-1/+1
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-1/+1
2016-01-07Add partial implimentation for craft inventory. For now almost same with npc ...Andrei Karas1-0/+9
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-09-22Remove checking packet id in getNpc function.Andrei Karas1-8/+11
2015-08-29Fix code style.Andrei Karas1-0/+1
2015-08-27Move receive code from npchandler into separate file.Andrei Karas1-0/+217