index
:
dimension.git
android
faster-futures
master
physics
teapot
A high-performance photo-realistic 3-D renderer
Tavian Barnes <tavianator@tavianator.com>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dimension
Commit message (
Expand
)
Author
Age
Files
Lines
*
sphere: Use tightest possible bounding boxes.
Tavian Barnes
2014-06-07
2
-3
/
+71
*
gl: Make drawing faster by using a better pixel format.
Tavian Barnes
2014-04-27
1
-1
/
+1
*
client: Don't swallow import errors from the preview module.
Tavian Barnes
2014-04-26
1
-10
/
+2
*
preview: Handle ^C in more places.
Tavian Barnes
2014-04-26
1
-5
/
+10
*
future: Add a dmnsn_future_is_done() function.
Tavian Barnes
2014-04-26
1
-1
/
+1
*
future: Add a race-free way to examine a partial computation.
Tavian Barnes
2014-04-23
1
-1
/
+4
*
client: Respond to ^C right away if possible.
Tavian Barnes
2012-12-17
2
-7
/
+24
*
Use inheritance for spheres in cube test.
Tavian Barnes
2011-12-16
1
-19
/
+23
*
Re-think colors.
Tavian Barnes
2011-12-14
1
-4
/
+4
*
Rename complex test to cube test.
Tavian Barnes
2011-12-04
2
-3
/
+3
*
Use a separate class for sRGB colors.
Tavian Barnes
2011-12-04
3
-10
/
+13
*
Let Future objects be used as context managers.
Tavian Barnes
2011-11-04
1
-41
/
+28
*
Add a preview window written with PyQt.
Tavian Barnes
2011-11-04
3
-2
/
+93
*
Ship dimension client inside the Python package.
Tavian Barnes
2011-10-31
6
-233
/
+301
*
Make API more consistent.
Tavian Barnes
2011-10-30
1
-2
/
+2
*
Rename progress objects to future objects.
Tavian Barnes
2011-10-19
1
-5
/
+5
*
Don't import dimension right away in dimension.in.
Tavian Barnes
2011-09-29
1
-1
/
+2
*
Use double rather than single quotes for Python strings.
Tavian Barnes
2011-09-22
1
-2
/
+2
*
Use a sandbox dict for globals when exec()ing the scene file.
Tavian Barnes
2011-09-22
1
-116
/
+120
*
chdir() into the same directory as the scene file.
Tavian Barnes
2011-09-20
1
-3
/
+17
*
Fix --disable-png behaviour in the Python module.
Tavian Barnes
2011-09-18
1
-1
/
+7
*
Add ImageMaps to Python module.
Tavian Barnes
2011-09-18
1
-1
/
+1
*
Add .scale(), .translate(), and .rotate() methods to transformable objects.
Tavian Barnes
2011-09-18
1
-13
/
+9
*
Replace sky_spheres with a single background pigment.
Tavian Barnes
2011-08-21
2
-16
/
+6
*
Don't dynamically allocate timers.
Tavian Barnes
2011-08-21
1
-2
/
+2
*
Support thread cancelation, and handle ^C in the client.
Tavian Barnes
2011-08-19
1
-9
/
+21
*
Add --adc-bailout option.
Tavian Barnes
2011-08-18
1
-0
/
+8
*
Handle reflection correctly in the client.
Tavian Barnes
2011-08-18
2
-3
/
+3
*
Clean up lights in complex.dmnsn even more.
Tavian Barnes
2011-08-07
1
-2
/
+2
*
Clean up lights in complex test.
Tavian Barnes
2011-08-03
1
-9
/
+5
*
Fix progress bars.
Tavian Barnes
2011-07-29
1
-1
/
+1
*
Fix region sanity check.
Tavian Barnes
2011-07-29
1
-6
/
+8
*
Print argument defaults in --help.
Tavian Barnes
2011-07-29
1
-3
/
+4
*
Change --region format.
Tavian Barnes
2011-07-29
1
-2
/
+2
*
Support rendering image subregions.
Tavian Barnes
2011-07-29
1
-31
/
+61
*
Remove color_maps.
Tavian Barnes
2011-07-28
1
-18
/
+18
*
Fix up formatting a bit in complex test.
Tavian Barnes
2011-07-19
1
-2
/
+2
*
Support flags-style syntax for --quality.
Tavian Barnes
2011-07-13
1
-1
/
+1
*
Implement triangles.
Tavian Barnes
2011-07-13
1
-0
/
+22
*
Clean up tests a bit.
Tavian Barnes
2011-07-13
1
-4
/
+3
*
Fix complex test colors.
Tavian Barnes
2011-07-10
1
-1
/
+1
*
Use a default diffuse amount of 0.7.
Tavian Barnes
2011-06-17
1
-1
/
+1
*
Add pigment= and finish= shorthand to Object.__init__().
Tavian Barnes
2011-06-17
2
-25
/
+21
*
Use /usr/bin/env python3 rather than /usr/bin/python3.
Tavian Barnes
2011-06-16
1
-1
/
+1
*
Put the client in bindir.
Tavian Barnes
2011-06-16
2
-4
/
+15
*
Implement Progress class.
Tavian Barnes
2011-06-16
1
-8
/
+26
*
More slight style fixes.
Tavian Barnes
2011-06-16
1
-33
/
+36
*
Use types for command-line options, and support --quality.
Tavian Barnes
2011-06-16
1
-7
/
+11
*
Add Python client.
Tavian Barnes
2011-06-16
5
-0
/
+383
*
Rip out old client.
Tavian Barnes
2011-05-15
61
-10525
/
+0
[next]