aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_particles_local.h
AgeCommit message (Collapse)Author
2020-05-23Modernize include guards and add missing ones (#9898)Awkor
2019-02-26Revert "Revert CSM particles commit to fix particle spawner bug for 5.0.0 ↵Loïc Blot
(#8288)" This reverts commit 01cd63bd3bca0192dab2834faf414b022706a77e.
2019-02-26Revert CSM particles commit to fix particle spawner bug for 5.0.0 (#8288)Paramat
Reverts 5dab7426451842793b183fbd961ad2ae83c8acbd "[CSM] Add functions to create particles and particlespawners."
2018-01-20[CSM] Add functions to create particles and particlespawners. (#6072)red-001