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

random() script bindings #570

Merged
merged 11 commits into from
Sep 2, 2023
Merged

random() script bindings #570

merged 11 commits into from
Sep 2, 2023

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    94dd1f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9ac996 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Configuration menu
    Copy the full SHA
    d8c77b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e63712d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe87039 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e5e616 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    141a45f View commit details
    Browse the repository at this point in the history
  6. script: Treat numbers and vectors as truthy

    Number 0 and vector(0,0,0) are debatable but at  this time it feels
    clearer to use the truthy / falsy to distinguish between null and
    non-null values.
    BastianBlokland committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    b7789bc View commit details
    Browse the repository at this point in the history
  7. script: Update tests

    BastianBlokland committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    dd64a79 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    448d2db View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6081ba0 View commit details
    Browse the repository at this point in the history