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

Enhance table.Copy #2036

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Enhance table.Copy #2036

wants to merge 8 commits into from

Commits on Dec 9, 2023

  1. Enhance table.Copy

    Added arguments fullCopy and noMeta, made it error if the first argument isn't a table, improved the comment, and a few other changes.
    
    fullCopy will make the function copy Vector and Angle objects
    noMeta will ignore the metatable of the given table
    Zaurzo authored Dec 9, 2023
    Configuration menu
    Copy the full SHA
    629f3db View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Fix a few things

    - Edge case for colors not being given the Color metatable is noMeta is on
    - Fix fullCopy ignoring values that aren't Vectors or Angles
    Zaurzo authored Dec 10, 2023
    Configuration menu
    Copy the full SHA
    3f764b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16637e4 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    5211f3b View commit details
    Browse the repository at this point in the history
  2. fullCopy -> copyVecAng

    Zaurzo authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    f65a4d8 View commit details
    Browse the repository at this point in the history
  3. Improve comment

    Zaurzo authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    5197e1a View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. VMatrix support

    Zaurzo authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    3078dab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e7c5e7 View commit details
    Browse the repository at this point in the history