Released a new update to the Blade and Soul ACT plugin.
The main change was to include the chat log line type in the log files. This required altering the log file format slightly, but it is backwards-compatible with the older format. Eventually I will remove support for the older format, but it will be supported for a few weeks/months. The chat log line type may help assign certain damage to the parsing player that currently is assigned to 'Unknown'.
Additional changes:
- Modified parsing of numbers >= 10,000 to fix a problem with non-western number formats
- Added unit testing for the parsing module to regression-test that a sampling of log lines passed into ACT result in the correct parsed result. This should help when new features are added.