Skip to content

Releases: DaMatrix/SaveSearcher

1.6.14

21 Jun 17:18
3e9493c
Compare
Choose a tag to compare

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

22 Feb 15:49
1fec71b
Compare
Choose a tag to compare

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

28 Dec 11:40
Compare
Choose a tag to compare
  • add entity search mode
  • fix a variety of bugs on windows

1.5.4

01 Jan 14:45
Compare
Choose a tag to compare

make output writing even faster and update to latest porklib

1.5.3

30 Dec 17:28
Compare
Choose a tag to compare

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

1.5.2

30 Dec 16:32
Compare
Choose a tag to compare

See #6 (comment) for changes.

1.5.0

08 Dec 08:50
Compare
Choose a tag to compare

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

02 Dec 12:00
Compare
Choose a tag to compare

Fixes a number of issues with JVM crashes.

Uses memory-mapped files to further enhance performance.

1.4.3

01 Dec 13:20
Compare
Choose a tag to compare

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

1.4.0-SNAPSHOT

24 Nov 11:08
Compare
Choose a tag to compare

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