Age | Commit message (Expand) | Author | Files | Lines |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 |
2013-12-19 | add ability to give more than one item to npc. (evol only) | Andrei Karas | 1 | -2/+6 |
2013-12-18 | fix code style. | Andrei Karas | 1 | -1/+2 |
2013-12-17 | Add support for set npc dialog title from server script. | Andrei Karas | 1 | -1/+15 |
2013-10-19 | move virtual member calls from mpcdialog constuctor into postInit. | Andrei Karas | 1 | -0/+1 |
2013-09-30 | move windows classes to windows directory. | Andrei Karas | 1 | -1/+2 |
2013-09-15 | remove unused includes from net directory. | Andrei Karas | 1 | -0/+1 |
2013-08-31 | move being related files into being dir. | Andrei Karas | 1 | -1/+1 |
2013-08-16 | fix code style. | Andrei Karas | 1 | -1/+1 |
2013-08-11 | add support for giving item to npc (evol only) | Andrei Karas | 1 | -0/+4 |
2013-06-13 | move npc dialogs array from netcode. | Andrei Karas | 1 | -6/+6 |
2013-06-12 | remove npc dialog wrapper. | Andrei Karas | 1 | -5/+3 |
2013-04-12 | first part of style fixed after cpplint checks. | Andrei Karas | 1 | -17/+17 |
2013-04-10 | improve npchandler class. | Andrei Karas | 1 | -19/+23 |
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-10-08 | Fix code style. | Andrei Karas | 1 | -1/+4 |
2012-09-08 | Improve constructors in some classes. | Andrei Karas | 1 | -0/+2 |
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-31 | Add support for clear npc dialog by command from server (evol only). | Andrei Karas | 1 | -0/+5 |
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 |
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 |
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 |
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 |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+249 |