summaryrefslogtreecommitdiff
path: root/src/game-server/npc.hpp
AgeCommit message (Collapse)AuthorFilesLines
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-13/+13
Also updated the headers to refer to the GPL by URL instead of suggesting to contact the FSF by snail mail, as per the latest GPL usage instructions.
2009-12-06Removed "TMW" and "TMWSERV" from header guardsThorbjørn Lindeijer1-2/+2
2009-05-24Fixed name of method (recepted -> received)Bjørn Lindeijer1-2/+2
2009-05-01tmwserv NPC String inputBlue1-0/+10
Adding support for npc string input.
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-10-22Added enabling and disabling NPCs.David Athay1-0/+6
2008-05-19Implemented NPC names. Implemented the theoretical possibility to have named ↵Philipp Sehmisch1-1/+1
monsters along the way. Note that the syntax of the LUA functions for creating NPCs has changed.
2008-03-15Added pathblocking rules to NPCs, added script bindings to query being ↵Philipp Sehmisch1-0/+14
positions and created script infrastructure for regularily called script functions. This allows NPCs which wander around automatically.
2007-08-09Converted NPC class to scripting engine.Guillaume Melquiond1-6/+8
2007-07-23Commented out code unavailable from client side. Added support for NPCs.Guillaume Melquiond1-0/+60