Skip to content
Snippets Groups Projects
  1. Jun 06, 2019
  2. Jun 05, 2019
  3. Jun 04, 2019
  4. Jun 03, 2019
  5. Jun 02, 2019
  6. May 31, 2019
  7. May 30, 2019
    • Vanessa Dannenberg's avatar
      Rearrange mesecons, diglines, dimmable functions and related, tweak · 301ae2ee
      Vanessa Dannenberg authored
      digiline stuff to be more generic, and add various digilines connections
      rules to complement mesecons rules.
      
      Mesecons must be present to get the "wallmounted" rules for digilines nodes.
      Without mesecons, nodes that want wall rules will get alldir rules instead.
      
      Add mesecons support to table and standing lamps (off -> max -> off).
      
      Add digilines support to all other lights that now support mesecons,
      except rope lights, since they're a mesecon conductor.
      
      (will approach that last one later)
      301ae2ee
  8. May 28, 2019
  9. May 27, 2019
  10. May 26, 2019
    • Vanessa Dannenberg's avatar
      960f4c42
    • Vanessa Dannenberg's avatar
      7cdfc3b4
    • Vanessa Dannenberg's avatar
      remove "on" switch from creative inv · bf7e4734
      Vanessa Dannenberg authored
      add proper "receiver" group
      remove color from switch buttons
      bf7e4734
    • Vanessa Dannenberg's avatar
      make wall switch work (mesecons) · b85278fb
      Vanessa Dannenberg authored
      b85278fb
    • Vanessa Dannenberg's avatar
      Add mesecons support for the rest of the other relevant lights · cacf04e2
      Vanessa Dannenberg authored
      Each light connects only according to what sides make sense.
      
      For example:
      
      * a plasma lamp cube or large lattice lamp will connect from all 6 sides
      * a ground lantern will only connect from its NSEW sides, not its top or
        bottom
      * a glowlight slab, glowlight cube, or lattice cube uses the same rules as
        mesecons lamps, so its four edges and it back/bottom, whatever its
        orientation, but not its top/front.
      * a (kitchen) ceiling lamp, and a (hanging, exterior) ceiling lantern will
        only connect from the top.
      
      Rope lights are defined as a conductor, just like a mesecons wire,
      so if mesecons is present, they will default to off unless powered by
      a mesecons wire/switch/etc.
      
      You can still right-click-toggle individual segments on/off.
      
      Ceiling rope light connection rules are a little funky, but they work
      (I wanted them to only connect from the top, but I couldn't get it
      just right).  Floor-orientation connections are straightforward.
      cacf04e2
    • Vanessa Dannenberg's avatar
      fill-out mesecons support for first few lights, · 07141bff
      Vanessa Dannenberg authored
      also removed debug prints
      
      Lights are forced-on when placed, and remain so
      until they receive a mesecons "off" signal.
      
      Lights can be toggled on/off independent of the
      mesecon signal state by right click, which will
      persist until the next signal transition,
      which will change the light to follow.
      07141bff
Loading