summaryrefslogtreecommitdiff
path: root/src/gui/windows/serverdialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-1/+1
2018-10-29Fix code style.s20181102Andrei Karas1-2/+2
2018-05-23Add missing translators comment.Andrei Karas1-0/+1
2018-05-19Add message in servers dialog if selected software render mode.Andrei Karas1-0/+6
2018-03-09Add skin parameter to all button constructors.Andrei Karas1-7/+9
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-27Remove default parameter from download.Andrei Karas1-1/+2
2017-12-27Remove default parameters from window.Andrei Karas1-2/+2
2017-12-25Remove default parameters from containerplacer.Andrei Karas1-9/+9
2017-12-22Remove default parameters from serverdialog.Andrei Karas1-4/+7
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-1/+1
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+1
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-15Allow open server info window from game.Andrei Karas1-1/+4
2017-06-14Add docs section for server in serverslist.xmlAndrei Karas1-0/+6
2017-06-13Remove extra include from serverdialog.cppAndrei Karas1-1/+0
2017-06-13Show site url in server info window.Andrei Karas1-0/+5
2017-06-12Load sources url list for each server from servers list xml.Andrei Karas1-1/+50
2017-06-12Add comments for unknown licensed and non free servers.Andrei Karas1-0/+5
2017-06-12Add server info window. For now empty.Andrei Karas1-9/+22
2017-06-08Add missing function parameters.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-11/+11
2017-05-04Fix possible crash in server dialog if close manaplus in wrong time.Andrei Karas1-1/+1
2017-04-03Replace string::append with pathJoin.Andrei Karas1-2/+2
2017-03-24Add support for tinyxml2 for reading / writing xml files.Andrei Karas1-2/+2
2017-02-28Rename UseResMan into UseVirtFs.Andrei Karas1-1/+1
2017-02-21Move other fs related files into fs directory.Andrei Karas1-1/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-3/+5
2016-09-17Add strong typed bool Opaque.Andrei Karas1-1/+2
2016-08-12Fix code style.Andrei Karas1-0/+4
2016-07-29Add some missing tmwa defines.Andrei Karas1-2/+0
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-8/+0
2016-06-13Fix includes and update deheader ci script.Andrei Karas1-0/+1
2016-04-16Move serverdialogdownloadstatus into separate file.Andrei Karas1-10/+10
2016-04-14Add name for default server updates group.Andrei Karas1-31/+37
2016-04-14Add support for different groups of update servers reading from servers list.Andrei Karas1-0/+34
2016-04-05Remove quotes from pragmas.Andrei Karas1-3/+3
2016-03-22Add support for packet version in servers list xml and in editor.Andrei Karas1-0/+10
2016-03-15Remove old evol server type.Andrei Karas1-6/+1
2016-02-23Fix compilation with gcc 4.4 or older.Andrei Karas1-3/+3
2016-02-23Add pragmas for disable -Wswitch-bool in some places.Andrei Karas1-0/+3
2016-02-20Add missing const in gui directory.Andrei Karas1-6/+6
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-6/+6
2016-01-20Add pugixml backend incomplete.Andrei Karas1-13/+7
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-31Move ImagePosition enum into enums directory.Andrei Karas1-1/+1
2015-11-16Convert State enum into strong typed.Andrei Karas1-4/+4