aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_particles_local.cpp
AgeCommit message (Expand)Author
2022-10-18Implement vector and node conversion in Lua (#12609)Jude Melton-Houghton
2022-07-13Animated particlespawners and more (#11545)Lexi Hale
2020-05-23Implement spawning particles with node texture appearancesfan5
2020-05-22Cleanup of particle & particlespawner structures and code (#9893)sfan5
2019-03-01Fix particle spawners not visible since CSM spawner implementation (#8289)Loïc Blot
2019-02-26Revert "Revert CSM particles commit to fix particle spawner bug for 5.0.0 (#8...Loïc Blot
2019-02-26Revert CSM particles commit to fix particle spawner bug for 5.0.0 (#8288)Paramat
2018-11-28Move client-specific files to 'src/client' (#7902)Quentin Bazin
2018-01-20[CSM] Add functions to create particles and particlespawners. (#6072)red-001