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.
.ncsfiles 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
-cparameter which allows include files (without avoid mainorint StartingConditional) to be compiled to check for errors. In this case, an output.ncsfile will not be generated. Thanks to @PhilippeChab in #33. - Added
SKIP_OUTPUToption for the-rparameter 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