Skip to content
Snippets Groups Projects
  1. Sep 21, 2016
  2. Sep 19, 2016
  3. Sep 17, 2016
    • paramat's avatar
      Register.lua: Throw error if node 'light_source' > core.LIGHT_MAX · 3aefa5d3
      paramat authored
      Add 'core.LIGHT_MAX = 14' to builtin/game/constants.lua with the intention
      to replace misplaced 'default.LIGHT_MAX = 14' in Minetest Game.
      Add comment in light.h requiring the constant be changed in both places.
      Add lighting bug warning to note in lua_api.txt.
      There are hundreds of mod uses of 15 which causes a lighting bug.
      3aefa5d3
  4. Sep 15, 2016
  5. Sep 14, 2016
  6. Sep 13, 2016
  7. Sep 12, 2016
  8. Sep 09, 2016
  9. Sep 08, 2016
  10. Aug 30, 2016
  11. Aug 29, 2016
  12. Aug 27, 2016
  13. Aug 26, 2016
    • paramat's avatar
      Camera: Higher frequency limit for view/hand bobbing and footsteps · fb20b451
      paramat authored
      Rebased and tuned version of Calinou's original pull request.
      
      'm_view_bobbing_speed' controls the frequency of view bobbing,
      hand bobbing and footsteps, it was limited to a maximum of 40 (walking
      frequency) so did not increase if player speed was modified by a
      'speed buff', a sprinting mod or modified in .conf or advanced
      settngs.
      
      This commit raises the limit to 70 which is suitable for sprinting.
      fb20b451
Loading