summaryrefslogtreecommitdiff
path: root/src/net/tmwserv/effecthandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-10-24REplace instances of TMW with ManaJared Adams1-80/+0
2009-09-27Client-sided netcode support for being-bound special effectsPhilipp Sehmisch1-4/+23
2009-04-14Put the remaining unnamespaced handlers in a namespaceBjørn Lindeijer1-0/+3
Also fixed some initialization order warnings when compiling with tmwserv support and made two getters const.
2009-04-06Moved many MessageOut constructions aroundBjørn Lindeijer1-1/+0
No real point in having these abstracted away twice. We're using network interfaces now instead of functions structured in namespaces.
2009-03-27Changed the includes for the net/tmwserv/ directoryBjørn Lindeijer1-4/+5
2009-03-23Move all TMWServ-specific code to net/tmwservJared Adams1-0/+58
Also fix several instances where the same net handler was being used for both servers, and a few other related oddities.