summaryrefslogtreecommitdiff
path: root/src/net/tmwa/network.h
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-03-04Increase tmwa client packet version to 8.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-05-14Add into tmwa packet SMSG_MAP_SET_TILES_TYPE. Change protocol version to 7.Andrei Karas1-1/+1
2016-04-15Change packet version to 6 (tmwa)Andrei Karas1-1/+1
2016-03-05Remove outdated protocol version checks from tmwa net code.Andrei Karas1-3/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-09-02Remove MessageHandler classAndrei Karas1-6/+0
2015-09-02Remove variable mMessageHandlers from network code.Andrei Karas1-2/+2
2015-08-25Move receive code from charserverhandler into separate file.Andrei Karas1-2/+2
2015-08-23Change protocol version to 5. Add packet SMSG_SCRIPT_MESSAGE (tmwa).Andrei Karas1-1/+1
2015-08-04Change tmw protocol version to 4.Andrei Karas1-1/+1
2015-05-18Enable haveMove3 server feature for tmwa server with verison 0x0f0518.Andrei Karas1-1/+1
2015-05-04tmwa: change net code version to 2.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-02-20improve includes.Andrei Karas1-2/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-17Add support for set npc dialog title from server script.Andrei Karas1-1/+1
2013-10-26add handling for map mask packet. (evol only)Andrei Karas1-1/+1
2013-09-18add const to net classes.Andrei Karas1-2/+2
2013-09-15remove unused includes from net directory.Andrei Karas1-1/+0
2013-09-04add support for getting full move path from server (evol only).Andrei Karas1-1/+1
2013-08-11add support for giving item to npc (evol only)Andrei Karas1-1/+1
2013-05-28fix guard header part2.Andrei Karas1-3/+3
2013-04-14another fixes from cpplint.Andrei Karas1-1/+1
2013-04-14some more style fixes from cpplint.Andrei Karas1-1/+1
2013-04-08move direct SDL_net calls to proxy file sdltcpnet.Andrei Karas1-6/+0
2013-03-22add netcode support for channels (for now evol only).Andrei Karas1-1/+1
2013-02-10Improve network code speed again.Andrei Karas1-2/+0
2013-02-10Improve network code speed.Andrei Karas1-3/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-30Add unused warnings to other files.Andrei Karas1-2/+2
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-10Delete copy constructor from net classes.Andrei Karas1-1/+3
2012-09-23Add missing final keywords to classes.Andrei Karas1-1/+1
2012-08-23Remove useless includes.Andrei Karas1-3/+0
2012-08-19Move some code from network to base classes.Andrei Karas1-60/+3
2012-08-19Flush send buffer if it too big.Andrei Karas1-0/+2
2012-07-29Add quests netcode and quests window.Andrei Karas1-1/+1
2012-07-01Add npc avatars for evol server.Andrei Karas1-2/+2
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-2/+2
2012-01-23Add support for request client language from server.Andrei Karas1-1/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-04-09Add race in char creation dialog. Change client protocol version to 4.Andrei Karas1-1/+1
2011-04-07Send to tmw based server client version as 1.Andrei Karas1-0/+1
2011-02-28Change client version to 3.Andrei Karas1-1/+1
2011-02-19Update copyrights.Andrei Karas1-2/+3