summaryrefslogtreecommitdiff
path: root/src/gui/windows/serverdialog.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-14Use CREATEWIDGET macro in serverdialog.Andrei Karas1-9/+10
2015-06-06Fix code style.Andrei Karas1-2/+0
2015-06-05Add fast versions for function toString for different types.Andrei Karas1-4/+4
2015-06-03Convert ServerType enum into strong typed enum.Andrei Karas1-2/+2
2015-06-01Convert DownloadStatus enum into strong typed enum.Andrei Karas1-2/+4
2015-05-30Move inputaction into enums directory.Andrei Karas1-1/+1
2015-05-28Add strong typed bool type Visible.Andrei Karas1-1/+1
2015-05-21Call Window::postInit from all windows with overrided postInit method.Andrei Karas1-0/+1
2015-05-06Add strong typed bool type SkipError.Andrei Karas1-1/+1
2015-05-06Add strong types bool type UseResman.Andrei Karas1-1/+3
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-1/+1