summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-12-11Remove "sell" popup menu handler.Andrei Karas1-16/+5
2014-12-11Remove "buy" popup menu handler.Andrei Karas1-16/+5
2014-12-11Remove "trade" popup menu handler.Andrei Karas1-12/+3
2014-12-11Remove "talk" popup menu handler.Andrei Karas1-8/+3
2014-12-11Add missing file.Andrei Karas1-0/+40
2014-12-11Fix default npc commands.Andrei Karas1-3/+3
2014-12-11Add chat command for silent sendong whisper message.Andrei Karas4-16/+48
2014-12-11Handle custom commands in npc menu.Andrei Karas1-1/+20
2014-12-10Show custom menu for npc.Andrei Karas3-16/+43
2014-12-10Add default npc menu items if missing in configuration.Andrei Karas3-1/+15
2014-12-09load npc menu.Andrei Karas5-0/+18
2014-12-09Extend talk chat command like buy and sell commands.Andrei Karas1-23/+29
2014-12-09move buy and sell actions from commands.c to actions.c file.Andrei Karas4-67/+67
2014-12-09Add sell action.Andrei Karas5-4/+55
2014-12-09Add buy action.Andrei Karas5-0/+48
2014-12-08Add open context menu action.Andrei Karas5-0/+32
2014-12-08Allow control popup menu by up/down keys.Andrei Karas6-0/+71
2014-12-08Not allow move with keyboard if popup menu opened.Andrei Karas1-1/+4
2014-12-08Umassign default value for attack key.Andrei Karas2-2/+11
2014-12-08Allow send whisper to npc from context menu if server have this feature.Andrei Karas1-2/+21
2014-12-08Add server feature haveNpcWhispers.Andrei Karas5-0/+16
2014-12-08In whisper constructor allow separatly set nick and caption.Andrei Karas5-7/+12
2014-12-08Add support for /me command in pet talk.Andrei Karas1-2/+9
2014-12-08Fixed some typos.Gauvain Dauchy2-2/+2
2014-12-07Fix no death message on tmwa server.Andrei Karas1-4/+1
2014-12-06Change version to 1.4.12.6v1.4.12.6Andrei Karas1-2/+2
2014-12-05fix code style.Andrei Karas9-36/+27
2014-12-04Fix compilation error.Andrei Karas1-0/+1
2014-12-04Improve a bit function findBeingByPixel.Andrei Karas1-18/+25
2014-12-04Give correct names to eathena/tmwa sprites.Andrei Karas10-222/+222
2014-12-03eathena: add packet CMSG_CHAT_PART_CHANNEL 0x0b09.Andrei Karas7-0/+21
2014-12-03eathena: add packets CMSG_CHAT_JOIN_CHANNEL 0x0b07 and SMSG_CHAT_JOIN_CHANNEL...Andrei Karas4-4/+49
2014-12-03Add server feature haveJoinChannel.Andrei Karas5-0/+16
2014-12-02Allow target+attack action only if player alive.Andrei Karas1-1/+1
2014-12-02Add player alive input flag.Andrei Karas2-3/+7
2014-12-02Move weight notification from playerhander.Andrei Karas5-55/+62
2014-12-02Move death dialog showing from playerhandler.Andrei Karas8-28/+65
2014-12-02Add PlayerDeathListener.Andrei Karas4-0/+78
2014-12-02Rename PlayerDeathListener into PlayerPostDeathListener.Andrei Karas4-6/+6
2014-12-02Rename DeathListener into WidgetDeathListener.Andrei Karas6-22/+22
2014-12-02Add actions for switch to next/prev tab in inventory.Andrei Karas12-0/+139
2014-12-01Unassign direction change keys.Andrei Karas3-6/+26
2014-11-30eathena: add packet SMSG_NPC_CHANGETITLE 0x0b06.Andrei Karas7-13/+21
2014-11-30eathena: add packet SMSG_MAP_MUSIC 0x0b05.Andrei Karas7-15/+24
2014-11-30eathena: add support for get full moving path from server.Andrei Karas8-54/+64
2014-11-29eathena: add packet SMSG_MOB_INFO 0x0b03.Andrei Karas4-1/+23
2014-11-29eathena: remove jacko related calls.Andrei Karas1-9/+0
2014-11-29Use server feature haveNpcGender.Andrei Karas2-5/+12
2014-11-28Add server feature haveNpcSex.Andrei Karas5-0/+16
2014-11-28eathena: show npc gender based on normal sex id.Andrei Karas2-28/+6