Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1257 | Kartik K. Agaram | 2015-05-04 | 1 | -0/+5 |
| | |||||
* | 1253 - new notion of 'predefined globals in scenarios' | Kartik K. Agaram | 2015-05-04 | 1 | -4/+22 |
| | |||||
* | 1249 - new type: index_t | Kartik K. Agaram | 2015-05-04 | 1 | -6/+6 |
| | | | | | | | | It will always be identical to size_t, just more readable, like recipe_number, etc. The various unsigned types are sizes, indices (which often compare with sizes for bounds checking), numbers which are canonical elements of a specific space (like recipes or mu types), and ids which I haven't introduced yet. | ||||
* | 1248 - syntax for using screens in scenarios | Kartik K. Agaram | 2015-05-04 | 1 | -0/+105 |
Still ugly as hell. |