summaryrefslogtreecommitdiff
path: root/src/actions/commands.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-3/+3
2016-01-29Fix code style.Andrei Karas1-6/+1
2016-01-29Fix compilation with different flags and fix redefines in new SDL2.Andrei Karas1-2/+6
2016-01-27remove "remove from attack list" action from social window popup menu.Andrei Karas1-9/+20
2016-01-27remove removepickup action from social window popup menu.Andrei Karas1-1/+19
2016-01-27Add chat commands for add/remove/ignore pickups.Andrei Karas1-0/+36
2016-01-27Remove copy to clipboard action in npc dialog popup.Andrei Karas1-0/+21
2016-01-27Add chat command for move selected item to craft slot.Andrei Karas1-1/+12
2016-01-26Add context menu and chat command for remove monster from different attack li...Andrei Karas1-1/+3
2016-01-17Extend addchat command with support for cards.Andrei Karas1-14/+14
2016-01-11Fix "remove monster from attack" list.Andrei Karas1-5/+5
2016-01-07Move invetory into inventory directory.Andrei Karas1-1/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2016-01-01Fix code style.Andrei Karas1-0/+1
2015-12-29Move item into item directory.Andrei Karas1-1/+2
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