Skip to content

Releases: jrossignol/ContractConfigurator

Contract Configurator 1.28.0

18 Oct 03:58
fa240b3
Compare
Choose a tag to compare
  • Support for KSP 1.8

Contract Configurator 1.27.1

29 Dec 05:50
Compare
Choose a tag to compare
  • Improved performance of WaypointGenerator's RANDOM_WAYPOINT_NEAR when the min/max distances are very close to each other.
  • Fixed issue where too many waypoints can get generated by WaypointGenerator when count > 1.
  • Renable backwards compatibility to KSP 1.4.5.

Contract Configurator 1.27.0

21 Dec 05:12
Compare
Choose a tag to compare
  • Recompile for KSP 1.6.0
  • Added actual and vacuum delta-vee to ReachState.
  • Added Expansion requirement.
  • Added LAUNCH_SITE sub-node to WaypointGenerator behaviour.
  • Added support for LaunchSite class in expressions.
  • Added OtherKerbinBiomes() function to return biomes like Baikerbanur biomes.
  • Fixed Biome functions to correctly distinguish between KSC biomes and other collider based biomes.
  • Fixed issue with sub-parameters sometimes showing as met when they shouldn't.
  • Clarified error message when SpawnPassengers is omitted from a contract that requires it.

Contract Configurator 1.26.0

06 Dec 04:58
Compare
Choose a tag to compare
  • Recompile for KSP 1.5.1
  • Updated to work with RemoteTech 1.8.13+ (thanks PiezPiedPy).
  • Added trig functions to expression langugage (thanks VaPal).
  • Invalid Celestial Bodies constants no longer throw an error on parsing (improves overall support for planet packs that remove/rename planets).
  • Fixed a bug that prevented casting from string to ExperienceTrait.
  • Fixed an issue affecting CollectScience and biomes with spaces (thanks mpharoah).

Contract Configurator 1.25.0

16 Apr 03:46
Compare
Choose a tag to compare
  • Added ExperienceTrait to parser.
  • Kerbal.ExperienceTrait now returns an ExperienceTrait instead of a localised string.
  • Increased max active contract multiplier slider maximum from 2.0 to 8.0.
  • Support for RemoteTech 1.8.10.3 (thanks wraithan).

Contract Configurator 1.24.4

05 Apr 03:48
Compare
Choose a tag to compare
  • Properly work around stock bug.

Contract Configurator 1.24.3

02 Apr 19:47
Compare
Choose a tag to compare
  • Proper fix for last release (thanks Warezcrawler).

Contract Configurator 1.24.2

02 Apr 15:31
Compare
Choose a tag to compare
  • Workaround for stock bug #18267 (contract parameters creating extra messages on completion).

Contract Configurator 1.24.1

30 Mar 15:17
Compare
Choose a tag to compare
  • Recompile against KSP 1.4.2
  • Re-enabled RemoteTech and Kerbal Konstructs integration for KSP 1.4.x.
  • Fix error message when despawning spawned Kerbals (thanks steve_v).
  • Added a warning message when validation errors prevent a DATA_EXPAND node from being parsed (thanks gyf1214).
  • Fixed NRE when checking progress nodes (thanks DocMop).
  • Fixed issue with duplicate assembly warning showing up when it shouldn't (thanks Gordon Dry).
  • Fixed some issues with handling of newlines in config nodes (thanks inigma).
  • Use case insensitive string comparison when loading celestial bodies in saved expressions (thanks gyf214).

Contract Configurator 1.24.0

12 Mar 05:52
Compare
Choose a tag to compare
  • Recompile for KSP 1.4.0
  • Added back MODULE checks in simple version of PartValidation (thanks chrisl).
  • Support RemoteTech 1.8.9 (thanks vader111).
  • Read date/time information from dateTimeFormatter (thanks Aelfhe1m).