summaryrefslogtreecommitdiff
path: root/src/commands.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-08-26fix compilation errors in debug code.Andrei Karas1-4/+4
2013-08-24improve some mode methods in Client.Andrei Karas1-1/+1
2013-08-24improve dirs usage in Client.Andrei Karas1-4/+4
2013-07-20Some bugfix in item creation logic.Andrei Karas1-1/+1
not show items with id < 500.
2013-07-11Add chat command for gms for creating items.Andrei Karas1-0/+30
New command: /createitems It will open creation window.
2013-06-21fix code style.Andrei Karas1-2/+2
2013-06-01Add chat command /testparticle for testing particle effects on player.Andrei Karas1-0/+6
Command: /testparticle particle.xml - set particle effect on player. /testparticle - remove particle effect. Each second it check for particle file update and reloading it if need.
2013-05-18fix compilation warnings.Andrei Karas1-6/+6
2013-05-18move some other code from popupmenu to commands.Andrei Karas1-0/+28
2013-05-18add new chat commands.Andrei Karas1-0/+20
/enablehighlight - enable sound hightlight in chat tab /disablehighlight - disable sound hightlight in chat tab
2013-05-13also clear resource cache if switching servers.Andrei Karas1-4/+1
2013-05-10fix code style.Andrei Karas1-1/+1
2013-05-03add comments for translators.Andrei Karas1-6/+89
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
This can prevent random lags and also can use more memory.
2013-03-29fix some warnings.Andrei Karas1-2/+2
2013-03-28Revert "Remove auction bot support."Andrei Karas1-0/+7
This reverts commit 0b236e4e04a6d89d34925ce9d2875c002e135b23.
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
New chat command: /execute NAME[ PAR] NAME - program name PAR - parameter
2013-03-05Add chat command to clean fonts cache.Andrei Karas1-1/+9
New chat command: /cleanfonts
2013-03-03Add chat command to clean graphics cache.Andrei Karas1-1/+11
New chat command: /cleangraphics This command can be usefull for item or monster development.
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
This bot for long time offline in tmw and possible will be never online.
2013-02-18Add support for help seach links.Andrei Karas1-1/+1
To add link to search text: /url ?text Also add support for links in format: help://topic
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
New chat command: /dumpe
2012-12-25Improve empty strings manipulation.Andrei Karas1-3/+3
2012-11-27Simplify command handlers.Andrei Karas1-0/+1210