]> git.lizzy.rs Git - minetest.git/commit
Animated particlespawners and more (#11545)
authorLexi Hale <5723574+velartrill@users.noreply.github.com>
Wed, 13 Jul 2022 09:57:12 +0000 (11:57 +0200)
committerGitHub <noreply@github.com>
Wed, 13 Jul 2022 09:57:12 +0000 (11:57 +0200)
commit20bd6bdb685af11548c35d3a48e5aa33f4222397
tree6f60bad900cdb0ea28606bfe3f860b4948eeb277
parent8724fe6e3fc2b6c0b78123f1f95fd8c6c6817dd5
Animated particlespawners and more (#11545)

Co-authored-by: Lars Mueller <appgurulars@gmx.de>
Co-authored-by: sfan5 <sfan5@live.de>
Co-authored-by: Dmitry Kostenko <codeforsmile@gmail.com>
17 files changed:
builtin/game/features.lua
doc/lua_api.txt
src/client/particles.cpp
src/client/particles.h
src/network/clientpackethandler.cpp
src/network/networkprotocol.h
src/particles.cpp
src/particles.h
src/script/common/c_content.cpp
src/script/common/c_converter.h
src/script/lua_api/l_particleparams.h [new file with mode: 0644]
src/script/lua_api/l_particles.cpp
src/script/lua_api/l_particles_local.cpp
src/server.cpp
src/util/numeric.cpp
src/util/numeric.h
src/util/pointer.h