Skip to content

v1.0.0 Release [Mayor changes]

Compare
Choose a tag to compare
@Armitxes Armitxes released this 12 Mar 14:53
· 78 commits to master since this release

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]
  • 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]
  • 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