Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two #34

Merged
merged 6 commits into from
Aug 23, 2020
Merged

Two #34

merged 6 commits into from
Aug 23, 2020

Commits on Jul 6, 2020

  1. prevent an infinite loop

    The situation happens in force simulations when a point is horribly far (maybe because of a programming error, or because we set the wrong parameters on an experimental force). Then forceCollide calls quadtree(nodes, x,,y), which tries to cover by repeatedly doubling z=0. This ends up crashing the browser.
    Fil committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    f2133c7 View commit details
    Browse the repository at this point in the history
  2. crash test

    Fil committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    702ea2c View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. deliberate ES6 syntax

    (rationale: don't let people install @2 in a build system that will not alert them that we have moved to ES6, only to cause trouble with a later release.)
    Fil committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    c7baf2d View commit details
    Browse the repository at this point in the history
  2. link to v2

    Fil committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    ba5d353 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. prevent an infinite loop

    Fil authored Jul 27, 2020
    Configuration menu
    Copy the full SHA
    fdcf997 View commit details
    Browse the repository at this point in the history
  2. v2.0.0-rc.1

    Fil committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    5f83d1f View commit details
    Browse the repository at this point in the history