Skip to content
Snippets Groups Projects
  1. Oct 06, 2016
  2. Sep 09, 2016
  3. Aug 11, 2016
  4. Feb 11, 2016
  5. Jan 29, 2016
  6. Dec 19, 2015
  7. Dec 15, 2015
  8. Oct 14, 2015
  9. Sep 23, 2015
    • Loïc Blot's avatar
      Save and remove player by pointer · 596484da
      Loïc Blot authored
      Why doing things simple ? Use pointer instead of strings to save players and remove them.
      Saving players by name does a lookup to find pointer we already have ! Idem with removePlayer
      Also remove unused removePlayer(peer_id), it's never called
      596484da
  10. Jul 21, 2015
  11. Jul 18, 2015
  12. Jun 22, 2015
  13. Jun 15, 2015
  14. Jun 13, 2015
  15. 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
  16. May 27, 2015
  17. May 15, 2015
  18. 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
  19. Mar 19, 2015
  20. Mar 07, 2015
  21. Mar 05, 2015
  22. Mar 04, 2015
  23. Mar 03, 2015
  24. Feb 17, 2015
  25. Jan 19, 2015
  26. Nov 08, 2014
  27. Sep 21, 2014
  28. Jun 23, 2014
  29. Mar 12, 2014
  30. Dec 03, 2013
  31. Sep 10, 2013
  32. Aug 17, 2013
  33. Aug 14, 2013
  34. Aug 13, 2013
  35. Aug 07, 2013
Loading