summaryrefslogtreecommitdiff
path: root/src/game-server/quest.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-05-15General code cleanupsThorbjørn Lindeijer1-0/+2
2022-08-19Apply C++11 fixitsThorbjørn Lindeijer1-7/+5
2022-08-19Apply C++11 fixitsThorbjørn Lindeijer1-11/+9
2013-09-08Renamed character.cpp to charactercomponent.cppErik Schilling1-1/+1
2013-04-11Converted Being into a ComponentErik Schilling1-6/+6
2013-04-11Converted the Character class into a componentErik Schilling1-18/+28
2013-02-21Introduced Script::ContextErik Schilling1-2/+1
2013-01-09Replaced EventListener with signals based on libsigc++Thorbjørn Lindeijer1-38/+40
2012-07-17Added lua binds for issuing request of quest variable + bind for trying to re...Erik Schilling1-3/+19
2012-04-04Renamed Thing to EntityThorbjørn Lindeijer1-2/+2
2012-03-10Moved the managing of NPC script coroutines into C++Thorbjørn Lindeijer1-2/+3
2012-03-02Converted functions called by LuaScript to callbacksThorbjørn Lindeijer1-1/+1
2011-03-04Implemented persistent world and map variablesPhilipp Sehmisch1-2/+2
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-4/+4
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-7/+6
2009-10-09Synced the protocol file with client in protocol.h, letting other defines in ...Bertram1-1/+0
2009-04-26Standardize on the position of the const keywordBjørn Lindeijer1-11/+11
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2007-10-27Made it compile with GCC 4.3Guillaume Melquiond1-19/+22
2007-08-30Fixed compile error by reverting to old constructor syntax.Guillaume Melquiond1-1/+1
2007-08-29Replaced event system. Fixed race condition between quest variable recovery a...Guillaume Melquiond1-14/+35
2007-08-29Commented non-compliant coding.Guillaume Melquiond1-0/+5
2007-08-28Implemented quest variables.Guillaume Melquiond1-0/+138