summaryrefslogtreecommitdiff
path: root/src/gui/windows
AgeCommit message (Expand)AuthorFilesLines
2017-08-14Replace static members usage from pointers to direct classes.Andrei Karas1-2/+2
2017-08-09Add different use actions for items.Andrei Karas1-3/+3
2017-08-08Add into skill context menu for add shortcut.Andrei Karas1-4/+2
2017-08-07Remove useless casts from missile-particle attributes.Andrei Karas1-4/+4
2017-08-07Adjust default missile particle lifetime.Andrei Karas1-2/+2
2017-08-07Add additional attributes to missile particles in skills.Andrei Karas1-2/+23
2017-08-07Rename skill attributes related to missile particles.Andrei Karas1-4/+4
2017-08-07Fix style issues.Andrei Karas1-1/+1
2017-08-07Allow open debug window before connecting to game.Andrei Karas2-3/+3
2017-08-03Add option into paths.xml for allow/deny add unknown skills into auto tab.Andrei Karas1-0/+1
2017-08-03Add skill option for allow/prevent adding skill to auto skills shortcuts tab.Andrei Karas1-1/+4
2017-08-03Dont draw name in skill shortcuts if icon already present.Andrei Karas1-3/+17
2017-08-02Add item shortcuts tab with automatically filled with skills.Andrei Karas1-1/+28
2017-08-01Add default icons for unknown skills by types.Andrei Karas2-2/+42
2017-07-27Fix crash in help window links.Andrei Karas1-1/+2
2017-07-25Use browserbox for quest text in quests window.Andrei Karas2-4/+4
2017-07-17Add missing check in statuswindow.cppAndrei Karas1-2/+4
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas35-126/+126
2017-07-13Add missing reference into reading group name.Andrei Karas1-1/+1
2017-07-13Show group name in being popup and status window.Andrei Karas1-3/+8
2017-07-12Rename gm level into group id in localplayer.cppAndrei Karas3-3/+3
2017-07-01Fix staticbrowserbox resize in who is online window.Andrei Karas1-2/+0
2017-07-01fix code style.Andrei Karas1-1/+1
2017-06-30Allow open chat window with debug tab before connecting to game.Andrei Karas2-4/+6
2017-06-30Remove extra includes again.Andrei Karas3-0/+3
2017-06-29Use std::move in some places.Andrei Karas2-2/+4
2017-06-29Move foreach macroses into separate file.Andrei Karas19-0/+20
2017-06-28Dont show assert if servers list cant be loaded from disk.Andrei Karas1-2/+3
2017-06-27Show in log information about servers list update.Andrei Karas1-0/+4
2017-06-27Fix typo licesne -> license.Andrei Karas1-1/+1
2017-06-21Remove browserboxmode.Andrei Karas1-2/+1
2017-06-19Use staticbrowserbox in updaterwindow.Andrei Karas2-4/+8
2017-06-19Use staticbrowserbox in whoisonline.Andrei Karas2-4/+6
2017-06-19Use staticbrowserbox in serverinfowindow.Andrei Karas2-4/+5
2017-06-19Use staticbrowserbox in questswindow.Andrei Karas2-4/+5
2017-06-19Use staticbrowserbox in didyouknowwindow.Andrei Karas2-4/+5
2017-06-19Use staticbrowserbox in helpwindow.Andrei Karas2-4/+7
2017-06-17Add skin xml for server info window.Andrei Karas1-1/+1
2017-06-15Allow open server info window from game.Andrei Karas3-1/+18
2017-06-14Add docs section for server in serverslist.xmlAndrei Karas2-0/+9
2017-06-14Remove extra include from serverinfowindow.cppAndrei Karas1-1/+0
2017-06-13Add missing calls to Window::postInit.Andrei Karas1-0/+1
2017-06-13Move virtual methods from Being constructor to postInit.Andrei Karas2-2/+2
2017-06-13Add missing const references to constructor parameters.Andrei Karas2-2/+2
2017-06-13Remove extra include from serverdialog.cppAndrei Karas1-1/+0
2017-06-13Remove unused interface from serverinfowindow.Andrei Karas2-16/+2
2017-06-13Show site url in server info window.Andrei Karas2-3/+10
2017-06-13Show register and support url in server info window.Andrei Karas2-19/+39
2017-06-13Show server sources in server info window.Andrei Karas2-0/+57
2017-06-12Load sources url list for each server from servers list xml.Andrei Karas1-1/+50