summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-28eathena: add map mask packet.Andrei Karas8-13/+19
2014-11-26eathena: impliment being particle effects.Andrei Karas1-4/+19
2014-11-25Add more profiler labels.Andrei Karas10-4/+58
2014-11-24Add option to disable logging for better performance while connected to server.Andrei Karas5-2/+26
2014-11-24Fix double warp names.Andrei Karas1-2/+5
2014-11-23For portal names strip at end #text.Andrei Karas1-1/+1
2014-11-23eathena: add armor slot mapping.Andrei Karas2-1/+6
2014-11-23Add support for additional slots in net code.Andrei Karas11-10/+34
2014-11-23Move server slot to client slot conversion from ea into eathena and tmwa.Andrei Karas8-31/+67
2014-11-23Add handlng some additional equipment slots.Andrei Karas1-9/+14
2014-11-22Change version to 1.4.11.22.Andrei Karas1-2/+2