summaryrefslogtreecommitdiff
path: root/src/actions
AgeCommit message (Expand)AuthorFilesLines
2015-05-06Add strong typed bool type AllowSort.Andrei Karas2-12/+12
2015-05-05Replace most bools usage in playerinfo to strong typed bools.Andrei Karas1-4/+4
2015-05-05Add strong typed bool type in OkDialog.Andrei Karas1-1/+1
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-1/+4
2015-05-04Fix compilation with different options.Andrei Karas1-0/+4
2015-05-01Add chat command to show server configuration variable in chat.Andrei Karas2-0/+13
2015-05-01Add chat command to show configuration variable in chat.Andrei Karas2-0/+13
2015-05-01Add chat command to set serverconfig variables.Andrei Karas2-0/+14
2015-05-01Add chat command to set config variables.Andrei Karas2-0/+14
2015-04-26Add incomplete mail window.Andrei Karas2-0/+8
2015-04-24fix compilation warnings.Andrei Karas2-1/+9
2015-04-20Add action for open yellow bar settings page (quick page).Andrei Karas2-0/+19
2015-04-20Add quick settings page for yellow bar options.Andrei Karas1-2/+2
2015-04-17Add eathena defines into actortype enum.Andrei Karas1-0/+4
2015-04-10Fix compilation with different flags.Andrei Karas1-1/+1
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 Karas2-0/+11
2015-04-05add chat command for join chat room.Andrei Karas2-0/+18
2015-04-04Add chat command for create chat room (incomplete).Andrei Karas2-0/+13
2015-04-03Fix chat command /me.Andrei Karas1-1/+1
2015-03-29Remove unused guildid parameter from guild handler.Andrei Karas2-3/+3
2015-03-22Remove action "remove from ignore attack".Andrei Karas1-1/+1
2015-03-22Add adction for show equipped hat in chat.Andrei Karas2-2/+22
2015-03-17Remove useless includes from .h files.Andrei Karas1-0/+1
2015-03-16Remove useless includes from cpp filesAndrei Karas4-10/+18
2015-03-13fix code style.Andrei Karas2-1/+7
2015-03-08Move guild-kick from popup manager into actions.Andrei Karas2-0/+31
2015-02-28Build vendinghandler only if eathena enabled.Andrei Karas1-0/+2
2015-02-28Build mercenaryhandler only if eathena enabled.Andrei Karas1-0/+4
2015-02-28Build homunculushandler only if eathena enabled.Andrei Karas1-0/+18
2015-02-27fix code style.Andrei Karas2-2/+1
2015-02-27Build buyingstorehandler only if eathena enabled.Andrei Karas1-0/+2
2015-02-25Add command and action for show homunculus/mercenary emotes.Andrei Karas2-0/+32
2015-02-25Add command for homunculus/mercenary talk.Andrei Karas2-0/+13
2015-02-23Move crazy moves code from local player into separate file.Andrei Karas1-1/+2
2015-02-23eathena: fix crash if pet went outside of visible area.Andrei Karas1-1/+4
2015-02-22Allow send rename pet chat command without new pet name.Andrei Karas1-0/+11
2015-02-22eathena: allow move pet by left shift + cursor keys.Andrei Karas1-4/+12
2015-02-22eathena: convert direction to server format before sending it to server.Andrei Karas1-3/+0
2015-02-22eathena: add packet CMSG_PET_MOVE_TO 0x0b11.Andrei Karas1-9/+8
2015-02-22Add chat command for move pet to give position.Andrei Karas2-0/+18
2015-02-18Add key to heal most damaged playerJoseph Botosh2-0/+16
2015-02-17eathena: add pet emote command.Andrei Karas1-0/+3
2015-02-17eathena: add pet talk commandAndrei Karas1-11/+3
2015-02-17Add server feature haveTalkPet.Andrei Karas1-0/+4
2015-02-16Build BankWindow only if eathena support enabled.Andrei Karas1-0/+4
2015-02-16Use guildmanager only if build with tmwa support.Andrei Karas1-0/+6
2015-02-15Fix drop/store window in inventory.Andrei Karas1-2/+7
2015-02-15eathena: impliment packet SMSG_BUYINGSTORE_ITEMS_LIST.Andrei Karas1-2/+6