Ticket #46039

Path finding: Make node cost an int

오픈 날짜: 2022-11-05 16:24 마지막 업데이트: 2022-12-16 13:10

Reporter:
소유자:
Type:
Status:
Closed
Component:
MileStone:
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
Fixed
File:
1

Details

Split from https://www.hostedredmine.com/issues/951985 reported by Lexxie. Path finding node cost is currently short. That doesn't even save any space (on most architectures - not proposing targeting this ticket to S3_0 though, in case some arch suffers) because of alignment padding, and it's the first place I found causing trouble by overflowing when various values go high. Turn it to an int.

Ticket History (3/7 Histories)

2022-11-05 16:24 Updated by: cazfi
  • New Ticket "Path finding: Made node cost an int" created
2022-11-05 16:47 Updated by: cazfi
  • 소유자 Update from (None) to cazfi
  • Resolution Update from None to Accepted
  • Summary Updated
2022-11-13 06:14 Updated by: cazfi
  • Status Update from Open to Closed
  • Resolution Update from Accepted to Fixed
2022-12-05 03:32 Updated by: cazfi
댓글 올리기

As found out in #46136, we need to backport this to S3_0.

2022-12-05 13:31 Updated by: cazfi
  • Resolution Update from None to Accepted
댓글 올리기

Current patch applies to S3_0 too.

2022-12-16 13:10 Updated by: cazfi
  • Status Update from Open to Closed
  • Resolution Update from Accepted to Fixed

Edit

Please login to add comment to this ticket » Login