summaryrefslogtreecommitdiff
path: root/src/gui/windows
AgeCommit message (Collapse)AuthorFilesLines
2015-11-15Add support for different per skill casting animations.Andrei Karas1-0/+9
2015-11-15Add support for other gender in char creation dialog.Andrei Karas1-4/+31
2015-11-15Rename haveOtherGender into haveAccountOtherGenderAndrei Karas1-1/+1
2015-11-14Add features.xml attribute for force char gender for new chars.Andrei Karas1-21/+35
New attribute: forceCharGender Default value: -1 (mean not forcing)
2015-11-14Add features.xml attribute for force account gender for new chars.Andrei Karas2-9/+22
New attribute: forceAccountGender Default value: -1 (mean not forcing)
2015-11-13Remove manaserv related RegistrationOptions.Andrei Karas3-36/+3
2015-11-13Fix compilation warnings.Andrei Karas1-8/+4
2015-11-13Not allow registration with empty or broken email.Andrei Karas1-1/+22
2015-11-12Add support for invoke ground skill with text parameter.Andrei Karas1-4/+35
2015-11-12Add skill xml flag useTextParameter.Andrei Karas1-0/+2
2015-11-12Remove manaserv related flag for use mana bar.Andrei Karas2-42/+28
2015-11-12Remove old manaserv related code from status window.Andrei Karas2-42/+2
2015-11-11Fix compilation warning.Andrei Karas1-2/+0
2015-11-11In personal shops in sell dialog shop no existing items with amount 0 and ↵Andrei Karas1-4/+14
disabled. Only for legacy servers.
2015-11-11Fix attibutes left label in char create dialog.Andrei Karas1-6/+12
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 Karas1-0/+2
2015-11-10Add close to minimap context menu.Andrei Karas1-1/+2
2015-11-10Add support for casting status effect on ground.Andrei Karas2-1/+25
2015-11-09Add support for ground skills.Andrei Karas1-0/+10
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 Karas6-8/+48
2015-11-04Allow buy from npc shop or from market more than one of item at one transaction.Andrei Karas2-9/+62
2015-11-02Allow add items to npc inventory from same slot multiple times.Andrei Karas2-1/+19
Added items automatically removed from inventory item amounts.
2015-11-02Add intmap defines.Andrei Karas2-5/+4
2015-10-30Add support for npc dialog inventory theming from npc skin.Andrei Karas2-17/+46
2015-10-30Add item container max columns limit.Andrei Karas1-4/+4
Also fix some issues with adding items to npc item container.
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 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 Karas1-0/+13
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 Karas1-5/+15
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-03If trade tab disabled, try show TRADE messages in general tab.Andrei Karas1-0/+8
2015-09-21Add option for auto target skill to closest target.Andrei Karas2-7/+27
2015-09-11Fix code style.Andrei Karas3-1/+10
2015-09-10Dont send empty mail subject.Andrei Karas1-1/+7
2015-09-08Add some missing item colors.Andrei Karas2-5/+3
2015-09-07Fix buttons position in npc dialog with visible avatar and input fields.Andrei Karas1-4/+4
2015-09-06Set to all quests value 0 by default.Andrei Karas1-0/+1