Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-31 | Extract shared logic from npchandler and playerhandler netcode to ea namespace. | Andrei Karas | 1 | -84/+42 | |
2011-07-30 | Extract shared logic from inventoryhandler netcode to ea namespace. | Andrei Karas | 1 | -0/+2 | |
2011-07-07 | Remove undescore from variables and defines. | Andrei Karas | 1 | -7/+7 | |
2011-06-25 | Fix memory leaks in npchandler and npcdialog classes. | Andrei Karas | 1 | -0/+7 | |
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 conversions except manaserv net code and some other code. | Andrei Karas | 1 | -8/+8 | |
2011-03-08 | Fix possible problem with buying colored item. | Andrei Karas | 1 | -1/+2 | |
2011-03-03 | Add colors to buy/sell dialogs. | Andrei Karas | 1 | -4/+15 | |
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-02-02 | Close npc and other dialogs if reconnecting. | Andrei Karas | 1 | -1/+1 | |
Also save extra layers if network error. | |||||
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+249 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |