summaryrefslogtreecommitdiff
path: root/src/net/tmwa/buysellhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-09-08Improve constructors in some classes.Andrei Karas1-1/+3
2012-09-02Add const to more classes.Andrei Karas1-3/+3
2012-08-23Remove useless includes.Andrei Karas1-4/+1
2012-07-15Fix code style.Andrei Karas1-1/+1
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-1/+1
2012-03-22Rename object event to depricatedevent because current implimentation veryAndrei Karas1-1/+1
2012-01-21Fix compilation errors and warnings for another gcc 4.7 snapshot.Andrei Karas1-1/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-07-30Extract shared logic from inventoryhandler netcode to ea namespace.Andrei Karas1-0/+2
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-05-20Start separating netcode to functions and moving some code to ea name spaceAndrei Karas1-147/+40
2011-05-12Renaming login, sell, trade (cpp, h) files to correct names.Andrei Karas1-1/+1
2011-04-04Rename some gui class files to real class names.Andrei Karas1-2/+2
2011-03-03Add colors to buy/sell dialogs.Andrei Karas1-2/+1
2011-03-03Add extended buy list items.Andrei Karas1-1/+10
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-15Fix code style, apply some fixes after checking with cppcheck from git.Andrei Karas1-0/+1
2011-01-10Add more selling error messages.Andrei Karas1-6/+16
2011-01-02Initial commit.Andrei Karas1-0/+231