summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-04Add stringmap typedefs.Andrei Karas17-55/+92
2015-01-03Change version to 1.5.1.3v1.5.1.3Andrei Karas1-2/+2
2015-01-02Fix code style.Andrei Karas14-39/+13
2015-01-01Fix compilation warning.Andrei Karas1-1/+1
2015-01-01Fix crash with completly broken themes.Andrei Karas2-11/+40
2015-01-01Update copyrights year.Andrei Karas1232-1232/+1232
2015-01-01eathena: fix char gender on char selection dialog.Andrei Karas1-2/+3
2014-12-30Shorted inputactionmap.h file.Andrei Karas1-1404/+854
2014-12-30Equip items also if drag it from inventory to player box in equipment window.Andrei Karas1-0/+28
2014-12-29Fix translation for use/equip buttons from client data.Andrei Karas1-2/+2
2014-12-29Fix translation for default use/equip buttons.Andrei Karas1-2/+2
2014-12-29Allow move pet by mod key (left shift) + move keys.Andrei Karas2-1/+10
2014-12-28fix warnings again.Andrei Karas1-2/+2
2014-12-28Fix compilation warnings.Andrei Karas1-0/+2
2014-12-28Improve function localPetSay.Andrei Karas1-16/+10
2014-12-28Allow assign keys to stop/start pet ai actions.Andrei Karas1-0/+12
2014-12-28Add chat command for stop and start pet ai.Andrei Karas11-0/+70
2014-12-28Use as separator coma char for internal pet moving packet.Andrei Karas2-2/+4
2014-12-28Add garbage into pets chat commands to avoid broken antispam system in tmwa.Andrei Karas1-5/+7
2014-12-28Allow change pet direction by pet emote key + move keys.Andrei Karas2-1/+14
2014-12-28Allow assign keys to pet direction actions.Andrei Karas1-4/+46
2014-12-28Impliment actual change direction actions from pet commands.Andrei Karas3-15/+38
2014-12-28Add fake commands to change pet direction.Andrei Karas10-1/+85
2014-12-28Allow assign keys to move pet actions.Andrei Karas1-5/+29
2014-12-28Impliment actual move actions from pet commands.Andrei Karas5-2/+45
2014-12-28Add fake pet moving commands.Andrei Karas10-21/+101
2014-12-27Move pets actions into pets.cpp.Andrei Karas9-75/+177
2014-12-25Improve logging speed.Andrei Karas1-0/+2
2014-12-24eathena: add support for buy from cash shop.Andrei Karas6-26/+34
2014-12-24eathena: impliment packet SMSG_NPC_CASH_SHOP_OPEN 0x0287.Andrei Karas4-4/+25