Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement CSG in front-end. | Tavian Barnes | 2010-04-07 | 1 | -4/+4 |
| | |||||
* | Support object identifiers. | Tavian Barnes | 2010-03-31 | 1 | -1/+1 |
| | |||||
* | Implement most vector functions. | Tavian Barnes | 2010-03-23 | 1 | -4/+4 |
| | |||||
* | Add built-in float constants. | Tavian Barnes | 2010-03-22 | 1 | -7/+7 |
| | |||||
* | Support logical ! operator. | Tavian Barnes | 2010-03-22 | 1 | -0/+1 |
| | |||||
* | Support max() and min(). | Tavian Barnes | 2010-03-20 | 1 | -2/+2 |
| | |||||
* | Implement almost all float functions. | Tavian Barnes | 2010-03-20 | 1 | -16/+16 |
| | |||||
* | A bunch more float functions. | Tavian Barnes | 2010-03-20 | 1 | -15/+15 |
| | |||||
* | Support exp(). | Tavian Barnes | 2010-03-19 | 1 | -1/+1 |
| | |||||
* | Preliminary support for global_settings. | Tavian Barnes | 2010-03-09 | 1 | -3/+3 |
| | |||||
* | Parse interiors. | Tavian Barnes | 2010-02-25 | 1 | -2/+2 |
| | |||||
* | Add all language directives to lexer. | Tavian Barnes | 2010-02-11 | 1 | -15/+15 |
| | |||||
* | Call DMNSN_T_LEX_ERROR a "parse error". | Tavian Barnes | 2010-02-09 | 1 | -1/+1 |
| | |||||
* | "Support" the #version directive. | Tavian Barnes | 2010-02-05 | 1 | -1/+1 |
| | |||||
* | Fix #line off-by-one :) | Tavian Barnes | 2010-02-03 | 1 | -1/+1 |
| | |||||
* | Implement #while. | Tavian Barnes | 2010-02-03 | 1 | -1/+1 |
| | |||||
* | Support #ifdef and #ifndef. | Tavian Barnes | 2010-02-02 | 1 | -2/+2 |
| | |||||
* | Add #line markers to {common,grammar,directives}.{prologue,declarations,...}. | Tavian Barnes | 2010-02-02 | 1 | -0/+2 |
| | |||||
* | Implement #if. | Tavian Barnes | 2010-02-02 | 1 | -3/+6 |
| | |||||
* | Implement #declare, #local, and #undef in middle tier. | Tavian Barnes | 2010-02-01 | 1 | -0/+520 |
Oh God this is ugly... |