Skip to content
Snippets Groups Projects
  1. Jun 16, 2015
  2. Jun 15, 2015
  3. Jun 14, 2015
  4. Jun 13, 2015
  5. Jun 12, 2015
  6. Jun 11, 2015
  7. Jun 09, 2015
  8. 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
  9. Jun 03, 2015
  10. Jun 02, 2015
  11. Jun 01, 2015
  12. May 31, 2015
    • est31's avatar
      Mapblock: nodecount refactor · 06a2eee6
      est31 authored
      Spare direct multoplication, use constant MapBlock::nodecount instead of
      local nodecount variables.
      
      Also use strides at one place instead of multiplications.
      06a2eee6
  13. May 30, 2015
  14. May 29, 2015
  15. May 28, 2015
    • Kahrl's avatar
      Fix typo in variable name · 0f15488e
      Kahrl authored
      0f15488e
    • 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 26, 2015
  18. May 24, 2015
    • est31's avatar
      Small clientiface ASCII art improvements · 6b7fb591
      est31 authored
      Use v arrows except where there is only one line between two boxes,
      and other improvements
      (Yea could use ↓ but its an ASCII art not an Unicode art).
      6b7fb591
Loading