summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2016-04-07Fix confirm dialog width if caption too big.Andrei Karas3-5/+5
2016-04-07For commands in links in chat ask before executing command.Andrei Karas4-8/+35
2016-04-05Remove quotes from pragmas.Andrei Karas14-48/+48
2016-04-05Add into paths.xml option for set string for commands in links.Andrei Karas2-6/+13
2016-03-28Rename static widgets collections in Widget.Andrei Karas2-12/+13
2016-03-26Fix code style.Andrei Karas7-12/+5
2016-03-24Add enum for item types.Andrei Karas11-25/+60
2016-03-24Rename enum ItemType into ItemDbType.Andrei Karas4-26/+27
2016-03-24Change ItemType into strong typed enum.Andrei Karas5-8/+9
2016-03-24Move ItemType enum into enums directory.Andrei Karas1-2/+2
2016-03-22Not allow moving from sit state if server not support it.Andrei Karas1-2/+5
2016-03-22Add support for packet version in servers list xml and in editor.Andrei Karas3-6/+25
2016-03-22Show in skill unit menu also skill unit id.Andrei Karas1-1/+2
2016-03-21Show effect names in debug window in target tab.Andrei Karas3-16/+13
2016-03-21Remove some getters from StatusEffect.Andrei Karas1-1/+1
2016-03-21Split StatusEffect into StatusEffect and StatusEffectDB.Andrei Karas1-1/+3
2016-03-21Fix possible crash in skill cooldowns.Andrei Karas1-1/+3
2016-03-20Not allow close warp dialog until select warp target.Andrei Karas2-7/+23
2016-03-20Add adopt child into players context menu.Andrei Karas2-0/+16
2016-03-18Fix typos.Andrei Karas1-1/+1
2016-03-17Remove false positive errors with nonnull attributes.Andrei Karas1-2/+2
2016-03-17Add some missing nonnull attributes.Andrei Karas2-3/+3
2016-03-16Split ParticleEngine from Particle class.Andrei Karas1-1/+1
2016-03-15Replace server type name eAthena to Hercules.Andrei Karas1-2/+2
2016-03-15Remove old evol server type.Andrei Karas3-25/+8
2016-03-14Allow open/close chat input by double click on chat window.Andrei Karas2-3/+23
2016-03-13Simplify drawing beings in playerbox control.Andrei Karas1-1/+1
2016-03-13For skill units in context menu show creator name or id.Andrei Karas1-2/+22
2016-03-12Dont highlight server messages in chat channels.Andrei Karas1-2/+4
2016-03-12Fix compilation issue.Andrei Karas1-1/+3
2016-03-11Fix code style.Andrei Karas36-33/+99
2016-03-10Add support for change text in pet menu item "Return to egg".Andrei Karas1-3/+14
2016-03-07Add into mobs and foring pets context menu item for timing pet.Andrei Karas2-0/+18
2016-03-07Add "Mail to..." command in player context menu.Andrei Karas2-0/+18
2016-03-07Add /mailto chat command.Andrei Karas2-0/+11
2016-03-06Use server feature haveMultyStatusUp.Andrei Karas1-4/+12
2016-03-06Add into increaseAttribute parameter with about of attributes to up.Andrei Karas1-1/+1
2016-03-05Move getNumOfHairstyles from being to itemdb.Andrei Karas1-3/+3
2016-03-05Use in most places int being positions and not float.Andrei Karas2-31/+20
2016-03-05Rename actor functions getPosition and setPosition.Andrei Karas2-8/+8
2016-03-04Remove getter empty from compoundsprite.Andrei Karas1-1/+1
2016-03-04Remove getter getSprite from compoundsprite.Andrei Karas1-2/+2
2016-03-04Remove isVisible getter from widget.Andrei Karas8-34/+36
2016-03-04Add parameters support for quest texts in quests.xmlAndrei Karas1-0/+11
2016-03-04Add support for cooridinates tag with x and y in quests.xmlAndrei Karas1-8/+38
2016-03-04Add new tags for quests questgiver, npc.Andrei Karas1-1/+41
2016-03-04Remove extra translation from quests window.Andrei Karas1-3/+2
2016-03-04Convert questtype enum into strong typed enum.Andrei Karas1-2/+0
2016-03-04Move questtype enum into enums directory.Andrei Karas1-1/+2
2016-03-03Add support for readable links in quests.xmlAndrei Karas1-0/+1