Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

all: BIG refactor by moving the Towers+Units into Lines #173

Merged
merged 1 commit into from
Mar 2, 2024
Merged

Conversation

xescugc
Copy link
Owner

@xescugc xescugc commented Mar 2, 2024

This Lines also have an improved logic to caulate the path which improves it much significantly at least 16 times faster.

This change was needed as the AStar was taking up to 900ms now takes 1-2ms and the Graph behind it now offer other helpers that are much more faster in terms of calculation

Closes #114, closes #64

This Lines also have an improved logic to alcaulate the path which improves it much
significntly at least 16 times faster.

This change was needed as the AStar was taking up to 900ms now takes 1-2ms and the Graph
behind it now offer other helpers that are much more faster in terms of calculation
@xescugc xescugc merged commit a901fb1 into master Mar 2, 2024
1 check passed
@xescugc xescugc deleted the fg-114 branch March 2, 2024 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve pathing of a* Improve the Path blocking detection
1 participant