Skip to content
Snippets Groups Projects
  1. Nov 18, 2016
    • Auke Kok's avatar
      Convert many textures to indexed color · af3c9186
      Auke Kok authored
      This fixes all cases where the color profile was broken, and
      libpng warns about. It also makes almost all textures indexed
      instead of RGB where possible (textures that don't have
      semi-transparent pixels).
      af3c9186
  2. Nov 14, 2016
  3. Nov 10, 2016
  4. Nov 07, 2016
  5. Nov 06, 2016
  6. Nov 05, 2016
  7. Nov 02, 2016
  8. Oct 31, 2016
  9. Oct 30, 2016
  10. Oct 29, 2016
  11. Oct 27, 2016
    • paramat's avatar
      Default: Add bush stem and leaves nodes · 048aaa26
      paramat authored
      To allow mapgen bushes in green-grass and savanna grasslands.
      Nodes for a generic bush and an acacia bush.
      Stem nodes are craftable to a single wood node to provide a small
      amount of wood resource in grasslands.
      Fuel times are that of corresponding 'wood' nodes, 1/4 that of
      corresponding tree nodes.
      No leafdecay to enable use as hedges or without a nearby tree trunk.
      Uses 'default leaves simple' texture for extra visual thickness.
      048aaa26
  12. Oct 26, 2016
  13. Oct 25, 2016
  14. Oct 24, 2016
  15. Oct 23, 2016
    • Fernando Carmona Varo's avatar
      Default: Destroy flammable items when in fire or lava · bcb4426e
      Fernando Carmona Varo authored
      The check for igniters (fire/lava) will be performed every 10 secs
      if the item is flammable.
      
      if the item is found to be in lava it will then burn up and
      disappear in a smoke puff.
      
      If a non-lava igniter node is found, a combination of `flammable`
      value of the item and `igniter` group value of the node will be used
      to determine the chance for the item to be removed.
      bcb4426e
  16. Oct 18, 2016
    • paramat's avatar
      Default: Fix 'leaves simple', 'jungleleaves simple' textures · 4ea74466
      paramat authored
      'jungleleaves simple' had completely different leaf colours to
      'jungleleaves', now matched.
      'leaves simple' had dark green instead of black colour for transparent
      pixels (the 'leaves' texture uses black), normally these pixels would
      not be rendered as opaque colours but bush nodes now use this texture
      and will be rendering it as opaque. The dark green pixels resulted in
      a texture lacking in contrast.
      4ea74466
  17. Oct 13, 2016
  18. Oct 12, 2016
  19. Oct 10, 2016
    • tenplus1's avatar
      Tnt: Various optimisations · 6fdfd255
      tenplus1 authored
      Pass nodename to tnt.burn function where possible to reduce
      use of 'get_node'.
      Change 'ipairs' to 'pairs'.
      Use 'nodeupdate_single(pos)' instead of 'nodeupdate(pos)' to
      avoid every node triggering recursion, the loop itself takes
      the place of recursion and works upwards through horizontal
      planes as required.
      6fdfd255
  20. Oct 08, 2016
  21. Oct 05, 2016
Loading