Skip to content

Releases: Metaphoriker/pathetic

Fixes and Improvements!

28 Jul 09:35
Compare
Choose a tag to compare

In this release we've:

  • added length limited and max iterations reached to the PathState for a more precise outcome
  • added better logging
    image
  • fixed an issue with diagonal behaviour like in the image
  • improved heuristic: the pathfinder now finds the most direct path
    heuristic
  • improved diagonal pathfinding
    pathetic_improvement1 drawio_1
  • improved over-all pathfinding performance

Full changelog: 2.1.5...2.1.6

Minecraft 1.20!

07 Jun 16:58
7ffc184
Compare
Choose a tag to compare

What's Changed

  • WorldDomain now uses a Guava Cache which proper invalidates ChunkSnapshots by @GodCipher in #23
  • Bump guava from 31.1-jre to 32.0.0-jre by @dependabot in #24
  • Update to 1.20 by @olijeffers0n in #26

Full Changelog: 2.1.4...2.1.5

2.1.4 - Bugfixes

27 May 18:55
Compare
Choose a tag to compare

Fixes in this release:

  • NPE when loading chunks is off
  • Order of the positions in a path
  • Path containing the start position twice

Full changelog: 2.1.2...2.1.4

Deprecate Experimental API

28 Mar 10:20
Compare
Choose a tag to compare

this changed nothing but deprecate "experimental" functions which shouldn't have been in the release. thanks for latter ollie.

Full Changelog: 2.1.1...2.1.2

Update for Minecraft 1.19.4

27 Mar 14:02
f959ab7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.1.1

2.1.0

20 Feb 16:42
3c996d9
Compare
Choose a tag to compare

Version 2.1.0

What's Changed

  • PathWorld and PathLocation have been renamed.
  • Restructure to use CF's rather than the pathing task
  • Use a custom ThreadPoolExecutor
  • Added a Bubblesearch to pathfinding.
  • Desynchronised the SnapshotManagers.
  • Use Log4J
  • Lombok Usage

Full Changelog: 2.0.0...2.1.0

Thanks to GodCipher for the majority of this release however he doesn't know how to merge a pull request.

2.0.0

13 Feb 09:07
e7d4e7f
Compare
Choose a tag to compare

Backported fix to be compatible with older versions

What's Changed

Full Changelog: 1.0.4...2.0.0

Update to use CodeMC Repo for NMS

19 Sep 12:56
f6570f3
Compare
Choose a tag to compare

1.0.3

23 Aug 10:17
56a2499
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.0.3

1.0.2-PRE

21 Jul 09:54
Compare
Choose a tag to compare
1.0.2-PRE Pre-release
Pre-release

Total changelog: 1.0.1...master