minetest/src/script
SmallJoker a463620edb
Re-order sound-related code (#12382)
Dropped ServerSoundParams -> moved to ServerPlayingSound. This gets rid of the duplicated
'fade' and 'pitch' values on server-side where only one was used anyway.
SimpleSoundSpec is the basic sound without positional information, hence 'loop' is included.

Recursively added PROTOCOL_VERSION to most functions to reduce the versioning mess in the
future. Per-type version numbers are kept for now as a safety rope in a special case.
2022-06-20 21:56:12 +02:00
..
common Re-order sound-related code (#12382) 2022-06-20 21:56:12 +02:00
cpp_api Fix entity related bugs 2022-06-15 17:20:07 +02:00
lua_api Re-order sound-related code (#12382) 2022-06-20 21:56:12 +02:00
CMakeLists.txt Rename Scripting API files for consistency 2017-04-25 13:41:36 -04:00
scripting_client.cpp A few initialization cleanups 2020-04-11 13:12:51 +02:00
scripting_client.h A few initialization cleanups 2020-04-11 13:12:51 +02:00
scripting_mainmenu.cpp Async-related script cleanups 2021-08-28 12:15:12 +02:00
scripting_mainmenu.h Async-related script cleanups 2021-08-28 12:15:12 +02:00
scripting_server.cpp Use native packer to transfer globals into async env(s) 2022-05-10 22:37:42 +02:00
scripting_server.h Async environment for mods to do concurrent tasks (#11131) 2022-05-02 20:56:06 +02:00