summaryrefslogtreecommitdiffstats
path: root/dimension/dimension.in
Commit message (Collapse)AuthorAgeFilesLines
* Replace sky_spheres with a single background pigment.Tavian Barnes2011-08-211-3/+0
|
* Don't dynamically allocate timers.Tavian Barnes2011-08-211-2/+2
|
* Support thread cancelation, and handle ^C in the client.Tavian Barnes2011-08-191-9/+21
|
* Add --adc-bailout option.Tavian Barnes2011-08-181-0/+8
|
* Fix progress bars.Tavian Barnes2011-07-291-1/+1
|
* Fix region sanity check.Tavian Barnes2011-07-291-6/+8
|
* Print argument defaults in --help.Tavian Barnes2011-07-291-3/+4
|
* Change --region format.Tavian Barnes2011-07-291-2/+2
|
* Support rendering image subregions.Tavian Barnes2011-07-291-31/+61
| | | | This is the first step to supporting distributed renders.
* Support flags-style syntax for --quality.Tavian Barnes2011-07-131-1/+1
|
* Use a default diffuse amount of 0.7.Tavian Barnes2011-06-171-1/+1
| | | | | POV-Ray's default of 0.6 was added to a 0.1 ambient. But when you do the sRGB correctly, 0.6 + 0.1 ~= 0.6.
* Use /usr/bin/env python3 rather than /usr/bin/python3.Tavian Barnes2011-06-161-1/+1
|
* Put the client in bindir.Tavian Barnes2011-06-161-3/+14
|
* Implement Progress class.Tavian Barnes2011-06-161-8/+26
|
* More slight style fixes.Tavian Barnes2011-06-161-33/+36
|
* Use types for command-line options, and support --quality.Tavian Barnes2011-06-161-7/+11
|
* Add Python client.Tavian Barnes2011-06-161-0/+125