summaryrefslogtreecommitdiff
path: root/src/game-server/effect.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-04-12Removed static member definitions that are no longer neededThorbjørn Lindeijer1-2/+0
2013-04-12Moved Actor into an ComponentErik Schilling1-6/+11
2013-04-11Converted Being into a ComponentErik Schilling1-1/+1
2013-03-25Changed Effect to a component of ActorThorbjørn Lindeijer1-9/+21
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-7/+6
2009-09-27Added script bindings and netcode for creating being-bound effects.Philipp Sehmisch1-0/+7
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-1/+0
2008-10-27Some insignificant cleanupBjørn Lindeijer1-6/+2
2008-10-27Compile fixes and warning fixes.Bjørn Lindeijer1-1/+1
2008-10-27add effects sending system (by Chuck Miller)Roderic Morris1-0/+47