2646 Commits

Author SHA1 Message Date
bash
68e876a9e2 fix(Core/Travel): Exclude NAV_GROUND_STEEP on regen PathGenerator 2026-05-29 15:45:47 +02:00
bash
15aa83f340 fix(Core/Travel): Hoist portal/transport cheat above 2-point reject 2026-05-29 15:45:47 +02:00
bash
a625b0522a fix(Core/Travel): Match cmangos buildPath stitching, drop 75y guard 2026-05-29 15:45:47 +02:00
bash
e3eb060106 fix(Core/Travel): Preserve walk paths from taxi-path overwrite 2026-05-29 15:45:47 +02:00
bash
c6c3079f26 chore(Core/Travel): Warn admins to shutdown after generatenode 2026-05-29 15:45:47 +02:00
bash
41c3c517e5 fix(Core/Travel): Skip 5y dedup when loading nodes from DB 2026-05-29 15:45:47 +02:00
bash
461253b39e chore(DB/Travel): Temporarily disable Aldrassil ramp anchors 2026-05-29 15:45:47 +02:00
bash
cce4b19cb2 fix(Core/Travel): Drop 2-point check, keep last-segment teleport guard 2026-05-29 15:45:47 +02:00
bash
f94e4087aa fix(Core/Travel): Reject paths with >75y final-segment teleport jumps 2026-05-29 15:45:47 +02:00
bash
8cfa286a17 fix(Core/Travel): Reject 2-point BuildShortcut paths between non-adjacent nodes 2026-05-29 15:45:47 +02:00
bash
3c8659a6e4 chore(Core/Travel): Bump 2-point shortcut threshold to 75y 2026-05-29 15:45:47 +02:00
bash
e8b4461d33 fix(Core/Travel): Reject 2-point BuildShortcut teleports in chained probe 2026-05-29 15:45:47 +02:00
bash
c04ee595de Revert non-progress chained-probe detection (broke valid paths) 2026-05-29 15:45:47 +02:00
bash
da0377766a fix(Core/Travel): Loosen chained-probe non-progress threshold 2026-05-29 15:45:47 +02:00
bash
11f1eda3e0 fix(Core/Travel): Bail chained probe on non-progress oscillation 2026-05-29 15:45:47 +02:00
bash
8bc988d731 fix(Core/Travel): Chunk all saveNodeStore phases (deletes, nodes, links) 2026-05-29 15:45:47 +02:00
bash
f0ec70c3ea fix(Core/Travel): Chunk saveNodeStore path inserts to avoid mega-tx 2026-05-29 15:45:47 +02:00
bash
795384d1f8 feat(DB/Travel): Add Aldrassil ramp travelnode anchors 2026-05-29 15:45:47 +02:00
bash
d841b21250 chore(Core/Debug): Compact debug-move whisper format 2026-05-29 15:45:47 +02:00
bash
d4699aff6f feat(Core/Travel): Sparse-segment clip in LaunchWalkSpline 2026-05-29 15:45:47 +02:00
bash
56d69bf075 feat(Core/RPG): Prefix-trim and sparse-segment clip on path dispatch 2026-05-29 15:45:47 +02:00
bash
c5ab22345e feat(Core/RPG): Port cmangos 8-angle LOS+navmesh-snap to MoveWorldObjectTo 2026-05-29 15:45:47 +02:00
bash
af82b4c296 chore(Core/RPG): Loosen Z-mismatch threshold from 5y to 10y 2026-05-29 15:45:47 +02:00
bash
2cc8e46571 fix(Core/RPG): Reject mmap paths whose endpoint Z misses dest 2026-05-29 15:45:47 +02:00
bash
2ecbd8d48e fix(Core/RPG): Reject mmap paths that LOS-fail any segment 2026-05-29 15:45:47 +02:00
bash
a9654d4ff3 feat(Core/RPG): Switch POI when current cluster is empty 2026-05-29 15:45:47 +02:00
bash
ce9406d401 fix(Core/RPG): Stop next to quest objects instead of on top of them 2026-05-29 15:45:47 +02:00
bash
f82904db87 chore: Drop bot movement console logs 2026-05-29 15:45:47 +02:00
bash
52b7120453 chore: Tighten comments in travel and movement code 2026-05-29 15:45:46 +02:00
bash
afab6fd814 chore(Core/Travel): Drop cmangos reference in RefineWalkPoints comment 2026-05-29 15:45:46 +02:00
bash
5ccf9c9799 fix(Core/RPG): LOS check on MoveRandomNear samples to avoid tree tunneling 2026-05-29 15:45:46 +02:00
bash
a322e54b0e Revert "fix(Core/Travel): LOS check before trusting raw cmangos waypoints" 2026-05-29 15:45:46 +02:00
bash
bdd386714b fix(Core/Travel): LOS gate on empty-probe single-waypoint fallback 2026-05-29 15:45:46 +02:00
bash
e3ec6d01c6 fix(Core/Travel): LOS check before trusting raw cmangos waypoints 2026-05-29 15:45:46 +02:00
bash
8776868ae5 chore(Core/Travel): Revert travelnode threshold to 50y 2026-05-29 15:45:46 +02:00
bash
424df402e6 chore(Core/Travel): Bump travelnode threshold to 75y 2026-05-29 15:45:46 +02:00
bash
33a4e4b4b2 fix(Core/Travel): Trust travelnode waypoints when AC mmap rejects segments 2026-05-29 15:45:46 +02:00
bash
5c11a831b9 feat(Core/Travel): Hardcode 50y travelnode threshold 2026-05-29 15:45:46 +02:00
bash
7de2d9ce3e core filter isnt working yet 2026-05-29 15:45:46 +02:00
bash
f420e36599 refactor(Core/Travel): Drop redundant NAV_GROUND_STEEP excludes (core handles via IsBot) 2026-05-29 15:45:46 +02:00
bash
955f61b1ff fix(Core/Travel): Exclude NAV_GROUND_STEEP at all bot PathGenerator sites 2026-05-29 15:45:46 +02:00
bash
2e5fcd08bb feat(Core/Travel): Align MoveFarTo and probe pipeline with cmangos 2026-05-29 15:45:46 +02:00
bash
749670fc30 feat(Core/Travel): Cap bots at 50° via NAV_GROUND_STEEP exclude 2026-05-29 15:45:46 +02:00
bash
4a2ead82f9 feat(Core/Debug): Trace movement entry points and visualize travel nodes 2026-05-29 15:45:46 +02:00
bash
e5dacf8bed feat(Core/RPG): MoveFarTo flow, quest-pursuit at POI, MoveRandomNear retries 2026-05-29 15:45:46 +02:00
bash
c7175d67c2 feat(Core/Travel): Travel-node graph routing for long-distance pathing 2026-05-29 15:45:46 +02:00
bash
75493b5f89 feat(Core/Loot): Quest GO loot, bag-make-room, item-pursuit 2026-05-29 15:45:46 +02:00
bash
f5745bd923 chore(Tools): Add mmap/vmap client-data extraction script 2026-05-29 15:45:45 +02:00
bash
018d5e5933 feat(DB/Travel): Import cmangos travel-node graph 2026-05-29 15:45:45 +02:00
Keleborn
82a92f6296 Modify Illidan distbeyondtrap 2026-05-26 09:01:56 -07:00