Skip to content
Snippets Groups Projects
  1. Sep 03, 2015
  2. Sep 01, 2015
  3. Aug 31, 2015
  4. Aug 25, 2015
  5. Aug 19, 2015
  6. Aug 14, 2015
  7. Aug 13, 2015
  8. Jul 25, 2015
  9. Jul 24, 2015
  10. 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
  11. Jul 21, 2015
  12. 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
  13. Jul 10, 2015
  14. Jul 08, 2015
  15. Jul 04, 2015
  16. Jul 02, 2015
  17. Jul 01, 2015
  18. Jun 30, 2015
  19. Jun 29, 2015
  20. Jun 16, 2015
  21. Jun 15, 2015
  22. Jun 14, 2015
  23. Jun 13, 2015
  24. Jun 09, 2015
  25. 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
  26. Jun 02, 2015
  27. Jun 01, 2015
  28. May 17, 2015
  29. May 15, 2015
Loading