summaryrefslogtreecommitdiff
path: root/src/net/serverinfo.h
AgeCommit message (Collapse)AuthorFilesLines
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-08-22Remove some parentheses.Andrei Karas1-4/+6
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-6/+6
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-14Add docs section for server in serverslist.xmlAndrei Karas1-0/+5
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-0/+11
2017-06-12Add comments for unknown licensed and non free servers.Andrei Karas1-0/+18
For non free: (NON FREE) for unknown: (UNKNOWN)
2017-01-17Add missing A_DEFAULT_COPY / A_DELETE_COPY into net.Andrei Karas1-0/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-12Add noexcept in some files.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-2/+2
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-5/+1
Now eathena like support enabled always.
2016-04-14Add name for default server updates group.Andrei Karas1-0/+5
2016-04-14Add support for different groups of update servers reading from servers list.Andrei Karas1-0/+7
2016-03-22Add support for packet version in servers list xml and in editor.Andrei Karas1-0/+5
2016-03-16Fix compilation with some flags.Andrei Karas1-3/+6
2016-03-16Add support for server type "hercules" in servers list. Same with eathena.Andrei Karas1-0/+2
2016-03-15Ignore unsupported server types from servers list.Andrei Karas1-8/+0
2016-03-15Remove old evol server type.Andrei Karas1-4/+1
2016-02-12Fix code style.Andrei Karas1-1/+2
2016-02-08Add missing operator= in classes with copy constructors.Andrei Karas1-0/+18
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-06-03Convert ServerType enum into strong typed enum.Andrei Karas1-3/+3
2015-03-22Dont use server type in server comparator.Andrei Karas1-2/+2
2015-03-17Remove useless includes from .h files.Andrei Karas1-5/+0
2015-01-06Move servertype enum into separate file.Andrei Karas1-22/+18
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-11-06Add server type Evol2.Andrei Karas1-1/+6
2014-09-14fix default port if tmwa support enabled.Andrei Karas1-3/+3
2014-09-14Add configure and cmake option to enable/disable compilation for tmwa/evol.Andrei Karas1-0/+10
Tmwa/evol by default enabled.
2014-07-28Fix formatting in net files.Andrei Karas1-109/+109
2014-05-03Add support for update server mirrors.Andrei Karas1-0/+4
2014-05-02Add option "use same ip" for each server.Andrei Karas1-3/+6
By default all servers using same ip for subservers.
2014-03-11Improve a bit variables order in some classes.Andrei Karas1-4/+3
2014-02-27Remove some manaserv enums usage.Andrei Karas1-1/+0
2014-02-27Remove manaserv ifdefs code.Andrei Karas1-4/+0
ManaServ was already depricated long ago.
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-09-18fix name conflicts.Andrei Karas1-6/+6
2013-06-30Add ability to open support page if error happend.Andrei Karas1-0/+4
2013-06-03Remove subdir SDL from SDL includes.Andrei Karas1-1/+1
2013-06-03fix SDL includes.Andrei Karas1-1/+1
2013-06-01Add alternate host name to servers list.Andrei Karas1-0/+4
First try will be by hostname, if it failed in name resolution will be used alt host name This allow connect to server with static ip address even if dns is broken.
2013-05-28fix guard header part2.Andrei Karas1-3/+3
2013-04-26add support for separate online list.Andrei Karas1-0/+4
2013-04-21fix compilation with some flags.Andrei Karas1-0/+2
2013-04-21some other fixes from cpplint.Andrei Karas1-1/+1
2013-04-20fix style in net directory.Andrei Karas1-0/+6
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-1/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-25Add support for register from browser on servers with disabled registration.Andrei Karas1-0/+3