TweakScale

TweakScale

1M Downloads

Cope with https://github.com/net-lisias-ksp/KSP-Recall/issues/73

Lisias opened this issue ยท 5 comments

commented

KSP Community Fixes's BetterEditorUndoRedo screwed up a fickle synchronization between CoRoutines that KSP-Recall (and, so, TweakScale) was relying on.

Issue net-lisias-ksp/KSP-Recall#73 updated the code to be more resilient, but that code is useless until clients are updated to use the new interface.

Since KSP-Recall has a fallback mechanism, it will be published first in the wild. TweakScale should follow some days later in order to allow people to update KSP-Recall before TweakScale.

commented

Implemented on 768fad9 .

Apparenlty it works, but need to be tested on KSP 1.12.x first.

commented

Well, in "vanilla" KSP 1.12.5, the change worked fine with KSP-Recall 0.4.1.0.

commented

KSP 1.12.5 with KSPCF and BetterEditorUndoRedo deactivated, ditto

commented

(note to my future self: used the beta branch on exctly this HEAD: 768fad9 )

commented

Brute forcing BetterEditorUndoRedo on the very same installment from the last post didn't changed the (good) behaviour of the new code.

So I'm closing this.