Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use /* style comments instead of // in realize.c. | Tavian Barnes | 2010-05-17 | 1 | -2/+2 | |
| | ||||||
* | Fix some copyright dates. | Tavian Barnes | 2010-05-10 | 13 | -14/+14 | |
| | ||||||
* | New DMNSN_ARRAY_FOREACH() macro, faster than iterating with dmnsn_array_get(). | Tavian Barnes | 2010-05-08 | 5 | -165/+121 | |
| | ||||||
* | Make tests pass with -fno-signed-zeros. | Tavian Barnes | 2010-05-06 | 1 | -2/+4 | |
| | ||||||
* | Get rid of "../" in #includes. | Tavian Barnes | 2010-05-06 | 5 | -5/+5 | |
| | ||||||
* | Use C99 for loop initializers. | Tavian Barnes | 2010-05-05 | 8 | -67/+38 | |
| | ||||||
* | Don't apply the transformations which create an object to its textures. | Tavian Barnes | 2010-05-03 | 1 | -0/+13 | |
| | | | | For example, sphere { 0, 2 } would scale the texture by a factor of 2. | |||||
* | Don't apply object modifiers to a NULL CSG object. | Tavian Barnes | 2010-05-03 | 1 | -1/+2 | |
| | ||||||
* | Add a generic list type. | Tavian Barnes | 2010-04-30 | 1 | -0/+2 | |
| | ||||||
* | Typo in comment. | Tavian Barnes | 2010-04-27 | 1 | -1/+1 | |
| | ||||||
* | Fix some includes. | Tavian Barnes | 2010-04-27 | 2 | -1/+3 | |
| | ||||||
* | Give backtraces for diagnostics from macros and include files. | Tavian Barnes | 2010-04-18 | 9 | -27/+66 | |
| | | | | | Partly this means that dmnsn_diagnostic() can't be called anywhere except during parsing, because the dmnsn_parse_location::parent pointers dangle. | |||||
* | Plug memory leak in object parsing failure path. | Tavian Barnes | 2010-04-18 | 1 | -42/+45 | |
| | ||||||
* | Have dmnsn_diagnostic() take a dmnsn_parse_location. | Tavian Barnes | 2010-04-18 | 12 | -156/+103 | |
| | ||||||
* | Support objects in object{} blocks. | Tavian Barnes | 2010-04-18 | 1 | -0/+22 | |
| | ||||||
* | Support all object identifier types. | Tavian Barnes | 2010-04-18 | 1 | -1/+6 | |
| | ||||||
* | Fix segfault on parse error within macro. | Tavian Barnes | 2010-04-18 | 1 | -1/+2 | |
| | | | | | The macro token buffer was being freed by both yylex_cleanup() and dmnsn_delete_patricia_trie(). | |||||
* | Rename dmnsn_matrix_*_mul() to dmnsn_transform_*(). | Tavian Barnes | 2010-04-17 | 2 | -17/+17 | |
| | ||||||
* | Validate command line arguments. | Tavian Barnes | 2010-04-17 | 1 | -8/+8 | |
| | ||||||
* | Warn on division by zero, instead of crashing. | Tavian Barnes | 2010-04-17 | 1 | -6/+36 | |
| | ||||||
* | New --resilience command-line argument. | Tavian Barnes | 2010-04-16 | 1 | -19/+30 | |
| | ||||||
* | Document --quality. | Tavian Barnes | 2010-04-16 | 1 | -1/+2 | |
| | ||||||
* | Implement image_{width,height}. | Tavian Barnes | 2010-04-16 | 4 | -2/+14 | |
| | ||||||
* | Initial support for image_maps. | Tavian Barnes | 2010-04-15 | 7 | -7/+71 | |
| | ||||||
* | Support transforming pigments and textures in dimension. | Tavian Barnes | 2010-04-15 | 5 | -18/+76 | |
| | ||||||
* | Support planes in dimension. | Tavian Barnes | 2010-04-15 | 7 | -1/+44 | |
| | ||||||
* | Add --quality option. | Tavian Barnes | 2010-04-11 | 1 | -1/+20 | |
| | ||||||
* | Print usage information in dimension. | Tavian Barnes | 2010-04-11 | 1 | -17/+45 | |
| | ||||||
* | Improve CSG and light handling. | Tavian Barnes | 2010-04-10 | 3 | -137/+135 | |
| | | | | | | - Lights can be inside CSG objects - Lights can be modified by transformations - CSG objects can contain only one object | |||||
* | Forgot to lex 'translate' and 'scale'. | Tavian Barnes | 2010-04-10 | 1 | -0/+2 | |
| | ||||||
* | New dmnsn_malloc() function, and friends. | Tavian Barnes | 2010-04-07 | 7 | -172/+25 | |
| | | | | | | I'm tired of checking for malloc failures everywhere, considering it never happens. So just bail out whenever it does. A lot of stuff is guaranteed to succeed if it returns now. | |||||
* | Implement CSG in front-end. | Tavian Barnes | 2010-04-07 | 7 | -33/+284 | |
| | ||||||
* | Plug memory leak. | Tavian Barnes | 2010-03-31 | 1 | -0/+2 | |
| | ||||||
* | Support object identifiers. | Tavian Barnes | 2010-03-31 | 3 | -9/+65 | |
| | ||||||
* | Fix parsing of #include files containing #if. | Tavian Barnes | 2010-03-24 | 1 | -18/+18 | |
| | ||||||
* | Use $var instead of __var__ for internal symbols. | Tavian Barnes | 2010-03-23 | 4 | -29/+29 | |
| | ||||||
* | Allow identifiers beginning with _. | Tavian Barnes | 2010-03-23 | 1 | -1/+1 | |
| | ||||||
* | Standardise diagnostics a bit. | Tavian Barnes | 2010-03-23 | 3 | -6/+6 | |
| | ||||||
* | Whitespace fix. | Tavian Barnes | 2010-03-23 | 1 | -1/+1 | |
| | ||||||
* | Implement macro support. | Tavian Barnes | 2010-03-23 | 9 | -71/+370 | |
| | ||||||
* | Implement most vector functions. | Tavian Barnes | 2010-03-23 | 6 | -40/+252 | |
| | ||||||
* | Support the ternary operator. | Tavian Barnes | 2010-03-22 | 8 | -50/+89 | |
| | ||||||
* | Handle built-in vector IDs the same way as floats. | Tavian Barnes | 2010-03-22 | 4 | -45/+72 | |
| | ||||||
* | Add built-in float constants. | Tavian Barnes | 2010-03-22 | 6 | -7/+75 | |
| | ||||||
* | Support logical ! operator. | Tavian Barnes | 2010-03-22 | 5 | -0/+15 | |
| | ||||||
* | Support max() and min(). | Tavian Barnes | 2010-03-20 | 7 | -2/+70 | |
| | ||||||
* | Implement almost all float functions. | Tavian Barnes | 2010-03-20 | 6 | -37/+314 | |
| | ||||||
* | A bunch more float functions. | Tavian Barnes | 2010-03-20 | 6 | -31/+250 | |
| | ||||||
* | Make float equality comparisons more relaxed. | Tavian Barnes | 2010-03-19 | 1 | -4/+8 | |
| | ||||||
* | Support exp(). | Tavian Barnes | 2010-03-19 | 6 | -1/+18 | |
| |