summaryrefslogtreecommitdiff
path: root/src/net/ea/buysellhandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-09-04add const to more classes,Andrei Karas1-1/+2
fix other small style issues.
2012-09-02Add const to more classes.Andrei Karas1-6/+6
2012-08-26Add const to some classes.Andrei Karas1-4/+6
2012-08-23Remove useless includes.Andrei Karas1-4/+1
2012-07-15Fix code style.Andrei Karas1-2/+2
2012-03-22Rename object event to depricatedevent because current implimentation veryAndrei Karas1-1/+1
bad and must be replaced with better implimentation.
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-1/+1
2011-09-09Continue fix for shadow variables/methods errors.Andrei Karas1-6/+6
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-2/+3
2011-05-20Start separating netcode to functions and moving some code to ea name spaceAndrei Karas1-0/+180
for future usage for different server types. Processed classes: adminhandler, beinghandler, buysellhandler.