Skip to content
Snippets Groups Projects
  1. Aug 18, 2015
  2. Aug 16, 2015
  3. Aug 13, 2015
  4. Aug 10, 2015
  5. Aug 06, 2015
  6. Aug 05, 2015
  7. Aug 03, 2015
  8. Jul 27, 2015
  9. Jul 25, 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 20, 2015
  12. Jul 18, 2015
  13. Jul 16, 2015
  14. Jul 10, 2015
  15. Jul 08, 2015
    • est31's avatar
      Use UTF-8 instead of narrow · b0784ba8
      est31 authored
      Use wide_to_utf8 and utf8_to_wide instead of wide_to_narrow and narrow_to_wide at almost all places.
      Only exceptions: test functions for narrow conversion, and chat, which is done in a separate commit.
      b0784ba8
  16. Jul 03, 2015
  17. Jun 29, 2015
  18. Jun 22, 2015
  19. Jun 20, 2015
  20. Jun 13, 2015
  21. Jun 12, 2015
  22. Jun 02, 2015
    • est31's avatar
      Fix uninitialized variable error · ba3ff5ef
      est31 authored
      If you run minetest with valgrind, you'll quickly notice uninitialized jump
      depend error messages that point to s_base.cpp:131. This commit fixes those.
      ba3ff5ef
  23. May 29, 2015
  24. May 28, 2015
    • TeTpaAka's avatar
      Add some missing getter functions to the lua API · c0335f7d
      TeTpaAka authored
      ObjectRef:
      get_properties
      get_armor_groups
      get_animation
      get_attach
      get_bone_position
      
      Players:
      get_physics_override
      hud_get_hotbar_itemcount
      hud_get_hotbar_image
      hud_get_hotbar_selected_image
      get_sky
      get_day_night_ratio
      get_local_animation
      get_eye_offset
      
      Global:
      minetest.get_gen_notify
      minetest.get_noiseparams
      c0335f7d
  25. May 22, 2015
  26. May 19, 2015
  27. May 18, 2015
  28. May 17, 2015
Loading