- Mar 06, 2019
-
- Dec 29, 2018
-
-
Thomas Rudin authored
-
- Dec 21, 2018
-
-
Christopher Head authored
-
Vitaliy authored
-
- Dec 09, 2018
-
-
Christopher Head authored
-
number Zero authored
-
- Nov 06, 2018
-
-
ne-vlezay80 authored
Add check nil var with bug from crash server. fixes #438
-
- Oct 29, 2018
-
-
Vitaliy authored
-
- Oct 17, 2018
-
-
Milan authored
- Oct 12, 2018
-
-
Milan authored
-
- Oct 11, 2018
-
-
Milan authored
-
- Sep 18, 2018
-
-
luk3yx authored
Saves on bandwidth, however the code is still accessible via the formspec.
-
luk3yx authored
If LuaControllers handle sensitive information, hacked clients could get this information from the LuaController. Marking the memory as private fixes this and saves a small amount of bandwidth.
-
- Sep 08, 2018
-
-
Vitaliy authored
-
- Sep 07, 2018
-
-
number Zero authored
-
number Zero authored
-
- Aug 28, 2018
-
-
Vitaliy authored
wiki.minetest.net is the official Minetest wiki
-
- Aug 26, 2018
-
-
DS authored
-
- Jul 24, 2018
-
-
sfan5 authored
It was moved a long time ago and the former is not guaranteed to be available. fixes #424
-
- Jul 23, 2018
-
-
Vitaliy authored
Because of working inside the sandbox, it was unable to print tables.
-
Jordan Irwin authored
-
SmallJoker authored
Also, fix globals assignment.
-
Christopher Head authored
* Let things fall behind movestones
-
- Jul 21, 2018
-
-
Vitaliy authored
-
- Jul 18, 2018
-
-
beyondlimits authored
-
Vitaliy authored
Add missing sound effects and fix wrong pressure plate sounds
-
- May 15, 2018
-
-
rubenwardy authored
-
- Mar 25, 2018
-
-
AntumDeluge authored
- 'setting_get' with 'settings:get' - 'setting_getbool' with 'settings:get_bool'
-
- Mar 14, 2018
-
- Feb 15, 2018
-
-
Eduardo Trápani authored
Fixed method name to get the position.
-
- Jan 30, 2018
-
-
DS authored
-
- Jan 28, 2018
- Jan 22, 2018
-
-
20kdc authored
Fixes: 1. Lack of 'safe' on minetest.deserialize usage 2. String sandbox bypass via (""):evil() 3. Loss of upcoming digilines messages on server shutdown 4. LCs failing to show information on some errors 5. Interrupt IDs as infinite data storage
-
- Jan 18, 2018
-
-
Wuzzy authored
-
- Jan 14, 2018
-
-
CloudyProton authored
Register both luacontroller and microcontroller variations of detector craft recipes.
-
- Jan 13, 2018
-
-
Christopher Head authored
* Close vulnerability and optimize digiline_send `digiline_send` as it previously existed was vulnerable to a time-of-check-to-time-of-use vulnerability in which a table could be sent, size-checked, and then modified after the send but before delivery. This would allow larger tables to be sent. It was also slow because it called `minetest.serialize`. Fix both of these by implementing custom message cleanup logic which simultaneously computes the message’s cost. * Clean up interaction with Digilines Use `minetest.global_exists` to avoid an undefined global variable warning when operating a Luacontroller with Digilines not available. Use the new `digilines` table in preference to the old `digiline` table. * Copy received messages When a Digiline message is received at a Luacontroller, copy it so that local modifications made by the Luacontroller code will not modify copies of the table that are being passed to other nodes on the Digiline network.
-
- Jan 06, 2018
-
-
DS authored
-