summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2015-11-20Fix code style.Andrei Karas1-0/+4
2015-11-20Fix unit tests.Andrei Karas1-2/+2
2015-11-19Add strong typed bool enum Append.Andrei Karas2-10/+15
2015-11-19Allow use support/friendly skills on self if target not selected.Andrei Karas1-1/+3
2015-11-18Fix code style in beingequipbackend and add some consts to it.Andrei Karas4-8/+8
2015-11-17Use magic command properties only if compiled for tmwa.Andrei Karas2-22/+77
2015-11-17fix mplint issue.Andrei Karas1-2/+1
2015-11-17Fix unit tests compilation.Andrei Karas1-2/+2
2015-11-17Fix compilation without C++11 again.Andrei Karas5-9/+9
2015-11-16Convert State enum into strong typed.Andrei Karas10-43/+43
2015-11-16Convert InventoryType enum into strong typed.Andrei Karas10-111/+119
2015-11-16Convert DragDropSource enum into strong typed enum.Andrei Karas7-54/+54
2015-11-16Move TextCommandType enum into separate file and convert to strong typed.Andrei Karas1-5/+6
2015-11-16Move MagicSchool enum into separate file and convert to strong typed.Andrei Karas1-2/+2
2015-11-16Rename SpellTarget into CommandTarget enum and convert it to strong typed.Andrei Karas1-2/+2
2015-11-16In popup menus replace warp to slide.Andrei Karas1-2/+2
2015-11-16Fix code style.Andrei Karas8-6/+7
2015-11-15Add support for different per skill casting animations.Andrei Karas3-0/+17
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
2015-11-14Add features.xml attribute for force account gender for new chars.Andrei Karas2-9/+22
2015-11-13Remove manaserv related RegistrationOptions.Andrei Karas3-36/+3
2015-11-13In skill dialog dont show skill popup on empty place.Andrei Karas1-0/+2
2015-11-13Fix compilation warnings.Andrei Karas1-8/+4
2015-11-13Show skill popups in shortcuts window.Andrei Karas1-0/+12
2015-11-13Use global skillPopup variable for show skill popups.Andrei Karas2-6/+6
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 Karas3-1/+5
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 dis...Andrei Karas4-18/+31
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 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