summaryrefslogtreecommitdiff
path: root/src/gui/windows
AgeCommit message (Expand)AuthorFilesLines
2015-01-24Move inventory type into separate file.Andrei Karas5-36/+36
2015-01-24Impliment context menu support for different inventory types.Andrei Karas1-1/+1
2015-01-24Add partial support for cart window.Andrei Karas2-79/+135
2015-01-23Add variable for cart window.Andrei Karas2-0/+6
2015-01-23In inventory window replace some buttons to short names.Andrei Karas1-14/+16
2015-01-18Remove auto_ptr from trade window.Andrei Karas2-8/+9
2015-01-16fix code style.Andrei Karas1-1/+0
2015-01-14Add support for #gm channel for gm tab.Andrei Karas1-0/+7
2015-01-14By requesting open #trade channel, really open trade tab.Andrei Karas2-5/+31
2015-01-14For trade tab use channel to send messages.Andrei Karas1-2/+2
2015-01-11Fix code style.Andrei Karas4-6/+5
2015-01-11Simplify AddButton method in WidgetGroup class.Andrei Karas2-2/+2
2015-01-11Add chat command for select debug tab.Andrei Karas2-3/+5
2015-01-11Add chat command for select general tab.Andrei Karas2-0/+20
2015-01-10eathena: add packet SMSG_BEING_ATTRS 0x0b0a.Andrei Karas2-0/+7
2015-01-09Add min/max race into charcreation.xml.Andrei Karas2-5/+9
2015-01-06Move beingdirection into enums directory.Andrei Karas1-1/+1
2015-01-06Move gender.h into enums directory.Andrei Karas1-1/+1
2015-01-06Move attributes.h into enums directory.Andrei Karas9-10/+18
2015-01-06Move chatmsgtype.h into gui subdir.Andrei Karas1-1/+1
2015-01-06Move servertype enum into separate file.Andrei Karas2-30/+30
2015-01-06Move pckettypes enum into separate file.Andrei Karas2-0/+4
2015-01-06Move updatetype.h into enums namespace.Andrei Karas1-1/+2
2015-01-06Move downloadstatus.h into enums directory.Andrei Karas2-3/+4
2015-01-06Move dialogtype.h into enums directory.Andrei Karas9-9/+9
2015-01-06Move chatmsgtype.h into enums directory.Andrei Karas1-1/+1
2015-01-06Move state.h into enums directory.Andrei Karas1-1/+1
2015-01-05Simplify setting default gender.Andrei Karas2-4/+2
2015-01-05Remove legace gender specific code from char creation dialog.Andrei Karas2-62/+0
2015-01-05Allow if supported by server select gender in char creation dialog.Andrei Karas2-7/+65
2015-01-04eathena: allow delete characters if account have non default email.Andrei Karas2-20/+40
2015-01-04Add stringmap typedefs.Andrei Karas2-3/+4
2015-01-02Fix code style.Andrei Karas3-4/+4
2015-01-01Update copyrights year.Andrei Karas97-97/+97
2014-12-30Equip items also if drag it from inventory to player box in equipment window.Andrei Karas1-0/+28
2014-12-28Improve function localPetSay.Andrei Karas1-16/+10
2014-12-28Add chat command for stop and start pet ai.Andrei Karas2-0/+22
2014-12-28Impliment actual change direction actions from pet commands.Andrei Karas2-15/+36
2014-12-28Impliment actual move actions from pet commands.Andrei Karas2-0/+28
2014-12-24eathena: add support for buy from cash shop.Andrei Karas1-6/+14
2014-12-24eathena: impliment packet SMSG_NPC_CASH_SHOP_OPEN 0x0287.Andrei Karas1-1/+2
2014-12-24Add enum for buy dialog types.Andrei Karas2-7/+14
2014-12-23In market decrease visible amount after buy something.Andrei Karas1-3/+3
2014-12-23Allow buy in market with amount > 1 for non stackable items.Andrei Karas1-0/+1
2014-12-23Add item type to item object.Andrei Karas7-17/+34
2014-12-22Add support for show and buy from market.Andrei Karas1-2/+14
2014-12-19Fix code style.Andrei Karas3-3/+5
2014-12-18Enable browserbox variables in npcdialog and updaterwindow.Andrei Karas2-0/+2
2014-12-18Rename browserbox method setProcessVersion into setProcessVars.Andrei Karas2-2/+2
2014-12-14eathena: fix packet SMSG_PARTY_INVITED 0x02c6.Andrei Karas2-4/+9