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

Non-Mutating Vectors #731

Closed
wants to merge 6 commits into from
Closed

Non-Mutating Vectors #731

wants to merge 6 commits into from

Commits on Jan 21, 2024

  1. Experimental vector changes;

    - Removes temporary vectors.  All vectors are permanent now.  The
      temporary constructors still exist for compatibility, but they create
      permanent vectors.  Also removes lovr.math.drain.
    - All vector methods (except :set) return new vectors instead of
      mutating.  This makes some methods vestigial/weird, like
      :add/sub/mul/div and matrix "initializers" like
      :identity/:fov/:perspective/:ortho/:lookAt/:target/:reflect.
    bjornbytes committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    cc426d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7d4801 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a30a008 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0a7d44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    072f712 View commit details
    Browse the repository at this point in the history
  6. rm unused Pool struct;

    bjornbytes committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    f9f627c View commit details
    Browse the repository at this point in the history