-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #335 from BUTR/dev
v2.8.1
- Loading branch information
Showing
43 changed files
with
173 additions
and
184 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ jobs: | |
runs-on: windows-latest | ||
steps: | ||
- name: Tests Setup | ||
uses: butr/actions-tests-setup@v1.5.6 | ||
uses: butr/actions-tests-setup@v1 | ||
with: | ||
github-token: ${{secrets.GITHUB_TOKEN}} | ||
|
||
|
@@ -71,7 +71,7 @@ jobs: | |
shell: pwsh | ||
|
||
- name: ReportGenerator | ||
uses: danielpalme/[email protected].19 | ||
uses: danielpalme/[email protected].22 | ||
with: | ||
reports: '*.xml' | ||
targetdir: 'coveragereport' | ||
|
@@ -86,7 +86,7 @@ jobs: | |
path: coveragereport | ||
|
||
- name: Upload ReportGenerator to CodeCov | ||
uses: codecov/[email protected].1 | ||
uses: codecov/[email protected].4 | ||
with: | ||
token: ${{secrets.CODECOV_TOKEN}} | ||
file: coveragereport/Cobertura.xml | ||
|
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 |
---|---|---|
|
@@ -38,7 +38,7 @@ jobs: | |
runs-on: windows-latest | ||
steps: | ||
- name: Tests Setup | ||
uses: butr/actions-tests-setup@v1.5.6 | ||
uses: butr/actions-tests-setup@v1 | ||
with: | ||
github-token: ${{secrets.GITHUB_TOKEN}} | ||
steam-login: ${{secrets.STEAM_LOGIN}} | ||
|
@@ -77,7 +77,7 @@ jobs: | |
shell: pwsh | ||
|
||
- name: ReportGenerator | ||
uses: danielpalme/[email protected].19 | ||
uses: danielpalme/[email protected].22 | ||
with: | ||
reports: 'coverage_butterlib_stable_debug.xml;coverage_butterlib_stable_release.xml;coverage_butterlib_impl_stable_debug.xml;coverage_butterlib_impl_stable_release.xml;coverage_butterlib_impl_beta_debug.xml;coverage_butterlib_impl_beta_release.xml;' | ||
targetdir: 'coveragereport' | ||
|
@@ -92,7 +92,7 @@ jobs: | |
path: coveragereport | ||
|
||
- name: Upload ReportGenerator to CodeCov | ||
uses: codecov/[email protected].1 | ||
uses: codecov/[email protected].4 | ||
with: | ||
token: ${{secrets.CODECOV_TOKEN}} | ||
file: coveragereport/Cobertura.xml | ||
|
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
butterlib.butr.link |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- name: Overview | ||
href: Overview.md | ||
|
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- name: Overview | ||
href: Overview.md | ||
|
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- name: Overview | ||
href: Overview.md | ||
|
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,20 +1,5 @@ | ||
### [``AccessTools2``](xref:Bannerlord.ButterLib.Common.Helpers.AccessTools2) | ||
Gives the ability to get a ``Delegate`` from a method. | ||
|
||
### [``SymbolExtensions2``](xref:Bannerlord.ButterLib.Common.Helpers.SymbolExtensions2) | ||
|
||
|
||
### [``AlphanumComparatorFast``](xref:Bannerlord.ButterLib.Common.Helpers.AlphanumComparatorFast) | ||
Alphanumeric sort. This sorting algorithm logically handles numbers in strings. It makes sense to humans. | ||
|
||
### [``ApplicationVersionUtils``](xref:Bannerlord.ButterLib.Common.Helpers.ApplicationVersionUtils) | ||
### [``ApplicationVersionComparer``](xref:Bannerlord.ButterLib.Common.Helpers.ApplicationVersionComparer) | ||
|
||
|
||
### [``ElegantPairHelper``](xref:Bannerlord.ButterLib.Common.Helpers.ElegantPairHelper) | ||
|
||
|
||
### [``LocalizationHelper``](xref:Bannerlord.ButterLib.Common.Helpers.LocalizationHelper) | ||
A number of useful methods to work with [``TextObjects``](xref:TaleWorlds.Localization.TextObject) for easier and more efficient localization. | ||
|
||
### [``ModuleInfoHelper``](xref:Bannerlord.ButterLib.Common.Helpers.ModuleInfoHelper) | ||
|
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- name: Overview | ||
href: Overview.md | ||
|
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,7 +1,7 @@ | ||
- name: Extensions | ||
href: Extensions/ | ||
href: Extensions/toc.yml | ||
homepage: Extensions/Overview.md | ||
|
||
- name: Helpers | ||
href: Helpers/ | ||
href: Helpers/toc.yml | ||
homepage: Helpers/Overview.md |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- name: Overview | ||
href: Overview.md | ||
|
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- name: Overview | ||
href: Overview.md | ||
|
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- name: Overview | ||
href: Overview.md | ||
|
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- name: Overview | ||
href: Overview.md | ||
|
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- name: Overview | ||
href: Overview.md | ||
|
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,6 +1,4 @@ | ||
- name: Dependency Injection | ||
href: DependencyInjection/toc.yml | ||
homepage: DependencyInjection/Overview.md | ||
- name: Logging | ||
href: Logging/toc.yml | ||
homepage: Logging/Overview.md |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- name: Overview | ||
href: Overview.md | ||
|
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- name: Overview | ||
href: Overview.md | ||
|
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,41 +1,32 @@ | ||
- name: Development | ||
href: Development/ | ||
homepage: Development/Overview.md | ||
href: Development/toc.yml | ||
|
||
- name: AssemblyVerifier | ||
href: AssemblyVerifier/ | ||
homepage: AssemblyVerifier/Overview.md | ||
href: AssemblyVerifier/toc.yml | ||
|
||
- name: Common | ||
href: Common/toc.yml | ||
|
||
- name: DelayedSubModule | ||
href: DelayedSubModule/ | ||
homepage: DelayedSubModule/Overview.md | ||
href: DelayedSubModule/toc.yml | ||
|
||
- name: CampaignIdentifier | ||
href: CampaignIdentifier/ | ||
homepage: CampaignIdentifier/Overview.md | ||
href: CampaignIdentifier/toc.yml | ||
|
||
- name: DistanceMatrix | ||
href: DistanceMatrix/ | ||
homepage: DistanceMatrix/Overview.md | ||
href: DistanceMatrix/toc.yml | ||
|
||
- name: HotKeys | ||
href: HotKeys/ | ||
homepage: HotKeys/Overview.md | ||
href: HotKeys/toc.yml | ||
|
||
- name: MBSubModuleBaseExtended | ||
href: MBSubModuleBaseExtended/ | ||
homepage: MBSubModuleBaseExtended/Overview.md | ||
href: MBSubModuleBaseExtended/toc.yml | ||
|
||
- name: Optional | ||
href: Optional/toc.yml | ||
|
||
- name: SaveSystem | ||
href: SaveSystem/ | ||
homepage: SaveSystem/Overview.md | ||
href: SaveSystem/toc.yml | ||
|
||
- name: SubModuleWrappers | ||
href: SubModuleWrappers/ | ||
homepage: SubModuleWrappers/Overview.md | ||
href: SubModuleWrappers/toc.yml |
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.