BAndysc / BAndysc/WoWDatabaseEditor

waypoints

Open
#155 2 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
C#
Stars
564
Forks
169
PR merge metrics
No merged PRs in 30d

Description

**Is your feature request related to a problem? Please describe.**
Add support for getting information only on points without the waypoints themselves, since these are intermediate points to a point. I only need the endpoints. And your software generates only intermediate waypoints, ignoring the endpoint.

**Describe the solution you'd like**
for example:

```
(MovementMonsterSpline) (MovementSpline) [0] Points: X: 1787.1562 Y: 202.3698 Z: 70.35599
(MovementMonsterSpline) (MovementSpline) [0] WayPoints: X: 1772.3552 Y: 193.79198 Z: 71.60459
(MovementMonsterSpline) (MovementSpline) [1] WayPoints: X: 1777.3552 Y: 198.29198 Z: 71.35459
(MovementMonsterSpline) (MovementSpline) [2] WayPoints: X: 1778.1052 Y: 199.29198 Z: 71.10459
(MovementMonsterSpline) (MovementSpline) [3] WayPoints: X: 1780.8552 Y: 200.29198 Z: 70.85459
(MovementMonsterSpline) (MovementSpline) [4] WayPoints: X: 1783.8552 Y: 201.29198 Z: 70.85459
```
I want only [0] Points: X: 1787.1562 Y: 202.3698 Z: 70.35599. and I want to ignore all the waypoints (because these are useless points that will take up a lot of space in the database along the routes.)

**Additional context**
like this https://imgur.com/a/eXYCpbx . i have all 1 point from each package! Waypoints need skip.

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue names no files or tests. Start by tracing where MovementMonsterSpline and MovementSpline points and waypoints are generated and persisted, then confirm how the endpoint is handled; done means retaining endpoint Points while skipping intermediate WayPoints from the stored route data.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
desktop, tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.