Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-02-08 | added manaverse' copyright line to src/ | jak1 | 1 | -0/+1 | |
2024-02-08 | [WIP] renamed the client to ManaVerse | jak1 | 1 | -1/+1 | |
removed evol, since its not developed anymore... only leads to confusing players removed that anoying 'broken nick detected' message (regulare player don't care what crap the server sends) updated copyright -2020 for manaplus * Updated in 2024-02-08 with conflicts by Jesusalva | |||||
2019-01-01 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-12-28 | Add missing override and final to destructors. | Andrei Karas | 1 | -1/+1 | |
Also remove some empty destructors. | |||||
2017-08-03 | Remove network handlers in general handler was deleted. | Andrei Karas | 1 | -0/+2 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-04-17 | Revert "Remove override keyword, if it present with final." | Andrei Karas | 1 | -1/+1 | |
This reverts commit 55480eb4477b2cf85af1bcdcc5e8ec4f4ce6682d. | |||||
2016-04-17 | Remove override keyword, if it present with final. | Andrei Karas | 1 | -1/+1 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-09-02 | Remove MessageHandler class | Andrei Karas | 1 | -5/+1 | |
2015-08-30 | Move receive code from questhandler into separate file. | Andrei Karas | 1 | -15/+0 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-10-14 | eathena: add partial support for packet SMSG_QUEST_NPC_EFFECT 0x0446. | Andrei Karas | 1 | -0/+2 | |
2014-10-14 | eathena: add partial support for packet SMSG_QUEST_ACTIVATE 0x02b7. | Andrei Karas | 1 | -0/+2 | |
2014-09-16 | eathena: add packet CMSG_QUEST_ACTIVATE 0x02b6. | Andrei Karas | 1 | -0/+3 | |
2014-09-15 | Add base class for questhandler in net namespace. | Andrei Karas | 1 | -1/+3 | |
2014-09-06 | eathena: impliment packet SMSG_QUEST_REMOVE 0x02b4. | Andrei Karas | 1 | -0/+2 | |
2014-09-06 | eathena: partially impliment packet SMSG_QUEST_UPDATE_OBJECTIVES 0x02b5. | Andrei Karas | 1 | -0/+2 | |
2014-09-06 | eathena: partially impliment packet SMSG_QUEST_LIST_OBJECTIVES 0x02b2. | Andrei Karas | 1 | -0/+2 | |
2014-09-06 | eathena: impliment packet SMSG_QUEST_LIST 0x02b1. | Andrei Karas | 1 | -0/+3 | |
2014-09-06 | eathena: add basic handling for packet SMSG_QUEST_ADD 0x02b3. | Andrei Karas | 1 | -0/+43 | |