Skip to content
Snippets Groups Projects
  1. May 08, 2015
  2. May 07, 2015
  3. May 06, 2015
  4. May 05, 2015
  5. May 04, 2015
  6. May 03, 2015
  7. May 01, 2015
  8. Apr 29, 2015
  9. Apr 27, 2015
  10. Apr 26, 2015
    • Tomas Brod's avatar
      Fix minetest.clear_* creating new LOCAL table instead of clearing the existing one. · 732eb72a
      Tomas Brod authored
      On calling clear_redistered_biomes the registered_biomes table is cleared
      by creating a new empty table, but the pointer is not updated to point to
      the new one. So after calling more register_biome, the registered_biome
      table always contains 0 items, which is an error. Instead, the table is
      cleared by removing all its items so the pointer (minetest.registered_*)
      remains valid.
      732eb72a
Loading