summaryrefslogtreecommitdiff
path: root/src/gui/windows/serverinfowindow.h
AgeCommit message (Collapse)AuthorFilesLines
2023-01-08added manaverse' copyright line to src/jak11-0/+1
2023-01-08[WIP] renamed the client to ManaVersejak11-1/+1
removed evol, since its not developed anymore... only leads to confusing players removed that anoying 'broken nick detected' message (regulare player don't care what crap the server sends) updated copyright -2020 for manaplus
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-1/+1
Also remove some empty destructors.
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