summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-06-20Prevent Wshadow varnings in SDL code.Andrei Karas98-1/+324
2017-06-19Auto close death dialog if local player resurrected.Andrei Karas2-2/+20
2017-06-19Draw speech over emotions and badges.Andrei Karas1-1/+1
2017-06-19Fix resetting draw color in modern and mobile2 renderers.Andrei Karas2-0/+12
2017-06-19Use staticbrowserbox in speechbubble.Andrei Karas2-4/+5
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 desktop.Andrei Karas3-9/+10
2017-06-19Use staticbrowserbox in popupmenu.Andrei Karas2-8/+9
2017-06-19Use staticbrowserbox in helpwindow.Andrei Karas2-4/+7
2017-06-19Add staticbrowserbox based on browserbox but with some limits.Andrei Karas4-0/+1006
2017-06-19Add function updateSize into browserbox.Andrei Karas4-2/+11
2017-06-18Fix mouseoverlink.h compilation.Andrei Karas1-0/+2
2017-06-18Fix asserts in browserbox on resize.Andrei Karas3-3/+15
2017-06-18Fix unit tests after default theme was changed.Andrei Karas7-3/+11
2017-06-18Fix browserbox initial size in desktop.Andrei Karas1-0/+1
2017-06-18Add debug assert in browserbox if called calcheight from draw.Andrei Karas1-0/+4
2017-06-17Move mouseoverlink into separate file.Andrei Karas4-24/+52
2017-06-17Add skin xml for server info window.Andrei Karas1-1/+1
2017-06-17Fix width in browserbox if padding non standard.Andrei Karas1-1/+1
2017-06-16Change default theme to jewelry.Andrei Karas1-2/+1
2017-06-15Allow open server info window from game.Andrei Karas12-1/+68
2017-06-14Add workaround to browserbox if text line start with bold sign.Andrei Karas1-1/+6
2017-06-14Add docs section for server in serverslist.xmlAndrei Karas3-0/+14
2017-06-14Remove extra include from serverinfowindow.cppAndrei Karas1-1/+0
2017-06-13Fix virtual member call in Window constructor.Andrei Karas3-4/+14
2017-06-13Add missing calls to Window::postInit.Andrei Karas2-0/+2
2017-06-13Report error about windows without postinit call in debug chat tab.Andrei Karas1-2/+3
2017-06-13Move virtual methods from Being constructor to postInit.Andrei Karas9-21/+45
2017-06-13Add missing const references to constructor parameters.Andrei Karas11-15/+22
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 Karas3-3/+15
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 Karas5-1/+112
2017-06-12Add comments for unknown licensed and non free servers.Andrei Karas6-0/+76
2017-06-12Add server info window. For now empty.Andrei Karas6-9/+196
2017-06-11Rename player_relations into playerRelations.Andrei Karas25-85/+85
2017-06-10Change version to 1.7.6.10.v1.7.6.10Andrei Karas1-2/+2
2017-06-09Fix code style.Andrei Karas75-132/+28
2017-06-09Fix hide issue in ConnectionDialog::action.Andrei Karas2-2/+2
2017-06-09Remove extra includes.Andrei Karas2-6/+0
2017-06-09Restore math.h include in SDL2_rotozoom.hAndrei Karas1-1/+1
2017-06-09Fix too long line.Andrei Karas1-1/+3
2017-06-09Fix code style.Andrei Karas8-18/+45
2017-06-09Fix unused parameter.Andrei Karas1-1/+1