Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove obsolete ui_helper component #823

Merged
merged 2 commits into from Dec 8, 2017
Merged

remove obsolete ui_helper component #823

merged 2 commits into from Dec 8, 2017

Conversation

commy2
Copy link
Contributor

@commy2 commy2 commented Dec 7, 2017

When merged this pull request will:

  • remove a component that does nothing in A3

This component was meant for TKOH to work around some kind of initialization problem. Since CBA_A3 is not compatible with TKOH, this can be removed.
Otherwise it's used by the fleximenu to #include the dik codes. That's not needed either, because they can just be included directly.

@commy2 commy2 added the Cleanup label Dec 7, 2017
@PabstMirror
Copy link
Contributor

If we do drop a PBO, we need to be very clear in the next update that people need to delete or there will be old pbo key problems

@commy2
Copy link
Contributor Author

commy2 commented Dec 7, 2017

Steam does delete it correctly, or not?

@PabstMirror
Copy link
Contributor

I think so

@commy2
Copy link
Contributor Author

commy2 commented Dec 7, 2017

Then a warning with the changelog / release notes should be good.

@@ -11,6 +11,9 @@ class CfgPatches {
version = VERSION;
authors[] = {"Dr Eyeball", "commy2"};
};

// Backwards compatibility
class cba_ui_helper: ADDON {author = "";};
Copy link
Member

Choose a reason for hiding this comment

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

Why not just inherit author? It's set to CBA anyways.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This prevents the credits line stuff from the help component to show up this removed component from time to time. Same is done for other bwc CfgPatches entries like the four aliases of XEH.

Copy link
Member

Choose a reason for hiding this comment

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

Oh I see, time to do that in ACRE... :P
Thanks!

@commy2 commy2 added this to the 3.5.1 milestone Dec 8, 2017
@commy2 commy2 merged commit ed062de into master Dec 8, 2017
@commy2 commy2 deleted the remove-ui-helper branch December 8, 2017 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants