summaryrefslogtreecommitdiff
path: root/src/particlecontainer.h
AgeCommit message (Collapse)AuthorFilesLines
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
useful since buddy lists are tracked through the player relation interface instead) Signed-off-by: Ira Rice <irarice@gmail.com>
2009-02-07Some more include cleanups.Ira Rice1-5/+1
Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
This dates back to the old days of TMW, but the usage instructions of GPLv2 don't mention this being necessary. Since it doesn't add anything, avoid the branding in these sections.
2008-12-14Fixed follow-parent of nested and being-following particle emittersPhilipp Sehmisch1-3/+3
2008-12-06Defrobnicated ParticleContainer inheritance hierarchyFate1-13/+32
2008-12-06Added particle containers and refactored beings to use them (to clean up ↵Fate1-0/+106
responsibilities a little)