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