- Feb 15, 2018
-
-
Eduardo Trápani authored
Fixed method name to get the position.
-
- Jan 30, 2018
-
-
DS authored
-
- 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
-
- Oct 31, 2017
-
-
DS authored
-
- Oct 29, 2017
-
-
DS-Minetest authored
-
- Oct 21, 2017
-
-
number Zero authored
-
- Oct 18, 2017
- Oct 15, 2017
-
-
Diogo Gomes authored
-
- Oct 08, 2017
-
-
DS authored
Improve the code and add vertical movestones
-
number Zero authored
It wasn't necessary, actually.
-
DS authored
-
DS authored
-
DS authored
-
- Oct 07, 2017
-
-
DS authored
-
- Oct 05, 2017
-
-
DS authored
-
- Oct 04, 2017
-
-
DS authored
Fixes a part of #290.
-
- Oct 03, 2017
-
-
DS authored
-
DS-Minetest authored
-
- Sep 19, 2017
-
-
DS authored
-
- Sep 18, 2017
-
-
Wuzzy authored
Cyan, magenta, orange, pink, violet and white.
-
- Sep 11, 2017
- Sep 03, 2017
-
-
DS authored
-
- May 08, 2017
-
-
number Zero authored
See #337 for details.
-
DS authored
-
- Apr 21, 2017
-
-
sfan5 authored
-
- Apr 14, 2017
-
-
numberZero authored
New overheating system that doesn’t use the meta.
-
- Mar 31, 2017
-
-
Josh Mars authored
* Support detection of multiple players in object detector * Add distance parameter to node detector * Fix area protection
-
- Mar 07, 2017
-
-
Wuzzy authored
* Fix inconsistent insulated mesecon names * Clarify lightstone names * Rename meselamp to "Mesecon Lamp" * Use capitalization "Luacontroller" consistently * Cleanup / improvements for logic gate naming
-
- Mar 04, 2017
-
-
DS authored
It used to be so that you could gain two sticky movestones out of one normal one, this didn't make much sense.
-
- Feb 15, 2017
-
-
Wuzzy authored
Fixes #289
-
- Feb 13, 2017
-
-
Vanessa Ezekowitz authored
-
Vanessa Ezekowitz authored
Make "on" water turbine animated!
-
- Feb 12, 2017
-
-
Vanessa Ezekowitz authored
This uses a fairly simple trick: the textures are animated, while the model is static and has a number of rotated copies of the parts that are seen to move (four copies of the blades, eight copies of the top/bottom and their edges). The opaque parts of the textures then decide which of those faces' copies are visible in each frame.
-