summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-10-04Fix dir for updates if server not give any update servers.Andrei Karas1-0/+7
2014-10-04If server not have update server, skip fix update server downloads.Andrei Karas1-7/+14
2014-10-03eathena: add packet SMSG_PLAYER_INSERT_CARD 0x017d.Andrei Karas5-1/+29
2014-10-03eathena: add partial support for packet SMSG_PLAYER_UNE_CARD 0x017b.Andrei Karas3-0/+18
2014-10-03eathena: add packet SMSG_MAP_TYPE 0x01d6.Andrei Karas3-1/+15
2014-10-02eathena: add packet SMSG_PLAYER_UPDATE_SKILL 0x07e1.Andrei Karas4-1/+36
2014-10-02eathena: add packet SMSG_PLAYER_DELETE_SKILL 0x0441.Andrei Karas4-1/+15
2014-10-02eathena: add packet SMSG_PLAYER_ADD_SKILL 0x0111.Andrei Karas3-0/+36
2014-10-02eathena: add missing attack types.Andrei Karas2-12/+24
2014-10-01Remove unused attrs.h files.Andrei Karas10-70/+0
2014-10-01eathena: add packet SMSG_PLAYER_STATUS_CHANGE2 0x028a.Andrei Karas4-1/+29
2014-10-01Fix input fields detection for input rules.Andrei Karas1-1/+18
2014-10-01eathena: add packet SMSG_BEING_STAT_UPDATE_1 0x01ab.Andrei Karas3-0/+28
2014-10-01Use constants for all server side stats.Andrei Karas2-43/+94
2014-10-01Move JOB stat from net enum into attributes.Andrei Karas13-42/+20
2014-10-01Move STR stat from net enum into attributes.Andrei Karas11-21/+32
2014-10-01Move AGI stat from net enum into attributes.Andrei Karas9-14/+22
2014-10-01Move VIT stat from net enum into attributes.Andrei Karas9-14/+22
2014-10-01Move INT stat from net enum into attributes.Andrei Karas9-14/+24
2014-10-01Move DEX stat from net enum into attributes.Andrei Karas9-14/+22
2014-10-01Move LUK stat from net enum into attributes.Andrei Karas9-17/+24
2014-10-01Move ATK stat from net enum into attributes.Andrei Karas12-38/+18
2014-10-01Move DEF stat from net enum into attributes.Andrei Karas9-15/+13
2014-10-01Move MATK stat from net enum into attributes.Andrei Karas9-16/+14
2014-10-01Move MDEF stat from net enum into attributes.Andrei Karas9-15/+14
2014-10-01Move HIT stat from net enum into attributes.Andrei Karas9-12/+10
2014-10-01Move FLEE stat from net enum into attributes.Andrei Karas9-15/+13
2014-10-01Move CRIT stat from net enum into attributes.Andrei Karas9-21/+10
2014-10-01In setStat remove type constants to numbers.Andrei Karas1-26/+18
2014-10-01Move actual update stats into one function.Andrei Karas6-216/+269
2014-10-01Remove duplicate numbers from npc sell dialog.Andrei Karas1-3/+0
2014-09-30Add manner stat to player.Andrei Karas4-3/+7
2014-09-30Add manner field in debug window in target tab.Andrei Karas2-1/+11
2014-09-30Add manner field to beings.Andrei Karas5-13/+20
2014-09-30eathena: add karma stat to player.Andrei Karas3-2/+8
2014-09-30Add karma field in debug window in target tab.Andrei Karas2-1/+14
2014-09-30Add karma field to beings.Andrei Karas6-17/+22
2014-09-30eathena: add packet SMSG_GUILD_UPDATE_COORDS 0x01eb.Andrei Karas3-0/+22
2014-09-30eathena: add packet SMSG_BEING_FAKE_NAME 0x0078.Andrei Karas3-0/+29
2014-09-30Fix party name crration size limit in social window.Andrei Karas1-1/+1
2014-09-30eathena: add more reasons in processConnectionProblem.Andrei Karas2-34/+103
2014-09-30eathena: add partial support for packets SMSG_BANK_DEPOSIT 0x09a8Andrei Karas3-0/+30
2014-09-29Fix typo.Andrei Karas1-1/+1
2014-09-29fix compilation warning.Andrei Karas1-2/+2
2014-09-29Fix equipment window if equipmentwindow.xml is missing.Andrei Karas1-0/+1
2014-09-29Not allow unpress selected button in tabstrip.Andrei Karas1-2/+7
2014-09-28Add support for pages in equipment window.Andrei Karas6-44/+209
2014-09-28Show portal names in popup if portal not present at map.Andrei Karas3-1/+25
2014-09-28Fix compilation warning.Andrei Karas1-1/+1
2014-09-28Add homunculus minimap color.Andrei Karas3-2/+9