Skip to content

Releases: jrossignol/ContractConfigurator

Contract Configurator 1.11.4

05 May 18:12
Compare
Choose a tag to compare
  • Clean up some "Input is null" errors/warnings.
  • Deprecated VesselParameterDelegator.
  • Remove support for ancient versions of Module Manager.

Contract Configurator 1.11.3

30 Apr 19:14
Compare
Choose a tag to compare
  • Revert additional check added in 1.11.0 that broke PartModuleTypeUnlocked (thanks KnotaiG).
  • Work around upgrade issue with ReachSpecificOrbit (thansk Tossy64).

Contract Configurator 1.11.2

30 Apr 14:57
Compare
Choose a tag to compare
  • Recompile against KSP 1.1.2.
  • Possible fix to PartModuleUnlockedRequirement (thanks AccidentalDisassembly).
  • Fixed exception when generating autoAccept contracts.

Contract Configurator 1.11.1

29 Apr 02:05
Compare
Choose a tag to compare
  • Update to KSP 1.1.1 (release to make CKAN happy).
  • Compile to latest dev RemoteTech.

Contract Configurator 1.11.0

28 Apr 18:56
Compare
Choose a tag to compare
  • Performance fixes and improved caching of biome data.
  • Duration values can now be used in arithmetic and comparisons in expressions.
  • Added Duration.ToDouble() and Duration().
  • Added Vessel.MET().
  • Fixed issue with vessel re-assignment on undock (thanks chrisl).
  • Improved contract window text when tracking vessels in a VesselParameterGroup.
  • Improved API for requirement saving/loading.
  • Add proper error handling to PartModuleTypeUnlocked.
  • Added ReachSpecificOrbit.displayNotes back in (thanks severedsolo).
  • Fixed so orbits for offered contract show up in the tracking station and NOT in flight.
  • Minor bug fixes.

Contract Configurator 1.10.4

21 Apr 16:47
Compare
Choose a tag to compare
  • Fixed RemoteTech exceptions (thanks HaArLiNsH, Dtgnoome and Sidelia).

Contract Configurator 1.10.3

21 Apr 03:16
Compare
Choose a tag to compare
  • Fixed contract "flickering" on RemoteTech contracts (thanks Razorfang).
  • Fixed problems with SCANsat contracts (thanks Torih).
  • Fixed issues with child requirements not getting properly propagated to offered contracts.
  • Fixed disabling of contract requirements in debug menu (the contract would appear then immediately disappear).

Contract Configurator 1.10.2

20 Apr 03:24
Compare
Choose a tag to compare
  • Re-enabled RemoteTech support.
  • Fixed exception on requirement load of SCANsatLocationCoverage (thanks wizisi2k).
  • Properly fixed contract "flickering" in mission control.

Contract Configurator 1.10.1 (KSP 1.1)

30 Mar 21:42
Compare
Choose a tag to compare
  • Fixed exception on requirement load of FundsRequirement (thanks EldrinFal).

Contract Configurator 1.10.0 (KSP 1.1)

30 Mar 03:04
Compare
Choose a tag to compare
  • Support for KSP 1.1.
  • Contract requirements are now saved to persistence file (fixes issues with "flickering" contracts in mission control).
  • Added VesselValidRequirement to check if a vessel identifier is valid throughout the life of a contract.
  • Added support for PQSCity in expressions.
  • Added CelestialBody.PQSCities().
  • Fixed backwards compatibility on uniqueness checks (thanks eberkain).
  • Fixed edge case for VesselParameterGroup and completeInSequence (thanks NathanKell and stratochief).
  • Fixed problem with loading pqsCity and targetBody out of order in WaypointGenerator (thanks severedsolo).