Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-12 | Rename file names log and chatlog to correct logger and chatlogger. | Andrei Karas | 1 | -1/+1 | |
2011-07-09 | Reserve bits in gender field for future usage. | Andrei Karas | 1 | -2/+3 | |
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-05-20 | Start separating netcode to functions and moving some code to ea name space | Andrei Karas | 1 | -997/+427 | |
for future usage for different server types. Processed classes: adminhandler, beinghandler, buysellhandler. | |||||
2011-05-05 | Fix complilation warnings. | Andrei Karas | 1 | -3/+3 | |
2011-05-02 | Fix reading attack delay. | Andrei Karas | 1 | -7/+7 | |
2011-05-02 | Save being speed in being object. | Andrei Karas | 1 | -6/+18 | |
2011-04-15 | Add missing check. | Andrei Karas | 1 | -3/+6 | |
2011-04-03 | Add spawn animation to mobs. | Andrei Karas | 1 | -4/+15 | |
Also impliment sound events: SOUND_EVENT_MOVE, SOUND_EVENT_SIT, SOUND_EVENT_SPAWN | |||||
2011-03-18 | Fix most conversions except manaserv net code and some other code. | Andrei Karas | 1 | -21/+32 | |
2011-03-18 | Fix most old style cast except manaserv and libxml2 defines. | Andrei Karas | 1 | -6/+7 | |
2011-03-17 | Move direction calucaltion to Being method. | Andrei Karas | 1 | -9/+1 | |
2011-03-17 | Fix other players move animation. | Andrei Karas | 1 | -14/+34 | |
As dirty hack added delayed direction. | |||||
2011-03-14 | Fixing direction bug in moving. | Andrei Karas | 1 | -10/+18 | |
While player moving server dont send player direction. This autofixing in nextTile method, but if this method was not called, then player have incorrect direction. Also move checking direction 8 from beinghandler.cpp to messagein.cpp like was done in mana client. | |||||
2011-03-11 | Remove debug messages from log. | Andrei Karas | 1 | -2/+0 | |
2011-03-04 | Fix code style. | Andrei Karas | 1 | -2/+4 | |
2011-03-03 | Merge branch 'coloritems' | Andrei Karas | 1 | -22/+47 | |
2011-03-03 | Dehardcode item colors. Now reading all from configs. | Andrei Karas | 1 | -3/+3 | |
2011-03-02 | Add serverversion checks. And disable some advanced features in old servers. | Andrei Karas | 1 | -5/+16 | |
2011-03-01 | Add support for reading colors in moveing players packets. | Andrei Karas | 1 | -5/+16 | |
2011-02-27 | First part of implimintation item colors. | Andrei Karas | 1 | -13/+16 | |
2011-02-27 | Remove debug log messages. | Andrei Karas | 1 | -3/+0 | |
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/+41 | |
2011-02-09 | Implement npc gender. | Andrei Karas | 1 | -0/+15 | |
2011-01-08 | Add support for drawing new slots as sprites. | Andrei Karas | 1 | -0/+8 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+1075 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |