Skip to content
Snippets Groups Projects
  1. Aug 31, 2015
  2. Aug 25, 2015
  3. Aug 19, 2015
  4. Aug 14, 2015
  5. Aug 13, 2015
  6. Jul 25, 2015
  7. Jul 24, 2015
  8. Jul 23, 2015
    • est31's avatar
      Optional reconnect functionality · 3b50b276
      est31 authored
      Enable the server to request the client to reconnect.
      
      This can be done with the now extended minetest.request_shutdown([reason], [reconnect]) setting.
      3b50b276
  9. Jul 21, 2015
  10. Jul 18, 2015
    • Mark Schreiber's avatar
      Add antialiasing UI setting · 74d8fdbd
      Mark Schreiber authored
      The Irrlicht engine supports antialiasing, and Minetest already supports
      saving an antialiasing setting in its configuration file.  However,
      Minetest lacked UI elements to set this setting, and previously the only
      way to enable the feature was by hand-editing the configuration file.
      
      Add a drop-down menu that can enable antialiasing.
      74d8fdbd
    • Marcin's avatar
      c5c609ce
    • ExcaliburZero's avatar
      Change texture pack description file name · 5b9c8dfb
      ExcaliburZero authored
      Change the name for texture pack description files from "info.txt" to "description.txt" in order to keep the naming consistent between description files for both mods and texture packs.
      
      Also add backwards compatibility for texture packs that use "info.txt", and note in the log that "info.txt" is depreciated.
      5b9c8dfb
  11. Jul 10, 2015
  12. Jul 08, 2015
  13. Jul 04, 2015
  14. Jul 02, 2015
  15. Jul 01, 2015
  16. Jun 30, 2015
  17. Jun 29, 2015
  18. Jun 16, 2015
  19. Jun 15, 2015
  20. Jun 14, 2015
  21. Jun 13, 2015
  22. Jun 09, 2015
  23. Jun 06, 2015
    • HybridDog's avatar
      Decrease minetest.after globalstep lag · 8383a61e
      HybridDog authored
      * abort if theres no active timer
      * only reduce the timer.time of all timers when its necessary
      * move updating timers_to_add into a seperate function
      8383a61e
  24. Jun 02, 2015
  25. Jun 01, 2015
  26. May 17, 2015
  27. May 15, 2015
  28. May 12, 2015
  29. 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