summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2015-11-11Fix buttons position in char create dialog in very small screen size.Andrei Karas1-2/+14
2015-11-11Add some theme parameters for char create dialog.Andrei Karas1-11/+13
2015-11-11Fix char create dialog height.Andrei Karas2-5/+16
2015-11-10Add close button to all shortcuts windows.Andrei Karas4-2/+14
2015-11-10Add close to minimap context menu.Andrei Karas4-5/+19
2015-11-10Add support for casting status effect on ground.Andrei Karas2-1/+25
2015-11-09Add skill unit support in most files excluding net code.Andrei Karas1-0/+6
2015-11-09Add support for ground skills.Andrei Karas3-0/+17
2015-11-08Move code for converting mouse position to tile into separate function.Andrei Karas2-33/+47
2015-11-07Add missing check in being popup.Andrei Karas1-0/+2
2015-11-07fix code style.Andrei Karas1-1/+2
2015-11-06Fix compilation with different flags.Andrei Karas1-2/+2
2015-11-04Allow sell to npc many items at one time (hercules).halloween2015Andrei Karas8-15/+84
2015-11-04Allow buy from npc shop or from market more than one of item at one transaction.Andrei Karas2-9/+62
2015-11-03Fix removing items from npc inventory (restore amount in player inventory)Andrei Karas1-1/+6
2015-11-02Allow add items to npc inventory from same slot multiple times.Andrei Karas3-4/+26
2015-11-02Add intmap defines.Andrei Karas2-5/+4
2015-11-01Show enabled status effects in player popups.Andrei Karas2-4/+50
2015-11-01Add strong typed bool enum donotalign.Andrei Karas4-8/+9
2015-11-01Add strong typed bool enum on the fly.Andrei Karas4-29/+38
2015-10-31Add strong typed bool enum separator.Andrei Karas3-5/+7
2015-10-31Add strong typed bool enum usebase64.Andrei Karas4-14/+17
2015-10-31Add strong typed bool enum mainconfig.Andrei Karas10-62/+81
2015-10-31Move away message to per server configuration file.Andrei Karas1-1/+2
2015-10-31By default show bank and mail buttons at top right corner.Andrei Karas1-2/+2
2015-10-31Fix compilation warning.Andrei Karas1-3/+2
2015-10-30Add support for npc dialog inventory theming from npc skin.Andrei Karas4-17/+61
2015-10-30Allow drag&drop items inside npc item container.Andrei Karas1-4/+44
2015-10-30Fix resize item container in npc dialog.Andrei Karas1-3/+5
2015-10-30Add item container max columns limit.Andrei Karas3-16/+67
2015-10-30Add strong typed bool enum ShowEmptyRows and use it in itemcontainer.Andrei Karas3-4/+12
2015-10-30Add strong typed bool enum ForceQuantity.Andrei Karas2-5/+9
2015-10-30Add support in themes to draw each inventory cell background.Andrei Karas2-3/+165
2015-10-30Allow set width or height to zero in theme xmls. This mean image not exists.Andrei Karas1-2/+4
2015-10-30Allow add item by drag&drop into npc inventory to exact position.Andrei Karas2-3/+4
2015-10-29Dont allow add same item twice into npc inventory.Andrei Karas2-36/+3
2015-10-29Ignore npc dialog skin if skin not exists.Andrei Karas2-12/+25
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 Karas3-6/+30
2015-10-28In npc skinned dialogs add support for hide text part from npc window.Andrei Karas2-17/+37
2015-10-28Add support for add images into buttons in skinned npc dialogs.Andrei Karas2-5/+21
2015-10-27Impliment npc menu skins based on previous commits.Andrei Karas2-1/+102
2015-10-26Add packet SMSG_NPC_SKIN 0x0b1c.Andrei Karas2-0/+6
2015-10-25Add separate flags for enable/disable gui opacity.Andrei Karas1-0/+4
2015-10-24Fix typo.Andrei Karas1-1/+1
2015-10-14Add option for show why player disappeared. Can be usefull for GM's.Andrei Karas1-0/+4
2015-10-04Dont show popup in inventory if mouse present outside of item rectangle.Andrei Karas2-2/+4