Skip to content

Version 0.10 Alpha 15

Pre-release
Pre-release
Compare
Choose a tag to compare
@BrettMayson BrettMayson released this 26 Jan 04:25
· 636 commits to main since this release

Linting
New feature to lint all SQF files, currently only supports preprocessor macro usage.
Primarily incorrect arg usage.
It will not find misspelled macros.

ArmaScriptCompiler
Disabled by default! see dedmen/ArmaScriptCompiler#28
Fixed Linux permissions (#456)
Writing files is slightly faster
Preprocessing is now threaded

Files
Create sub-directories correctly (#460)
Fix / counting in * (#454, #455)

Preprocessor
Fix handling of commas in strings (#457)
Include near token in Unexpected EOF error
Fix Unexpected EOF error originating from MACRO(#)

Config
Fully support \n multiline strings