summaryrefslogtreecommitdiff
path: root/src/net/ea/beinghandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-07-09Reserve bits in gender field for future usage.Andrei Karas1-0/+3
2011-07-07Remove undescore from variables and defines.Andrei Karas1-1/+1
2011-07-05Add ability to send client states to other clients.Andrei Karas1-9/+4
Using for this emotes.
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-21Fix some issues after automatic code checking.Andrei Karas1-7/+4
2011-05-20Start separating netcode to functions and moving some code to ea name spaceAndrei Karas1-0/+820
for future usage for different server types. Processed classes: adminhandler, beinghandler, buysellhandler.