View Issue Details

IDProjectCategoryView StatusLast Update
0002053Spring engineGeneralpublic2010-08-22 13:26
ReporterSaktoth Assigned ToKloot  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version0.82.3 
Fixed in Version0.82.3+git 
Summary0002053: Pathfinding still broken
DescriptionCA has applied the heatmap fix to reduce the units walking in circles problem, but there are still rather serious problems with pathfinding.
Additional InformationUnits going in opposite directions collide with eachother (I suppose heatmap was meant to prevent this) and make no effort to go around. Units will path right into impassable obstacles, etc.

I dont know what or why pathing was changed, but it is much, much worse, beyond merely the heatmap issue.
TagsNo tags attached.
Attached Files
pathfinding1.jpg (Attachment missing)
pathfinding2.jpg (Attachment missing)
pathing3.jpg (Attachment missing)
Checked infolog.txt for Errors

Activities

Saktoth

2010-08-21 20:53

reporter   ~0005341

First image shows units pathing through an impassable cliff.
Second image shows them close up, with a move order to the other side of the cliff, and the cliffs impassability.
Third image shows units ramming eachother. This also causes units to move virtually single file when given a move order (probably because heatmaps are disabled).

Kloot

2010-08-22 13:26

developer   ~0005345

units pathing through an impassable cliff ==> just a few code typos
units will path right into impassable obstacles ==> no more so than in 81.2
units going in opposite directions collide with eachother and make no effort to go around ==> result of disabling the heatmap, to be fixed after 82.4

Issue History

Date Modified Username Field Change
2010-08-21 20:50 Saktoth New Issue
2010-08-21 20:50 Saktoth File Added: pathfinding1.jpg
2010-08-21 20:51 Saktoth File Added: pathfinding2.jpg
2010-08-21 20:52 Saktoth File Added: pathing3.jpg
2010-08-21 20:53 Saktoth Note Added: 0005341
2010-08-22 01:20 Kloot Status new => assigned
2010-08-22 01:20 Kloot Assigned To => Kloot
2010-08-22 13:26 Kloot Note Added: 0005345
2010-08-22 13:26 Kloot Status assigned => resolved
2010-08-22 13:26 Kloot Fixed in Version => 0.82.3+git
2010-08-22 13:26 Kloot Resolution open => fixed