summaryrefslogtreecommitdiff
path: root/src/net/tmwa/npchandler.h
AgeCommit message (Collapse)AuthorFilesLines
2010-11-12Change NPC handling in the net codeChuck Miller1-4/+17
Instead of using events to invoke netcode, invoke netcode directly and have it send events Reviewed-by: Freeyorp
2010-11-11Have the event system channels use enums instead of stringsChuck Miller1-1/+1
Reviewed-by: Freeyorp
2010-08-12Replace most of Net::NpcHandler with eventsJared Adams1-16/+5
Reviewed-by: Chuck Miller
2010-08-10Remove NpcDialog references from netcodeJared Adams1-11/+0
Reviewed-by: Chuck Miller
2010-05-04Clear NPC dialogs when the player diesJared Adams1-0/+2
Reviewed-by: Freeyorp
2010-04-17Changed eAthena protocol name to TmwAthena and changed the config files ↵Bertram1-0/+80
accordingly. This makes room for the actual eAthena protocol future inclusion.