Skip to content
Snippets Groups Projects
  1. Jun 21, 2015
  2. Jun 20, 2015
  3. Jun 18, 2015
  4. Jun 17, 2015
  5. Jun 16, 2015
  6. Jun 15, 2015
  7. Jun 14, 2015
  8. Jun 13, 2015
  9. Jun 12, 2015
  10. Jun 11, 2015
  11. Jun 09, 2015
  12. 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
  13. Jun 03, 2015
  14. 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
    • est31's avatar
      Nicer time setting logging · b8a8be9c
      est31 authored
      Now logs
      
      ACTION[ServerThread]: player sets time to 6:03
      
      instead of
      
      ACTION[ServerThread]: player sets time to 6:3
      b8a8be9c
Loading