summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-01-06Move actortype.h into enums directory.Andrei Karas4-6/+6
2015-01-06Move gender.h into enums directory.Andrei Karas10-12/+12
2015-01-06Fix make files.Andrei Karas2-2/+2
2015-01-06Move attributes.h into enums directory.Andrei Karas33-47/+70
2015-01-06Move targetcursortype.h into enum namespace.Andrei Karas4-6/+6
2015-01-06Move chatmsgtype.h into gui subdir.Andrei Karas7-6/+6
2015-01-06Move targetcursorsize.h into enums directory.Andrei Karas5-9/+9
2015-01-06Move pikcup.h into enums directory.Andrei Karas4-6/+6
2015-01-06Move beingaction.h into enums directory.Andrei Karas4-9/+9
2015-01-06Move servertype enum into separate file.Andrei Karas9-62/+98
2015-01-06Move pckettypes enum into separate file.Andrei Karas12-18/+60
2015-01-06Move updatetype.h into enums namespace.Andrei Karas5-8/+9
2015-01-06Move downloadstatus.h into enums directory.Andrei Karas6-14/+15
2015-01-06Move partyshare.h into enums directory.Andrei Karas4-7/+7
2015-01-06Move dialogtype.h into enums directory.Andrei Karas21-23/+29
2015-01-06Move chatmsgtype.h into enums directory.Andrei Karas5-4/+4
2015-01-06Move dragdropsource enum into separate file.Andrei Karas2-18/+44
2015-01-06Move equip slots enum into separate file.Andrei Karas7-84/+125
2015-01-06Move screen density enum into separate file.Andrei Karas5-11/+42
2015-01-06Move guildpositionflags.h into enums directory.Andrei Karas4-6/+6
2015-01-06Move state.h into enums directory.Andrei Karas6-8/+9
2015-01-06eathena: add packet CMSG_AUCTION_BID 0x024f.Andrei Karas6-0/+23
2015-01-06eathena: add packet CMSG_AUCTION_CLOSE 0x025d.Andrei Karas6-0/+17
2015-01-06eathena: add packet CMSG_AUCTION_CANCEL 0x024e.Andrei Karas6-0/+17
2015-01-06Rename function AuctionHandler::cancelRequest into AuctionHandler::cancelReg.Andrei Karas6-7/+7
2015-01-06eathena: add packet CMSG_AUCTION_REGISTER 0x024d.Andrei Karas6-0/+29
2015-01-06eathena: add partial support for packet SMSG_AUCTION_CLOSE 0x025d.Andrei Karas4-1/+14
2015-01-06eathena: add partial support for packet SMSG_AUCTION_MESSAGE 0x0250.Andrei Karas4-1/+14
2015-01-06eathena: add packet CMSG_AUCTION_SET_ITEM 0x024c.Andrei Karas6-0/+30
2015-01-06eathena: add packet support CMSG_AUCTION_CANCEL_REQUEST 0x024b.Andrei Karas6-0/+19
2015-01-06Fix compilation warnings.Andrei Karas1-2/+2
2015-01-06eathena: add partial support for packet SMSG_AUCTION_SET_ITEM 0x0256.Andrei Karas4-1/+15
2015-01-05eathena: add partial support for packet SMSG_AUCTION_RESULTS 0x0252.Andrei Karas4-1/+33
2015-01-05eathena: fix packet size SMSG_AUCTION_OPEN_WINDOW.Andrei Karas1-1/+1
2015-01-05Allow play sound effect if show emote.Andrei Karas3-1/+10
2015-01-05Add missing check for null pointer.Andrei Karas1-0/+3
2015-01-05Simplify setting default gender.Andrei Karas4-6/+4
2015-01-05Remove legace gender specific code from char creation dialog.Andrei Karas2-62/+0
2015-01-05eathena: change protocol version to 4.Andrei Karas1-1/+1
2015-01-05eathena: set gender in char creation dialog.Andrei Karas1-0/+9
2015-01-05Allow if supported by server select gender in char creation dialog.Andrei Karas2-7/+65
2015-01-05Add actual gender in char creation method.Andrei Karas5-10/+18
2015-01-05Allow set pressed item in widgetgroup and child objects.Andrei Karas6-14/+31
2015-01-05Change imitation menu item from "Imitation" to "Imitate".Andrei Karas1-1/+1
2015-01-05Add server feature haveCreateCharGender.Andrei Karas5-0/+16
2015-01-04Fix char deletion password request if was connected to server with password f...Andrei Karas1-0/+1
2015-01-04eathena: allow delete characters if account have non default email.Andrei Karas7-26/+54
2015-01-04Add server feature haveEmailOnDelete.Andrei Karas5-0/+16
2015-01-04Move processCharDeleteFailed from ea namespace into eathena and tmwa.Andrei Karas6-15/+35
2015-01-04eathena: allow set race in char creation dialog.Andrei Karas2-1/+4