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

Add missing public getters and setters to various classes #286

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

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    9a75a1b View commit details
    Browse the repository at this point in the history
  2. Add plClothingItem::getNumElements

    Although there were already methods for getting, changing, adding, and
    removing elements, they couldn't be used safely from outside
    plClothingItem, because there was no way to get the number of elements,
    which is necessary to know which indices are valid for these methods.
    dgelessus committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    fa21114 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fac32e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2001578 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c1ceef4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b5b2171 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d42074a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8ae6575 View commit details
    Browse the repository at this point in the history