summaryrefslogtreecommitdiff
path: root/src/net/ea/buysellhandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
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.