Skip to content

Conversation

@Codenade
Copy link
Owner

@Codenade Codenade commented Aug 26, 2024

Closes #56

Changes in this PR

  • Show initial, intermediate and final values in processors section
  • Changed button text from 'Save' to 'Apply' in edit processor values section
  • Fixed a bug that caused ";;" to be left instead of ";" when a processor inbetween others was removed

Tasks

  • Make it look a bit nicer
  • Do something with Min/Max values or leave them
  • Cleanup
  • Documentation

Changed 'Save' to 'Apply' in edit processor values section
@Codenade Codenade added the enhancement New feature or request label Aug 26, 2024
@Codenade Codenade self-assigned this Aug 26, 2024
@Codenade Codenade linked an issue Aug 26, 2024 that may be closed by this pull request
foreach (var i in _intermediates)
{
if (idx == _intermediates.Length - 1)
originalValue = $"{ctx.control.GetMinValue()} {_action.ReadValueAsObject()} {ctx.control.GetMaxValue()}";
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do something with min/max values or leave them out.

@@ -1,11 +1,13 @@
using UnityEngine;
using System;
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rewrite removal mechanism to be index based.

@Codenade
Copy link
Owner Author

Waiting for the UITK based UI for performance reasons (see ksp2-inputbinder/uitk for progress).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Display the current input value for an axis

2 participants