summaryrefslogtreecommitdiff
path: root/src/gui/windows
AgeCommit message (Expand)AuthorFilesLines
2016-05-29Fix code style.Andrei Karas2-8/+14
2016-05-25Change namespace in resources loaders from other to Loader.Andrei Karas3-3/+3
2016-05-25Move images load function from resourcemanager into separate file.Andrei Karas3-6/+6
2016-05-24Move resourcemanager into subdirectory.Andrei Karas4-5/+8
2016-05-12Fix empty minimap loading in Minimap.Andrei Karas1-1/+4
2016-05-12Add skipError parameter to loadXml functions.Andrei Karas4-13/+22
2016-05-07Move max packet version constant into separate file.Andrei Karas1-1/+3
2016-05-05In npc inventory allow add by button add item to next free slot.Andrei Karas1-2/+2
2016-04-30Add missing break.Andrei Karas1-0/+1
2016-04-30Fix issies found by gcc 6 in paranoid mode.Andrei Karas2-2/+6
2016-04-28Fix overload virtual warning with SDL2.Andrei Karas1-1/+1
2016-04-26Split graphicsvetexes into multiply files.Andrei Karas1-1/+1
2016-04-26Move graphicsvertexes into render/vertexes.Andrei Karas1-1/+2
2016-04-23Fix code style.Andrei Karas5-5/+5
2016-04-21Convert chattabtype into strong typed enum.Andrei Karas2-3/+3
2016-04-21Move chattabtype into enums directory.Andrei Karas1-2/+1
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas53-211/+211
2016-04-17Fix code style.Andrei Karas1-1/+1
2016-04-17Remove override keyword, if it present with final.Andrei Karas53-211/+211
2016-04-16Move itemamountwindowusage enum into separate file.Andrei Karas6-79/+79
2016-04-16Move downloadstatus enum into separate file.Andrei Karas2-49/+38
2016-04-16Move serverdialogdownloadstatus into separate file.Andrei Karas2-22/+13
2016-04-14Fix crash in login dialog if close it with opened drop down list.Andrei Karas1-0/+5
2016-04-14Add name for default server updates group.Andrei Karas2-33/+43
2016-04-14Remove update host label from login dialog.Andrei Karas2-11/+4
2016-04-14Add support for different groups of update servers reading from servers list.Andrei Karas3-9/+76
2016-04-11Remove extra coma in tmwa only builds.Andrei Karas1-1/+3
2016-04-11Fix compilation warnings with tmwa only.Andrei Karas2-5/+5
2016-04-07Fix confirm dialog width if caption too big.Andrei Karas1-1/+1
2016-04-07For commands in links in chat ask before executing command.Andrei Karas2-4/+9
2016-04-05Remove quotes from pragmas.Andrei Karas9-27/+27
2016-03-24Add enum for item types.Andrei Karas7-16/+46
2016-03-24Rename enum ItemType into ItemDbType.Andrei Karas1-2/+2
2016-03-24Change ItemType into strong typed enum.Andrei Karas2-3/+4
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