Skip to content

2.5.0

Compare
Choose a tag to compare
@Idhrendur Idhrendur released this 22 Sep 14:38
· 1672 commits to master since this release
05eb136
Governorship conversion part I (#322) #minor

* Create Governorship.cs

* Create GovernorshipTests.cs

* Jobs

* Create governorMappings.txt

* new Jobs constructor

* read jobs from save

* Region to title mapping

* Update commonItems.NET

* Update World.cs

* InitializeFromGovernorship

* ImportImperatorGovernorship

* Update Title.cs

* Province mapping improvement

* Update province_mappings.txt

* LandedTitles.LinkCapitals

* Governorship conversion polishing

* Governorship loc fixes

* PR tweaks

* Fix governorship loc for PRY, SEL, MRY

* PR tweak

* Naming tweaks

* New tests for TagTitleMapper

* TitleCanBeMatchedFromGovernorship test

* Remove unused field

* LocBlockCanBeCopyConstructed test

* CapitalsAreLinked test

* Fix uodating from other title

* Null checks

* Remove redundant parentheses

* Extract locak function

* Move county holder caching out of OverWriteCountiesHistory

* Reverse condition

* Fix build