Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-11-07 | Add own profiler and profiler info to some code. | Andrei Karas | 1 | -1/+2 | |
2012-09-08 | Improve constructors in some classes. | Andrei Karas | 1 | -1/+3 | |
2012-09-02 | Add const to more classes. | Andrei Karas | 1 | -3/+3 | |
2012-08-23 | Remove useless includes. | Andrei Karas | 1 | -4/+1 | |
2012-07-15 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2012-06-17 | Replace SDL int types to C++ types. | Andrei Karas | 1 | -1/+1 | |
2012-03-22 | Rename object event to depricatedevent because current implimentation very | Andrei Karas | 1 | -1/+1 | |
bad and must be replaced with better implimentation. | |||||
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. |