Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-11-23 | Add chat command skill. | Andrei Karas | 1 | -0/+6 | |
New chat command: /skill ID[ LEVEL[ TEXT]] | |||||
2015-11-22 | Add chat command /selectskilllevel for select skill level in skills dialog. | Andrei Karas | 1 | -0/+6 | |
2015-11-20 | Fix code style. | Andrei Karas | 5 | -8/+2 | |
2015-11-17 | Fix compilation without C++11 again. | Andrei Karas | 1 | -1/+1 | |
2015-11-17 | Fix compilation without C++11 flags. | Andrei Karas | 1 | -1/+1 | |
2015-11-17 | Convert enum InputType into strong typed. | Andrei Karas | 8 | -64/+35 | |
2015-11-16 | Add chat command slide. | Andrei Karas | 1 | -1/+7 | |
New chat command: slide x, y | |||||
2015-11-07 | fix code style. | Andrei Karas | 1 | -1/+2 | |
2015-10-31 | Add NOBLOCK input actions condition. This mean if player not blocked by ↵ | Andrei Karas | 3 | -6/+19 | |
special things like statuses. | |||||
2015-10-16 | Add protection attribute to input actions. Unsafe actions blocked from ↵ | Andrei Karas | 4 | -563/+1153 | |
remote usage. | |||||
2015-10-09 | Fix conditions for magic and human attack actions. | Andrei Karas | 1 | -2/+4 | |
2015-10-08 | Add chat command /testinfo for output some debug parameters to log. | Andrei Karas | 1 | -0/+5 | |
2015-09-05 | Add option for enable manamarket intergration and support /mail command. ↵ | Andrei Karas | 1 | -1/+1 | |
(for tmw only). But because bot limitation, only some players can send mails. | |||||
2015-08-09 | Add some missing checks to other files found by paranucker. | Andrei Karas | 2 | -5/+6 | |
2015-08-03 | Add gui mode for dyecmd. Now only basic code added. | Andrei Karas | 1 | -20/+35 | |
2015-07-25 | add targetingType feature | Joseph Botosh | 2 | -0/+12 | |
2015-06-06 | Fix code style. | Andrei Karas | 11 | -24/+4 | |
2015-05-31 | Convert ThemeColorId enum into strong typed enum. | Andrei Karas | 1 | -3/+1 | |
2015-05-31 | Add missing debug.h include. | Andrei Karas | 1 | -0/+2 | |
2015-05-31 | Add opearator+ for InputAction and unsigned int. | Andrei Karas | 2 | -0/+7 | |
Signed-off-by: Andrei Karas <akaras@inbox.ru> | |||||
2015-05-31 | Convert InputAction enum into strong typed enum. | Andrei Karas | 12 | -103/+195 | |
2015-05-30 | Move inputaction into enums directory. | Andrei Karas | 11 | -617/+11 | |
2015-05-30 | Convert MouseEventType enum into strong typed enum. | Andrei Karas | 1 | -3/+3 | |
2015-05-30 | Convert MouseButton enum into strong typed enum. | Andrei Karas | 1 | -3/+3 | |
2015-05-30 | Convert KeyEvent enum into strong typed enum. | Andrei Karas | 1 | -3/+3 | |
2015-05-24 | Move type UseArgs into separate file. | Andrei Karas | 1 | -1/+1 | |
2015-05-24 | Move simpletypes.h into directory simpletypes. | Andrei Karas | 1 | -1/+1 | |
2015-05-10 | Add strong typed bool type UseArgs. | Andrei Karas | 3 | -563/+565 | |
2015-05-07 | Remove bot checker window. | Andrei Karas | 3 | -9/+3 | |
2015-05-07 | Remove npcpostdialog. | Andrei Karas | 1 | -3/+1 | |
2015-05-01 | Add chat command to show server configuration variable in chat. | Andrei Karas | 2 | -0/+6 | |
New chat command: /servconfget varname Alias: /getservconf varname | |||||
2015-05-01 | Add chat command to show configuration variable in chat. | Andrei Karas | 2 | -0/+6 | |
New chat command: /confget varname Alias: /getconf varname | |||||
2015-05-01 | Add chat command to set serverconfig variables. | Andrei Karas | 2 | -0/+6 | |
New chat command: /servconfset varname value Alias: /setservconf varname value | |||||
2015-05-01 | Add chat command to set config variables. | Andrei Karas | 2 | -0/+6 | |
New chat command: /confset varname value Alias: /setconf varname value | |||||
2015-04-26 | Add incomplete mail window. | Andrei Karas | 2 | -0/+10 | |
2015-04-20 | Add action for open yellow bar settings page (quick page). | Andrei Karas | 3 | -0/+16 | |
2015-04-10 | Fix compilation with different flags. | Andrei Karas | 1 | -0/+2 | |
2015-04-06 | Add chat command for leave chat room. | Andrei Karas | 2 | -0/+6 | |
New chat command: /leaveroom | |||||
2015-04-05 | add chat command for join chat room. | Andrei Karas | 2 | -0/+6 | |
New chat command: /joinroom NAME | |||||
2015-04-05 | On room creation show room name in general tab caption. | Andrei Karas | 2 | -1/+4 | |
Not allow move if in room. | |||||
2015-04-04 | Add chat command for create chat room (incomplete). | Andrei Karas | 2 | -0/+6 | |
New chat command: /chatroom NAME | |||||
2015-03-22 | Add adction for show equipped hat in chat. | Andrei Karas | 3 | -0/+12 | |
New chat command: /hat Now irc with hats can show actual hat in chat. In some servers even in irc. | |||||
2015-03-17 | Remove useless includes from .h files. | Andrei Karas | 7 | -15/+1 | |
2015-03-16 | Remove useless includes from cpp files | Andrei Karas | 1 | -2/+0 | |
2015-03-08 | Move guild-kick from popup manager into actions. | Andrei Karas | 2 | -0/+6 | |
2015-02-25 | Add command and action for show homunculus/mercenary emotes. | Andrei Karas | 4 | -1/+500 | |
New chat command: /homunemote emote /mercemote emote | |||||
2015-02-25 | Add command for homunculus/mercenary talk. | Andrei Karas | 2 | -0/+6 | |
New command: /homuntalk text Alias: /merctalk text | |||||
2015-02-22 | Add chat command for move pet to give position. | Andrei Karas | 2 | -0/+6 | |
New chat command: /movepet x,y Alias: /petmove x,y | |||||
2015-02-18 | Add key to heal most damaged player | Joseph Botosh | 3 | -0/+12 | |
2015-02-02 | Not allow moving while vending shop enabled. | Andrei Karas | 2 | -19/+25 | |