Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-17 | Fix more code style and additional warnings. | Andrei Karas | 1 | -1/+1 | |
2012-07-01 | Add npc avatars for evol server. | Andrei Karas | 1 | -2/+17 | |
Change protocol version to 6. | |||||
2012-06-17 | Replace SDL int types to C++ types. | Andrei Karas | 1 | -8/+8 | |
2012-05-13 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2012-02-05 | Move language functions to langs.cpp and langs.h files. | Andrei Karas | 1 | -0/+2 | |
2012-01-25 | Allow close npc dialog from npc commands. | Andrei Karas | 1 | -0/+3 | |
2012-01-25 | Save camera mode before speaking with npc and restore after. | Andrei Karas | 1 | -0/+7 | |
2012-01-23 | Add moving camera commands from npc. | Andrei Karas | 1 | -6/+46 | |
2012-01-23 | Add support for request client language from server. | Andrei Karas | 1 | -3/+30 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-11-08 | Fix more gcc 4.7 warnings. | Andrei Karas | 1 | -2/+2 | |
2011-10-31 | Stop moving if npc dialog is showed. | Andrei Karas | 1 | -0/+2 | |
2011-09-08 | Replace most iterator to const_iterator. | Andrei Karas | 1 | -1/+1 | |
Some other minor changes. | |||||
2011-08-07 | Remove useless code. After npc interaction player was change action. | Andrei Karas | 1 | -3/+0 | |
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. |