summaryrefslogtreecommitdiff
path: root/src/net/tmwa/network.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-1/+1
2013-04-03If wrong packet come from network show packet id in crash message.Andrei Karas1-1/+6
2013-03-22add netcode support for channels (for now evol only).Andrei Karas1-1/+1
2013-02-13Fix code style.Andrei Karas1-2/+2
2013-02-11Fix compilation issues.Andrei Karas1-2/+2
2013-02-10Improve network code speed again.Andrei Karas1-44/+23
2013-02-10Improve network code speed.Andrei Karas1-20/+22
2013-01-20Last part with FOR_EACH changes.Andrei Karas1-2/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+4
2012-10-10Fix code style.Andrei Karas1-1/+1
2012-10-10Delete copy constructor from net classes.Andrei Karas1-8/+10
2012-09-08Improve constructors in some classes.Andrei Karas1-1/+2
2012-09-02Add const to more classes.Andrei Karas1-4/+4
2012-08-23Remove useless includes.Andrei Karas1-4/+0
2012-08-19Fix compilation warnings.Andrei Karas1-1/+4
2012-08-19Move some code from network to base classes.Andrei Karas1-293/+9
2012-08-19Flush send buffer if it too big.Andrei Karas1-0/+11
2012-08-06Change a bit network buffers and add check.Andrei Karas1-1/+9
2012-07-29Add quests netcode and quests window.Andrei Karas1-1/+1
2012-06-24Add basic support for eathena stable.Andrei Karas1-5/+5
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-6/+6
2012-05-02Add timeout option between connections to sub servers.Andrei Karas1-0/+4
2012-04-25Improve iterators part 2.Andrei Karas1-2/+2
2012-03-09Fix incorrect packets handling from multiple update hosts commit.Andrei Karas1-0/+2
2012-03-09Add support for many update hosts (evol server only).Andrei Karas1-0/+2
2012-03-03Disable logging number of received bytes.Andrei Karas1-1/+1
2012-02-24Add safe error string reporting function.Andrei Karas1-1/+1
2012-02-08Fix code style with new tool.Andrei Karas1-2/+2
2012-01-23Add moving camera commands from npc.Andrei Karas1-1/+1
2012-01-23Add support for request client language from server.Andrei Karas1-1/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-30Add server side online players list support.Andrei Karas1-1/+1
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-9/+10
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-2/+2
2011-10-19Add to debug log number of sended and received bytes.Andrei Karas1-0/+2
2011-10-08Fix code style.Andrei Karas1-35/+35
2011-10-08Add checks and fix code style.Andrei Karas1-44/+43
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-07-12Fix again compilation issue in big endian system.Andrei Karas1-1/+1
2011-07-12Fix compilation error in big endian system.Andrei Karas1-1/+1
2011-06-02Fix some memory leaks and missing initialisations.Andrei Karas1-0/+1
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-03-18Fix most old style cast except manaserv and libxml2 defines.Andrei Karas1-4/+4
2011-03-01Add support for reading item colors for char list and created char (for exten...Andrei Karas1-2/+2
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-02-18Add packet SMSG_BEING_NAME_RESPONSE2 with big being names.Andrei Karas1-0/+1
2011-01-15Fix code style, apply some fixes after checking with cppcheck from git.Andrei Karas1-2/+2
2011-01-02Initial commit.Andrei Karas1-0/+483