summaryrefslogtreecommitdiff
path: root/src/net/ea/network.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-05-07Add possible SDL warning fix with gcc snapshot.Andrei Karas1-3/+3
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-05-01Guard include sdltcpnet.h with pragma in all files.Andrei Karas1-0/+4
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-09-01Add ability to log received packet names to log file.Andrei Karas1-0/+4
2015-03-17Remove useless includes from .h files.Andrei Karas1-4/+0
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-09-06add ability to delay network messages dispatch.Andrei Karas1-0/+4
2014-06-02Add missing final/notfinal to classes.Andrei Karas1-1/+1
2014-05-01Add missing const.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-11-01Remove nacltcpnet due to SDL_net supportDan Sagunov1-5/+0
2013-10-30Fix nacl buildingDan Sagunov1-0/+4
2013-10-08split network mutexe into read and write mutexes.Andrei Karas1-1/+2
2013-09-15remove unused includes from net directory.Andrei Karas1-4/+0
2013-06-03Remove subdir SDL from SDL includes.Andrei Karas1-1/+1
2013-06-03fix SDL includes.Andrei Karas1-1/+1
2013-04-20fix style in net directory.Andrei Karas1-1/+1
2013-04-14another fixes from cpplint.Andrei Karas1-1/+1
2013-04-14some more style fixes from cpplint.Andrei Karas1-1/+1
2013-04-09improve network class.Andrei Karas1-1/+1
2013-04-08move direct SDL_net calls to proxy file sdltcpnet.Andrei Karas1-2/+3
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-30Add unused warnings to other files.Andrei Karas1-6/+6
2012-10-16Fix some signed/unsigned chars issues.Andrei Karas1-2/+4
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-10Delete copy constructor from net classes.Andrei Karas1-0/+2
2012-09-04add const to more classes,Andrei Karas1-1/+1
2012-09-02Add const to more classes.Andrei Karas1-0/+1
2012-08-19Move some code from network to base classes.Andrei Karas1-0/+111