Tíquete #46039

Path finding: Make node cost an int

: 2022-11-05 16:24 Última Atualização: 2022-12-16 13:10

Relator:
Dono:
Tipo:
Estado:
Fechado
Componente:
Marcos:
Prioridade:
5 - Medium
Gravidade:
5 - Medium
Resolução:
Fixed
Arquivo:
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
  • Dono Update from (Nenhum) to cazfi
  • Resolução Update from Nenhum to Accepted
  • Summary Updated
2022-11-13 06:14 Updated by: cazfi
  • Estado Update from Aberto to Fechado
  • Resolução Update from Accepted to Fixed
2022-12-05 03:32 Updated by: cazfi
Comentário

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

2022-12-05 13:31 Updated by: cazfi
  • Resolução Update from Nenhum to Accepted
Comentário

Current patch applies to S3_0 too.

2022-12-16 13:10 Updated by: cazfi
  • Estado Update from Aberto to Fechado
  • Resolução Update from Accepted to Fixed

Editar

Please login to add comment to this ticket » Login