summaryrefslogtreecommitdiff
path: root/src/gui/windows/serverdialog.cpp
AgeCommit message (Collapse)AuthorFilesLines
2025-07-01Change the wrong, but mostly supported WIN32 macro to the correct _WIN32Fedja Beader1-2/+2
ManaPlus was apparently forked before Mana 8954a7ca0f70bbf1. However, running a bulk sed replace was easier than cherry-picking, resolving 14 years of conflicts and then still having to do a bulk sed to catch the rest. Special thanks to Meway (for attempting to build on windows) and Bjorn (for pointing to that commit) **** mana/verse!211
2025-06-25Split #include "utils/performance.h" out of localconsts.hFedja Beader1-0/+1
only about 160 out of 1500 files that include localconsts.h need to include performance.h Saves 12% from compile times (with profiler ON) and 0.1% with profiler OFF. **** mana/plus!189
2025-05-24Switch source code headers to ManaVerse & update copyrights to 2025Fedja Beader1-3/+3
.. instead of manaplus's header. & update copyrights to 2025. Open problem: should it be "The ManaVerse Client", "the ManaVerse client" or something in between in "This file is part of ..." line? All caps is current situation. Squashed with: * update copyright dates for 2025 * Revert "Switch to branch of mplint that checks for manaverse copyright headers" * Change back to uppercase The Why? This line was changed 3 times in history and all had an uppercase The. PS: ManaVerse has no endorsment from the parent project, ManaPlus. * Change to "This file is part of the ManaVerse Client" poppet says 'the' instead of 'The' find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e 's/This file is part of The ManaPlus Client/This file is part of the ManaVerse Client/' {} \+ * Change 'The ManaPlus Client' to 'The ManaVerse Client' in headers find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e '2s/ManaPlus/ManaVerse/' {} \+ * Switch to branch of mplint that checks for manaverse copyright headers .. instead of manaplus's **** mana/plus!179
2024-04-16Stop log spam in case download errors outFedja Beader1-0/+2
See manaplus.log in https://git.themanaworld.org/specing/manaplus/-/jobs/168040#L3241 **** mana/plus!72
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
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.Andrei 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
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-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
For non free: (NON FREE) for unknown: (UNKNOWN)
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
Now eathena like support enabled always.
2016-06-13Fix includes and update deheader ci script.Andrei Karas1-0/+1
2016-04-16Move serverdialogdownloadstatus into separate file.Andrei Karas1-10/+10
And convert into strong typed enum.
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