summaryrefslogtreecommitdiffstats
path: root/libdimension
Commit message (Expand)AuthorAgeFilesLines
...
* Don't evaluate the background color if we don't have to.Tavian Barnes2011-08-211-6/+5
* Replace sky_spheres with a single background pigment.Tavian Barnes2011-08-218-161/+14
* Don't dynamically allocate timers.Tavian Barnes2011-08-215-39/+15
* Cancel all ccthreads first before joining them on cleanup.Tavian Barnes2011-08-191-0/+6
* Support thread cancelation, and handle ^C in the client.Tavian Barnes2011-08-194-23/+82
* Handle reflection correctly in the client.Tavian Barnes2011-08-181-4/+2
* Handle reflection of light and transmitted rays.Tavian Barnes2011-08-185-42/+108
* Fix dmnsn_png_read_canvas() error handling.Tavian Barnes2011-08-151-14/+9
* Rename "translucency" to "transparency".Tavian Barnes2011-08-124-12/+12
* Make min_wait less hacky.Tavian Barnes2011-08-082-8/+9
* Fix doc cleanup.Tavian Barnes2011-08-031-3/+3
* Wrap pthread API to reduce duplicated error tests.Tavian Barnes2011-08-027-189/+369
* Support rendering image subregions.Tavian Barnes2011-07-293-2/+19
* Add leopard pigment.Tavian Barnes2011-07-284-1/+56
* Make the checker pattern a singleton.Tavian Barnes2011-07-285-26/+16
* Remove color_maps.Tavian Barnes2011-07-286-169/+109
* Use quick_color only for solid pigments.Tavian Barnes2011-07-272-18/+6
* Add some sanity checking.Tavian Barnes2011-07-261-0/+2
* Support multiple texture assignment properly.Tavian Barnes2011-07-269-69/+80
* Implement triangles.Tavian Barnes2011-07-134-1/+128
* Clean up tests a bit.Tavian Barnes2011-07-131-10/+12
* Fix up some Doxygen documentation.Tavian Barnes2011-06-174-4/+8
* Use a default diffuse amount of 0.7.Tavian Barnes2011-06-171-1/+1
* Add .pigment and .finish properties to Textures.Tavian Barnes2011-06-152-0/+24
* Don't force the error handler to deal with recursion.Tavian Barnes2011-06-151-48/+33
* Use propper extensions for tests.Tavian Barnes2011-06-142-24/+24
* Add Timers to Python module.Tavian Barnes2011-06-142-1/+6
* Fix rotational alignment.Tavian Barnes2011-06-143-15/+40
* Vast libdimension API and internals improvements.Tavian Barnes2011-06-1336-628/+585
* Make lights more generic to support directional lights.Tavian Barnes2011-05-307-34/+99
* Don't allocate reference counts on the heap.Tavian Barnes2011-05-2813-86/+18
* Handle sRGB gamma correctly.Tavian Barnes2011-05-288-24/+162
* Add refcounts to cameras.Tavian Barnes2011-05-216-7/+29
* Calculate alpha correctly for canvas exports.Tavian Barnes2011-05-204-3/+19
* Switch to Blender model of filtered transparency.Tavian Barnes2011-05-207-55/+71
* Add a refcount to canvases.Tavian Barnes2011-05-205-11/+28
* Rename to dmnsn_vector_normalized().Tavian Barnes2011-05-188-14/+14
* Fix leak in failure path in GL test.Tavian Barnes2011-05-171-0/+1
* Add basic leak check.Tavian Barnes2011-05-164-5/+40
* Add a refcount to objects.Tavian Barnes2011-05-169-11/+32
* Fix typo in PNG reading.Tavian Barnes2011-05-161-4/+4
* Consolidate reference counting code.Tavian Barnes2011-05-1610-27/+124
* Get rid of include guards on sub-headers.Tavian Barnes2011-05-1635-176/+0
* Start Python interface.Tavian Barnes2011-05-161-1/+1
* Fix subdirectory order.Tavian Barnes2011-05-151-1/+2
* Group tests and benchmarks with the corresponding source code.Tavian Barnes2011-05-1520-3/+1637
* Fix crash when deleting unused prtree caches.Tavian Barnes2011-05-111-12/+17
* prtree.c code cleanup.Tavian Barnes2011-05-111-8/+8
* Use arrays for PR-tree construction instead of lists.Tavian Barnes2011-05-106-660/+169
* Plug memory leak caused by prtree caching.Tavian Barnes2011-05-101-15/+57