summaryrefslogtreecommitdiff
path: root/src/commandhandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it.
2011-05-17Debug option to dump loaded images names.Andrei Karas1-0/+73
2011-05-12Renaming login, sell, trade (cpp, h) files to correct names.Andrei Karas1-1/+1
2011-05-09Fix code style.Andrei Karas1-2/+4
2011-05-08Add font cache size to /cacheinfo chat command.Andrei Karas1-2/+5
2011-05-06Move attack filter arrays and methods from localplayer to actorspritemanager ↵Andrei Karas1-11/+17
class.
2011-05-06Fix player moving with mouse.Andrei Karas1-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-29Add char command /addpriorityattack.Andrei Karas1-0/+17
2011-04-21Add attack filter char commands.Andrei Karas1-0/+51
And place avatar list box separator without left padding.
2011-04-10Add some strings to translations.Andrei Karas1-3/+3
2011-04-04Rename some gui class files to real class names.Andrei Karas1-2/+2
2011-04-04Rename TrueTypeFont to SDLFont.Andrei Karas1-3/+3
2011-04-02Move help from chat command help to help window.Andrei Karas1-187/+6
2011-03-18Fix most old style cast except manaserv and libxml2 defines.Andrei Karas1-1/+4
2011-03-18Fix compilation warnings.Andrei Karas1-1/+1
2011-03-13Fix uptime calculation.Andrei Karas1-6/+15
2011-03-13Fix typo in chat help.Andrei Karas1-1/+1
2011-03-12Add /uptime chat command to show client uptime.Andrei Karas1-0/+53
2011-02-25Trim extra spaces from chat commands.Andrei Karas1-0/+2
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+1124
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.