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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make the default background for a scene Black.
Tavian Barnes
2011-09-29
1
-4
/
+2
*
Add `doc' target to libdimension-python, using pydoc.
Tavian Barnes
2011-09-25
3
-6
/
+15
*
Correct pattern documentation.
Tavian Barnes
2011-09-23
1
-1
/
+1
*
Document the _Transformable methods.
Tavian Barnes
2011-09-23
1
-0
/
+3
*
Use double rather than single quotes for Python strings.
Tavian Barnes
2011-09-22
5
-17
/
+17
*
Use a sandbox dict for globals when exec()ing the scene file.
Tavian Barnes
2011-09-22
1
-116
/
+120
*
Add a filename parameter to _raise_OSError().
Tavian Barnes
2011-09-20
1
-5
/
+8
*
chdir() into the same directory as the scene file.
Tavian Barnes
2011-09-20
1
-3
/
+17
*
Make dmnsn_color_mul() scale dmnsn_color::trans too.
Tavian Barnes
2011-09-19
1
-2
/
+7
*
Fix --disable-png behaviour in the Python module.
Tavian Barnes
2011-09-18
4
-6
/
+23
*
Fix ./configure --{enable,disable}-png.
Tavian Barnes
2011-09-18
1
-0
/
+1
*
Add ImageMaps to Python module.
Tavian Barnes
2011-09-18
5
-9
/
+63
*
Round correctly when converting colors to integers.
Tavian Barnes
2011-09-18
4
-24
/
+35
*
Add finalizers to Progress objects.
Tavian Barnes
2011-09-18
1
-1
/
+11
*
Add .scale(), .translate(), and .rotate() methods to transformable objects.
Tavian Barnes
2011-09-18
2
-19
/
+23
*
Document and fix some things in the Python module.
Tavian Barnes
2011-09-16
1
-22
/
+28
*
Make Textures transformable.
Tavian Barnes
2011-09-16
1
-0
/
+5
*
Transform normals as pseudovectors, not vectors.
Tavian Barnes
2011-09-14
8
-47
/
+71
*
Slight cone intersection code improvements.
Tavian Barnes
2011-09-12
1
-3
/
+4
*
Use dmnsn_object::intrinsic_trans from Python.
Tavian Barnes
2011-09-12
3
-6
/
+6
*
Implement cone caps as separate objects.
Tavian Barnes
2011-09-12
1
-45
/
+68
*
Fix pigment_trans calculation in deeply nested objects.
Tavian Barnes
2011-09-12
1
-11
/
+22
*
Add dmnsn_color printf macros.
Tavian Barnes
2011-09-12
1
-3
/
+9
*
Constrain some invariants a bit tighter in Python module.
Tavian Barnes
2011-09-07
1
-7
/
+15
*
Update copyright years.
Tavian Barnes
2011-08-31
54
-54
/
+54
*
Use a more interesting pattern than "blue" for canvas import/export tests.
Tavian Barnes
2011-08-29
5
-6
/
+68
*
Simplify canvas export functions a bit.
Tavian Barnes
2011-08-27
2
-143
/
+27
*
Update configure.ac to autoconf 2.68.
Tavian Barnes
2011-08-26
2
-17
/
+32
*
Remove .bench files on make clean.
Tavian Barnes
2011-08-26
1
-0
/
+3
*
Use the AX_PTHREAD macro to detect pthread flags properly.
Tavian Barnes
2011-08-26
3
-9
/
+315
*
Use DMNSN_INTERNAL for prtree functions.
Tavian Barnes
2011-08-25
4
-8
/
+15
*
Rename dimension-impl.h to dimension-internal.h
Tavian Barnes
2011-08-25
19
-21
/
+21
*
Don't evaluate the background color if we don't have to.
Tavian Barnes
2011-08-21
1
-6
/
+5
*
Replace sky_spheres with a single background pigment.
Tavian Barnes
2011-08-21
13
-235
/
+32
*
Don't dynamically allocate timers.
Tavian Barnes
2011-08-21
8
-61
/
+26
*
Cancel all ccthreads first before joining them on cleanup.
Tavian Barnes
2011-08-19
1
-0
/
+6
*
Support thread cancelation, and handle ^C in the client.
Tavian Barnes
2011-08-19
7
-35
/
+113
*
Add --adc-bailout option.
Tavian Barnes
2011-08-18
1
-0
/
+8
*
Handle reflection correctly in the client.
Tavian Barnes
2011-08-18
4
-9
/
+10
*
Handle reflection of light and transmitted rays.
Tavian Barnes
2011-08-18
5
-42
/
+108
*
Fix dmnsn_png_read_canvas() error handling.
Tavian Barnes
2011-08-15
1
-14
/
+9
*
Rename "translucency" to "transparency".
Tavian Barnes
2011-08-12
6
-15
/
+15
*
Use regular def for Matrix.inverse().
Tavian Barnes
2011-08-12
1
-2
/
+3
*
Make min_wait less hacky.
Tavian Barnes
2011-08-08
2
-8
/
+9
*
Clean up lights in complex.dmnsn even more.
Tavian Barnes
2011-08-07
1
-2
/
+2
*
Fix doc cleanup.
Tavian Barnes
2011-08-03
1
-3
/
+3
*
Clean up lights in complex test.
Tavian Barnes
2011-08-03
1
-9
/
+5
*
Take *args and **kwargs in Cylinder().
Tavian Barnes
2011-08-03
1
-2
/
+4
*
Wrap pthread API to reduce duplicated error tests.
Tavian Barnes
2011-08-02
7
-189
/
+369
*
Add [] accessors to Canvases.
Tavian Barnes
2011-07-29
2
-0
/
+36
[prev]
[next]