1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 13 days ago. based on code collected 14 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added copyright header to all files containing the @@COPYRIGHT@@ tag. Also put the scripts to do this under CVS control.
demianmnave
as dnave
More... almost 18 years ago
Fixed formatting problem More... almost 18 years ago
*** empty log message *** More... about 18 years ago
made copy construction for quaternion with external storage an error More... about 18 years ago
*** empty log message *** More... about 18 years ago
added quaternion/quaternion_comparison.h More... about 18 years ago
Added quaternion accumulated multiplication and division. Also added the free quaternion division functions (operator/).
demianmnave
as dnave
More... about 18 years ago
*** empty log message *** More... about 18 years ago
Fixes for assigning external<> vector and matrix types.
demianmnave
as dnave
More... about 18 years ago
*** empty log message *** More... about 18 years ago
Fixed the BasisOrient matrix<> param, and added quaternion assignment from 4 scalars.
demianmnave
as dnave
More... over 18 years ago
Fixed the matrix promotion template to allow promotion of two matrix types with different basis orientations.
demianmnave
as dnave
More... over 18 years ago
uncommented mathlib include More... over 18 years ago
Fixed matrix assignment from different basis orientations. Also fixed a bug with auto-resizing in the unroller code.
demianmnave
as dnave
More... over 18 years ago
added support for basis-independent 4D vector transforms More... over 18 years ago
commit More... over 18 years ago
commit More... over 18 years ago
added includes for frustum.h, projection.h, and picking.h More... over 18 years ago
added matrix_pick() More... over 18 years ago
fixed error in matrix_perspective() More... over 18 years ago
changed V to result in cross() to avoid clashing with DirectX V() macro More... over 18 years ago
Made auto-resizing the default behavior.
demianmnave
as dnave
More... over 18 years ago
Forgot to switch to _MSC_VER instead of _WIN32.
demianmnave
as dnave
More... over 18 years ago
Made some minor changes for VC8 Express, particularly to ignore harmless warnings, and to typedef ssize_t as signed long, since it doesn't seem to be defined by VC8X.
demianmnave
as dnave
More... over 18 years ago
fixed default expression traits problem More... over 18 years ago
switched helper.h to enums More... over 18 years ago
switched to enums More... over 18 years ago
fixed default args bug More... over 18 years ago
small edit to template syntax More... over 18 years ago
small edit to template syntax More... over 18 years ago