Skip to content

Releases: DaMatrix/SaveSearcher

1.6.14

Choose a tag to compare

@DaMatrix DaMatrix released this 21 Jun 17:18
3e9493c

What's Changed

  • Fixed crash when running on certain Windows configurations
  • Fixed error when outputting to an empty directory without -o

Full Changelog: 1.6.11...1.6.14

1.6.11

Choose a tag to compare

@DaMatrix DaMatrix released this 22 Feb 15:49
1fec71b

What's Changed

  • Broken Portals by @thelampgod in #12
  • Add tile entity search by @thelampgod in #15
  • Add command block search
  • Massively improved performance when running many different scans simultaneously

Full Changelog: 1.6.2...1.6.11

1.6.2

Choose a tag to compare

@DaMatrix DaMatrix released this 28 Dec 11:40
  • add entity search mode
  • fix a variety of bugs on windows

1.5.4

Choose a tag to compare

@DaMatrix DaMatrix released this 01 Jan 14:45

make output writing even faster and update to latest porklib

1.5.3

Choose a tag to compare

@DaMatrix DaMatrix released this 30 Dec 17:28

Added --count mode and fixed some critical bugs with CSV output.

1.5.2

Choose a tag to compare

@DaMatrix DaMatrix released this 30 Dec 16:32

See #6 (comment) for changes.

1.5.0

Choose a tag to compare

@DaMatrix DaMatrix released this 08 Dec 08:50

Block data arrays are now re-used internally for another significant speedup.

The output format has changed completely, it's now written on-the-fly and uses the csv format (optionally gzip-compressed).

1.4.4

Choose a tag to compare

@DaMatrix DaMatrix released this 02 Dec 12:00

Fixes a number of issues with JVM crashes.

Uses memory-mapped files to further enhance performance.

1.4.3

Choose a tag to compare

@DaMatrix DaMatrix released this 01 Dec 13:20

Build against PorkLib 0.5.0-SNAPSHOT (for native decompression on select platforms), and add spawner search module.

1.4.0-SNAPSHOT

Choose a tag to compare

@DaMatrix DaMatrix released this 24 Nov 11:08

Modified the output format to allow running the same module multiple times with multiple settings.