Michael A. Sinclair

Results 5 issues of Michael A. Sinclair

nasher should run correctly out-of-the-box provided: - nwnsc is installed and in your `PATH` - NWN is installed with Steam in the default location for your OS - Your NWN...

enhancement

Nasher is currently single-threaded. While it is still fast because of the underlying tools, multithreading would increase the speed at which large modules could be processed.

enhancement

Currently, building on Linux using GCC 13.1.1 fails. This adds a missing include which allows it to compile again.

Since filenames are case-sensitive on Linux, `#include` directives must be case sensitive unless the file is sourced from the game's data files. For example, given the following script: ```nwscript #include...

ab6087b uses `Regex2`, which was introduced in `regex` 0.25.0. Since `glob` only requires 0.20.0, compilation with nimble can break if the outdated version of `regex` is installed.