summaryrefslogtreecommitdiff
path: root/src/net/buysellhandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2007-11-21Renamed {read,write}{Byte,Short,Long} to {read,write}{Int8,Int16,Int32}. ThisBjørn Lindeijer1-8/+8
is less confusing in 64-bit context and less conflicting with the 0.0 client.
2007-08-13Started conversion of buy/sell to new server.Guillaume Melquiond1-48/+27
2007-07-31Removed legacy inventory code. Added display of equipment.Guillaume Melquiond1-6/+2
2007-03-22Redesigned the localplayer class to use getters and setters instead of ↵Philipp Sehmisch1-2/+2
direct access to the member variables. Implemented communication of attributes between server and client.
2006-11-05Merged 0.0 changes from revision 2800 to 2825 to trunk.Bjørn Lindeijer1-0/+1
2006-08-20Changed MessageHandler::handleMessage to take a reference instead of a pointer.Bjørn Lindeijer1-16/+16
Removed unused Packet class. Added stub for handling GPMSG_BEING_ENTER.
2006-08-14Completed porting of character creation/deletion, fixed some issues with ↵Eugenio Favalli1-1/+1
network code.
2006-07-25Switched client to use enet and modified login sequence to work with the new ↵Eugenio Favalli1-12/+12
protocol from tmwserv.
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-1/+1
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-0/+129