bash
|
82ebaa9594
|
refactor(Core/Movement): Rename SetAreaCost calls to SetNavTerrainCost
|
2026-05-30 13:53:18 +02:00 |
|
bash
|
51cea4d76c
|
fix(Core/Movement): Apply bot filter setters at all PathGenerator construction sites
|
2026-05-30 13:53:18 +02:00 |
|
bash
|
aae47b06c7
|
fix(Core/Travel): Apply NAV_WATER cost bias on regen PathGenerator
|
2026-05-30 13:53:18 +02:00 |
|
bash
|
d72d3ded6c
|
fix(Core/Travel): Exclude NAV_GROUND_STEEP on regen PathGenerator
|
2026-05-30 13:53:17 +02:00 |
|
bash
|
974faf0cb0
|
fix(Core/Travel): Hoist portal/transport cheat above 2-point reject
|
2026-05-30 13:53:17 +02:00 |
|
bash
|
e052ec3b17
|
fix(Core/Travel): Match cmangos buildPath stitching, drop 75y guard
|
2026-05-30 13:53:17 +02:00 |
|
bash
|
4a991c194d
|
fix(Core/Travel): Preserve walk paths from taxi-path overwrite
|
2026-05-30 13:53:17 +02:00 |
|
bash
|
ed31f8f8a7
|
chore(Core/Travel): Warn admins to shutdown after generatenode
|
2026-05-30 13:53:17 +02:00 |
|
bash
|
479794b66b
|
fix(Core/Travel): Skip 5y dedup when loading nodes from DB
|
2026-05-30 13:53:17 +02:00 |
|
bash
|
337fbca8c0
|
chore(DB/Travel): Temporarily disable Aldrassil ramp anchors
|
2026-05-30 13:53:17 +02:00 |
|
bash
|
fe12f1a708
|
fix(Core/Travel): Drop 2-point check, keep last-segment teleport guard
|
2026-05-30 13:53:17 +02:00 |
|
bash
|
8916cf83c0
|
fix(Core/Travel): Reject paths with >75y final-segment teleport jumps
|
2026-05-30 13:53:17 +02:00 |
|
bash
|
77caf85fd1
|
fix(Core/Travel): Reject 2-point BuildShortcut paths between non-adjacent nodes
|
2026-05-30 13:53:17 +02:00 |
|
bash
|
5e5d41f878
|
chore(Core/Travel): Bump 2-point shortcut threshold to 75y
|
2026-05-30 13:53:17 +02:00 |
|
bash
|
63c5d674d6
|
fix(Core/Travel): Reject 2-point BuildShortcut teleports in chained probe
|
2026-05-30 13:53:17 +02:00 |
|
bash
|
43ee732003
|
Revert non-progress chained-probe detection (broke valid paths)
|
2026-05-30 13:53:17 +02:00 |
|
bash
|
f42f37399f
|
fix(Core/Travel): Loosen chained-probe non-progress threshold
|
2026-05-30 13:53:17 +02:00 |
|
bash
|
c7929482c4
|
fix(Core/Travel): Bail chained probe on non-progress oscillation
|
2026-05-30 13:53:17 +02:00 |
|
bash
|
e1489f213e
|
fix(Core/Travel): Chunk all saveNodeStore phases (deletes, nodes, links)
|
2026-05-30 13:53:17 +02:00 |
|
bash
|
007189fd5c
|
fix(Core/Travel): Chunk saveNodeStore path inserts to avoid mega-tx
|
2026-05-30 13:53:17 +02:00 |
|
bash
|
eabefb1d33
|
feat(DB/Travel): Add Aldrassil ramp travelnode anchors
|
2026-05-30 13:53:17 +02:00 |
|
bash
|
2208c80caa
|
chore(Core/Debug): Compact debug-move whisper format
|
2026-05-30 13:53:17 +02:00 |
|
bash
|
a472fc2d68
|
feat(Core/Travel): Sparse-segment clip in LaunchWalkSpline
|
2026-05-30 13:53:17 +02:00 |
|
bash
|
bac63e2a8c
|
feat(Core/RPG): Prefix-trim and sparse-segment clip on path dispatch
|
2026-05-30 13:53:17 +02:00 |
|
bash
|
690288b5cc
|
feat(Core/RPG): Port cmangos 8-angle LOS+navmesh-snap to MoveWorldObjectTo
|
2026-05-30 13:53:17 +02:00 |
|
bash
|
57134918cb
|
chore(Core/RPG): Loosen Z-mismatch threshold from 5y to 10y
|
2026-05-30 13:53:17 +02:00 |
|
bash
|
324b50f1be
|
fix(Core/RPG): Reject mmap paths whose endpoint Z misses dest
|
2026-05-30 13:53:17 +02:00 |
|
bash
|
7d8d8c6b31
|
fix(Core/RPG): Reject mmap paths that LOS-fail any segment
|
2026-05-30 13:53:17 +02:00 |
|
bash
|
34b0432aaa
|
feat(Core/RPG): Switch POI when current cluster is empty
|
2026-05-30 13:53:17 +02:00 |
|
bash
|
edc999c8ac
|
fix(Core/RPG): Stop next to quest objects instead of on top of them
|
2026-05-30 13:53:17 +02:00 |
|
bash
|
85e2a940a1
|
chore: Drop bot movement console logs
|
2026-05-30 13:53:17 +02:00 |
|
bash
|
6754a95890
|
chore: Tighten comments in travel and movement code
|
2026-05-30 13:53:17 +02:00 |
|
bash
|
d0fac16c85
|
chore(Core/Travel): Drop cmangos reference in RefineWalkPoints comment
|
2026-05-30 13:53:17 +02:00 |
|
bash
|
a64c721f35
|
fix(Core/RPG): LOS check on MoveRandomNear samples to avoid tree tunneling
|
2026-05-30 13:53:17 +02:00 |
|
bash
|
27503a9c37
|
Revert "fix(Core/Travel): LOS check before trusting raw cmangos waypoints"
|
2026-05-30 13:53:17 +02:00 |
|
bash
|
1a7e6db0c9
|
fix(Core/Travel): LOS gate on empty-probe single-waypoint fallback
|
2026-05-30 13:53:16 +02:00 |
|
bash
|
6ae973bb8e
|
fix(Core/Travel): LOS check before trusting raw cmangos waypoints
|
2026-05-30 13:53:16 +02:00 |
|
bash
|
101da6ecd3
|
chore(Core/Travel): Revert travelnode threshold to 50y
|
2026-05-30 13:53:16 +02:00 |
|
bash
|
605e7586c5
|
chore(Core/Travel): Bump travelnode threshold to 75y
|
2026-05-30 13:53:16 +02:00 |
|
bash
|
129cb252cf
|
fix(Core/Travel): Trust travelnode waypoints when AC mmap rejects segments
|
2026-05-30 13:53:16 +02:00 |
|
bash
|
088537277c
|
feat(Core/Travel): Hardcode 50y travelnode threshold
|
2026-05-30 13:53:16 +02:00 |
|
bash
|
6944da8d69
|
core filter isnt working yet
|
2026-05-30 13:53:16 +02:00 |
|
bash
|
980c1b8cd8
|
refactor(Core/Travel): Drop redundant NAV_GROUND_STEEP excludes (core handles via IsBot)
|
2026-05-30 13:53:16 +02:00 |
|
bash
|
ad14420400
|
fix(Core/Travel): Exclude NAV_GROUND_STEEP at all bot PathGenerator sites
|
2026-05-30 13:53:16 +02:00 |
|
bash
|
1d0aeec7b9
|
feat(Core/Travel): Align MoveFarTo and probe pipeline with cmangos
|
2026-05-30 13:53:16 +02:00 |
|
bash
|
7741626631
|
feat(Core/Travel): Cap bots at 50° via NAV_GROUND_STEEP exclude
|
2026-05-30 13:53:16 +02:00 |
|
bash
|
806013a4c9
|
feat(Core/Debug): Trace movement entry points and visualize travel nodes
|
2026-05-30 13:53:16 +02:00 |
|
bash
|
3269d1a4b3
|
feat(Core/RPG): MoveFarTo flow, quest-pursuit at POI, MoveRandomNear retries
|
2026-05-30 13:53:16 +02:00 |
|
bash
|
1ae72b0888
|
feat(Core/Travel): Travel-node graph routing for long-distance pathing
|
2026-05-30 13:53:16 +02:00 |
|
bash
|
0a9bf70305
|
feat(Core/Loot): Quest GO loot, bag-make-room, item-pursuit
|
2026-05-30 13:53:16 +02:00 |
|