Releases: nwneetools/nwnsc
Releases · nwneetools/nwnsc
v1.1.5
This release is a patch for 1.1.4
, fixing behavioral issues with the new -c
flag.
.ncs
files are not created for include-only files.- Include-only files do not cause the processing of multiple files to end early.
- Errors in include-only files will be displayed just as with any other executable script file.
v1.1.4
- Added
-c
parameter which allows include files (without avoid main
orint StartingConditional
) to be compiled to check for errors. In this case, an output.ncs
file will not be generated. Thanks to @PhilippeChab in #33. - Added
SKIP_OUTPUT
option for the-r
parameter to allow skipping the generation of an output file. - Added support for new NWN:EE constants
LOCATION_INVALID
,JSON_FALSE
,JSON_TRUE
,JSON_OBJECT
,JSON_ARRAY
,JSON_STRING
,JSON_NULL
. Thanks to @niv in #35.
Full Changelog: v1.1.3...v1.1.4