summaryrefslogtreecommitdiff
path: root/src/net/tmwa/inventoryhandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2010-07-18Add event.h to eventmanager.h and listener.h to reduce total number of includesChuck Miller1-1/+0
You'll have to include it anyways 99% of the time
2010-07-18Move the majority of the netcode's server messages to the event systemChuck Miller1-3/+5
There is still a good way to go, but this should get us started Reviewed-by: Jared Adams
2010-07-18Move more from LocalPlayer to PlayerInfoJared Adams1-2/+2
Also cleanup PlayerInfo a bit. Reviewed-by: Chuck Miller
2010-04-17Changed eAthena protocol name to TmwAthena and changed the config files ↵Bertram1-0/+519
accordingly. This makes room for the actual eAthena protocol future inclusion.