Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove penultimate genome slot | Brian Cully | 2021-02-19 | 1 | -12/+18 |
| | | | | | | I need the last "good" genome, not the second to last one, so instead thread the original genome (before any mutations) through the required states so it can be reverted to if a lethal change is made. | ||||
* | Off-by-one, add missing error verbiage | Brian Cully | 2021-02-19 | 1 | -5/+8 |
| | |||||
* | Get kill/clone working. | Brian Cully | 2021-02-19 | 1 | -5/+56 |
| | |||||
* | Alter rule flow | Brian Cully | 2021-02-19 | 1 | -82/+40 |
| | | | | | | | | | It’s simpler to put kill/clone buttons on the final step, so kill the initial clone step. This is probably more sensible overall. The old, clone first method was done to simplify the state machine at the time, at the cost of expected instruction order. | ||||
* | First pass at lethal/non-lethal marking. | Brian Cully | 2021-02-19 | 1 | -13/+47 |
| | |||||
* | Update amino acid in DOM after selection. | Brian Cully | 2021-02-19 | 1 | -8/+21 |
| | |||||
* | Add amino acid selection after mutation. | Brian Cully | 2021-02-19 | 1 | -2/+75 |
| | |||||
* | Get nucleotide selection working again. | Brian Cully | 2021-02-19 | 1 | -2/+2 |
| | |||||
* | Fix bug with die roll comparison for mutation skip. | Brian Cully | 2021-02-19 | 1 | -1/+1 |
| | |||||
* | Remove Genome.size | Brian Cully | 2021-02-18 | 1 | -1/+1 |
| | | | | | This was originally for random genome generation, but since the initial is hard coded now, use that instead. | ||||
* | Initial commit. | Brian Cully | 2021-02-17 | 1 | -0/+358 |