-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct set analysis tech entry behavior breaking change (#504)
* Correct functionalities change to SetAnalysisTechEntry * Change Lists to HashSets to prevent useless duplicates being added. * Correct Timing issue that would remove the items AnalysisTech if the item had a CompoundTech. * Reimplement lost functionality removed by my failure to properly review ALL aspects of the ScannerGadget PR. * Change require analysistech causing fail to auto create one instead like before. Fix: Corrected removals timing Doc: Added more notes to describe the why things are where they are. Doc: Added notes on methods that modify instead of replace even if the name is horrible and makes you think they should replace.
- Loading branch information
1 parent
6816548
commit 718fb56
Showing
3 changed files
with
117 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.