summaryrefslogtreecommitdiff
path: root/src/net/charserverhandler.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-08[WIP] renamed the client to ManaVersejak11-1/+1
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-03-08Add support for change pin code by server request.Andrei Karas1-0/+4
2018-03-08Add support for enter auth pincode.Andrei Karas1-0/+3
2018-03-07Add support for set new pincode.Andrei Karas1-1/+2
2018-03-05Add empty pincode manager.Andrei Karas1-2/+0
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-1/+1
2017-07-13Add vector.h for use different vectors.Andrei Karas1-1/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-03-11Fix code style.Andrei Karas1-1/+6
2016-02-20Add some more missing consts.Andrei Karas1-1/+1
2016-02-20Add missing const in net directory.Andrei Karas1-8/+12
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-09-05Fix compilation warnings.Andrei Karas1-2/+2
2015-08-29Fix code style.Andrei Karas1-2/+0
2015-08-25Move receive code from charserverhandler into separate file.Andrei Karas1-12/+9
2015-08-13Add support for load all item slots with cards in char selection dialog (herc...Andrei Karas1-5/+4
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-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-03-17Remove useless includes from .h files.Andrei Karas1-3/+0
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-2/+4
2015-01-04eathena: allow delete characters if account have non default email.Andrei Karas1-1/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-10-17Add static in chatserverhandler.Andrei Karas1-12/+19
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-17Remove getter for charServerHandler.Andrei Karas1-0/+2
2014-09-06Add partial pincode sending.Andrei Karas1-0/+2
2014-09-06add basic implimentation for set pincode.Andrei Karas1-0/+2
2014-06-02Add missing final/notfinal to classes.Andrei Karas1-1/+1
2014-05-21Fix code style.Andrei Karas1-3/+0
2014-05-20Move character into separate file.Andrei Karas1-23/+1
2014-03-28simplify variables cleanup.Andrei Karas1-2/+3
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-09-15remove unused includes from net directory.Andrei Karas1-1/+0
2013-08-31move being related files into being dir.Andrei Karas1-2/+2
2013-06-12add support for player look.Andrei Karas1-0/+1
2013-05-28fix guard header part2.Andrei Karas1-3/+3
2013-04-20fix style in net directory.Andrei Karas1-1/+3
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-2/+2
2013-04-07fix more style, add consts.Andrei Karas1-1/+1
2013-03-27add missing files after rename.Andrei Karas1-0/+121