summaryrefslogtreecommitdiff
path: root/src/gui/windows/serverinfowindow.h
AgeCommit message (Collapse)AuthorFilesLines
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-1/+1
In most case it equal to std::vector except debug modes. Now it can be also mse::mstd::vector, but sadly this class not support all required features.
2017-06-19Use staticbrowserbox in serverinfowindow.Andrei Karas1-2/+2
2017-06-15Allow open server info window from game.Andrei Karas1-0/+4
2017-06-13Remove unused interface from serverinfowindow.Andrei Karas1-7/+2
2017-06-13Show register and support url in server info window.Andrei Karas1-0/+3
2017-06-13Show server sources in server info window.Andrei Karas1-0/+3
2017-06-12Add server info window. For now empty.Andrei Karas1-0/+63