summaryrefslogtreecommitdiff
path: root/src/game-server/effect.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-04-12Removed static member definitions that are no longer neededThorbjørn Lindeijer1-2/+0
The requirement for having these definitions was relaxed in the C++11 standard. In short, they are not needed anymore for static const integral types. Details: http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#454
2013-04-12Moved Actor into an ComponentErik Schilling1-6/+11
This was the final step to remove the hierachy with Entity on the top.
2013-04-11Converted Being into a ComponentErik Schilling1-1/+1
I did not really care too much about staying consistent with the use of static_casts to Actors since they are only temporary anyway until Actor is a component too.
2013-03-25Changed Effect to a component of ActorThorbjørn Lindeijer1-9/+21
Reviewed-by: Yohann Ferreira
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-3/+3
Also added an header to the autoattack.{h,cpp} files. Big but trivial fix.
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-7/+6
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-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