Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-22 | add dumpmods chat command for show enabled mods. | Andrei Karas | 1 | -0/+6 | |
2014-01-12 | in pethandler add pet id parameter. | Andrei Karas | 1 | -1/+2 | |
2014-01-11 | add support for multiply pets for one player at same time. | Andrei Karas | 1 | -1/+1 | |
But one item still can have only one pet. | |||||
2014-01-08 | fix wrong check in commands. | Andrei Karas | 1 | -1/+1 | |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 | |
2013-12-27 | add pet emote command. | Andrei Karas | 1 | -0/+6 | |
New chat command: /emotepet emote | |||||
2013-12-27 | allow to owner talk from own pet. | Andrei Karas | 1 | -0/+9 | |
New chat command: /talkpet text | |||||
2013-11-04 | Add option for features.xml for allow/not allow follow. | Andrei Karas | 1 | -0/+3 | |
New option: allowFollow default value is 1. | |||||
2013-11-01 | Move timers from client into timers file. | Andrei Karas | 1 | -0/+1 | |
2013-10-19 | Rename actorspritemanager into actormanager. | Andrei Karas | 1 | -34/+34 | |
2013-10-11 | add /talkraw chat command for special use. | Andrei Karas | 1 | -0/+5 | |
2013-10-11 | Second part of checks from Parasoft C++ Test. | Andrei Karas | 1 | -5/+2 | |
2013-10-05 | Remember sort order in buy dialog between restarts. | Andrei Karas | 1 | -0/+1 | |
2013-10-02 | Add command /dumpgl to show OpenGL version string in chat. | Andrei Karas | 1 | -0/+13 | |
2013-10-01 | replace tile size from 32 to mapTitleSize. | Andrei Karas | 1 | -3/+2 | |
2013-09-30 | move db files into db directory. | Andrei Karas | 1 | -1/+2 | |
2013-09-30 | move tabs into tabs directory. | Andrei Karas | 1 | -1/+1 | |
2013-09-30 | move windows classes to windows directory. | Andrei Karas | 1 | -7/+8 | |
2013-09-25 | improve a bit strings declaration. | Andrei Karas | 1 | -1/+1 | |
2013-09-15 | remove some other unused includes. | Andrei Karas | 1 | -0/+1 | |
2013-09-12 | disable native guild support for "new" tmw server. | Andrei Karas | 1 | -2/+14 | |
2013-09-09 | remove useless includes from some files. | Andrei Karas | 1 | -3/+4 | |
2013-08-31 | move being related files into being dir. | Andrei Karas | 1 | -1/+2 | |
2013-08-31 | move render classes into render dir. | Andrei Karas | 1 | -5/+5 | |
2013-08-26 | fix compilation errors in debug code. | Andrei Karas | 1 | -4/+4 | |
2013-08-24 | improve some mode methods in Client. | Andrei Karas | 1 | -1/+1 | |
2013-08-24 | improve dirs usage in Client. | Andrei Karas | 1 | -4/+4 | |
2013-07-20 | Some bugfix in item creation logic. | Andrei Karas | 1 | -1/+1 | |
not show items with id < 500. | |||||
2013-07-11 | Add chat command for gms for creating items. | Andrei Karas | 1 | -0/+30 | |
New command: /createitems It will open creation window. | |||||
2013-06-21 | fix code style. | Andrei Karas | 1 | -2/+2 | |
2013-06-01 | Add chat command /testparticle for testing particle effects on player. | Andrei Karas | 1 | -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-18 | fix compilation warnings. | Andrei Karas | 1 | -6/+6 | |
2013-05-18 | move some other code from popupmenu to commands. | Andrei Karas | 1 | -0/+28 | |
2013-05-18 | add new chat commands. | Andrei Karas | 1 | -0/+20 | |
/enablehighlight - enable sound hightlight in chat tab /disablehighlight - disable sound hightlight in chat tab | |||||
2013-05-13 | also clear resource cache if switching servers. | Andrei Karas | 1 | -4/+1 | |
2013-05-10 | fix code style. | Andrei Karas | 1 | -1/+1 | |
2013-05-03 | add comments for translators. | Andrei Karas | 1 | -6/+89 | |
2013-04-25 | fix some code style by cpplint. | Andrei Karas | 1 | -1/+1 | |
2013-04-25 | impliment new list in sdlfont. | Andrei Karas | 1 | -3/+5 | |
2013-04-24 | add to font perfomance test also cache auto cleanup. | Andrei Karas | 1 | -0/+2 | |
2013-04-24 | add command for test perfomance in sdlfont calculation. | Andrei Karas | 1 | -0/+42 | |
2013-04-12 | first part of style fixed after cpplint checks. | Andrei Karas | 1 | -3/+4 | |
2013-04-10 | Add option to left all per map sprites in memory if once was loaded. | Andrei Karas | 1 | -0/+1 | |
This can prevent random lags and also can use more memory. | |||||
2013-03-29 | fix some warnings. | Andrei Karas | 1 | -2/+2 | |
2013-03-28 | Revert "Remove auction bot support." | Andrei Karas | 1 | -0/+7 | |
This reverts commit 0b236e4e04a6d89d34925ce9d2875c002e135b23. | |||||
2013-03-27 | improve chathandler class. | Andrei Karas | 1 | -19/+2 | |
2013-03-21 | Send channel name to net code layer. | Andrei Karas | 1 | -2/+2 | |
2013-03-12 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2013-03-08 | Add chat command for execute external programs. | Andrei Karas | 1 | -0/+17 | |
New chat command: /execute NAME[ PAR] NAME - program name PAR - parameter | |||||
2013-03-05 | Add chat command to clean fonts cache. | Andrei Karas | 1 | -1/+9 | |
New chat command: /cleanfonts |