-
Notifications
You must be signed in to change notification settings - Fork 740
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
Add SQFC support #8235
Add SQFC support #8235
Conversation
Issue with variable assignment assembly has been fixed. dedmen/ArmaScriptCompiler@1999555 That should fix |
P:/z/ace/addons/common/functions/fnc_getMapGridData.sqfc doesn't compile because of Could script compiler handle those as "positive infinity"? |
@PabstMirror |
Although it just occurred to me that might be what you meant, I think it should be possible to compile the infinity values since they must be informationally represented somehow when they appear in engine 🤔 |
I think this is ready |
@@ -0,0 +1,18 @@ | |||
{ | |||
"inputDirs": [ | |||
"P:/z/ace/addons/" |
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.
Can this not take relative directory?
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.
dedmen/ArmaScriptCompiler#8 saidly no, or atleast not yet
|
Co-authored-by: jonpas <[email protected]>
Adds sqfc.json which controls which files gets compiled and what is required, for now using setup p:
old fixed bugs
[ACE] (common) ERROR: Setting [ace_zeus_zeusAscension] - value type [BOOL] is unknown - []
[ACE] (common) ERROR: Setting [ace_advanced_ballistics_bulletTraceEnabled] - value type [BOOL] is unknown - []
Error in expression < "barStatement"));
(_finalArray select 4) set [0, _barStatement];
};>
Error position: <select 4) set [0, _barStatement];
};>
Error Zero divisor
File /z/ace/addons/arsenal/functions/fnc_compileStats.sqf..., line 110
Error in expression <de = _long;
};
[_GZD, _grid100km, _GZD + _grid100km]
Error position: <+ _grid100km]
Error Generic error in expression
File /z/ace/addons/common/functions/fnc_getMGRSdata.sqf..., line 153
[ACE] (interact_menu) ERROR: Failed to add action - action (ace_dragging_drag) to parent ["ACE_MainActions"] on object B_HeavyGunner_F [0]
[ACE] (interact_menu) ERROR: Failed to add action - action (ace_dragging_carry) to parent ["ACE_MainActions"] on object B_HeavyGunner_F [0]
Error in expression <_ActNamespace;
if (!isNil {_namespace getVariable _objectType}) exitWith {};
Error position: <getVariable _objectType}) exitWith {};
Error getvariable: Type Object, expected Array,String
File /z/ace/addons/interact_menu/functions/fnc_compileMenu.sqf..., line 27
➥ Context: [] L1 ()
[] L1 ()
[] L30 (x\cba\addons\xeh\fnc_init.sqf)
[] L36 (x\cba\addons\xeh\fnc_init.sqf)
[] L35 (x\cba\addons\xeh\fnc_init.sqf)
[] L13 (z\ace\addons\interact_menu\XEH_preInit.sqf)
[] L27 (/z/ace/addons/interact_menu/functions/fnc_compileMenu.sqf)
Error in expression <ManActions"}) exitWith {
_namespace setVariable [objectType, +ace_interact>
Error position: <setVariable [objectType, +ace_interact>
Error Type Object, expected String
File /z/ace/addons/interact_menu/functions/fnc_compileMenu.sqf..., line 35
➥ Context: [] L1 ()
[] L1 ()
[] L30 (x\cba\addons\xeh\fnc_init.sqf)
[] L36 (x\cba\addons\xeh\fnc_init.sqf)
[] L35 (x\cba\addons\xeh\fnc_init.sqf)
[] L13 (z\ace\addons\interact_menu\XEH_preInit.sqf)
[] L34 (/z/ace/addons/interact_menu/functions/fnc_compileMenu.sqf)
[] L35 (/z/ace/addons/interact_menu/functions/fnc_compileMenu.sqf)