-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes to R2API's ContentPack System (#338)
* ArtifactCodeAPI changes * Added hide in inspector attribute to ArtifactCompounds list * Added a header with the constant that says how to find a list of accepted vanilla compound values- * Added R2API Content Manager * Removed comments, added logger messages, modified UnlockableAPI. * Cleaned code. * Fixed typo and version issue * Added check to ensure there isnt an asset with whitespace, empty, or null as its name * Made LoadROR2ContentEarly public, Added Public methods to R2APIContentManager * Added missing documentation. * Made it so ContentPacks can opt out from r2api loading the pack automatically. * code cleanup * Moved content related classes to R2APIContentManagment, fixed typos and issues. * Fixed silent letter typo * Marked a bunch of classes & methods as obsolete * fixed another "entires" typo * Added ContentAdditionHelpers Also removed AddContent() and AddentityState() from R2APIContentManager * Added missing documentation * Added CatalogBlockers * updated obsolete messages to redirect to the ContentAdditionHelpers * Moved 3.x changelogs to archived, Added my PR to the readme
- Loading branch information
Showing
37 changed files
with
1,708 additions
and
644 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
using System; | ||
using R2API.Utils; | ||
using R2API.Utils; | ||
using System; | ||
using UnityEngine; | ||
using Xunit; | ||
|
||
|
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
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.