Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1265 | Kartik K. Agaram | 2015-05-05 | 1 | -3/+3 |
| | |||||
* | 1261 | Kartik K. Agaram | 2015-05-04 | 1 | -1/+1 |
| | |||||
* | 1249 - new type: index_t | Kartik K. Agaram | 2015-05-04 | 1 | -4/+4 |
| | | | | | | | | 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 | -2/+3 |
| | | | | Still ugly as hell. | ||||
* | 1229 | Kartik K. Agaram | 2015-05-01 | 1 | -1/+1 |
| | |||||
* | 1226 - bugfix in allocating arrays | Kartik K. Agaram | 2015-04-30 | 1 | -2/+2 |
| | | | | Also our first test of printing to screen. | ||||
* | 1202 | Kartik K. Agaram | 2015-04-26 | 1 | -8/+5 |
| | |||||
* | 1195 | Kartik K. Agaram | 2015-04-24 | 1 | -0/+21 |
| | |||||
* | 1194 | Kartik K. Agaram | 2015-04-24 | 1 | -1/+3 |
| | |||||
* | 1193 | Kartik K. Agaram | 2015-04-24 | 1 | -15/+29 |
| | |||||
* | 1192 | Kartik K. Agaram | 2015-04-24 | 1 | -14/+13 |
| | |||||
* | 1190 | Kartik K. Agaram | 2015-04-24 | 1 | -7/+4 |
| | |||||
* | 1189 - add extensions to all layers | Kartik K. Agaram | 2015-04-24 | 1 | -0/+126 |
I'm sick of fighting vim's filetype detection. No modeline and files highlight in random colors. I add a modeline and it stops highlighting tangle comments. Even though it read my #$%# vimrc! Fuck this shite. |