aboutsummaryrefslogtreecommitdiff
path: root/src/particles.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove texture atlas / AtlasPointer, rename getTextureRaw to getTextureKahrl2013-07-021-8/+7
|
* Allow spawning particles from the server, from luaJeija2013-03-231-4/+68
| | | | | | | | | Spawn single particles or make use of ParticleSpawner for many randomly spawned particles. Accessible in Lua using minetest.spawn_particle and minetest.add_particlespawner. Increase Protocol Version to 17. Conflicts: src/clientserver.h
* Update Copyright YearsSfan52013-02-241-1/+1
|
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
|
* Add particlesJeija2013-01-141-0/+98