Page 1 of 1

Multiple Bugs, see post for details

Posted: July 1st, 2019, 8:33 am
by Gamedziner
Moosey wrote: Also

Code: Select all

x = 12, y = 5, rule = B2in3aeijn/S234e
9bo$3o5b3o$2bo4b2ob2o$3o5b3o$9bo!
Weird glitchiness: Delete every cell except the cells at locations (0,1), (1,1), (2,1), (2,2), and (1,3), and at generation 11 four cells will appear: (9,0), (8,1), (9,1), and (10,1). If you delete those cells, the history shows the cells at (0,2), (1,2), (2,2), and (1,3) as having just died, even after hundreds of generations. Deleting the cell at (9,1) (and not the other three) results in cells being born at (7,1) and (11,1). Issues with the history updating seem to be related to the pattern's bounding box at various points in time, but I'm not sure what causes the rest. Last thing: It now seems impossible to delete history cells, except by putting live cells over them and deleting those cells.

Re: Multiple Bugs, see post for details

Posted: July 1st, 2019, 10:15 am
by rowett
Gamedziner wrote:Weird glitchiness: Delete every cell except the cells at locations (0,1), (1,1), (2,1), (2,2), and (1,3), and at generation 11 four cells will appear: (9,0), (8,1), (9,1), and (10,1).
Thanks for reporting! This should have been fixed in Build 357.
Gamedziner wrote:Last thing: It now seems impossible to delete history cells, except by putting live cells over them and deleting those cells.
Yes I haven't decided what to do with editing and history cells yet. As far as the editor and undo/redo system are concerned they don't exist (i.e. they're just dead cells).

Re: Multiple Bugs, see post for details

Posted: July 3rd, 2019, 12:05 pm
by AforAmpere
I'm not going to create another thread for this, but there's a weird thing going on (I don't know if it happens for non-LTL stuff)
If you run this pattern the first time, it randomly dies at gen 76:

Code: Select all

x = 11, y = 10, rule = R4,C0,M1,S7..7,B8..8,NM
3bo2bo$2bo7bo$10bo$10bo$10bo$o9bo$10bo$bo8bo$10bo$4bobo!
If you run it again, it goes normally. I'm not sure what the reason is.

Re: Multiple Bugs, see post for details

Posted: July 3rd, 2019, 2:17 pm
by rowett
AforAmpere wrote:I'm not going to create another thread for this, but there's a weird thing going on (I don't know if it happens for non-LTL stuff)
This has been fixed and will be in the next release. Thanks for reporting!