1. 21 Jan, 2016 2 commits
  2. 15 Jan, 2016 1 commit
  3. 12 Jan, 2016 3 commits
  4. 11 Jan, 2016 2 commits
  5. 07 Jan, 2016 1 commit
  6. 06 Jan, 2016 5 commits
  7. 05 Jan, 2016 2 commits
  8. 04 Jan, 2016 8 commits
  9. 03 Jan, 2016 7 commits
  10. 02 Jan, 2016 5 commits
  11. 26 Dec, 2015 1 commit
    • Explorer09's avatar
      Change variable 'dot' to avoid division by reciprocal. · d56bcd8e
      Explorer09 authored
      The variable 'dot' in GraphMeterMode_draw now means "maximum number of
      dots per value (column) in graph". The old meaning was "amount of value
      that is to be represented by a dot" and was always a fraction. Due to
      a limitation in floating point computing, if GRAPH_HEIGHT were not a
      power of 2, then rounding errors will occur on numbers like (1.0/3).
      (Currently GRAPH_HEIGHT is 4 and so no precision loss.) 'dot' was used
      as a divisor, and it's "division by a reciprocal". We change that to
      simple multiplication.
      d56bcd8e
  12. 24 Dec, 2015 3 commits