Releases: jrossignol/ContractConfigurator
Releases · jrossignol/ContractConfigurator
Contract Configurator 0.7.2
- Fix zero orbit period bug (thanks SpaceNomad).
Contract Configurator 0.7.1
- Better support for spawning landed Kerbals in SpawnKerbal.
- SpawnKerbal now supports PQS offsets.
- HasCrew improvements: moved to delegate system, add support for requiring a specific Kerbal.
- Added support for Duration datatype in expressions.
- Expression support for SpawnKerbal and WaypointGenerator behaviours.
- Improvements to location debug window.
- Support for notes in most contract parameters.
- Weight in contract types now only applies within a contract group, and all contract groups are given equal preference. This means that one contract group (or contract pack) can't cause contract starvation in another group.
- Fix NullReferenceException when using TextGen without an agent specified (thanks AppoloFunghi).
- Fix broken completeInSequence attribute.
- Minor bug fixes.
Contract Configurator 0.7.0
- Support for expressions in config nodes.
- All config node attributes can now contain expressions (see wiki for syntax details).
- Added special expression function/methods for Vessel
- Added special expression function/methods for CelestialBody
- Added special expression function/methods for Kerbal (ProtoCrewMember)
- Added special expression function/methods for Lists
- Added special expression function/methods for Enumerations
- New debugging window feature - contract balancing mode.
- Added HasCrewCapacity parameter.
- Added VesseLDestroyed parameter.
- Added SpawnPassenger behaviour.
- Added version check to contract groups.
- Major changes to CollectScience parameter.
- WaypointGenerate now supports a PQS offset - allows setting waypoint using a special offset from the PQSCity location.
- Added minTerrainAltitude and maxTerrainAltitude to ReachState.
- Fixed HasAntenna to work with omnis without having activeVessel attribute set (thanks Eiktyrner).
- Clean up "Input is null" warning messages from stock.
- Lots and lots of minor bug fixes.
Contract Configurator 0.6.90
pre-release build.
Contract Configurator 0.6.7
- Added support for completeInSequence attribute (all parameters).
- The state of vessel parameters may now be "transferred" via EVA Kerbals. This allows a ship to land on the Mun, have the Kerbal EVA from the ship to a new ship, and have the new ship still complete the "land on Mun" parameter.
- Minor bug fixes.
Contract Configurator 0.6.6
- Changed to MIT license.
- Performance fixes for stock contracts app (mainly affects contracts with lots and lots of parameters.
- Bundled MiniAVC (1.0.3).
- Minor bug fixes.
Contract Configurator 0.6.5
- Fix rare NullReference exception on VesselParameter save (thanks cupe).
- Fix Sun and Mun appearing as simply "the" in some parameters (thanks Invader Myk).
Contract Configurator 0.6.4
- Replace buggy stock ReachSpace parameter with a custom one (thanks Yemo and SETI users).
- Fix NullRef issue when using PartModule in PartValidation (thanks Yemo and SETI users).
- Better reporting on RemoteTech version mismatch issues.
- Fixed issues with dependency version check code.
Contract Configurator 0.6.3
- Fixed bad exception on loading from previous broken release.
Contract Configurator 0.6.2
- New exception handling for contract load/save prevents KSP from borking up the whole contract system.
- Fixed issue where VisitWaypoint title didn't show up in mission control.
- Fixed issue where doing a module manager reload can fail some active contracts (thanks Samapico).
- Minor bug fixes.