Skip to content

Releases: playbymail/Far-Horizons

v7.5.8: replaced strlcat with compat function

14 Nov 17:14
Compare
Choose a tag to compare

Patch - removed debug statement

10 Nov 06:01
Compare
Choose a tag to compare

Statement was annoying and caused compile failure since it used a non-standard macro.

v7.5.6 - fixed failing test case on import

29 Oct 23:18
Compare
Choose a tag to compare

The export/import for JSON ignored several fields in the binary data which were "reserved" or "padding." This caused the test to fail since it was comparing checksums on the binary data.

Updated export and import to clear memory more aggressively and to work on all the fields in the binary data.

JSON export and import for data sharing

29 Oct 18:36
Compare
Choose a tag to compare
created import json command

Merge branch 'enh/import-json' into main

v7.5.1

25 Oct 21:20
Compare
Choose a tag to compare

Added new "--skip-log" flag for reports. When set, the event log for the turn is not written to the report file.

Not really a patch, but moves the release forward.