summaryrefslogtreecommitdiff
path: root/src/gui/windows
AgeCommit message (Expand)AuthorFilesLines
2016-03-22Add support for packet version in servers list xml and in editor.Andrei Karas3-6/+25
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-15Remove old evol server type.Andrei Karas2-20/+5
2016-03-14Allow open/close chat input by double click on chat window.Andrei Karas2-3/+23
2016-03-11Fix code style.Andrei Karas1-0/+2
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 Karas1-15/+10
2016-03-05Rename actor functions getPosition and setPosition.Andrei Karas1-3/+3
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 Karas2-16/+21
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
2016-03-03Not allow add equipped items to trade if presend server feature secure trades.Andrei Karas1-0/+13
2016-02-23Fix compilation with gcc 4.4 or older.Andrei Karas9-27/+27
2016-02-23Add pragmas for disable -Wswitch-bool in some places.Andrei Karas9-0/+27
2016-02-21Fix code style.Andrei Karas1-3/+4
2016-02-21Add missing checks.Andrei Karas6-8/+27
2016-02-21Fix method visibility.Andrei Karas1-2/+2
2016-02-20Add some more missing consts.Andrei Karas1-1/+1
2016-02-20Add missing const in gui directory.Andrei Karas34-83/+103
2016-02-14Fix crash in char creation if stats was hidden (tmwa).Andrei Karas1-1/+4
2016-02-12Fix code style.Andrei Karas1-1/+6
2016-02-10Fix compilation warnings.Andrei Karas2-8/+8
2016-02-10Allow hide player stats sliders in char creation dialog.Andrei Karas2-12/+30
2016-02-08Fix small performance issues.Andrei Karas1-2/+2
2016-02-08Add some missing checks and remove useless checks.Andrei Karas3-108/+93
2016-02-08Improve some empty string checks.Andrei Karas5-7/+10
2016-02-08Add some missing const.Andrei Karas6-6/+8
2016-02-08Fix possible variables overflow.Andrei Karas1-1/+1
2016-02-08Fix extended minimaps building.Andrei Karas1-1/+4
2016-02-08Change sign on rainbow color.Andrei Karas2-4/+4
2016-02-07Fix code style.Andrei Karas1-1/+0
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas24-129/+129
2016-02-07Fix some casts between signed and unsigned in some files.Andrei Karas1-1/+1
2016-02-06Hide cutin if npc window closed.Andrei Karas3-0/+19
2016-02-05Allow to show images in npc dialogs.Andrei Karas1-0/+1
2016-02-05Fix compilation without C++11 flags.Andrei Karas2-2/+2
2016-02-05Add support for play animation in cutins.Andrei Karas2-22/+28
2016-02-05Impliment packet SMSG_NPC_CUTIN. Add support for cutins.Andrei Karas2-0/+202
2016-02-03Update last seen also from online list.Andrei Karas1-0/+4