Fix bone-attached entities (#10015)
[oweals/minetest.git] / src / particles.h
2020-05-23 sfan5Implement spawning particles with node texture appearance
2020-05-22 sfan5Cleanup of particle & particlespawner structures and...
2018-11-28 Quentin BazinMove client-specific files to 'src/client' (#7902)
2018-09-07 ParamatParticles: Make collision with objects optional (#7682)
2018-01-20 red-001[CSM] Add functions to create particles and particlespa...
2017-10-02 SmallJokerParticleSpawner::step cleanup and rotation fix (#6486)
2017-09-08 SmallJokerParticles: Do not add digging particles for airlike...
2017-08-20 Loïc BlotModernize code: very last fixes (#6290)
2017-08-18 Loïc BlotOptimize headers (part 2) (#6272)
2017-08-17 Loïc BlotC++ modernize: Pragma once (#6264)
2017-06-26 Loïc BlotIsolate irrlicht references and use a singleton (#6041)
2017-06-18 Loïc BlotCpp11 patchset 11: continue working on constructor...
2017-06-06 Loïc BlotUse C++11 mutexes only (remove compat code) (#5922)
2017-04-29 Loic BlotRemove legacy unused define DIGGING_PARTICLES_AMOUNT
2017-01-26 Dániel JuhászFix after hardware node coloring (#5114)
2017-01-23 Dániel JuhászAdd hardware node coloring. Includes:
2017-01-18 sfan5Add particle animation, glow
2017-01-09 Ner'zhulEnvironment & IGameDef code refactoring (#4985)
2016-11-14 sfan5Revert "Adding particle blend, glow and animation ...
2016-11-14 Foghrye4Adding particle blend, glow and animation (#4705)
2016-10-13 raymooAttached particle spawners
2016-05-28 Auke KokParticles: Add option to remove particles on collision
2016-02-11 nerzhulv2d & aabbox3d<f32> & sky cleanups
2015-08-24 ShadowNinjaClean up threading 2613/head
2015-03-05 Loic BlotReplace std::list to std::vector into tile.cpp (m_textu...
2015-01-09 sapierFix memory leaks due to messed up memory handling for...
2014-03-04 NovatuxFix rendering glitches when far from the center of...
2014-01-13 khonkhortisanAllow vertical axis particle rotation constraint
2013-07-02 KahrlRemove texture atlas / AtlasPointer, rename getTextureR...
2013-03-30 WeblateMerge remote branch 'origin/master'
2013-03-23 JeijaAllow spawning particles from the server, from lua
2013-02-28 WeblateMerge remote branch 'origin/master'
2013-02-26 kwolekrMerge pull request #482 from proller/liquid
2013-02-24 Sfan5Update Copyright Years
2013-02-24 PilzAdamChange Minetest-c55 to Minetest
2013-01-14 JeijaAdd particles 427/head