Skip to content

Releases: KSP-RO/ContractConfigurator

v2.4.0 for KSP 1.12

07 Apr 18:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0.0...v2.4.0.0

2.3.0 for KSP 1.12

02 Apr 22:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.2.0...v2.3.0

2.2.2 for KSP 1.12

08 Jan 15:14
Compare
Choose a tag to compare

What's Changed

  • Fix HasCrew misbehaving inside a VPG by @siimav in #5

2.2.1 for KSP 1.12

23 Nov 12:06
Compare
Choose a tag to compare

What's Changed

  • Reenable changing active contracts multipier by @phillo3 in #4

Full Changelog: v2.2.0.0...v2.2.1.0

2.2.0 for KSP 1.12.3

16 Sep 21:11
Compare
Choose a tag to compare

What's Changed

  • Add resetChildrenWhenVesselDestroyed parameter to VesselParameterGroup by @siimav in #3
  • Possible fix for logspam reported in #1
  • Add continuous integration (GitHub Actions) by @siimav and @StonesmileGit in #2

Full Changelog: 2.1.4...v2.2.0.0

2.1.4 for KSP 1.8+

05 Aug 04:39
Compare
Choose a tag to compare
  • Return to legacy behavior for CelestialBody names when used without a function; Name() will report the actual name and DisplayName() the Lingoona-decorated name as in 2.1.3 however. This should preserve legacy contract behavior while still allowing Lingoona formatting going forward.
  • Change last remaining uses of CurrencyModifierQuery that didn't go through RunQuery

2.1.3 for KSP 1.8+

30 Jul 04:27
Compare
Choose a tag to compare
  • Fix an issue with AcceptContract and tags when the contract itself has the tag.
  • Default to old style Kerbal/CelestialBody name usage unless DisplayName() is used (or FirstName() or LastName() for Kerbals).

Contract Configurator 2.1.2 for KSP 1.8+

29 Jul 08:16
Compare
Choose a tag to compare
  • Fix compatibility with versions of KSP prior to 1.10.

Contract Configurator 2.1.1

26 Jul 06:08
Compare
Choose a tag to compare
  • Fix Tag handling in accept/complete contract requirement

Contract Configuration 2.1.0

25 Jul 05:55
Compare
Choose a tag to compare
  • Now supports non-RP-1 use
  • Adds support for accept/complete contract requirement checks using tag instead of contract type. You can define tag in the contract cfg and then use tag = <that> in any accept/complete requirement to match against all contracts of the matching tag.