summaryrefslogtreecommitdiff
path: root/src/game-server/npc.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-05-15General code cleanupsThorbjørn Lindeijer1-3/+1
2022-08-19Apply C++11 fixitsThorbjørn Lindeijer1-2/+2
2013-09-08Renamed character.cpp to charactercomponent.cppErik Schilling1-1/+1
2013-04-14Removed NPC and character parameters from NPC functionsThorbjørn Lindeijer1-0/+2
2013-04-12Removed static member definitions that are no longer neededThorbjørn Lindeijer1-2/+0
2013-04-12Moved Actor into an ComponentErik Schilling1-2/+3
2013-04-11Converted Being into a ComponentErik Schilling1-6/+6
2013-04-11Converted the Character class into a componentErik Schilling1-10/+12
2013-03-25Changed NPC to an NpcComponent added to a BeingThorbjørn Lindeijer1-70/+53
2013-02-21Introduced Script::ContextErik Schilling1-4/+2
2013-01-15Fixed setting current map for npc update functionErik Schilling1-0/+2
2012-03-13Added script bind to set walkmask for beingsErik Schilling1-0/+3
2012-03-11Removed the create_npc wrapper and the last two NPC callbacksThorbjørn Lindeijer1-17/+29
2012-03-10Moved the managing of NPC script coroutines into C++Thorbjørn Lindeijer1-37/+69
2012-03-03Added further missing callbacksErik Schilling1-10/+23
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-3/+3
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-13/+13
2009-05-24Fixed name of method (recepted -> received)Bjørn Lindeijer1-2/+2
2009-05-01tmwserv NPC String inputBlue1-2/+17
2009-05-01Mysql backend, lua and NPC handlerBlue1-0/+4
2009-04-26Merged MovingObject into the Being classBjørn Lindeijer1-1/+4
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-10-22Added enabling and disabling NPCs.David Athay1-4/+9
2008-05-19Implemented NPC names. Implemented the theoretical possibility to have named ...Philipp Sehmisch1-1/+2
2007-08-09Converted NPC class to scripting engine.Guillaume Melquiond1-0/+58