summaryrefslogtreecommitdiff
path: root/src/net/adminhandler.h
AgeCommit message (Collapse)AuthorFilesLines
2010-01-28Added virtual destructors, some implicit casts, and a couple of type changes.Daniel Bradshaw1-0/+2
Many warnings removed. Reviewed-by: Thorbjørn Lindeijer <thorbjorn@lindeijer.nl>
2009-04-06Fixed compile warning about initialization orderBjørn Lindeijer1-1/+3
Also made CMakeLists.txt consistent with Makefile.am regarding the BuySellDialog.
2009-04-05Implement TMWServ's Admin-, Chat-, and MapHandlersJared Adams1-10/+10
2009-04-02Add some missing handler for eAthenaJared Adams1-0/+2
Also expand aAthena's AdminHandler
2009-03-31Make network handler functions virtualJared Adams1-14/+14
2009-03-31Add first draft of net handlersJared Adams1-0/+53
eAthena NPC handler has been implemented and is being used for NPC interraction.