Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-21 | Fix compilation errors and warnings for another gcc 4.7 snapshot. | Andrei Karas | 1 | -1/+1 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-07-30 | Extract shared logic from inventoryhandler netcode to ea namespace. | Andrei Karas | 1 | -0/+2 | |
2011-05-24 | Add simple memory leak detector. | Andrei Karas | 1 | -0/+2 | |
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it. | |||||
2011-05-20 | Start separating netcode to functions and moving some code to ea name space | Andrei Karas | 1 | -147/+40 | |
for future usage for different server types. Processed classes: adminhandler, beinghandler, buysellhandler. | |||||
2011-05-12 | Renaming login, sell, trade (cpp, h) files to correct names. | Andrei Karas | 1 | -1/+1 | |
2011-04-04 | Rename some gui class files to real class names. | Andrei Karas | 1 | -2/+2 | |
2011-03-03 | Add colors to buy/sell dialogs. | Andrei Karas | 1 | -2/+1 | |
2011-03-03 | Add extended buy list items. | Andrei Karas | 1 | -1/+10 | |
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-01-15 | Fix code style, apply some fixes after checking with cppcheck from git. | Andrei Karas | 1 | -0/+1 | |
2011-01-10 | Add more selling error messages. | Andrei Karas | 1 | -6/+16 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+231 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |