summaryrefslogtreecommitdiff
path: root/src/actions/commands.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-12-20Move shortcuts files into gui/shortcut directory.Andrei Karas1-3/+4
2015-12-14Move chatconsts into const directory.Andrei Karas1-1/+2
2015-11-23Add chat command skill.Andrei Karas1-0/+39
2015-11-22Add chat command /selectskilllevel for select skill level in skills dialog.Andrei Karas1-0/+14
2015-11-16Add chat command slide.Andrei Karas1-0/+13
2015-09-11Fix code style.Andrei Karas1-1/+1
2015-09-11Fix compilation with disabled eathena server type.Andrei Karas1-1/+1
2015-09-08Add some missing item colors.Andrei Karas1-1/+0
2015-09-05Allow send quick mail message by command /sendmail (hercules)Andrei Karas1-0/+17
2015-09-05Add option for enable manamarket intergration and support /mail command. (for...Andrei Karas1-0/+5
2015-08-16Add strong typed int for item color.Andrei Karas1-1/+1
2015-08-09Add some missing checks to actions found by paranucker.Andrei Karas1-55/+119
2015-07-31Add some missing translation labels.Andrei Karas1-0/+2
2015-05-31Convert InputAction enum into strong typed enum.Andrei Karas1-0/+2
2015-05-30Move relation enum into separate file.Andrei Karas1-15/+15
2015-05-29Add strong typed int type BeingId.Andrei Karas1-3/+4
2015-05-01Add chat command to show server configuration variable in chat.Andrei Karas1-0/+12
2015-05-01Add chat command to show configuration variable in chat.Andrei Karas1-0/+12
2015-05-01Add chat command to set serverconfig variables.Andrei Karas1-0/+13
2015-05-01Add chat command to set config variables.Andrei Karas1-0/+13
2015-04-06Fix remove from priority attack list.Andrei Karas1-2/+3
2015-04-06eathena: impliment packet SMSG_CHAT_ROOM_DESTROY.Andrei Karas1-1/+1
2015-04-06Add chat command for leave chat room.Andrei Karas1-0/+10
2015-04-05add chat command for join chat room.Andrei Karas1-0/+17
2015-04-04Add chat command for create chat room (incomplete).Andrei Karas1-0/+12
2015-03-29Remove unused guildid parameter from guild handler.Andrei Karas1-1/+1
2015-03-22Remove action "remove from ignore attack".Andrei Karas1-1/+1
2015-03-13fix code style.Andrei Karas1-0/+4
2015-02-28Build homunculushandler only if eathena enabled.Andrei Karas1-0/+18
2015-02-25Add command and action for show homunculus/mercenary emotes.Andrei Karas1-0/+30
2015-02-25Add command for homunculus/mercenary talk.Andrei Karas1-0/+12
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-27Move pets actions into pets.cpp.Andrei Karas1-36/+0
2014-12-19Fix code style.Andrei Karas1-2/+8
2014-12-14Add chat command for warp to location at same map.Andrei Karas1-0/+14
2014-12-14Add chat command for leave party.Andrei Karas1-0/+7
2014-12-12Add chat command for moving camera.Andrei Karas1-0/+14
2014-12-12Fix player relation manu actions.Andrei Karas1-7/+7
2014-12-12Add chat command for move to being location.Andrei Karas1-0/+30
2014-12-12Add chat command for add item name to chat.Andrei Karas1-0/+43
2014-12-12Fix compilation warnings.Andrei Karas1-0/+1
2014-12-12Add chat command for nuke players.Andrei Karas1-0/+15
2014-12-09move buy and sell actions from commands.c to actions.c file.Andrei Karas1-65/+0
2014-12-09Add sell action.Andrei Karas1-4/+38
2014-12-09Add buy action.Andrei Karas1-0/+31
2014-12-08Add support for /me command in pet talk.Andrei Karas1-2/+9
2014-10-25Fix code style.Andrei Karas1-10/+4
2014-10-12Move WhisperTab into chat subdir.Andrei Karas1-1/+1
2014-10-10Fix code style.Andrei Karas1-1/+1
2014-09-28Fix compilation warning.Andrei Karas1-1/+1