Releases: jrossignol/ContractConfigurator
Releases · jrossignol/ContractConfigurator
Contract Configurator 1.0.4
- Fixed requirements that were throwing errors when expressions used in targetBody.
- Fixed up some invalid warnings about not loading child CONTRACT_GROUP nodes.
Contract Configurator 1.0.3
- Waypoints now disappear once related contract requirements are met.
- More warnings for unexpected values in configuration (helps authors catch bugs).
- Add expression functions for selecting Celestial Bodies based on player progression.
- TargetDestroyed checks for target being marked as debris (thanks chlue).
- Can now use expressions in ORBIT nodes.
- Verified and recompiled against RemoteTech 1.6.4
- Fix PartModuleUnlockedRequirement that was always returning as met (thanks severedsolo).
- Fix validation for targetBody on some behaviours (thanks rhoark).
- Fix scenario where optional parameters weren't working as expected (thanks Valiant).
- Fix for negative timer values being displayed for count-down parameters (thanks Enceos).
- Fix/workaround for "ghost" issue from exceptions when spawning some vessels (thanks odin_spain).
- Fix for reflection load issue in CompleteContractRequirement when bad assemblies present (thanks Szara).
- Minor bug fixes.
Contract Configurator 1.0.2
- Fix for exception in SpawnPassengers (thanks Jed).
Contract Configurator 1.0.1
- KSP 1.0.2 fixes (CollectScience was broken by the update).
- SpawnKerbal and SpawnPassenger now support setting the Kerbal type and gender.
- Add Gender() method for expressions on Kerbals.
- Added autoAccept attribute to CONTRACT_TYPE (behaves like the stock World-Firsts record contracts).
- Added new ToLower and ToUpper string methods.
- Fixed default value for waypoint proximity trigger for VisitWaypoint.
- Fixed issues with expressions in WaypointGenerator behaviour.
- Fixed issue with waypoint distance calculation when not on the surface.
- Fixed boolean expressions to not try to convert values to a boolean early.
Contract Configurator 1.0.0
- Various fixes related to KSP 1.0.
- Deprecated parameters removed from stock in KSP 1.0 (some may get replacements in a future version of Contract Configurator).
- AltitudeRecord
- LaunchVessel
- BoardAnyVessel
- Added new AtLeast and AtMost set parameters.
- Added new None set parameter.
- Improve validation rules for unknown attributes/child nodes (helps modders track down issues more easily).
- Fix issue when reloading contracts within a hierarchy of contract groups.
- Fix issue when loading a save game with RemoteTech when a previously installed planet pack is uninstalled (thanks Svm420 and magico13).
- Pop up a warning dialog when a ScenarioModule fails to load (and prevent other ScenarioModules from also failing).
- Improve error messaging when failing on loading types from assemblies (thanks Vladthemad).
- Fix default value of index for VisitWaypoint parameter (thanks AlphaAsh).
- Remove obsolete parameters and attributes.
- Empty contract groups get highlighted yellow in debug window.
Contract Configurator 0.8.1 (1.0.0 RC2)
- Fix display of dynamic text (was broken by KSP 1.0).
Contract Configurator 0.8.0 (1.0.0 RC1)
- Support for KSP 1.0
- Deprecated parameters removed from stock (some will get replacements in a future version of Contract Configurator).
- AltitudeRecord
- LaunchVessel
- Added new AtLeast and AtMost set parameters.
- Added new None set parameter.
- Improve validation rules for unknown attributes/child nodes (helps modders track down issues more easily).
- Fix issue when reloading contracts within a hierarchy of contract groups.
- Fix issue when loading a save game with RemoteTech when a previously installed planet pack is uninstalled (thanks Svm420 and magico13).
- Pop up a warning dialog when a ScenarioModule fails to load (and prevent other ScenarioModules from also failing).
- Improve error messaging when failing on loading types from assemblies (thanks Vladthemad).
- Fix default value of index for VisitWaypoint parameter (thanks AlphaAsh).
- Various fixes related to KSP 1.0.
Contract Configurator 0.7.15
- Fix for re-loading passengers in tourism contracts (thanks karki and others).
Contract Configurator 0.7.14
- Expressions now work in child nodes (for WaypointGenerator and other behaviours that support it).
- Fix issues with fairness when generating contracts (should now give appropriate consideration to all contract packs).
- Fix errors in Tourism contract pack introduced by 0.7.13.
- Minor bug fixes.
Contract Configurator 0.7.13
- Fix exception when loading types from assemblies that have been improperly compiled (thanks SpacedInvader).