-
Notifications
You must be signed in to change notification settings - Fork 150
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
WIP - CBA - use PREPMAIN() instead of CfgFunctions #1338
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The downside is that PREPMAIN functions will be not visible in function viewer.
Upside will be that we can trim the header residue of both PREP and PREPMAIN after this is done and merged. |
ref #1111 |
What Pabst said is a true concern and I don't know how to go about it (I will do the rest anyway for now). |
with current setup, I can start ace and then then disable compile cache as I need for each addon so I find this more restrictive |
This is not done, pabst. The recompiling stuff is not implemented. |
@PabstMirror You may test again now. |
for just about every ace func, |
OK -.- |
ace's prep is changed from cba
|
Okay, that explains it. I will change it in ACE. |
spam should be fixed now. Adds Any other issues with this? |
Test |
Tested with following addons: When |
When merged this pull request will:
title
allows recompiling with the PREP stuff, not the BI CfgFunctions stuff
functions may not be available in other components in preInit
CBA_fnc_isRecompileEnabled is compiled twice?