Files
source/Tactical
sun-alf 9fc9d1c6e8 [Fix] Incorrect displaying info and tooltips in Advances Properties Tab
* Tooltips were shifted by one position due to wrong handling "Accuracy modifier".

* DrawAdvancedValues():
    if ( iFloatModifier[0] > 1.0 || ( fComparisonMode && iComparedFloatModifier[0] > 1.0 ) )
it checks number of laser range tiles  (iFloatModifier[0] > 1.0, "meters" / CELL_X_SIZE) right before actual drawing a line with values. So if someone put 1..9 into XML (<BestLaserRange>) it will not print that value. But number of "meters" was checked (like x > 0) everywhere prior to this code.
so all the code before decided to draw line with icon for laser range, but the guilty code line didn't
I suppose not to draw laser info at all if a modder screwed up <BestLaserRange> putting a 1..9 value
so all values 0..9 basically mean 0 tiles, i.e. there is no laser ability.
2023-05-27 21:04:17 +03:00
..
2023-01-03 15:51:48 +02:00
2023-01-19 00:13:08 +02:00
2023-01-03 15:51:48 +02:00
2023-01-19 00:13:08 +02:00
2023-01-03 15:51:48 +02:00
2022-05-29 19:25:17 +00:00
2023-01-22 23:35:08 +02:00
2023-01-14 02:08:39 -03:00
2020-06-17 22:27:20 +00:00
2020-06-25 22:42:44 +00:00
2023-01-03 15:51:48 +02:00
2023-01-03 15:51:48 +02:00
2023-01-03 15:51:48 +02:00
2023-01-03 15:51:48 +02:00
2023-01-19 00:13:08 +02:00
2014-01-01 12:02:23 +00:00
2017-09-13 20:01:48 +00:00
2023-01-03 15:51:48 +02:00
2023-01-19 00:13:08 +02:00
2014-04-24 18:35:30 +00:00
2023-01-19 00:13:08 +02:00
2023-01-19 00:13:08 +02:00
2016-04-24 19:59:25 +00:00
2023-01-19 00:13:08 +02:00
2023-01-03 15:51:48 +02:00
2023-01-19 00:13:08 +02:00
2023-01-22 23:35:08 +02:00
2023-01-03 15:51:48 +02:00
2023-01-03 15:51:48 +02:00
2023-01-03 15:51:48 +02:00
2023-01-19 00:13:08 +02:00
2023-01-03 15:51:48 +02:00
2022-01-16 13:59:59 +00:00
2023-01-19 00:13:08 +02:00
2023-01-03 15:51:48 +02:00
2022-01-26 01:02:30 +00:00
2023-01-03 15:51:48 +02:00
2016-04-24 19:59:25 +00:00
2023-01-19 00:13:08 +02:00
2023-01-03 15:51:48 +02:00
2023-01-19 00:13:08 +02:00
2023-01-03 15:51:48 +02:00
2023-01-03 15:51:48 +02:00
2023-01-03 15:51:48 +02:00
2023-01-03 15:51:48 +02:00
2023-01-19 00:13:08 +02:00
2023-01-03 15:51:48 +02:00
2023-01-03 15:51:48 +02:00
2023-01-03 15:51:48 +02:00
2023-01-03 15:51:48 +02:00
2023-01-03 15:51:48 +02:00
2022-04-13 10:43:49 +00:00