Skip to content

first step to pave pathetic the path to universality (4.0)#116

Merged
bsommerfeld merged 62 commits intoproductionfrom
trunk
Dec 27, 2024
Merged

first step to pave pathetic the path to universality (4.0)#116
bsommerfeld merged 62 commits intoproductionfrom
trunk

Conversation

@bsommerfeld
Copy link
Owner

@bsommerfeld bsommerfeld commented Dec 17, 2024

This PR brings many changes with it. The biggest change is, that pathetic is now unbound to minecraft and can be used within any 3D environment.

  • PathBlock was removed
  • SnapshotManager is now NavigationPointProvider
  • BlockInformation is now NavigationPoint
  • Added PathfinderInitializer
  • PathfinderFactory now has 2 methods to create a pathfinder whether with a PathfinderInitializer or not
  • PathfinderConfiguration now takes the NavigationPointProvider
  • experimental features like allowingFailFast and prioritizing were removed
  • allowingFallback is now fallback
  • loadingChunks was removed
  • Added PathfinderHook which can be registered to a Pathfinder
  • the event system has been removed
  • bStats has been removed
  • several modules have been merged to a bukkit parent module
  • pathetic-model is now pathetic-engine
  • pathetic-nms is now pathetic-provider
  • pathetic-engine and pathetic-api are now independent
  • maven structure was overhauled and redundant dependencies removed
  • delombok api and engine

dependabot bot and others added 30 commits December 9, 2024 04:10
Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.11.1 to 3.11.2.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.11.1...maven-javadoc-plugin-3.11.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…apache.maven.plugins-maven-javadoc-plugin-3.11.2

build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2
This is due to its inconsistency + it has nothing to do with the pathfinder per se. The same result is better achievable through filters and stages.
…onfiguration and bStats is now handled via listeners
This change includes:
- pathetic-mapper is no more and was replaced with a specific module pathetic-bukkit
- pathetic-model is now pathetic-engine
- pathetic-engine is now independent of the bukkit api
- the required shutdown process was replaced with a shutdown hook
- the PathfinderFactory is now part of the pathetic-api and has to be instantiated with the respective PathfinderInitializer
Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.3.1-jre to 33.4.0-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…google.guava-guava-33.4.0-jre

build(deps): bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre
We are MIT
The event system was obsolete, since the user has the start and end of the pathfinding in its own hand, and everything else can be done by the new hook. BStats has been removed, since pathetic takes a new path, which can include non-minecraft projects.
@bsommerfeld bsommerfeld changed the title first step to pave pathetic the path to universality first step to pave pathetic the path to universality WiP Dec 19, 2024
@bsommerfeld bsommerfeld added the build-pr-jar Buils a PR Jar for this PR label Dec 25, 2024
@bsommerfeld bsommerfeld changed the title first step to pave pathetic the path to universality WiP first step to pave pathetic the path to universality (4.0) Dec 26, 2024
@bsommerfeld bsommerfeld marked this pull request as ready for review December 27, 2024 10:58
@bsommerfeld bsommerfeld merged commit 3b71b4a into production Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api build-pr-jar Buils a PR Jar for this PR enhancement New feature or request for-future internal

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant