summaryrefslogtreecommitdiff
path: root/src/net/tmwa/charserverhandler.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
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-05Add empty pincode manager.Andrei Karas1-3/+0
2018-01-09Remove useless A_CONST attributes.Andrei Karas1-4/+3
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-1/+1
2017-08-03Remove network handlers in general handler was deleted.Andrei Karas1-0/+2
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-12/+12
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-12/+12
2016-02-20Add missing const in net directory.Andrei Karas1-7/+9
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-23Add const attribute to net classes.Andrei Karas1-4/+6
2015-09-02Remove MessageHandler classAndrei Karas1-6/+1
2015-08-25Move receive code from charserverhandler into separate file.Andrei Karas1-15/+0
2015-08-13Add support for load all item slots with cards in char selection dialog (herc...Andrei Karas1-2/+2
2015-06-20Remove unused old evol packets from tmwa namespace.Andrei Karas1-2/+0
2015-05-29Convert Gender enum into strong typed enum.Andrei Karas1-1/+1
2015-05-29Add strong typed int type BeingId.Andrei Karas1-1/+1
2015-05-13Replace succesfully to successfully.Andrei Karas1-1/+1
2015-03-22In charserverhandler add function to return hat slot.Andrei Karas1-0/+2
2015-03-22eathena: add packet CMSG_CHAR_PING 0x0187.Andrei Karas1-0/+2
2015-02-18Add missing override keywords.Andrei Karas1-1/+1
2015-01-18Convert player look variable format from 8 bit to 16 bit.Andrei Karas1-1/+1
2015-01-05Add actual gender in char creation method.Andrei Karas1-3/+6
2015-01-04eathena: allow delete characters if account have non default email.Andrei Karas1-1/+2
2015-01-04Move processCharDeleteFailed from ea namespace into eathena and tmwa.Andrei Karas1-0/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-10-17Add static in chatserverhandler.Andrei Karas1-3/+3
2014-10-06eathena: add packet CMSG_CHAR_CHANGE_SLOT 0x08d4.Andrei Karas1-0/+2
2014-10-05Add char rename button if server support it.Andrei Karas1-1/+1
2014-10-05eathena: add packet CMSG_CHAR_RENAME 0x08fc.Andrei Karas1-0/+3
2014-09-14Move setCharCreateDialog from ea namespace into eathena and tmwa.Andrei Karas1-0/+8
2014-09-13Split processCharCreate for each packet type.Andrei Karas1-0/+2
2014-09-13Move processCharCreate from ea namespace into eathena and tmwa.Andrei Karas1-0/+2
2014-09-06Add partial pincode sending.Andrei Karas1-0/+3
2014-09-06add basic implimentation for set pincode.Andrei Karas1-0/+3
2014-08-30Remove additional parameters from processCharMapServer function.Andrei Karas1-1/+3
2014-08-30Remove additional parameters from processCharMapInfo function.Andrei Karas1-0/+2
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-24add final keyword to net files.Andrei Karas1-7/+7
2013-09-26remove useless virtual keywords.Andrei Karas1-1/+1
2013-09-15remove unused includes from net directory.Andrei Karas1-6/+0
2013-06-12add support for player look.Andrei Karas1-0/+1
2013-05-28fix guard header part2.Andrei Karas1-3/+3
2013-04-14another fixes from cpplint.Andrei Karas1-1/+1
2013-04-14some more style fixes from cpplint.Andrei Karas1-1/+1