Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 | |
2013-12-25 | add pethandler with stubs only. | Andrei Karas | 1 | -0/+6 | |
2013-09-15 | remove unused includes from net directory. | Andrei Karas | 1 | -14/+0 | |
2013-04-25 | fix some code style by cpplint. | Andrei Karas | 1 | -6/+0 | |
2013-04-12 | first part of style fixed after cpplint checks. | Andrei Karas | 1 | -1/+1 | |
2013-03-27 | improve charserverhandler class. | Andrei Karas | 1 | -4/+4 | |
2013-02-24 | Rename specialhandler to skillhandler. | Andrei Karas | 1 | -4/+4 | |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-09-02 | Add const to more classes. | Andrei Karas | 1 | -1/+1 | |
2012-06-24 | Add basic support for eathena stable. | Andrei Karas | 1 | -1/+14 | |
Can register, create char, connect to map server and get map info. | |||||
2012-02-08 | Fix code style with new tool. | Andrei Karas | 1 | -1/+0 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-11-07 | Fix some warnings under gcc 4.7. | Andrei Karas | 1 | -17/+17 | |
2011-05-24 | Add simple memory leak detector. | Andrei Karas | 1 | -0/+2 | |
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it. | |||||
2011-05-19 | Enable server type selection again. Add evol server type. Now working same ↵ | Andrei Karas | 1 | -0/+3 | |
as tmweathena. | |||||
2011-05-13 | Add more MANASERV_SUPPORT defines to disable server type checks, if manaserv ↵ | Andrei Karas | 1 | -1/+1 | |
disabled. Fix some compilation warnings. | |||||
2011-03-27 | Fix some warnings and improve code from gcc 4.6 compilation. | Andrei Karas | 1 | -4/+2 | |
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-02-01 | Add ability to enable/disable manaserv with embedded enet. | Andrei Karas | 1 | -1/+4 | |
Set manaserv disabled in automake and cmake by default but enabled in build scripts. | |||||
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+198 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |