aboutsummaryrefslogtreecommitdiff
path: root/src/particles.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix some warnings (#12615)rubenwardy2022-07-301-3/+1
* Animated particlespawners and more (#11545)Lexi Hale2022-07-131-11/+364
* Implement spawning particles with node texture appearancesfan52020-05-231-0/+6
* Cleanup of particle & particlespawner structures and code (#9893)sfan52020-05-221-0/+73
* Move client-specific files to 'src/client' (#7902)Quentin Bazin2018-11-281-223/+0
* Particles: Make collision with objects optional (#7682)Paramat2018-09-081-0/+4
* [CSM] Add functions to create particles and particlespawners. (#6072)red-0012018-01-201-0/+8
* ParticleSpawner::step cleanup and rotation fix (#6486)SmallJoker2017-10-021-3/+7
* Particles: Do not add digging particles for airlike nodes (#6392)SmallJoker2017-09-081-3/+0
* Modernize code: very last fixes (#6290)Loïc Blot2017-08-201-2/+2
* Optimize headers (part 2) (#6272)Loïc Blot2017-08-181-1/+0
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-171-4/+1
* Isolate irrlicht references and use a singleton (#6041)Loïc Blot2017-06-261-13/+7
* Cpp11 patchset 11: continue working on constructor style migration (#6004)Loïc Blot2017-06-181-3/+3
* Use C++11 mutexes only (remove compat code) (#5922)Loïc Blot2017-06-061-2/+2
* Remove legacy unused define DIGGING_PARTICLES_AMOUNTLoic Blot2017-04-291-2/+0
* Fix after hardware node coloring (#5114)Dániel Juhász2017-01-271-2/+2
* Add hardware node coloring. Includes:Dániel Juhász2017-01-231-5/+14
* Add particle animation, glowsfan52017-01-181-1/+11
* Environment & IGameDef code refactoring (#4985)Ner'zhul2017-01-091-1/+1
* Revert "Adding particle blend, glow and animation (#4705)"sfan52016-11-141-30/+2
* Adding particle blend, glow and animation (#4705)Foghrye42016-11-151-2/+30
* Attached particle spawnersraymoo2016-10-131-1/+2
* Particles: Add option to remove particles on collisionAuke Kok2016-05-281-0/+5
* v2d & aabbox3d<f32> & sky cleanupsnerzhul2016-02-111-3/+3
* Clean up threadingShadowNinja2015-08-231-2/+2
* Replace std::list to std::vector into tile.cpp (m_texture_trash) and move til...Loic Blot2015-03-051-1/+1
* Fix memory leaks due to messed up memory handling for particles as well as th...sapier2015-01-091-16/+46
* Fix rendering glitches when far from the center of the mapNovatux2014-03-041-3/+5
* Allow vertical axis particle rotation constraintkhonkhortisan2014-01-131-0/+4
* Remove texture atlas / AtlasPointer, rename getTextureRaw to getTextureKahrl2013-07-021-8/+7
* Allow spawning particles from the server, from luaJeija2013-03-231-4/+68
* Update Copyright YearsSfan52013-02-241-1/+1
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
* Add particlesJeija2013-01-141-0/+98