Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-07 | Fix some warnings under gcc 4.7. | Andrei Karas | 1 | -2/+2 | |
2011-10-19 | Add to debug log number of sended and received bytes. | Andrei Karas | 1 | -0/+2 | |
2011-10-08 | Fix code style. | Andrei Karas | 1 | -35/+35 | |
2011-10-08 | Add checks and fix code style. | Andrei Karas | 1 | -44/+43 | |
2011-08-12 | Rename file names log and chatlog to correct logger and chatlogger. | Andrei Karas | 1 | -1/+1 | |
2011-07-12 | Fix again compilation issue in big endian system. | Andrei Karas | 1 | -1/+1 | |
2011-07-12 | Fix compilation error in big endian system. | Andrei Karas | 1 | -1/+1 | |
2011-06-02 | Fix some memory leaks and missing initialisations. | Andrei Karas | 1 | -0/+1 | |
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-03-18 | Fix most old style cast except manaserv and libxml2 defines. | Andrei Karas | 1 | -4/+4 | |
2011-03-01 | Add support for reading item colors for char list and created char (for ↵ | Andrei Karas | 1 | -2/+2 | |
extended servers) | |||||
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-02-18 | Add packet SMSG_BEING_NAME_RESPONSE2 with big being names. | Andrei Karas | 1 | -0/+1 | |
2011-01-15 | Fix code style, apply some fixes after checking with cppcheck from git. | Andrei Karas | 1 | -2/+2 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+483 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |