Add particle animation, glow
authorsfan5 <sfan5@live.de>
Sat, 14 Jan 2017 15:48:49 +0000 (16:48 +0100)
committersfan5 <sfan5@live.de>
Wed, 18 Jan 2017 22:21:01 +0000 (23:21 +0100)
commit7279f0b37335396c85f6bdd7dc67ff56e53df0f9
treebe0ee716cf8bc6e5379415a663db91b8a358c8ab
parentc5967f75f0a9827d1b65b384edd6ba07c73ffd2f
Add particle animation, glow

This is implemented by reusing and extending the
TileAnimation code for the methods used by particles.
16 files changed:
doc/lua_api.txt
games/minimal/mods/experimental/init.lua
src/client.h
src/network/clientpackethandler.cpp
src/network/networkpacket.cpp
src/network/networkpacket.h
src/nodedef.cpp
src/particles.cpp
src/particles.h
src/script/common/c_content.cpp
src/script/common/c_content.h
src/script/lua_api/l_particles.cpp
src/server.cpp
src/server.h
src/tileanimation.cpp
src/tileanimation.h