summaryrefslogtreecommitdiff
path: root/src/net/tmwa/playerhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-06-26Update packet CMSG_SET_SHORTCUTSAndrei Karas1-0/+1
2019-06-26Update packet CMSG_SHORTCUTS_ROW_SHIFTAndrei Karas1-1/+2
2019-04-08Add packet CMSG_PLAYER_STYLE_CLOSE 0x0a48Andrei Karas1-0/+4
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-12Add support for online list in legacy server.Andrei Karas1-0/+1
2018-09-25Add packet CMSG_PLAYER_SET_TITLE 0x0a2e.Andrei Karas1-0/+4
2018-07-27Add packet CMSG_PLAYER_SELECT_STYLE 0x0afc.Andrei Karas1-1/+2
2018-07-14Rename packet CMSG_PLAYER_SET_EQUIPMENT_VISIBLE into CMSG_SET_CONFIG_OPTION.Andrei Karas1-1/+2
2018-06-14Add packet CMSG_PLAYER_SELECT_STYLE 0x0a46.Andrei Karas1-0/+9
2018-04-23Fix different cast issues and remove useless explicit keywords.Andrei Karas1-30/+36
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-17Remove default parameter from PlayerInfo::setStatMod.Andrei Karas1-8/+22
2017-12-17Remove default parameter from PlayerInfo::setStatBase.Andrei Karas1-9/+27
2017-12-17Remove default parameter from PlayerInfo::setAttribute.Andrei Karas1-20/+57
2017-10-18Add packet SMSG_PLAYER_STAT_UPDATE_7 0x0acb.Andrei Karas1-1/+1
2017-09-27Rename Attributes::PLAYER_JOB to Attributes::PLAYER_JOB_LEVEL.Andrei Karas1-1/+1
2017-09-27Change player job level, exp from stat object to attribute.Andrei Karas1-6/+3
2017-09-27Rename Attributes::PLAYER_LEVEL to Attributes::PLAYER_BASE_LEVEL.Andrei Karas1-1/+1
2017-08-18Remove extra includes.Andrei Karas1-1/+2
2017-08-14Replace static members usage from pointers to direct classes.Andrei Karas1-4/+1
2017-08-03Remove network handlers in general handler was deleted.Andrei Karas1-0/+5
2017-07-12Rename gm level into group id in localplayer.cppAndrei Karas1-1/+1
2017-06-09Fix code style.Andrei Karas1-2/+0
2017-06-08Remove useless extern declarations.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-8/+8
2017-01-31Move units into db directory.Andrei Karas1-3/+4
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-11-11Fix typo implimented -> implemented.Andrei Karas1-1/+1
2016-07-25Fix too big lines.Andrei Karas1-2/+4
2016-07-25Add into player attributes prefix PLAYER_.Andrei Karas1-50/+50
2016-04-23Fix code style.Andrei Karas1-2/+0
2016-03-10For unknown packet field values show packet id and field value.Andrei Karas1-2/+1
2016-03-08Rename Sp attributes to server values. Also add missing values for hercules.Andrei Karas1-32/+32
2016-03-08Add into tmwa Sp constants value GM_LEVEL.Andrei Karas1-1/+1
2016-03-08Move stat constants from ea namespace into tmwa and eathena.Andrei Karas1-43/+44
2016-03-08Move setStat from ea namespace into eathena and tmwa.Andrei Karas1-4/+213
2016-03-06Add into increaseAttribute parameter with about of attributes to up.Andrei Karas1-1/+2
2016-03-05Remove outdated serverVersion checks from tmwa net code.Andrei Karas1-1/+0
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-4/+4
2016-01-06Impliment packet CMSG_SHORTCUTS_ROW_SHIFT 0x0a01.Andrei Karas1-0/+4
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-11-16Fix code style.Andrei Karas1-0/+1
2015-09-07Split protocol.h into protocolin.h and protocolout.hAndrei Karas1-1/+1
2015-09-04Remove some useless includes.Andrei Karas1-5/+0
2015-09-02Remove MessageHandler classAndrei Karas1-68/+0
2015-08-30Move receive code from playerhandler into separate file.Andrei Karas1-137/+13
2015-06-20Remove unused old evol packets from tmwa namespace.Andrei Karas1-15/+1
2015-06-20Fix code style.Andrei Karas1-0/+1
2015-06-06Fix code style.Andrei Karas1-2/+0