Page 1 of 1
[boskid] [1.1.0] Logistic request auto extend logic inconsistency
Posted: Fri Nov 27, 2020 9:02 pm
by ElderAxe
For blueprint storage, add a new row logic works if you put a blueprint on the last ROW.
But for the logictic requests window it only works if you put a request on the last CELL.
1- This causes inconsistency across game UI
2- For the people who likes it organized, last cell may be empty on logistic requests. ( I dedicate a row for each type of items, (inserters, boxes, belts, train stuff etc.) last box logic restricts this organized usage. I need to set a request for the last cell to add another row, Then add the real request on the new row then remove the request from last cell.
Could you please make it work like blueprint storage?
Re: [1.1.0] Inventory auto extend logic inconsistency
Posted: Fri Nov 27, 2020 9:09 pm
by Choumiko
In 1.1.1 the logistics expand when i put a request anywhere in the last row
except in the first cell
- Screenshot from 2020-11-27 22-08-37.png (17.25 KiB) Viewed 4307 times
Re: [1.1.0] Inventory auto extend logic inconsistency
Posted: Fri Nov 27, 2020 9:21 pm
by ElderAxe
Choumiko wrote: ↑Fri Nov 27, 2020 9:09 pm
In 1.1.1 the logistics expand when i put a request anywhere in the last row
except in the first cell
Screenshot from 2020-11-27 22-08-37.png
Thanks for the update. I did test 1.1.1 with the first cell and it didn't extend, I thought they didn't fix the issue between 1.1.0 and 1.1.1
Apparently, they did for most of the cells
Re: [1.1.0] Logistic request auto extend logic inconsistency
Posted: Fri Nov 27, 2020 9:26 pm
by Rseding91
This is not a bug. Moving to ideas and suggestions.
Re: [1.1.0] Logistic request auto extend logic inconsistency
Posted: Fri Nov 27, 2020 9:40 pm
by boskid
Meh, super tiny off-by-one. Fixed for 1.1.2
Re: [1.1.0] Logistic request auto extend logic inconsistency
Posted: Fri Nov 27, 2020 9:57 pm
by ElderAxe
boskid wrote: ↑Fri Nov 27, 2020 9:40 pm
Meh, super tiny off-by-one. Fixed for 1.1.2
Re: [1.1.0] Logistic request auto extend logic inconsistency
Posted: Sat Nov 28, 2020 6:55 am
by Jap2.0
boskid wrote: ↑Fri Nov 27, 2020 9:40 pm
Meh, super tiny off-by-one. Fixed for 1.1.2
Ah yes, the two hardest things in programming: naming things, cache invalidation, and off-by-one errors.
Re: [1.1.0] Logistic request auto extend logic inconsistency
Posted: Mon Nov 30, 2020 9:55 pm
by ElderAxe
Jap2.0 wrote: ↑Sat Nov 28, 2020 6:55 am
boskid wrote: ↑Fri Nov 27, 2020 9:40 pm
Meh, super tiny off-by-one. Fixed for 1.1.2
Ah yes, the two hardest things in programming: naming things, cache invalidation, and off-by-one errors.
"two" off-by-one