v2d & aabbox3d<f32> & sky cleanups
[oweals/minetest.git] / src / particles.cpp
2016-02-11 nerzhulv2d & aabbox3d<f32> & sky cleanups
2016-01-29 est31Don't pass non-const references to collision methods
2015-08-25 David JonesChange i++ to ++i
2015-08-24 ShadowNinjaClean up threading 2613/head
2015-04-18 obneqfix infinite spawners
2015-04-01 Craig RobbinsMove globals from main.cpp to more sane locations
2015-03-31 Aaron SuenMove texture_min_size even further down the pipe. Now...
2015-03-05 Loic BlotReplace std::list to std::vector into tile.cpp (m_textu...
2015-03-05 BlockMenFix some rendering glitches 2406/head
2015-02-27 Loic BlotRevert "Fix particles draworder" (issue #2388)
2015-02-21 BlockMenFix particles draworder 2368/head
2015-01-18 Craig RobbinsFix particles causing unitialised data being used due...
2015-01-09 sapierFix memory leaks due to messed up memory handling for...
2014-11-14 Craig RobbinsRemove most exceptions from getNode() (and variants)
2014-03-04 NovatuxFix rendering glitches when far from the center of...
2014-01-13 khonkhortisanAllow vertical axis particle rotation constraint
2013-12-23 KahrlFix particle code ignoring return value of std::vector...
2013-07-02 KahrlRemove texture atlas / AtlasPointer, rename getTextureR...
2013-03-30 WeblateMerge remote branch 'origin/master'
2013-03-27 sapierClosed add object <-> object collision handling
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