summaryrefslogtreecommitdiff
path: root/src/net/ea/network.cpp
AgeCommit message (Collapse)AuthorFilesLines
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-09-04Fix compilation with some flags.Andrei Karas1-0/+2
2015-09-04Remove some useless includes.Andrei Karas1-2/+0
2015-09-01Fix compilation warning.Andrei Karas1-0/+2
2015-09-01Add ability to log received packet names to log file.Andrei Karas1-2/+5
Also add arrays with id to package info mapping for inbound packets.
2015-06-06Fix code style.Andrei Karas1-0/+2
2015-03-16Remove useless includes from cpp filesAndrei Karas1-2/+0
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-09-17Disable logging sent bytes count.Andrei Karas1-0/+2
2014-09-17add support for ignore packets logging.Andrei Karas1-1/+5
Option for coma separated packet ids added in misc tab.
2014-09-06add ability to delay network messages dispatch.Andrei Karas1-1/+2
2014-05-08Fix code style in net.Andrei Karas1-5/+10
2014-05-01Add missing const.Andrei Karas1-1/+1
2014-03-06improve a bit different code.Andrei Karas1-1/+3
2014-01-14Use thread safe logging in threads.Andrei Karas1-8/+8
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-19add missing break in network.Andrei Karas1-1/+2
also fix function pointer.
2013-10-08split network mutexe into read and write mutexes.Andrei Karas1-11/+15
2013-10-08remove unused system headers.Andrei Karas1-1/+0
also remplace legacy headers.
2013-09-19add some more consts.Andrei Karas1-1/+1
2013-09-15remove unused includes from net directory.Andrei Karas1-4/+0
2013-08-24move threads creation into sdl helper.Andrei Karas1-5/+2
2013-08-24first part of fixes for compilation with SDL2Andrei Karas1-0/+4
2013-06-30Add ability to open support page if error happend.Andrei Karas1-1/+1
2013-06-28Revert "Show disconnection error if disconnected from server."Andrei Karas1-1/+0
This reverts commit 29099e5159ff042b1039ca2382c478b3f8016c1b. Probably it can trigger error in normal case.
2013-06-28Show disconnection error if disconnected from server.Andrei Karas1-0/+1
2013-06-20Add more profiler labels.Andrei Karas1-0/+2
2013-06-01Add alternate host name to servers list.Andrei Karas1-7/+13
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-03add comments for translators.Andrei Karas1-0/+3
2013-04-25fix some code style by cpplint.Andrei Karas1-2/+0
2013-04-20fix style in net directory.Andrei Karas1-0/+2
2013-04-12Fix code style and other small issues.Andrei Karas1-2/+2
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-2/+2
2013-04-09improve network class.Andrei Karas1-10/+9
2013-04-08move direct SDL_net calls to proxy file sdltcpnet.Andrei Karas1-30/+28
2013-02-26Improve string usage in other files.Andrei Karas1-3/+3
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-09-04add const to more classes,Andrei Karas1-1/+1
fix other small style issues.
2012-09-02Add const to more classes.Andrei Karas1-7/+8
2012-08-23Remove useless includes.Andrei Karas1-2/+0
2012-08-19Move some code from network to base classes.Andrei Karas1-0/+342