| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Due to most test using square planes it didn't have much effect till
debugging Display trait cropped printing.
The effect of this bug was that the universe was cropped to match the
height length but calculations were not wrong, just cropped
|
|
|
|
|
|
|
|
|
|
|
|
Wrap the outer vector in a plane to allow safer navigation
|
|
|
|
|
|
|
|
|
|
|
|
The objects will grow bigger and might be hard for readability to keep
them in 1 file hence the split
|
|
Refactor the code to use Plane struct instead of Vec<bool>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
And add the testing of the opts struct and from initializers
|
|
And add the testing of the refactored app method
|
|
|
|
|
|
|