Search |
---|
ID | Rating | Category | Description | Screenshot | Date |
---|---|---|---|---|---|
5379 | 🙂 | Bug | Rounded numbers are wrong. e.g. metal bars made in the 150% efficiency 1M2S building should take 4/1.5=2.666s, (sanity check, the plates take 6/1.5=4s as expected) instead this is displayed as 2.8s, I've noticed similar things elsewhere. Based on the results (often rounded up or even rounded up to the next 0.2) I think what's happening might be something like instead of rounding (or adding 0.05 then truncating), it's adding and then rounding, or maybe adding 0.05 then ceil() or rounding or something like that. This just reeks of some part of the rounding happening twice e.g. if the display code used to truncate and now rounds so there's an excess addition somewhere in there. whatever the cause, it's definitely not giving the right results | 2025-06-07 17:57:20 |
ID | Reply | Author | Date |
---|