summaryrefslogtreecommitdiff
path: root/src/net/serverinfo.h
AgeCommit message (Collapse)AuthorFilesLines
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
2012-10-30Add unused warnings to other files.Andrei Karas1-2/+2
2012-09-23Add missing final keywords to classes.Andrei Karas1-1/+1
2012-07-30Fix code style.Andrei Karas1-0/+2
2012-07-07Fix code style.Andrei Karas1-1/+1
2012-06-24Add basic support for eathena stable.Andrei Karas1-2/+7
Can register, create char, connect to map server and get map info.
2012-06-06Fix some issues after auto checking.Andrei Karas1-11/+11
2012-02-01Rename CustomServerDialog to EditServerDialog.Andrei Karas1-1/+1
Use EditServerDialog for adding new servers to ServerDialog.
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-05-19Enable server type selection again. Add evol server type. Now working same ↵Andrei Karas1-1/+4
as tmweathena.
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-02-01Add ability to enable/disable manaserv with embedded enet.Andrei Karas1-1/+2
Set manaserv disabled in automake and cmake by default but enabled in build scripts.
2011-01-02Initial commit.Andrei Karas1-0/+117
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.