summaryrefslogtreecommitdiff
path: root/src/gui/windows/npcdialog.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-03User full enum name in packets type.Andrei Karas1-5/+15
2015-05-29Convert BeingAction enum into strong typed enum.Andrei Karas1-1/+1
2015-05-29Use BeingTypeId in Being for subtypeid.Andrei Karas1-1/+1
2015-05-29Add strong typed int type BeingTypeId.Andrei Karas1-3/+3
2015-05-29Add strong typed int type BeingId.Andrei Karas1-6/+11
2015-05-28Add strong typed bool type Visible.Andrei Karas1-6/+6
2015-05-21Call Window::postInit from all windows with overrided postInit method.Andrei Karas1-0/+1
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-1/+1
2015-03-16Remove useless includes from cpp filesAndrei Karas1-1/+0
2015-02-11Add typed bool type Equipped.Andrei Karas1-1/+1
2015-02-11Add typed bool type Equipm.Andrei Karas1-4/+9
2015-01-24Move inventory type into separate file.Andrei Karas1-1/+1
2015-01-06Move pckettypes enum into separate file.Andrei Karas1-0/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-23Add item type to item object.Andrei Karas1-1/+2
2014-12-18Enable browserbox variables in npcdialog and updaterwindow.Andrei Karas1-0/+1
2014-10-21Add to item field favorite.Andrei Karas1-1/+3
2014-10-21Add to item field damaged.Andrei Karas1-1/+1
2014-10-21Add to item field identified.Andrei Karas1-1/+1
2014-10-20Remove item default parameters.Andrei Karas1-1/+4
2014-09-26Fix code style.Andrei Karas1-1/+0
2014-09-17Remove getter for npcHandler.Andrei Karas1-8/+8
2014-09-13Skip empty lines in npc menu.Andrei Karas1-0/+2
2014-09-10Change format in ActorType enum.Andrei Karas1-1/+1
2014-08-28Removed unused includes.Andrei Karas1-1/+0
2014-08-17Remove getters for mouse position and use direct variables.Andrei Karas1-2/+2
2014-08-17Remove proxy methods used for access popup menu.Andrei Karas1-2/+8
2014-07-31Move popup related code from viewport into popupManager.Andrei Karas1-2/+3
2014-07-23Fix compilation warnings and fix issue introduced in last commits.Andrei Karas1-2/+2
2014-07-23move "change camera mode" option into gamemodifiers.Andrei Karas1-9/+5
2014-05-31fix code style.Andrei Karas1-1/+0
2014-05-29Move from client packets limiter related code into separate file.Andrei Karas1-5/+6
2014-05-18Move mousebutton into separate file.Andrei Karas1-1/+1
2014-05-17Move font.cpp/h into fonts directory.Andrei Karas1-1/+2
2014-05-14Move enum from layout into separate file.Andrei Karas1-1/+2
2014-05-13Move actor type into separate file.Andrei Karas1-1/+1
2014-05-12Move being action into separate file.Andrei Karas1-1/+1