technic/technic/machines
thetaepsilon-gamedev c93bfefd9f machines/HV/quarry.lua: [modification] provide a basic digger object to can_dig callbacks to prevent nil object errors (#425)
Minetest game's doors mod was known to cause server errors when passed a nil digger in it's can_dig callback,
due to always attempting to invoke digger:get_player_name().
Fix this by providing a basic fake player which provides this method to can_dig callbacks.
(It should be noted that currently this fix causes doors to be undiggable by quarries.)
2018-05-19 22:06:00 +02:00
..
HV machines/HV/quarry.lua: [modification] provide a basic digger object to can_dig callbacks to prevent nil object errors (#425) 2018-05-19 22:06:00 +02:00
LV redo top/bottom textures for supply converter 2017-04-11 08:48:16 -04:00
MV add pipeworks tube entry overlay to tool workshop 2017-04-11 07:57:45 -04:00
other Replace deprecated method 'setting_getbool' with 'settings:get_bool' (#369) 2017-06-05 10:50:30 -04:00
register Test local variable 'have_ui' before calling 'unified_inventory' (#368) 2018-02-16 17:32:47 -08:00
init.lua Fixes for network calculation issues 2017-03-10 01:35:58 -06:00
power_monitor.lua redo top/bottom textures for supply converter 2017-04-11 08:48:16 -04:00
supply_converter.lua supply_converter: avoid crashes caused by wrong digiline message types (#397) 2017-10-31 13:56:10 -04:00
switching_station.lua Fix O(n^2) network traversal 2018-02-13 18:25:44 +01:00