first step to pave pathetic the path to universality (4.0)#116
Merged
bsommerfeld merged 62 commits intoproductionfrom Dec 27, 2024
Merged
first step to pave pathetic the path to universality (4.0)#116bsommerfeld merged 62 commits intoproductionfrom
bsommerfeld merged 62 commits intoproductionfrom
Conversation
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.
…e been moved into their own spigot module
…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
…the initializer is set internally
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
… refactored later
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.
…ing isPassable now
…, NavigationPoint now exists, split up Loading and Failing point providers and several other changes
…ading any resources needed for the pathfinding process. allowingFallback is now fallback
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.