v1.0.0 Release [Mayor changes]
v1.0.0
General Changes
- Splittet all commands based on when they were introduced. This way you can for example tell VSCode to only provide you commands for ArmA2 or Take on Helicopter commands if working on older / alternative versions.
- Added Support for common Community Projects such as CBA or ACE (thanks to bux)
- Added Linter (does not conflict with SQFLint)
- You now receive warnings on using deprecated commands (in futher development, please report any missing deprecated commands or functions). Note that you must setup the config properly for this to work.
- You now receive warnings on using common reserved function namespaces such as "CBA_" or "ACE_" without having such enabled.
- Several changes on README, package, etc.
Supported Products
- Operation Flashpoint [OFP & OFP Resistance]
- Enable/Disable commands from OFP via "sqf.enableOFP". Default: enabled (needed for all futher ArmA versions)
- Wiki: OFP Commands
- Wiki: OFP: Resistance Commands
- Take On Helicopters [ToH]
- Enable/Disable commands from ToH via "sqf.enableTOH". Default: disabled
- Wiki: ToH Commands
- Armed Assault [ArmA]
- Enable/Disable commands from ArmA via "sqf.enableARMA". Default: enabled (needed for all futher ArmA versions)
- Wiki: ArmA Commands
- Armed Assault 2 & Operation Arrowhead [ArmA 2 & ArmA 2: OA]
- Enable/Disable commands from ArmA 2 via "sqf.enableARMA2". Default: enabled (needed for all futher ArmA versions)
- Wiki: ArmA 2 Commands
- Wiki: ArmA 2: OA Commands
- Armed Assault 3 [ArmA 3]
- Enable/Disable commands from ArmA 3 via "sqf.enableARMA3". Default: enabled (needed for all futher ArmA versions)
- Wiki: ArmA 3 Commands
- Community Based Addons [CBA]
- Enable/Disable commands from CBA via "sqf.enableCBA". Default: disabled
- Wiki: CBA GitHub
- Contributors: bux
- ACE 3
- Enable/Disable commands from ACE3 via "sqf.enableACE3". Default: disabled
- Wiki: ACE3
- Contributors: bux