summaryrefslogtreecommitdiff
path: root/src/net/messagein.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-05-05Removed the shared base classes of MessageIn and MessageOutThorbjørn Lindeijer1-162/+0
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2011-06-03Replace SDL_types.h with cstdintJared Adams1-9/+11
2011-06-03Cleanup network code to use unsigned integers of the relevant sizeBen Longbons1-4/+4
2010-10-17Removed unnecessary condition in net::readCoordinates.Yohann Ferreira1-6/+2
2010-10-17Fixing missing translation of direction for tA-serverStefan Dombrowski1-0/+7
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
2010-01-10Change code styleAndrei Karas1-1/+2
2009-11-03Remove more _SUPPORT ifdefs and do some cleanupJared Adams1-51/+4
2009-10-24REplace instances of TMW with ManaJared Adams1-5/+5
2009-04-02Don't use assertions in MessageInBjørn Lindeijer1-60/+56
2009-03-27Changed the includes for the net/tmwserv/ directoryBjørn Lindeijer1-1/+1
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-33/+56
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-15Style cleanups throughout most of the code. Splitting function type fromIra Rice1-14/+7
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-08-14Fixed error-prone interface. Handled money as an inventory part.Guillaume Melquiond1-12/+8
2006-09-02Removed pixel-based synchronisation. Added variable length move messages.Guillaume Melquiond1-0/+11
2006-08-27Got rid of no longer used protocol.cppBjørn Lindeijer1-1/+1
2006-08-20Changed MessageHandler::handleMessage to take a reference instead of a pointer.Bjørn Lindeijer1-2/+0
2006-07-25Switched client to use enet and modified login sequence to work with the new ...Eugenio Favalli1-132/+39
2006-06-26Fixed the readString method (synchronized with the server version by GuillaumeBjørn Lindeijer1-16/+12
2006-02-07Made the being directions being stored in a bitfield.Björn Steinbrink1-0/+32
2005-10-16Rename {read,write}{Byte,Short,Long} to {read,write}Int{8,16,32}.Björn Steinbrink1-25/+23
2005-10-09* Made Sprite into an interface implemented by both FloorItem and Being, whichBjørn Lindeijer1-3/+2
2005-10-05Fixed some resource cleanup and memory leaks. Also changed the way danglingBjørn Lindeijer1-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-1/+1
2005-09-17configure.ac: Fix typo.Björn Steinbrink1-1/+1
2005-09-172005-09-17 Duane Bailey <nayryeliab@gmail.com>Duane Bailey1-3/+3
2005-09-172005-09-17 Duane Bailey <nayryeliab@gmail.com>Duane Bailey1-3/+3
2005-09-16Tiny error reporting improvement.Bjørn Lindeijer1-1/+1
2005-09-14Added stream operator for char, short and long reading and writing.Björn Steinbrink1-0/+18
2005-09-14Add missing cassert header.Björn Steinbrink1-0/+2
2005-09-13Merged with SDL_NET_TEST branch.Björn Steinbrink1-0/+151