log

age author description
Thu, 11 Jun 2015 08:18:59 -0500 Eris Caffee WIP - Conversion to new test suite started, but not yet complete.default tip
Wed, 17 Sep 2014 23:02:35 -0500 Eris Caffee Updated tests to run as typed tests over int, float, and double.
Mon, 15 Sep 2014 01:02:52 -0500 Eris Caffee Forget src/main.cpp (because I forgot to use hg to rename it)
Mon, 15 Sep 2014 01:02:04 -0500 Eris Caffee Renamed src to test
Mon, 27 May 2013 16:59:04 -0500 Eris Caffee Doxygen docs for Vector classes.
Mon, 27 May 2013 00:53:55 -0500 Eris Caffee Perspective matrix functions and soem Doxygen docs
Sun, 19 May 2013 23:30:28 -0500 Eris Caffee Added get_ortho_mat44()
Sun, 19 May 2013 20:17:16 -0500 Eris Caffee General minor improvements.
Sun, 12 May 2013 03:05:37 -0500 Eris Caffee Started new header Transform.h to collect functions that produce transformation matrices.
Wed, 08 May 2013 22:50:09 -0500 Eris Caffee to_string simplified. Added Vector constructors from smaller vectors. Added rotation and transform matrix calculation functions.
Mon, 06 May 2013 01:06:12 -0500 Eris Caffee Lot's of updates, some quite old since I guess I forgot to commit a while back. But I just added rotation matrix related things.
Fri, 07 Oct 2011 13:33:48 -0500 Eris Caffee Changed mind. Sticking with current design. Matrix22<T> is done.
Fri, 07 Oct 2011 11:09:15 -0500 Eris Caffee Added tag refactored-1 for changeset 81d2aa42a860
Fri, 07 Oct 2011 11:08:38 -0500 Eris Caffee Matrix22 working, but a few methods not yet written. I started thinking about refactoring again t omake things even cleaner in design, with less repetition.refactored-1
Wed, 28 Sep 2011 12:53:57 -0500 Eris Caffee Updated comments.
Wed, 28 Sep 2011 12:48:42 -0500 Eris Caffee Refactored Vectors into templated classes. Much nicer now.
Tue, 06 Sep 2011 11:26:39 -0500 Eris Caffee Making progress in Matrix. Reorganized code a bit. Reworked Vector routines to use += -= *=
Sun, 04 Sep 2011 12:46:08 -0500 Eris Caffee Vectors done
Tue, 30 Aug 2011 11:08:12 -0500 Eris Caffee About half done with Vectors
Tue, 29 Mar 2011 04:36:57 -0500 Eris Caffee Added GLUT support
Tue, 29 Mar 2011 01:21:50 -0500 Eris Caffee Damn typos
Tue, 29 Mar 2011 00:27:15 -0500 Eris Caffee Fixed OpenGL and OpenAL variable names
Wed, 29 Dec 2010 02:43:17 -0600 Eris Caffee Initial import