Plugin Manager #62
Labels
No milestone
No project
No assignees
3 participants
Due date
No due date set.
Dependencies
No dependencies set.
Reference: distok/cutthecord#62
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
WDYM by "plugin manager"?
Any option to enable/disable patches without having to compile (there are people like me who have never done it lol) and you have to restart to apply the changes or idk
The current design disallows patching things at runtime (since patches are by design things that need to be applied somewhere). You could investigate things with reflection, but I feel it's a large amount of work to do for little results...
And we didn't reach the part where we have to deal with the complexity of adding a new screen to toggle patches in the client..
As explained, this is sadly not very possible. I already am trying to move as many things as possible under /ctc commands, but many things (visual changes etc) simply cannot be moved that way.