summaryrefslogtreecommitdiff
path: root/src/commands.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-04-25fix some code style by cpplint.Andrei Karas1-1/+1
2013-04-25impliment new list in sdlfont.Andrei Karas1-3/+5
2013-04-24add to font perfomance test also cache auto cleanup.Andrei Karas1-0/+2
2013-04-24add command for test perfomance in sdlfont calculation.Andrei Karas1-0/+42
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-3/+4
2013-04-10Add option to left all per map sprites in memory if once was loaded.Andrei Karas1-0/+1
2013-03-29fix some warnings.Andrei Karas1-2/+2
2013-03-28Revert "Remove auction bot support."Andrei Karas1-0/+7
2013-03-27improve chathandler class.Andrei Karas1-19/+2
2013-03-21Send channel name to net code layer.Andrei Karas1-2/+2
2013-03-12Fix code style.Andrei Karas1-1/+1
2013-03-08Add chat command for execute external programs.Andrei Karas1-0/+17
2013-03-05Add chat command to clean fonts cache.Andrei Karas1-1/+9
2013-03-03Add chat command to clean graphics cache.Andrei Karas1-1/+11
2013-03-01Fix code style.Andrei Karas1-2/+2
2013-02-24Improve string usage in some files.Andrei Karas1-34/+36
2013-02-22const and other minor changes in commands.cppAndrei Karas1-48/+39
2013-02-18Remove auction bot support.Andrei Karas1-7/+0
2013-02-18Add support for help seach links.Andrei Karas1-1/+1
2013-02-10Remove channel classes because it was used only in manaserv.Andrei Karas1-3/+0
2013-01-20Replace for to FOR_EACH in some classes.Andrei Karas1-4/+2
2013-01-19Quick fix for mandriva based distros.v1.3.1.20Andrei Karas1-1/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-29Add chat command to dump environment variables to log.Andrei Karas1-0/+11
2012-12-25Improve empty strings manipulation.Andrei Karas1-3/+3
2012-11-27Simplify command handlers.Andrei Karas1-0/+1210