summaryrefslogtreecommitdiff
path: root/src/net/tmwa
AgeCommit message (Expand)AuthorFilesLines
2018-08-06Move InventoryRecv::processPlayerInventoryUse from ea namespace into tmwa and...Andrei Karas3-1/+27
2018-07-27Add packet CMSG_PLAYER_SELECT_STYLE 0x0afc.Andrei Karas2-2/+4
2018-07-26Add support for changed item id size in packets.Andrei Karas3-0/+7
2018-07-14Rename packet CMSG_PLAYER_SET_EQUIPMENT_VISIBLE into CMSG_SET_CONFIG_OPTION.Andrei Karas2-2/+4
2018-07-14Add packet CMSG_PET_EVOLUTION 0x09fb.Andrei Karas2-0/+7
2018-06-30Rename "other" gender into "hidden" gender.Andrei Karas3-3/+3
2018-06-18Fix some style issues after automatic checks.Andrei Karas1-2/+1
2018-06-14Add packet CMSG_PLAYER_SELECT_STYLE 0x0a46.Andrei Karas2-0/+16
2018-05-23Remove extra include from beingrecv.cppAndrei Karas1-1/+0
2018-05-22Show used general handler type in log.Andrei Karas1-0/+1
2018-05-20Show gm revive button in death dialog if player have rights for @alive command.Andrei Karas1-1/+1
2018-05-18Add packet CMSG_PRIVATE_AIRSHIP_REQUEST 0x0a49.Andrei Karas2-0/+8
2018-05-18Add packet CMSG_MAP_BLOCK_PLAY_CANCEL 0x0447.Andrei Karas2-0/+6
2018-04-23Fix different cast issues and remove useless explicit keywords.Andrei Karas1-30/+36
2018-04-17Add packet CMSG_ATTENDANCE_REWARD 0x0aef.Andrei Karas2-0/+6
2018-04-17Add packet CMSG_WINDOW_OPEN_REQUEST2 0x0a68.Andrei Karas2-0/+6
2018-04-17Add empty attendance handler.Andrei Karas4-0/+83
2018-03-08Add server feature for check is pincode supported.Andrei Karas2-0/+7
2018-03-08Add support for change pin code by server request.Andrei Karas1-0/+6
2018-03-08Add support for enter auth pincode.Andrei Karas1-0/+5
2018-03-07Add support for set new pincode.Andrei Karas1-1/+2
2018-03-05Moved same methods from messageout into one file.Andrei Karas2-96/+0
2018-03-05Fix send bytes count in messageout.Andrei Karas1-4/+1
2018-03-05Moved same methods from messagein into one file.Andrei Karas2-133/+0
2018-03-05Add empty pincode manager.Andrei Karas1-3/+0
2018-03-04Increase tmwa client packet version to 8.Andrei Karas1-1/+1
2018-03-04Add support for hightlight attribute in groups.xmlAndrei Karas1-15/+4
2018-02-19Allow set any gm level for tmwa.Andrei Karas1-4/+4
2018-02-15Remove unused channel parameter from talk methods.s20180215Andrei Karas2-10/+6
2018-02-09Impliment packet CMSG_CLAN_MESSAGE 0x098d.Andrei Karas4-0/+92
2018-01-16Fix code style.Andrei Karas1-4/+2
2018-01-09Remove useless A_CONST attributes.Andrei Karas26-223/+187
2018-01-04Update copyrights year.Andrei Karas117-117/+117
2017-12-28Add missing override and final to destructors.Andrei Karas36-36/+36
2017-12-22Remove default parameters from socialwindow.Andrei Karas1-3/+3
2017-12-22Remove default parameters from chatwindow.hAndrei Karas1-12/+38
2017-12-22Remove default parameters from effectmanager.Andrei Karas1-1/+1
2017-12-17Remove default parameters from localplayer.Andrei Karas1-4/+4
2017-12-17Remove default parameter from PlayerInfo::setStatMod.Andrei Karas2-13/+37
2017-12-17Remove default parameter from PlayerInfo::setStatBase.Andrei Karas2-22/+49
2017-12-17Remove default parameter from PlayerInfo::setAttribute.Andrei Karas2-21/+59
2017-12-17Remove default parameter from Being::updateSprite.Andrei Karas1-31/+31
2017-12-16Remove default parameters from Being::setSpeech.Andrei Karas2-18/+12
2017-12-11Remove default parameters from ChatTab::chatLog.Andrei Karas2-5/+20
2017-10-18Add packet SMSG_PLAYER_STAT_UPDATE_7 0x0acb.Andrei Karas2-2/+2
2017-09-27Rename Attributes::PLAYER_JOB to Attributes::PLAYER_JOB_LEVEL.Andrei Karas2-2/+3
2017-09-27Change player job level, exp from stat object to attribute.Andrei Karas3-14/+7
2017-09-27Rename Attributes::PLAYER_LEVEL to Attributes::PLAYER_BASE_LEVEL.Andrei Karas2-2/+2
2017-08-31Fix compilation warning.Andrei Karas1-1/+1
2017-08-30Move some variables to better scope.Andrei Karas3-7/+21