summaryrefslogtreecommitdiff
path: root/src/net/charserverhandler.h
AgeCommit message (Collapse)AuthorFilesLines
2025-05-24Switch source code headers to ManaVerse & update copyrights to 2025Fedja Beader1-3/+3
.. instead of manaplus's header. & update copyrights to 2025. Open problem: should it be "The ManaVerse Client", "the ManaVerse client" or something in between in "This file is part of ..." line? All caps is current situation. Squashed with: * update copyright dates for 2025 * Revert "Switch to branch of mplint that checks for manaverse copyright headers" * Change back to uppercase The Why? This line was changed 3 times in history and all had an uppercase The. PS: ManaVerse has no endorsment from the parent project, ManaPlus. * Change to "This file is part of the ManaVerse Client" poppet says 'the' instead of 'The' find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e 's/This file is part of The ManaPlus Client/This file is part of the ManaVerse Client/' {} \+ * Change 'The ManaPlus Client' to 'The ManaVerse Client' in headers find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e '2s/ManaPlus/ManaVerse/' {} \+ * Switch to branch of mplint that checks for manaverse copyright headers .. instead of manaplus's **** mana/plus!179
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
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
Add pincode dialog and widget.
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
In most case it equal to std::vector except debug modes. Now it can be also mse::mstd::vector, but sadly this class not support all required features.
2017-07-13Add vector.h for use different vectors.Andrei Karas1-1/+2
Also replace <vector> include into "utils/vector.h"
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 ↵Andrei Karas1-5/+4
(hercules). Also removed some outdated evol color code.
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
Need reverse or find way how to encrypt pincode. For now pincodes not supported.
2014-09-06add basic implimentation for set pincode.Andrei Karas1-0/+2
For now it not sending pincode to server.
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