about summary refs log tree commit diff stats
path: root/057shape_shifting_container.cc
Commit message (Collapse)AuthorAgeFilesLines
* 2817Kartik K. Agaram2016-03-281-46/+0
|
* 2816Kartik K. Agaram2016-03-271-1/+1
| | | | Move all bounds checks for types and recipes to one place.
* 2791Kartik K. Agaram2016-03-191-2/+1
| | | | | | | Simplify 2790 by simply not computing any type->value inside parse_type_tree. It now only generates names, and it turns out the consumers handle the absence of values anyway. Now parse_type_tree no longer pollutes the Type_ordinal table with type ingredients.
* 2790Kartik K. Agaram2016-03-191-1/+3
| | | | | | | | The issue alluded to in the previous 2789 is now fixed. I'm not happy with my solution, though. I pollute Type_ordinal with type ingredients in parse_type_tree and simply ignore such entries later on. I'd much rather avoid the pollution in the first place, but I'm not sure how to do that..
* 2778 - fix all layersKartik K. Agaram2016-03-141-0/+605