summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-09-07For some popup menus use current mouse position.Andrei Karas8-74/+44
2014-09-07fix crash in windows before game started.Andrei Karas1-3/+16
2014-09-07eathena: fix party tab creation.Andrei Karas4-13/+21
2014-09-07Move processPartyInfo from ea namespace into eathena and tmwa.Andrei Karas6-106/+214
2014-09-07eathena: fix packet SMSG_PARTY_SETTINGS 0x07d8.Andrei Karas3-5/+5
2014-09-07Move processPartySettings from ea namespace into eathena and tmwa.Andrei Karas6-20/+51
2014-09-07Split processPartySettings into net code and not net code.Andrei Karas2-3/+8
2014-09-07eathena: add packet SMSG_PARTY_MEMBER_INFO 0x01e9.Andrei Karas3-0/+38
2014-09-07Add missing whisper error status.Andrei Karas1-0/+10
2014-09-07eathena: fix packet SMSG_WHISPER_RESPONSE 0x09df.Andrei Karas3-2/+3
2014-09-07Move processWhisperResponse from ea namespace into eathena and tmwa.Andrei Karas6-10/+20
2014-09-07split processWhisperResponse into two functions with net code and without.Andrei Karas2-1/+8
2014-09-07eathena: fix packet SMSG_WHISPER 0x0097.Andrei Karas1-2/+4
2014-09-07Move processWhisper from ea namespace into eathena and tmwa.Andrei Karas6-17/+34
2014-09-07separate processWhisper into two functions. With netcode and without.Andrei Karas2-1/+9
2014-09-07eathena: read whole packet in processBeingChangeLook.Andrei Karas1-7/+5
2014-09-06eathena: add packet SMSG_PLAYER_HP 0x080e.Andrei Karas3-1/+5
2014-09-06eathena: fix packet SMSG_NPC_VIEWPOINT 0x0144.Andrei Karas1-9/+14
2014-09-06eathena: fix packet SMSG_PLAYER_STORAGE_ITEMS 0x0995.Andrei Karas3-2/+6
2014-09-06eathena: fix packet SMSG_PLAYER_STORAGE_ADD 0x01c4.Andrei Karas2-12/+12
2014-09-06Move processPlayerStorageAdd from ea namespace into eathena and tmwa.Andrei Karas6-34/+68
2014-09-06eathena: fix packet SMSG_PLAYER_STORAGE_EQUIP 0x0996.Andrei Karas3-28/+21
2014-09-06Move processPlayerStorageEquip from ea namespace into eathena and tmwa.Andrei Karas6-42/+84
2014-09-06Use skillpopup in skills window.Andrei Karas3-21/+17
2014-09-06Add skillpopup object.Andrei Karas4-0/+211
2014-09-06fix textbox height if text is empty.Andrei Karas1-0/+5
2014-09-06Show mana in skill popup.Andrei Karas3-2/+18
2014-09-06In skills add support for reading mana cost from server.Andrei Karas7-13/+22
2014-09-06Allow use support skill.Andrei Karas2-2/+4
2014-09-06eathena: add packet SMSG_PLAYER_INVENTORY_REMOVE2 0x07fa.Andrei Karas4-2/+34
2014-09-06eathena: fix skills removing.Andrei Karas3-1/+15
2014-09-06eathena: read whole packet in processAddQuestsObjectives.Andrei Karas3-0/+14
2014-09-06eathena: add packet SMSG_BEING_STATUS_CHANGE2 0x043f.Andrei Karas3-2/+8
2014-09-06eathena: add packet SMSG_MONSTER_HP 0x0977.Andrei Karas4-1/+21
2014-09-06eathena: add packet SMSG_BEING_ACTION2 0x02e1.Andrei Karas4-1/+100
2014-09-06Improve reading in processPlayerStop.Andrei Karas1-0/+4
2014-09-06eathena: fix reading packet SMSG_BEING_MOVE2 0x0086.Andrei Karas1-4/+5
2014-09-06Move processBeingMove2 from ea namespace into eathena and tmwa.Andrei Karas6-42/+84
2014-09-06eathena: impliment SMSG_CHAR_LOGIN2 0x082d.Andrei Karas2-0/+18
2014-09-06Fix server features initialisation.Andrei Karas8-2/+35
2014-09-06Use server features for online list.Andrei Karas2-4/+6
2014-09-06Add serverfeatures class for check is server support one or another features.Andrei Karas9-0/+202
2014-09-06Set short name for unknown skills.Andrei Karas1-0/+1
2014-09-06eathena: fix packet SMSG_BEING_STATUS_CHANGE 0x0983.Andrei Karas3-2/+7
2014-09-06Move processBeingStatusChange from ea namespace into eathena and tmwa.Andrei Karas6-22/+44
2014-09-06eathena: fix packet SMSG_SKILL_CASTING 0x07fb.Andrei Karas3-4/+5
2014-09-06Move processSkillCasting from ea namespace into eathena and tmwa.Andrei Karas6-15/+28
2014-09-06Enable skill use button based on skill type.Andrei Karas2-14/+10
2014-09-06add different ways to use skill based on skill type.Andrei Karas1-5/+26
2014-09-06Use skill type struct in skill info.Andrei Karas8-10/+20