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

LootTable improvements (cloning, memory, allItems accuracy) #310

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

Conversation

themrrobert
Copy link
Contributor

@themrrobert themrrobert commented Oct 16, 2022

Description:

Fixes issues where LootTable.clone() doesn't actually deep-clone, so if you want to make adjustments to LootTables, it's a much trickier prospect.

Also, if a sub-table changes after it's add()'d then the LootTable.allItems will be incorrect

This fixes those issues, and also removes the need to cache allItems which is a small memory improvement.

Changes:

  • allItems is now a getter, so that it is always accurate.

  • LootTable.clone() now properly clones the LootTable

  • Added unit tests

  • I have tested all my changes thoroughly.

@themrrobert themrrobert changed the title LootTable improvements LootTable improvements (cloning, memory, allItems accuracy) Oct 16, 2022
@gc gc added the stale label Oct 18, 2022
@themrrobert themrrobert force-pushed the loottable-improvements branch from eb87c44 to 6648ee5 Compare November 9, 2022 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy