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
    • kwolekr's avatar
      Update .gitignore · 068d561a
      kwolekr authored
      068d561a
    • est31's avatar
      Remove craftdef serialisation · 27e3a353
      est31 authored
      It isn't needed anymore, sending ICraftDefManager over the network has been obsoleted
      by protocol version 7.
      27e3a353
    • est31's avatar
      Craftdef refactor · 4f851faa
      est31 authored
      Fix style, refactor assert, use '"' instead of "\"",
      replace code duplicating craftGetItemName, rename iterators.
      4f851faa
Loading