summaryrefslogtreecommitdiffstats
path: root/libdimension/object.c
Commit message (Collapse)AuthorAgeFilesLines
* Add destructor callbacks for polymorphic C types, and use their baseTavian Barnes2009-07-161-2/+8
| | | | dmnsn_delete_*() function.
* Begin dmnsn_texture* type.Tavian Barnes2009-07-121-0/+1
|
* Update license copyrights to 2009.Tavian Barnes2009-07-081-1/+1
|
* Add lots of comments, and some code fixes discovered in the process.Tavian Barnes2009-06-261-0/+2
|
* Add a transformation matrix to objects.Tavian Barnes2009-06-141-1/+5
|
* Begin object type, with sphere example.Tavian Barnes2009-05-131-0/+34