summaryrefslogtreecommitdiffstats
path: root/libdimensionxx/dimensionxx/object.hpp
Commit message (Expand)AuthorAgeFilesLines
* Purge test suite and C++ wrapper - for now.Tavian Barnes2009-10-041-133/+0
* New C++ wrapper for dmnsn_texture*.Tavian Barnes2009-07-161-6/+37
* Make copy() a const method.Tavian Barnes2009-07-161-2/+2
* Add destructor callbacks for polymorphic C types, and use their baseTavian Barnes2009-07-161-1/+1
* Allow Array's of non-POD types through specialized Array_Element class.Tavian Barnes2009-07-111-0/+19
* Make copy() a non-const method.Tavian Barnes2009-07-111-2/+2
* Update license copyrights to 2009.Tavian Barnes2009-07-081-1/+1
* Comments and style adjustments, and a couple fixes.Tavian Barnes2009-07-081-2/+2
* Add shallow copy semantics to Camera's, Object's, and Scene's.Tavian Barnes2009-07-071-5/+15
* New C++ dmnsn_camera* wrapper.Tavian Barnes2009-07-011-5/+5
* Wrap objects' transformation matricies in C++.Tavian Barnes2009-07-011-0/+5
* Sphere and cube C++ wrappers.Tavian Barnes2009-07-011-1/+1
* Add lots of comments, and some code fixes discovered in the process.Tavian Barnes2009-06-261-2/+2
* New C++ dmnsn_array* and dmnsn_object* wrappers.Tavian Barnes2009-06-201-0/+68