Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-15 | remove unused includes from net directory. | Andrei Karas | 1 | -1/+3 | |
2013-08-31 | move being related files into being dir. | Andrei Karas | 1 | -1/+2 | |
2013-08-24 | improve getState/setState in Client. | Andrei Karas | 1 | -1/+1 | |
2013-06-20 | Add more profiler labels. | Andrei Karas | 1 | -0/+4 | |
2013-04-12 | first part of style fixed after cpplint checks. | Andrei Karas | 1 | -1/+1 | |
2013-03-28 | improve gamehandler class | Andrei Karas | 1 | -9/+7 | |
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 | -0/+2 | |
2012-09-08 | Improve constructors in some classes. | Andrei Karas | 1 | -1/+3 | |
2012-08-23 | Remove useless includes. | Andrei Karas | 1 | -5/+0 | |
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-03-14 | Add support for other gender. | Andrei Karas | 1 | -1/+1 | |
Fix per gender and race items separation. | |||||
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-10-08 | Add checks and fix code style. | Andrei Karas | 1 | -2/+9 | |
2011-08-12 | Rename file names log and chatlog to correct logger and chatlogger. | Andrei Karas | 1 | -1/+1 | |
2011-07-29 | Extract shared logic from chathandler and gamehandler netcode to ea namespace. | Andrei Karas | 1 | -43/+6 | |
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-04-09 | Small refactoring based on idea from mana commit ↵ | Andrei Karas | 1 | -5/+5 | |
30d4b0adf4f17f05d1d62fc3428c896ef1079b6b | |||||
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-02 | Initial commit. | Andrei Karas | 1 | -0/+196 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |