Commit Graph

  • 8c2b9d8445 Don't allow engine to add the implicit "Proceed" button (this change makes it possible to theme the formspec) master Vanessa Dannenberg 2021-02-25 02:12:59 -0500
  • a9ee19704d add minimum minetest version key for contentdb VanessaE 2020-06-03 13:00:21 -0400
  • 51a462584e fix the 'fix' Vanessa Dannenberg 2019-09-19 20:55:55 -0400
  • 85604e2a7c only try to process a light message if it's a string Vanessa Dannenberg 2019-09-19 19:23:50 -0400
  • 2d32784112 use Unified Dyes on_dig where needed - requires Unified Dyes commit 9ff40a7f or later Vanessa Dannenberg 2019-07-18 02:16:13 -0400
  • 35ca9abf16 allow numeric messages Vanessa Dannenberg 2019-06-01 23:10:15 -0400
  • 6398d89b80 lighten "off" bulb a bit (way too dark) Vanessa Dannenberg 2019-05-31 15:38:17 -0400
  • 48df25e38e leave "off" light out of creative inv Vanessa Dannenberg 2019-05-30 06:20:08 -0400
  • e2986ee632 add various on/off features: * right click toggles on/off * respond to mesecons * respond to digilines messages "on"/"off" (shift-punch to set the channel) Vanessa Dannenberg 2019-05-29 22:49:12 -0400
  • 330083de16 Switch to LGPL v3 for code, CC-by-SA 4.0 for media Vanessa Dannenberg 2018-11-09 17:28:24 -0500
  • 5a4cc58943 switch to colored itemstacks with full crafting recipes (requires Unified Dyes commit 2a816534 or later) Vanessa Dannenberg 2018-08-22 20:42:58 -0400
  • fa085fdcce Merge pull request #4 from AntumMT/intllib_update Vanessa Ezekowitz 2017-07-20 01:46:17 -0400
  • d7f4f7e270 Replace deprecated function 'intllib.Getter': AntumDeluge 2017-07-08 22:20:18 -0700
  • 09eaddbba6 Call 'global_exists' in place of 'get_modpath' for 'intllib' check AntumDeluge 2017-07-08 22:18:25 -0700
  • 7060243f74 Merge pull request #3 from AntumDeluge/settings Vanessa Ezekowitz 2017-05-18 05:43:05 -0400
  • 9f4d0bb33d Replace deprecated method 'setting_getbool' with 'settings:get_bool' AntumDeluge 2017-05-12 23:57:10 -0700
  • b1f7ccf16d use unified dyes auto-color feature Vanessa Ezekowitz 2017-03-18 05:54:16 -0400
  • 99e11b555d use unified dyes' rotation correction function Vanessa Ezekowitz 2017-02-17 23:08:01 -0500
  • 96bbbb29e3 don't run LBM at every load Vanessa Ezekowitz 2017-02-16 17:00:08 -0500
  • 70145d3e4d unified dyes uses on_use now, instead of on_rightclick Vanessa Ezekowitz 2017-02-04 19:41:28 -0500
  • 1548a8e013 convert mod over to dynamic param2 colorization Vanessa Ezekowitz 2017-01-30 13:28:02 -0500
  • 707a0c308f Use node texture colorization Vanessa Ezekowitz 2017-01-25 04:28:17 -0500
  • d4b71c991e Merge pull request #1 from minetest-mods/sofar-patch-1 Vanessa Ezekowitz 2016-09-16 00:19:44 -0400
  • e94fc56e86 Max light source is 14. Auke Kok 2016-09-15 10:44:48 -0700
  • d5f6900b5a Add standard mod files. Auke Kok 2016-03-27 21:15:06 -0700
  • 44125c7ce8 the cage looks better with a dark texture. SmallJoker 2015-05-23 11:28:49 -0400
  • c71b6f88ed give the model an internal bulb, make the lens transparent colorize the bulb, reduce the coloring on the lens to only a small effect. Vanessa Ezekowitz 2015-05-19 23:11:56 -0400
  • 9c02a9fbc2 smooth faces on the model Vanessa Ezekowitz 2015-05-19 22:21:36 -0400
  • 37bfe34069 split model into multiple materials, use [colorize to create the lens colors Vanessa Ezekowitz 2015-05-19 22:15:20 -0400
  • 2c169e8438 replace old nodebox model with a fresh, new mesh node Vanessa Ezekowitz 2015-03-14 03:02:53 -0400
  • ca77db8fd5 OPTIMIZE _ALL_ THE TEXTURES! \:D/ Vanessa Ezekowitz 2015-01-23 14:09:21 -0500
  • 2491e64723 use current intllib API Vanessa Ezekowitz 2014-12-27 01:01:11 -0500
  • abe2abe5cf remove old ownership code in favor of the ownership code in Minetest Vanessa Ezekowitz 2014-01-30 16:17:02 -0500
  • 861788a6a9 fix crash Vanessa Ezekowitz 2013-11-14 16:06:36 -0500
  • 8d4ff14928 Make lights use minetest's 6d facedir prediction code via a small wrapper routine that also checks for protection and infinite stacks Vanessa Ezekowitz 2013-11-07 21:33:36 -0500
  • d846f33e54 Merge pull request #2 from VanessaE/master DanDuncombe 2013-10-16 09:20:12 -0700
  • 6eafd7da6d fix nil function call in ownership code Vanessa Ezekowitz 2013-10-16 10:01:34 -0400
  • e613e96360 thin out the lights' wires a bit, add a selection box also some minor formatting changes Vanessa Ezekowitz 2013-10-15 19:52:26 -0400
  • 7d7469059d deleted obsolete textures DanDuncombe 2013-10-15 19:16:34 +0100
  • 6505a7d208 New Texture System DanDuncombe 2013-10-15 19:07:06 +0100
  • 01117b85d8 Made lights look slightly better DanDuncombe 2013-10-15 18:32:35 +0100
  • 713865a4df Merge pull request #1 from VanessaE/master DanDuncombe 2013-10-13 10:57:45 -0700
  • 3bec84cd84 Add full 6dfacedir compatibility Vanessa Ezekowitz 2013-10-13 13:58:07 -0400
  • b5ed4e6b01 Initial Commit Daniel 2013-10-13 17:07:06 +0100
  • 99e46da133 Initial commit DanDuncombe 2013-10-13 09:04:38 -0700