summaryrefslogtreecommitdiff
path: root/src/gui/windows/npcdialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-17Add strong typed bool Opaque.Andrei Karas1-8/+12
2016-07-28Remove macro A_TMWA_UNUSED.Andrei Karas1-4/+4
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-24/+0
2016-05-29Fix code style.Andrei Karas1-3/+2
2016-05-25Change namespace in resources loaders from other to Loader.Andrei Karas1-1/+1
2016-05-25Move images load function from resourcemanager into separate file.Andrei Karas1-2/+2
2016-05-24Move resourcemanager into subdirectory.Andrei Karas1-1/+2
2016-05-05In npc inventory allow add by button add item to next free slot.Andrei Karas1-2/+2
2016-04-23Fix code style.Andrei Karas1-1/+1
2016-04-11Fix compilation warnings with tmwa only.Andrei Karas1-4/+4
2016-03-04Remove getter empty from compoundsprite.Andrei Karas1-1/+1
2016-03-04Remove getter getSprite from compoundsprite.Andrei Karas1-2/+2
2016-02-08Improve some empty string checks.Andrei Karas1-2/+2
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-6/+6
2016-02-06Hide cutin if npc window closed.Andrei Karas1-0/+11
2016-02-05Allow to show images in npc dialogs.Andrei Karas1-0/+1
2016-01-27Remove copy to clipboard action in npc dialog popup.Andrei Karas1-12/+3
2016-01-15Fix compilation without hercules support.Andrei Karas1-1/+19
2016-01-08Allow drag & drop more than one amount at time in craft inventory.Andrei Karas1-0/+21
2016-01-08Impliment craft inventory for moving items one by one.Andrei Karas1-30/+66
2016-01-07Add partial implimentation for craft inventory. For now almost same with npc ...Andrei Karas1-3/+74
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-31Move ImagePosition enum into enums directory.Andrei Karas1-1/+1
2015-12-29Move item into item directory.Andrei Karas1-1/+2
2015-12-14Move soundconsts.h into const directory.Andrei Karas1-1/+2
2015-11-16Convert InventoryType enum into strong typed.Andrei Karas1-1/+1
2015-11-07fix code style.Andrei Karas1-1/+2
2015-11-02Allow add items to npc inventory from same slot multiple times.Andrei Karas1-1/+17
2015-10-30Add support for npc dialog inventory theming from npc skin.Andrei Karas1-16/+46
2015-10-30Add item container max columns limit.Andrei Karas1-4/+4
2015-10-30Add strong typed bool enum ShowEmptyRows and use it in itemcontainer.Andrei Karas1-1/+1
2015-10-30Allow add item by drag&drop into npc inventory to exact position.Andrei Karas1-1/+1
2015-10-29Dont allow add same item twice into npc inventory.Andrei Karas1-19/+1
2015-10-29Ignore npc dialog skin if skin not exists.Andrei Karas1-12/+22
2015-10-28Move all npc dialog menu related skin elements into menu tag.Andrei Karas1-3/+9
2015-10-28Add text object to skined npc menus.Andrei Karas1-1/+25
2015-10-28Not allow close skined npc menu by ok event.Andrei Karas1-7/+10
2015-10-28Remove clear and submit button from skinned npc menu.Andrei Karas1-8/+0
2015-10-28Add support for images in npc skined menu.Andrei Karas1-0/+13
2015-10-28In npc skinned dialogs add support for hide text part from npc window.Andrei Karas1-17/+36
2015-10-28Add support for add images into buttons in skinned npc dialogs.Andrei Karas1-5/+15
2015-10-27Impliment npc menu skins based on previous commits.Andrei Karas1-1/+91
2015-10-26Add packet SMSG_NPC_SKIN 0x0b1c.Andrei Karas1-0/+4
2015-09-07Fix buttons position in npc dialog with visible avatar and input fields.Andrei Karas1-4/+4
2015-08-22Use resource manager as global variable.Andrei Karas1-3/+1
2015-08-21Add support for send item indexes to server. Change protocol version to 11.Andrei Karas1-2/+63
2015-08-16Add strong typed int for item color.Andrei Karas1-2/+2
2015-06-14Use CREATEWIDGET macro in npcdialog.Andrei Karas1-2/+3
2015-06-06Fix code style.Andrei Karas1-2/+2
2015-06-03Rename packettypes.h into packettype.hAndrei Karas1-1/+1