summaryrefslogtreecommitdiffstats
path: root/src/game-server/npc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed NPC and character parameters from NPC functionsThorbjørn Lindeijer2013-04-141-0/+2
* Removed static member definitions that are no longer neededThorbjørn Lindeijer2013-04-121-2/+0
* Moved Actor into an ComponentErik Schilling2013-04-121-2/+3
* Converted Being into a ComponentErik Schilling2013-04-111-6/+6
* Converted the Character class into a componentErik Schilling2013-04-111-10/+12
* Changed NPC to an NpcComponent added to a BeingThorbjørn Lindeijer2013-03-251-70/+53
* Introduced Script::ContextErik Schilling2013-02-211-4/+2
* Fixed setting current map for npc update functionErik Schilling2013-01-151-0/+2
* Added script bind to set walkmask for beingsErik Schilling2012-03-131-0/+3
* Removed the create_npc wrapper and the last two NPC callbacksThorbjørn Lindeijer2012-03-111-17/+29
* Moved the managing of NPC script coroutines into C++Thorbjørn Lindeijer2012-03-101-37/+69
* Added further missing callbacksErik Schilling2012-03-031-10/+23
* Renamed .hpp files into .h for consistency.Yohann Ferreira2010-11-141-3/+3
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+1
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-061-13/+13
* Fixed name of method (recepted -> received)Bjørn Lindeijer2009-05-241-2/+2
* tmwserv NPC String inputBlue2009-05-011-2/+17
* Mysql backend, lua and NPC handlerBlue2009-05-011-0/+4
* Merged MovingObject into the Being classBjørn Lindeijer2009-04-261-1/+4
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-161-2/+0
* Added enabling and disabling NPCs.David Athay2008-10-221-4/+9
* Implemented NPC names. Implemented the theoretical possibility to have named ...Philipp Sehmisch2008-05-191-1/+2
* Converted NPC class to scripting engine.Guillaume Melquiond2007-08-091-0/+58