New Advanced Script Compiler (and compiler DLL, usable with the NWNTX plugin) posted. The note about the "toolset compiler plugin" below only applies to NWN2, not NWNTX for NWN1.
Release 8:
----------
- Fixed warning message NSC6019 sometimes showing an incorrect count for the
standard compiler's internal identifier limit.
- IR disassembly output (.ir and .ir-opt files in NWNScriptCompiler -d mode)
now includes the literal values of constant variables in the disassembly
text.
- The compiler no longer generates a second NSC6018 (unsupported pragma
directive ignored) for each line causing the warning to appear.
- Added support for enabling full extensions mode in the toolset compiler,
which requires the NWScript Accelerator plugin to be used server-side for
parameterized scripts to function.
- New warning NSC6021 issued in compatibility mode when a nested assigment
where the RHS expression being assigned is itself an assignment, e.g.
"a = b = c;", is encountered. This does not parse properly in the
standard compiler.
Modifié par SkywingvL, 09 décembre 2011 - 10:09 .