Page 1 of 1

[kovarex] [1.1.13] Ghost reversion orders prevent manual reversion

Posted: Fri Jan 22, 2021 2:43 pm
by bormand
Thank you! Smart belt dragging looks really polished now!

But I found a minor issue:

1) Draw horizontal belt to the right
2) Ghost-drag-reverse it
3) Try to reverse it manually

Actual: only first tile is changed on step 3
Expected: other tiles are changed too
Screenshot from 2021-01-22 21-42-52.png
Screenshot from 2021-01-22 21-42-52.png (288.69 KiB) Viewed 2122 times

Re: [kovarex] [1.1.13] Ghost reversion orders prevent manual reversion

Posted: Fri Jan 22, 2021 5:14 pm
by kovarex
Thanks for the report, it is now fixed for the next release.
bormand wrote: Fri Jan 22, 2021 2:43 pm Thank you! Smart belt dragging looks really polished now!
I basically refactored half of the code related to manual building for 1.1.13, as it was a historical abomination of different people adding different pieces of logic resulting in huge spageti code.
Boskid added whole bunch of tests, so we should be getting less and less regression bugs.