[minetest-mod-mesecons] 03/04: Merge tag 'upstream/2016.05.15'
Julien Puydt
julien.puydt at laposte.net
Thu Jun 2 13:35:51 UTC 2016
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a commit to branch master
in repository minetest-mod-mesecons.
commit 7dd51eadb37d95b5eaa4156af027aee62bc19080
Merge: 790f2e2 0574af4
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Thu Jun 2 15:18:12 2016 +0200
Merge tag 'upstream/2016.05.15'
Upstream version 2016.05.15
README.md | 4 +-
documentation.json | 62 ++
mesecons/VERSION | 1 -
mesecons/actionqueue.lua | 101 +++
mesecons/doc/mesecon/description.html | 1 +
mesecons/doc/mesecon/preview.png | Bin 0 -> 29946 bytes
mesecons/doc/mesecon/recipe.png | Bin 0 -> 3932 bytes
mesecons/init.lua | 124 ++-
mesecons/internal.lua | 720 +++++++++--------
mesecons/legacy.lua | 30 +
mesecons/oldwires.lua | 2 +-
mesecons/presets.lua | 20 +-
mesecons/services.lua | 112 ++-
mesecons/settings.lua | 24 +-
.../textures/mesecons_wire_inv.png | Bin
.../textures/mesecons_wire_off.png | Bin
.../textures/mesecons_wire_on.png | Bin
mesecons/util.lua | 240 ++++--
mesecons/wires.lua | 476 ++++++-----
.../doc/blinkyplant/description.html | 1 +
mesecons_blinkyplant/doc/blinkyplant/preview.png | Bin 0 -> 66763 bytes
mesecons_blinkyplant/doc/blinkyplant/recipe.png | Bin 0 -> 2922 bytes
mesecons_blinkyplant/init.lua | 91 +--
.../textures/jeija_blinky_plant_off.png | Bin
.../textures/jeija_blinky_plant_on.png | Bin
mesecons_button/doc/button/description.html | 1 +
mesecons_button/doc/button/preview.png | Bin 0 -> 80160 bytes
mesecons_button/doc/button/recipe.png | Bin 0 -> 8031 bytes
mesecons_button/init.lua | 18 +-
.../textures/jeija_wall_button_off.png | Bin
.../textures/jeija_wall_button_on.png | Bin
.../textures/jeija_wall_button_sides.png | Bin
.../doc/commandblock/description.html | 1 +
mesecons_commandblock/doc/commandblock/preview.png | Bin 0 -> 36480 bytes
mesecons_commandblock/init.lua | 402 +++++-----
.../textures/jeija_close_window.png | Bin
.../textures/jeija_commandblock_off.png | Bin
.../textures/jeija_commandblock_on.png | Bin
mesecons_compatibility/init.lua | 167 ----
mesecons_delayer/doc/delayer/description.html | 1 +
mesecons_delayer/doc/delayer/preview.png | Bin 0 -> 62298 bytes
mesecons_delayer/doc/delayer/recipe.png | Bin 0 -> 8495 bytes
mesecons_delayer/init.lua | 40 +-
.../doc/nodedetector/description.html | 6 +
mesecons_detector/doc/nodedetector/preview.png | Bin 0 -> 49571 bytes
mesecons_detector/doc/nodedetector/recipe.png | Bin 0 -> 10043 bytes
.../doc/objectdetector/description.html | 3 +
mesecons_detector/doc/objectdetector/preview.png | Bin 0 -> 85870 bytes
mesecons_detector/doc/objectdetector/recipe.png | Bin 0 -> 9813 bytes
mesecons_detector/init.lua | 231 +++++-
.../textures/jeija_node_detector_off.png | Bin 0 -> 717 bytes
.../textures/jeija_node_detector_on.png | Bin 0 -> 727 bytes
.../textures/jeija_object_detector_off.png | Bin
.../textures/jeija_object_detector_on.png | Bin
.../depends.txt | 0
mesecons_doors/init.lua | 129 +++
mesecons_extrawires/corner.lua | 8 +-
mesecons_extrawires/crossover.lua | 8 +-
mesecons_extrawires/doc/corner/description.html | 1 +
mesecons_extrawires/doc/corner/preview.png | Bin 0 -> 41643 bytes
mesecons_extrawires/doc/corner/recipe.png | Bin 0 -> 3902 bytes
mesecons_extrawires/doc/crossing/description.html | 1 +
mesecons_extrawires/doc/crossing/preview.png | Bin 0 -> 62464 bytes
mesecons_extrawires/doc/crossing/recipe.png | Bin 0 -> 3745 bytes
mesecons_extrawires/doc/mese/description.html | 1 +
mesecons_extrawires/doc/mese/preview.png | Bin 0 -> 30599 bytes
mesecons_extrawires/doc/mese/recipe.png | Bin 0 -> 6266 bytes
mesecons_extrawires/doc/tjunction/description.html | 1 +
mesecons_extrawires/doc/tjunction/preview.png | Bin 0 -> 55089 bytes
mesecons_extrawires/doc/tjunction/recipe.png | Bin 0 -> 3946 bytes
mesecons_extrawires/doc/vertical/description.html | 1 +
mesecons_extrawires/doc/vertical/preview.png | Bin 0 -> 13816 bytes
mesecons_extrawires/doc/vertical/recipe.png | Bin 0 -> 3059 bytes
mesecons_extrawires/mesewire.lua | 25 +-
mesecons_extrawires/tjunction.lua | 12 +-
mesecons_extrawires/vertical.lua | 230 +++---
mesecons_gates/doc/and/description.html | 1 +
mesecons_gates/doc/and/preview.png | Bin 0 -> 69906 bytes
mesecons_gates/doc/and/recipe.png | Bin 0 -> 2732 bytes
mesecons_gates/doc/diode/description.html | 1 +
mesecons_gates/doc/diode/preview.png | Bin 0 -> 72562 bytes
mesecons_gates/doc/diode/recipe.png | Bin 0 -> 2058 bytes
mesecons_gates/doc/nand/description.html | 1 +
mesecons_gates/doc/nand/preview.png | Bin 0 -> 63320 bytes
mesecons_gates/doc/nand/recipe.png | Bin 0 -> 2733 bytes
mesecons_gates/doc/nor/description.html | 1 +
mesecons_gates/doc/nor/preview.png | Bin 0 -> 27039 bytes
mesecons_gates/doc/nor/recipe.png | Bin 0 -> 2468 bytes
mesecons_gates/doc/not/description.html | 1 +
mesecons_gates/doc/not/preview.png | Bin 0 -> 70313 bytes
mesecons_gates/doc/not/recipe.png | Bin 0 -> 2083 bytes
mesecons_gates/doc/or/description.html | 1 +
mesecons_gates/doc/or/preview.png | Bin 0 -> 26286 bytes
mesecons_gates/doc/or/recipe.png | Bin 0 -> 2417 bytes
mesecons_gates/doc/xor/description.html | 1 +
mesecons_gates/doc/xor/preview.png | Bin 0 -> 70940 bytes
mesecons_gates/doc/xor/recipe.png | Bin 0 -> 2659 bytes
mesecons_gates/init.lua | 306 +++-----
.../textures/jeija_gate_and.png | Bin
.../textures/jeija_gate_diode.png | Bin
.../textures/jeija_gate_nand.png | Bin
mesecons_gates/textures/jeija_gate_nor.png | Bin 0 -> 251 bytes
.../textures/jeija_gate_not.png | Bin
.../textures/jeija_gate_off.png | Bin
.../textures/jeija_gate_on.png | Bin
mesecons_gates/textures/jeija_gate_or.png | Bin 0 -> 243 bytes
.../textures/jeija_gate_xor.png | Bin
.../doc/waterturbine/description.html | 1 +
mesecons_hydroturbine/doc/waterturbine/preview.png | Bin 0 -> 33549 bytes
mesecons_hydroturbine/doc/waterturbine/recipe.png | Bin 0 -> 8200 bytes
mesecons_hydroturbine/init.lua | 62 +-
.../models/jeija_hydro_turbine.obj | 429 ++++++++++
.../textures/jeija_hydro_turbine_inv.png | Bin 0 -> 4884 bytes
.../textures/jeija_hydro_turbine_sides_off.png | Bin 0 -> 782 bytes
.../textures/jeija_hydro_turbine_sides_on.png | Bin 0 -> 758 bytes
.../textures/jeija_hydro_turbine_top_bottom.png | Bin 0 -> 564 bytes
.../textures/jeija_hydro_turbine_turbine_misc.png | Bin 0 -> 820 bytes
.../jeija_hydro_turbine_turbine_top_bottom.png | Bin 0 -> 496 bytes
mesecons_insulated/doc/insulated/description.html | 1 +
mesecons_insulated/doc/insulated/preview.png | Bin 0 -> 44352 bytes
mesecons_insulated/doc/insulated/recipe.png | Bin 0 -> 4679 bytes
mesecons_insulated/init.lua | 8 +-
.../jeija_insulated_wire_crossing_tb_01.png | Bin
.../jeija_insulated_wire_crossing_tb_10.png | Bin
.../jeija_insulated_wire_crossing_tb_off.png | Bin
.../jeija_insulated_wire_crossing_tb_on.png | Bin
.../jeija_insulated_wire_curved_tb_off.png | Bin
.../textures/jeija_insulated_wire_curved_tb_on.png | Bin
.../textures/jeija_insulated_wire_ends_01x.png | Bin
.../textures/jeija_insulated_wire_ends_01z.png | Bin
.../textures/jeija_insulated_wire_ends_10x.png | Bin
.../textures/jeija_insulated_wire_ends_10z.png | Bin
.../textures/jeija_insulated_wire_ends_off.png | Bin
.../textures/jeija_insulated_wire_ends_on.png | Bin
.../textures/jeija_insulated_wire_sides_off.png | Bin
.../textures/jeija_insulated_wire_sides_on.png | Bin
.../jeija_insulated_wire_tjunction_tb_off.png | Bin
.../jeija_insulated_wire_tjunction_tb_on.png | Bin
mesecons_lamp/doc/lamp/description.html | 1 +
mesecons_lamp/doc/lamp/preview.png | Bin 0 -> 34959 bytes
mesecons_lamp/doc/lamp/recipe.png | Bin 0 -> 4478 bytes
mesecons_lamp/init.lua | 6 +-
.../textures/jeija_meselamp.png | Bin
.../textures/jeija_meselamp_off.png | Bin
.../textures/jeija_meselamp_on.png | Bin
mesecons_lightstone/depends.txt | 1 +
.../doc/lightstone_blue/description.html | 1 +
.../doc/lightstone_blue/preview.png | Bin 0 -> 36865 bytes
mesecons_lightstone/doc/lightstone_blue/recipe.png | Bin 0 -> 4403 bytes
.../doc/lightstone_darkgrey/description.html | 1 +
.../doc/lightstone_darkgrey/preview.png | Bin 0 -> 43641 bytes
.../doc/lightstone_darkgrey/recipe.png | Bin 0 -> 4575 bytes
.../doc/lightstone_green/description.html | 1 +
.../doc/lightstone_green/preview.png | Bin 0 -> 48733 bytes
.../doc/lightstone_green/recipe.png | Bin 0 -> 4597 bytes
.../doc/lightstone_lightgrey/description.html | 1 +
.../doc/lightstone_lightgrey/preview.png | Bin 0 -> 45430 bytes
.../doc/lightstone_lightgrey/recipe.png | Bin 0 -> 4682 bytes
.../doc/lightstone_red/description.html | 1 +
mesecons_lightstone/doc/lightstone_red/preview.png | Bin 0 -> 32080 bytes
mesecons_lightstone/doc/lightstone_red/recipe.png | Bin 0 -> 4009 bytes
.../doc/lightstone_yellow/description.html | 1 +
.../doc/lightstone_yellow/preview.png | Bin 0 -> 28281 bytes
.../doc/lightstone_yellow/recipe.png | Bin 0 -> 4550 bytes
mesecons_lightstone/init.lua | 58 +-
.../textures/jeija_lightstone_blue_off.png | Bin
.../textures/jeija_lightstone_blue_on.png | Bin
.../textures/jeija_lightstone_darkgray_off.png | Bin
.../textures/jeija_lightstone_darkgray_on.png | Bin
.../textures/jeija_lightstone_gray_off.png | Bin
.../textures/jeija_lightstone_gray_on.png | Bin
.../textures/jeija_lightstone_green_off.png | Bin
.../textures/jeija_lightstone_green_on.png | Bin
.../textures/jeija_lightstone_red_off.png | Bin
.../textures/jeija_lightstone_red_on.png | Bin
.../textures/jeija_lightstone_yellow_off.png | Bin
.../textures/jeija_lightstone_yellow_on.png | Bin
.../doc/luacontroller/description.html | 5 +
.../doc/luacontroller/preview.png | Bin 0 -> 67795 bytes
.../doc/luacontroller/recipe.png | Bin 0 -> 5560 bytes
mesecons_luacontroller/init.lua | 870 ++++++++++++---------
.../textures/jeija_luac_background.png | Bin
.../textures/jeija_luac_runbutton.png | Bin
.../textures/jeija_luacontroller_LED_A.png | Bin
.../textures/jeija_luacontroller_LED_B.png | Bin
.../textures/jeija_luacontroller_LED_C.png | Bin
.../textures/jeija_luacontroller_LED_D.png | Bin
.../textures/jeija_luacontroller_burnt_top.png | Bin
.../textures/jeija_luacontroller_top.png | Bin
mesecons_materials/doc/fiber/description.html | 1 +
mesecons_materials/doc/fiber/preview.png | Bin 0 -> 88352 bytes
mesecons_materials/doc/fiber/recipe.png | Bin 0 -> 4684 bytes
mesecons_materials/doc/glue/description.html | 1 +
mesecons_materials/doc/glue/preview.png | Bin 0 -> 48478 bytes
mesecons_materials/doc/glue/recipe.png | Bin 0 -> 4273 bytes
mesecons_materials/doc/silicon/description.html | 1 +
mesecons_materials/doc/silicon/preview.png | Bin 0 -> 52441 bytes
mesecons_materials/doc/silicon/recipe.png | Bin 0 -> 11579 bytes
mesecons_materials/init.lua | 14 +-
.../textures/mesecons_fiber.png | Bin
.../textures/mesecons_glue.png | Bin
.../textures/mesecons_silicon.png | Bin
mesecons_microcontroller/MeseconMicro.odt | Bin 825486 -> 0 bytes
mesecons_microcontroller/MeseconMicro.pdf | Bin 433175 -> 0 bytes
mesecons_microcontroller/init.lua | 208 +++--
.../textures/jeija_microcontroller_LED_A.png | Bin
.../textures/jeija_microcontroller_LED_B.png | Bin
.../textures/jeija_microcontroller_LED_C.png | Bin
.../textures/jeija_microcontroller_LED_D.png | Bin
.../textures/jeija_microcontroller_bottom.png | Bin
.../textures/jeija_microcontroller_sides.png | Bin
.../textures/jeija_microcontroller_top.png | Bin
mesecons_movestones/doc/movestone/description.html | 1 +
mesecons_movestones/doc/movestone/preview.png | Bin 0 -> 77702 bytes
mesecons_movestones/doc/movestone/recipe.png | Bin 0 -> 14873 bytes
.../doc/movestone_sticky/description.html | 1 +
.../doc/movestone_sticky/preview.png | Bin 0 -> 82749 bytes
.../doc/movestone_sticky/recipe.png | Bin 0 -> 10190 bytes
mesecons_movestones/init.lua | 208 ++---
.../textures/jeija_movestone_arrows.png | Bin
.../textures/jeija_movestone_side.png | Bin
.../textures/jeija_sticky_movestone.png | Bin
mesecons_mvps/init.lua | 275 ++++---
mesecons_noteblock/doc/noteblock/description.html | 13 +
mesecons_noteblock/doc/noteblock/preview.png | Bin 0 -> 118753 bytes
mesecons_noteblock/doc/noteblock/recipe.png | Bin 0 -> 18182 bytes
mesecons_noteblock/init.lua | 108 ++-
mesecons_noteblock/sounds/mesecons_noteblock_a.ogg | Bin 7436 -> 10808 bytes
.../sounds/mesecons_noteblock_a2.ogg | Bin 0 -> 11735 bytes
.../sounds/mesecons_noteblock_asharp.ogg | Bin 7436 -> 10732 bytes
.../sounds/mesecons_noteblock_asharp2.ogg | Bin 0 -> 11000 bytes
mesecons_noteblock/sounds/mesecons_noteblock_b.ogg | Bin 7068 -> 10282 bytes
.../sounds/mesecons_noteblock_b2.ogg | Bin 0 -> 10045 bytes
mesecons_noteblock/sounds/mesecons_noteblock_c.ogg | Bin 8309 -> 11670 bytes
.../sounds/mesecons_noteblock_c2.ogg | Bin 0 -> 16981 bytes
.../sounds/mesecons_noteblock_crash.ogg | Bin 30548 -> 50320 bytes
.../sounds/mesecons_noteblock_csharp.ogg | Bin 8271 -> 11651 bytes
.../sounds/mesecons_noteblock_csharp2.ogg | Bin 0 -> 17008 bytes
mesecons_noteblock/sounds/mesecons_noteblock_d.ogg | Bin 8101 -> 11175 bytes
.../sounds/mesecons_noteblock_d2.ogg | Bin 0 -> 16678 bytes
.../sounds/mesecons_noteblock_dsharp.ogg | Bin 7860 -> 10882 bytes
.../sounds/mesecons_noteblock_dsharp2.ogg | Bin 0 -> 16145 bytes
mesecons_noteblock/sounds/mesecons_noteblock_e.ogg | Bin 7725 -> 10829 bytes
.../sounds/mesecons_noteblock_e2.ogg | Bin 0 -> 15458 bytes
mesecons_noteblock/sounds/mesecons_noteblock_f.ogg | Bin 7907 -> 10990 bytes
.../sounds/mesecons_noteblock_f2.ogg | Bin 0 -> 14917 bytes
.../sounds/mesecons_noteblock_fsharp.ogg | Bin 7573 -> 10509 bytes
.../sounds/mesecons_noteblock_fsharp2.ogg | Bin 0 -> 14139 bytes
mesecons_noteblock/sounds/mesecons_noteblock_g.ogg | Bin 7388 -> 10465 bytes
.../sounds/mesecons_noteblock_g2.ogg | Bin 0 -> 13342 bytes
.../sounds/mesecons_noteblock_gsharp.ogg | Bin 7347 -> 10595 bytes
.../sounds/mesecons_noteblock_gsharp2.ogg | Bin 0 -> 12583 bytes
.../sounds/mesecons_noteblock_hihat.ogg | Bin 4863 -> 5459 bytes
.../sounds/mesecons_noteblock_kick.ogg | Bin 7363 -> 10361 bytes
.../sounds/mesecons_noteblock_litecrash.ogg | Bin 18283 -> 30453 bytes
.../sounds/mesecons_noteblock_snare.ogg | Bin 7097 -> 9865 bytes
mesecons_noteblock/textures/mesecons_noteblock.png | Bin 900 -> 889 bytes
mesecons_pistons/doc/piston/description.html | 1 +
mesecons_pistons/doc/piston/preview.png | Bin 0 -> 112257 bytes
mesecons_pistons/doc/piston/recipe.png | Bin 0 -> 23773 bytes
.../doc/piston_sticky/description.html | 1 +
mesecons_pistons/doc/piston_sticky/preview.png | Bin 0 -> 101605 bytes
mesecons_pistons/doc/piston_sticky/recipe.png | Bin 0 -> 14704 bytes
mesecons_pistons/init.lua | 213 ++---
.../textures/mesecons_piston_back.png | Bin
.../textures/mesecons_piston_bottom.png | Bin
.../textures/mesecons_piston_left.png | Bin
.../textures/mesecons_piston_on_front.png | Bin
.../textures/mesecons_piston_pusher_back.png | Bin
.../textures/mesecons_piston_pusher_bottom.png | Bin
.../textures/mesecons_piston_pusher_front.png | Bin
.../mesecons_piston_pusher_front_sticky.png | Bin
.../textures/mesecons_piston_pusher_left.png | Bin
.../textures/mesecons_piston_pusher_right.png | Bin
.../textures/mesecons_piston_pusher_top.png | Bin
.../textures/mesecons_piston_right.png | Bin
.../textures/mesecons_piston_top.png | Bin
.../doc/powerplant/description.html | 1 +
mesecons_powerplant/doc/powerplant/preview.png | Bin 0 -> 61931 bytes
mesecons_powerplant/doc/powerplant/recipe.png | Bin 0 -> 2823 bytes
mesecons_powerplant/init.lua | 4 +-
.../textures/jeija_power_plant.png | Bin
.../doc/pressureplate_stone/description.html | 1 +
.../doc/pressureplate_stone/preview.png | Bin 0 -> 55619 bytes
.../doc/pressureplate_stone/recipe.png | Bin 0 -> 8056 bytes
.../doc/pressureplate_wood/description.html | 1 +
.../doc/pressureplate_wood/preview.png | Bin 0 -> 63535 bytes
.../doc/pressureplate_wood/recipe.png | Bin 0 -> 7717 bytes
mesecons_pressureplates/init.lua | 95 +--
.../textures/jeija_pressure_plate_stone_inv.png | Bin
.../textures/jeija_pressure_plate_stone_off.png | Bin
.../jeija_pressure_plate_stone_off_edges.png | Bin
.../textures/jeija_pressure_plate_stone_on.png | Bin
.../jeija_pressure_plate_stone_on_edges.png | Bin
.../textures/jeija_pressure_plate_stone_wield.png | Bin
.../textures/jeija_pressure_plate_wood_inv.png | Bin
.../textures/jeija_pressure_plate_wood_off.png | Bin
.../jeija_pressure_plate_wood_off_edges.png | Bin
.../textures/jeija_pressure_plate_wood_on.png | Bin
.../jeija_pressure_plate_wood_on_edges.png | Bin
.../textures/jeija_pressure_plate_wood_wield.png | Bin
mesecons_random/doc/ghoststone/description.html | 1 +
mesecons_random/doc/ghoststone/preview.png | Bin 0 -> 37157 bytes
mesecons_random/doc/ghoststone/recipe.png | Bin 0 -> 23947 bytes
mesecons_random/doc/removestone/description.html | 1 +
mesecons_random/doc/removestone/preview.png | Bin 0 -> 90400 bytes
mesecons_random/doc/removestone/recipe.png | Bin 0 -> 23165 bytes
mesecons_random/init.lua | 12 +-
.../textures/jeija_ghoststone.png | Bin
.../textures/jeija_ghoststone_inv.png | Bin
.../textures/jeija_removestone.png | Bin
.../textures/jeija_removestone_inv.png | Bin
mesecons_receiver/init.lua | 93 +--
.../textures/receiver_bottom_off.png | Bin
.../textures/receiver_bottom_on.png | Bin
.../textures/receiver_fb_off.png | Bin
.../textures/receiver_fb_on.png | Bin
.../textures/receiver_lr_off.png | Bin
.../textures/receiver_lr_on.png | Bin
.../textures/receiver_top_off.png | Bin
.../textures/receiver_top_on.png | Bin
.../doc/solarpanel/description.html | 1 +
mesecons_solarpanel/doc/solarpanel/preview.png | Bin 0 -> 56933 bytes
mesecons_solarpanel/doc/solarpanel/recipe.png | Bin 0 -> 3721 bytes
mesecons_solarpanel/init.lua | 12 +-
.../textures/jeija_solar_panel.png | Bin
mesecons_stickyblocks/depends.txt | 2 +
mesecons_stickyblocks/init.lua | 16 +
mesecons_switch/doc/switch/description.html | 1 +
mesecons_switch/doc/switch/preview.png | Bin 0 -> 86195 bytes
mesecons_switch/doc/switch/recipe.png | Bin 0 -> 12015 bytes
mesecons_switch/init.lua | 46 +-
.../textures/mesecons_switch_off.png | Bin
.../textures/mesecons_switch_on.png | Bin
.../textures/mesecons_switch_side.png | Bin
mesecons_textures/init.lua | 1 -
.../textures/jeija_battery_charging.png | Bin 497 -> 0 bytes
.../textures/jeija_battery_discharging.png | Bin 418 -> 0 bytes
.../textures/jeija_hydro_turbine_off.png | Bin 835 -> 0 bytes
.../textures/jeija_hydro_turbine_on.png | Bin 817 -> 0 bytes
.../textures/jeija_mesecon_crossing_off.png | Bin 341 -> 0 bytes
.../textures/jeija_mesecon_crossing_on.png | Bin 340 -> 0 bytes
.../textures/jeija_mesecon_curved_off.png | Bin 307 -> 0 bytes
.../textures/jeija_mesecon_curved_on.png | Bin 307 -> 0 bytes
.../textures/jeija_mesecon_inverter_off.png | Bin 743 -> 0 bytes
.../textures/jeija_mesecon_inverter_on.png | Bin 725 -> 0 bytes
mesecons_textures/textures/jeija_mesecon_on.png | Bin 196 -> 0 bytes
mesecons_textures/textures/jeija_mesecon_plug.png | Bin 713 -> 0 bytes
.../textures/jeija_mesecon_socket_off.png | Bin 751 -> 0 bytes
.../textures/jeija_mesecon_socket_on.png | Bin 737 -> 0 bytes
.../textures/jeija_mesecon_t_junction_off.png | Bin 330 -> 0 bytes
.../textures/jeija_mesecon_t_junction_on.png | Bin 319 -> 0 bytes
.../textures/jeija_wall_lever_back.png | Bin 614 -> 0 bytes
.../textures/jeija_wall_lever_bottom.png | Bin 582 -> 0 bytes
mesecons_textures/textures/jeija_wall_lever_on.png | Bin 517 -> 0 bytes
.../textures/jeija_wall_lever_sides.png | Bin 612 -> 0 bytes
mesecons_textures/textures/jeija_wall_lever_tb.png | Bin 575 -> 0 bytes
.../textures/jeija_wall_lever_top.png | Bin 587 -> 0 bytes
mesecons_textures/textures/wires_bump_off.png | Bin 347 -> 0 bytes
mesecons_textures/textures/wires_bump_on.png | Bin 386 -> 0 bytes
mesecons_textures/textures/wires_inv.png | Bin 167 -> 0 bytes
mesecons_textures/textures/wires_off.png | Bin 454 -> 0 bytes
mesecons_textures/textures/wires_on.png | Bin 492 -> 0 bytes
mesecons_textures/textures/wires_vertical_off.png | Bin 373 -> 0 bytes
mesecons_textures/textures/wires_vertical_on.png | Bin 396 -> 0 bytes
mesecons_torch/doc/torch/description.html | 1 +
mesecons_torch/doc/torch/preview.png | Bin 0 -> 10142 bytes
mesecons_torch/doc/torch/recipe.png | Bin 0 -> 2345 bytes
mesecons_torch/init.lua | 24 +-
.../textures/jeija_torches_off.png | Bin
.../textures/jeija_torches_off_ceiling.png | Bin
.../textures/jeija_torches_off_side.png | Bin
.../textures/jeija_torches_on.png | Bin
.../textures/jeija_torches_on_ceiling.png | Bin
.../textures/jeija_torches_on_side.png | Bin
mesecons_walllever/doc/walllever/description.html | 1 +
mesecons_walllever/doc/walllever/preview.png | Bin 0 -> 79390 bytes
mesecons_walllever/doc/walllever/recipe.png | Bin 0 -> 7268 bytes
mesecons_walllever/init.lua | 96 +--
mesecons_walllever/models/jeija_wall_lever_off.obj | 216 +++++
mesecons_walllever/models/jeija_wall_lever_on.obj | 216 +++++
.../textures/jeija_wall_lever_back_edges.png | Bin 0 -> 457 bytes
.../textures/jeija_wall_lever_front.png | Bin 0 -> 360 bytes
.../textures/jeija_wall_lever_front_bump.png | Bin 0 -> 252 bytes
.../textures/jeija_wall_lever_inv.png | Bin
.../textures/jeija_wall_lever_lever_light_off.png | Bin 0 -> 347 bytes
.../textures/jeija_wall_lever_lever_light_on.png | Bin 0 -> 308 bytes
387 files changed, 4109 insertions(+), 2836 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/minetest-mod-mesecons.git
More information about the Pkg-games-commits
mailing list