minetest/src/script
Pierre-Adrien Langrognet 39f4a2f607 [CSM] Add send_chat_message and run_server_chatcommand API functions (#5747)
* [CSM] Add send_chat_message and run_server_chatcommand API functions

* Add client-side chat message rate limiting

* Limit out chat queue size

* [CSM] Add minetest.clear_out_chat_queue API function and .clear_chat_queue chatcommand

* Last fixes/cleanups before merge
2017-05-21 23:06:51 +02:00
..
common [CSM] Add function to get the definition of items (#5732) 2017-05-21 14:40:55 +02:00
cpp_api Fix CSM crash (#5779) 2017-05-20 16:45:49 +02:00
lua_api [CSM] Add send_chat_message and run_server_chatcommand API functions (#5747) 2017-05-21 23:06:51 +02:00
CMakeLists.txt Rename Scripting API files for consistency 2017-04-25 13:41:36 -04:00
scripting_client.cpp When minimap is disabled in configuration, really disable it (#5771) 2017-05-19 07:25:27 +02:00
scripting_client.h [CSM] Add camera API (#5609) 2017-05-05 22:07:36 +02:00
scripting_mainmenu.cpp Use a settings object for the main settings 2017-05-06 15:33:19 -04:00
scripting_mainmenu.h Use a settings object for the main settings 2017-05-06 15:33:19 -04:00
scripting_server.cpp Use a settings object for the main settings 2017-05-06 15:33:19 -04:00
scripting_server.h Don't permit to copy Scripting classes (Client,Server,Mainmenu) 2017-04-27 11:52:44 +02:00