summaryrefslogtreecommitdiff
path: root/src/net/inventoryhandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-03-23Move all TMWServ-specific code to net/tmwservJared Adams1-79/+0
Also fix several instances where the same net handler was being used for both servers, and a few other related oddities.
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
I don't know why we dealt with these things for so long. Did we ever get anything out of it?
2008-11-01Merged revisions 4180-4181 via svnmerge from Bjørn Lindeijer1-1/+0
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r4180 | peaveydk | 2008-04-24 22:49:30 +0200 (Thu, 24 Apr 2008) | 1 line Make shortcut container ID based instead of slot based. Fixes items shifting around often causing equipment to be lost. ........ r4181 | peaveydk | 2008-04-25 02:25:59 +0200 (Fri, 25 Apr 2008) | 1 line Document anti-trade function. ........
2007-11-21Renamed {read,write}{Byte,Short,Long} to {read,write}{Int8,Int16,Int32}. ThisBjørn Lindeijer1-4/+4
is less confusing in 64-bit context and less conflicting with the 0.0 client.
2007-11-15Moved item icon from ItemInfo class to the Item class, so that it can be loadedBjørn Lindeijer1-3/+1
on demand. Results in faster startup time and reduced memory usage.
2007-09-19Merged 0.0 changes from revision 3362 to 3580 to trunk.Bjørn Lindeijer1-0/+2
2007-08-14Fixed error-prone interface. Handled money as an inventory part.Guillaume Melquiond1-0/+6
2007-07-31Removed legacy inventory code. Added display of equipment.Guillaume Melquiond1-86/+9
2007-01-05Added support for full inventory update.Guillaume Melquiond1-4/+12
2007-01-04Client-side hack for picking up items.Guillaume Melquiond1-3/+19
2006-12-11Merged 0.0 changes from revision 2825 to 2898 to trunk.Bjørn Lindeijer1-1/+1
2006-09-29Merged trunk changes from revision 2618 to 2716 into the 0.1.0 branch.Bjørn Lindeijer1-8/+3
2006-08-28Merged trunk development between revisions 2530 and 2618 to the 0.1.0 branch.Bjørn Lindeijer1-0/+9
2006-08-20Changed MessageHandler::handleMessage to take a reference instead of a pointer.Bjørn Lindeijer1-29/+29
Removed unused Packet class. Added stub for handling GPMSG_BEING_ENTER.
2006-07-25Switched client to use enet and modified login sequence to work with the new ↵Eugenio Favalli1-29/+26
protocol from tmwserv.
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-0/+128