summaryrefslogtreecommitdiff
path: root/src/net/messageout.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2009-11-03Remove more _SUPPORT ifdefs and do some cleanupJared Adams1-133/+6
2009-10-24REplace instances of TMW with ManaJared Adams1-8/+8
2009-09-30Merge login state machines for both clientsJared Adams1-0/+1
2009-04-27Moved special coordinates packing into MessageOutBjørn Lindeijer1-0/+61
2009-03-27Made eAthena's Network class statically accessibleBjørn Lindeijer1-8/+3
2009-03-27Changed the includes for the net/tmwserv/ directoryBjørn Lindeijer1-2/+3
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-35/+71
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-5/+2
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-07-18Import of client treeLloyd Bryant1-1/+1
2007-11-21Renamed {read,write}{Byte,Short,Long} to {read,write}{Int8,Int16,Int32}. ThisBjørn Lindeijer1-5/+5
2007-11-20Merged revisions 3692 via svnmerge from Bjørn Lindeijer1-2/+3
2007-10-27Made it compile with GCC 4.3Guillaume Melquiond1-2/+3
2007-01-30Removed unused Packet class.Bjørn Lindeijer1-1/+0
2006-08-26Got rid of the default MessageOut constructor, since all messages should haveBjørn Lindeijer1-7/+0
2006-08-20Changed MessageHandler::handleMessage to take a reference instead of a pointer.Bjørn Lindeijer1-2/+0
2006-08-20The Network can now connect to the three servers and affected methods now takeBjørn Lindeijer1-0/+8
2006-08-14Completed porting of character creation/deletion, fixed some issues with netw...Eugenio Favalli1-2/+2
2006-07-25Switched client to use enet and modified login sequence to work with the new ...Eugenio Favalli1-51/+51
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-41/+8
2005-10-16Rename {read,write}{Byte,Short,Long} to {read,write}Int{8,16,32}.Björn Steinbrink1-26/+23
2005-09-27Dont crash if there is an unknown error at login.Cedric Borgese1-6/+9
2005-09-22fixed minor bug; changed 16 to 32 (*reminds self to test before committing*)Duane Bailey1-1/+1
2005-09-22removed win2mac supportDuane Bailey1-5/+3
2005-09-19Mostly code cleanups related to commits in past two days.Bjørn Lindeijer1-3/+3
2005-09-19Got rid of writeSet() calls.Eugenio Favalli1-2/+5
2005-09-17configure.ac: Fix typo.Björn Steinbrink1-2/+2
2005-09-172005-09-17 Duane Bailey <nayryeliab@gmail.com>Duane Bailey1-2/+2
2005-09-172005-09-17 Duane Bailey <nayryeliab@gmail.com>Duane Bailey1-2/+2
2005-09-172005-09-17 Duane Bailey nayryeliab@gmail.comDuane Bailey1-1/+2
2005-09-17Completed transition to use MessageOut.Eugenio Favalli1-5/+3
2005-09-14Added stream operator for char, short and long reading and writing.Björn Steinbrink1-0/+18
2005-09-14Header cleanups.Björn Steinbrink1-1/+2
2005-09-13Merged with SDL_NET_TEST branch.Björn Steinbrink1-0/+130