Skip to content
Snippets Groups Projects
  1. Jun 22, 2015
  2. Jun 15, 2015
  3. Jun 13, 2015
  4. 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
  5. May 27, 2015
  6. May 15, 2015
  7. Apr 01, 2015
    • Zeno-'s avatar
      Move globals from main.cpp to more sane locations · 9527984d
      Zeno- authored
      Move debug streams to log.cpp|h
      
      Move GUI-related globals to clientlauncher
      
      Move g_settings and g_settings_path to settings.cpp|h
      
      Move g_menuclouds to clouds.cpp|h
      
      Move g_profiler to profiler.cpp|h
      9527984d
  8. Mar 19, 2015
  9. Mar 07, 2015
  10. Mar 05, 2015
  11. Mar 04, 2015
  12. Mar 03, 2015
  13. Feb 17, 2015
  14. Jan 19, 2015
  15. Nov 08, 2014
  16. Sep 21, 2014
  17. Jun 23, 2014
  18. Mar 12, 2014
  19. Dec 03, 2013
  20. Sep 10, 2013
  21. Aug 17, 2013
  22. Aug 14, 2013
  23. Aug 13, 2013
  24. Aug 07, 2013
  25. Aug 03, 2013
  26. Jul 30, 2013
  27. Jul 20, 2013
  28. May 25, 2013
    • sapier's avatar
      Move scriptapi to separate folder (by sapier) · ab433775
      sapier authored
      On the lua side, notably minetest.env:<function>(<args>) should now
      be replaced by minetest.<function>(<args>).
      The old way is and will stay supported for a long time.
      
      Also:
      Update and clean up lua_api.txt (by celeron55)
      Move EnvRef to lua and remove add_rat and add_firefly (by kahrl)
      Add separate src/util/CMakeLists.txt, other minor fixes (by kahrl)
      ab433775
  29. May 20, 2013
  30. Apr 25, 2013
  31. Apr 09, 2013
  32. Apr 05, 2013
  33. Mar 29, 2013
Loading