Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-07 | Remove undescore from variables and defines. | Andrei Karas | 1 | -56/+56 | |
2011-05-30 | Improve memory leak detector. | Andrei Karas | 1 | -0/+6 | |
Add /dump chat command. | |||||
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-17 | Debug option to dump loaded images names. | Andrei Karas | 1 | -0/+73 | |
2011-05-12 | Renaming login, sell, trade (cpp, h) files to correct names. | Andrei Karas | 1 | -1/+1 | |
2011-05-09 | Fix code style. | Andrei Karas | 1 | -2/+4 | |
2011-05-08 | Add font cache size to /cacheinfo chat command. | Andrei Karas | 1 | -2/+5 | |
2011-05-06 | Move attack filter arrays and methods from localplayer to actorspritemanager ↵ | Andrei Karas | 1 | -11/+17 | |
class. | |||||
2011-05-06 | Fix player moving with mouse. | Andrei Karas | 1 | -1/+1 | |
Now move with mouse is soft moving. Player always can stop or change direction. Collisions not stoping player what holding down left mouse button. Also fix typo in method name navigateClean. | |||||
2011-04-29 | Add char command /addpriorityattack. | Andrei Karas | 1 | -0/+17 | |
2011-04-21 | Add attack filter char commands. | Andrei Karas | 1 | -0/+51 | |
And place avatar list box separator without left padding. | |||||
2011-04-10 | Add some strings to translations. | Andrei Karas | 1 | -3/+3 | |
2011-04-04 | Rename some gui class files to real class names. | Andrei Karas | 1 | -2/+2 | |
2011-04-04 | Rename TrueTypeFont to SDLFont. | Andrei Karas | 1 | -3/+3 | |
2011-04-02 | Move help from chat command help to help window. | Andrei Karas | 1 | -187/+6 | |
2011-03-18 | Fix most old style cast except manaserv and libxml2 defines. | Andrei Karas | 1 | -1/+4 | |
2011-03-18 | Fix compilation warnings. | Andrei Karas | 1 | -1/+1 | |
2011-03-13 | Fix uptime calculation. | Andrei Karas | 1 | -6/+15 | |
2011-03-13 | Fix typo in chat help. | Andrei Karas | 1 | -1/+1 | |
2011-03-12 | Add /uptime chat command to show client uptime. | Andrei Karas | 1 | -0/+53 | |
2011-02-25 | Trim extra spaces from chat commands. | Andrei Karas | 1 | -0/+2 | |
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+1124 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |