Update CMake to 3.2.1 in .travis.yml
[supertux.git] / src / object / comet_particle_system.hpp
2014-08-11 Ingo RuhnkeUpdated email address, grumbel@gmx.de -> grumbel@gmail.com
2010-02-12 Mathnerd314CometParticleSystem include fix
2010-02-11 Florian ForsterVarious objects: Use "reader_get_layer" to parse the...
2009-12-13 Ingo RuhnkeUse boost::shared_ptr<Surface> instead of std::auto_ptr...
2009-11-21 Ingo RuhnkeReplaced .reset(new Surface()) with a factory method
2009-11-20 Ingo RuhnkeSplit particlesystem_interactive.?pp into separate...