Releases: KSP-RO/ContractConfigurator
Releases · KSP-RO/ContractConfigurator
Contract Configurator RO Edition 2.0.0
KSP-RO team changes
- Modified to specifically support RP-1 - WILL NOT WORK OTHERWISE (but fixed in next version)
- Optimize contract requirement checks.
- Fix Active state checks in ContractType.
- Don't save no-longer-needed data in completed contracts.
- Fix ResourceConsumptionChecker to support changes in part count in flight.
- Allow not changing contract rewards based on target body.
- Only allow RP-1 contracts when RP-1 is installed.
Changes never released in main repo
- Added DisplayName() methods to kerbals and celestial bodies to enable Lingoona extensions by @SteveBenz
- Added Add FirstName and LastName methods to Kerbal.
- Fix Linux compilation issue by @MacGyverNL
- Allow PNG/DSS to be auto-detected correctly in dialog boxes
v1.31.0 for KSP 1.10+
Contains the following optimizations:
- Omit DOCKED_SUB_VESSEL nodes from sfs for completed contracts (jrossignol#713)
- Optimize contract requirement checks (jrossignol#710)
- Optimize CompleteContractRequirement for active contracts where it can never return to false again (jrossignol#711)