Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-23 | Add chat command /monsterinfo | Andrei Karas | 1 | -0/+6 | |
2016-02-09 | Allow select skill units and attack it. | Andrei Karas | 1 | -0/+6 | |
Also add key for select skill unit. | |||||
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 1 | -1/+1 | |
2016-02-03 | Add chat command /seen for show seen informatin abount nick. | Andrei Karas | 1 | -0/+6 | |
2016-01-27 | Remove popup action "copy bar to chat" | Andrei Karas | 1 | -0/+6 | |
2016-01-27 | Remove action "reset yellow bar" from context menu. | Andrei Karas | 1 | -0/+6 | |
2016-01-27 | Add chat commands for add/remove/ignore pickups. | Andrei Karas | 1 | -0/+18 | |
2016-01-27 | Remove copy to clipboard action in npc dialog popup. | Andrei Karas | 1 | -0/+6 | |
2016-01-27 | Remove copy to clipboard action in chat popup. | Andrei Karas | 1 | -0/+6 | |
2016-01-27 | Add chat command for move selected item to craft slot. | Andrei Karas | 1 | -0/+6 | |
New chat command: /craft SLOT | |||||
2016-01-27 | Add quick shortcuts for add selected item to each craft inventory slot. | Andrei Karas | 1 | -0/+99 | |
Add craft tab with shortcuts in input tab. | |||||
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2016-01-01 | Fix code style. | Andrei Karas | 1 | -0/+1 | |
2015-12-31 | Move inputcondition into enums directory. | Andrei Karas | 1 | -1/+2 | |
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 | 1 | -2/+0 | |
2015-11-17 | Convert enum InputType into strong typed. | Andrei Karas | 1 | -1/+2 | |
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 | 1 | -1/+1 | |
special things like statuses. | |||||
2015-10-16 | Add protection attribute to input actions. Unsafe actions blocked from ↵ | Andrei Karas | 1 | -563/+1126 | |
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-07-25 | add targetingType feature | Joseph Botosh | 1 | -0/+6 | |
2015-05-31 | Convert InputAction enum into strong typed enum. | Andrei Karas | 1 | -4/+5 | |
2015-05-10 | Add strong typed bool type UseArgs. | Andrei Karas | 1 | -561/+561 | |
2015-05-07 | Remove bot checker window. | Andrei Karas | 1 | -2/+2 | |
2015-05-01 | Add chat command to show server configuration variable in chat. | Andrei Karas | 1 | -0/+5 | |
New chat command: /servconfget varname Alias: /getservconf varname | |||||
2015-05-01 | Add chat command to show configuration variable in chat. | Andrei Karas | 1 | -0/+5 | |
New chat command: /confget varname Alias: /getconf varname | |||||
2015-05-01 | Add chat command to set serverconfig variables. | Andrei Karas | 1 | -0/+5 | |
New chat command: /servconfset varname value Alias: /setservconf varname value | |||||
2015-05-01 | Add chat command to set config variables. | Andrei Karas | 1 | -0/+5 | |
New chat command: /confset varname value Alias: /setconf varname value | |||||
2015-04-26 | Add incomplete mail window. | Andrei Karas | 1 | -0/+9 | |
2015-04-20 | Add action for open yellow bar settings page (quick page). | Andrei Karas | 1 | -0/+9 | |
2015-04-06 | Add chat command for leave chat room. | Andrei Karas | 1 | -0/+5 | |
New chat command: /leaveroom | |||||
2015-04-05 | add chat command for join chat room. | Andrei Karas | 1 | -0/+5 | |
New chat command: /joinroom NAME | |||||
2015-04-04 | Add chat command for create chat room (incomplete). | Andrei Karas | 1 | -0/+5 | |
New chat command: /chatroom NAME | |||||
2015-03-22 | Add adction for show equipped hat in chat. | Andrei Karas | 1 | -0/+5 | |
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 | 1 | -5/+0 | |
2015-03-08 | Move guild-kick from popup manager into actions. | Andrei Karas | 1 | -0/+5 | |
2015-02-25 | Add command and action for show homunculus/mercenary emotes. | Andrei Karas | 1 | -0/+442 | |
New chat command: /homunemote emote /mercemote emote | |||||
2015-02-25 | Add command for homunculus/mercenary talk. | Andrei Karas | 1 | -0/+5 | |
New command: /homuntalk text Alias: /merctalk text | |||||
2015-02-22 | Add chat command for move pet to give position. | Andrei Karas | 1 | -0/+5 | |
New chat command: /movepet x,y Alias: /petmove x,y | |||||
2015-02-18 | Add key to heal most damaged player | Joseph Botosh | 1 | -0/+5 | |
2015-01-24 | Add partial support for cart window. | Andrei Karas | 1 | -0/+5 | |
2015-01-19 | Extend chat command /tagetattack to support mob name parameter. | Andrei Karas | 1 | -1/+1 | |
2015-01-11 | Remove popup handler "clear drops". | Andrei Karas | 1 | -0/+5 | |
2015-01-11 | Add chat command for select guild chat tab. | Andrei Karas | 1 | -0/+5 | |
New chat command: /guildtab Alias: /guildchattab | |||||
2015-01-11 | Add chat command for select party tab. | Andrei Karas | 1 | -0/+5 | |
New chat command: /partytab Aliast: /partychattab |