minetest/src/script
sfan5 e7b05beb7d
Validate staticdata and object property length limits (#11511)
Some games provide users with enough freedom to create items
with metadata longer than 64KB, preventing this from causing
issues is on them but we'll still do the minimum not to abort
the server if this happens.
2021-08-19 20:14:22 +02:00
..
common Add bold, italic and monospace font styling for HUD text elements (#11478) 2021-07-27 19:11:46 +02:00
cpp_api Add API for mods to hook liquid transformation events (#11405) 2021-07-09 09:08:40 -04:00
lua_api Validate staticdata and object property length limits (#11511) 2021-08-19 20:14:22 +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 Settings: Purge getDefault, clean FontEngine 2021-01-29 17:32:35 +01:00
scripting_mainmenu.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
scripting_server.cpp Add warning when disabling secure.enable_security (#9943) 2020-06-20 13:21:38 +01:00
scripting_server.h Refactor Script API's log_deprecated 2020-02-23 22:24:12 +01:00