summaryrefslogtreecommitdiff
path: root/src/net/ea/network.cpp
AgeCommit message (Expand)AuthorFilesLines
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-3/+3
2018-10-29Fix code style.s20181102Andrei Karas1-3/+3
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-09-07Fix possible thread structure memory leak on SDL2 if thread terminated before...Andrei Karas1-5/+2
2017-06-30Remove extra includes from headers.Andrei Karas1-0/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-10/+10
2017-06-04Fix code style.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-11-04Fix some defines/includes, because in some systems it may works wrong.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-3/+4
2016-05-31Fix different include issues.Andrei Karas1-0/+4
2016-03-12Add missing include into network.cpp.Andrei Karas1-0/+2
2016-03-11Fix code style.Andrei Karas1-2/+0
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-7/+7
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
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
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
2013-10-08split network mutexe into read and write mutexes.Andrei Karas1-11/+15
2013-10-08remove unused system headers.Andrei Karas1-1/+0
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
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
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