subatomic 2002/01/11 08:13:38 PST Modified files: math ColorRGBA.cpp ColorRGBA.h Defines.h Matrix4f.cpp Matrix4f.h Quat.h Vec2.h Vec3.h Vec4.h convert.h extend.h Log: standardized naming of template funcs in defines.h all lowercase func names. Revision Changes Path 1.2 +2 -2 lib/math/ColorRGBA.cpp 1.2 +0 -0 lib/math/ColorRGBA.h 1.2 +40 -51 lib/math/Defines.h 1.2 +51 -51 lib/math/Matrix4f.cpp 1.2 +0 -0 lib/math/Matrix4f.h 1.2 +39 -39 lib/math/Quat.h 1.2 +14 -14 lib/math/Vec2.h 1.2 +13 -13 lib/math/Vec3.h 1.2 +14 -14 lib/math/Vec4.h 1.2 +8 -2 lib/math/convert.h 1.2 +0 -0 lib/math/extend.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/math/ColorRGBA.cpp.diff?r1=1.1&r2=1.2 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/math/ColorRGBA.h.diff?r1=1.1&r2=1.2 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/math/Defines.h.diff?r1=1.1&r2=1.2 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/math/Matrix4f.cpp.diff?r1=1.1&r2=1.2 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/math/Matrix4f.h.diff?r1=1.1&r2=1.2 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/math/Quat.h.diff?r1=1.1&r2=1.2 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/math/Vec2.h.diff?r1=1.1&r2=1.2 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/math/Vec3.h.diff?r1=1.1&r2=1.2 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/math/Vec4.h.diff?r1=1.1&r2=1.2 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/math/convert.h.diff?r1=1.1&r2=1.2 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/math/extend.h.diff?r1=1.1&r2=1.2
subatomic 2002/01/11 08:18:25 PST Modified files: math ColorRGBA.cpp ColorRGBA.h Defines.h Matrix4f.cpp Matrix4f.h Quat.h Vec2.h Vec3.h Vec4.h convert.h extend.h Log: I should compile before commtting.. :( Revision Changes Path 1.3 +0 -0 lib/math/ColorRGBA.cpp 1.3 +2 -2 lib/math/ColorRGBA.h 1.3 +8 -8 lib/math/Defines.h 1.3 +7 -7 lib/math/Matrix4f.cpp 1.3 +0 -0 lib/math/Matrix4f.h 1.3 +1 -1 lib/math/Quat.h 1.3 +0 -0 lib/math/Vec2.h 1.3 +0 -0 lib/math/Vec3.h 1.3 +0 -0 lib/math/Vec4.h 1.3 +0 -0 lib/math/convert.h 1.3 +0 -0 lib/math/extend.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/math/ColorRGBA.cpp.diff?r1=1.2&r2=1.3 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/math/ColorRGBA.h.diff?r1=1.2&r2=1.3 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/math/Defines.h.diff?r1=1.2&r2=1.3 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/math/Matrix4f.cpp.diff?r1=1.2&r2=1.3 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/math/Matrix4f.h.diff?r1=1.2&r2=1.3 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/math/Quat.h.diff?r1=1.2&r2=1.3 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/math/Vec2.h.diff?r1=1.2&r2=1.3 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/math/Vec3.h.diff?r1=1.2&r2=1.3 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/math/Vec4.h.diff?r1=1.2&r2=1.3 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/math/convert.h.diff?r1=1.2&r2=1.3 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/math/extend.h.diff?r1=1.2&r2=1.3
subatomic 2002/01/11 09:23:41 PST Modified files: math ColorRGBA.cpp ColorRGBA.h Defines.h Matrix4f.cpp Matrix4f.h Quat.h Vec2.h Vec3.h Vec4.h convert.h extend.h Log: everything is now in the kev namespace. Revision Changes Path 1.4 +74 -70 lib/math/ColorRGBA.cpp 1.4 +28 -25 lib/math/ColorRGBA.h 1.4 +30 -82 lib/math/Defines.h 1.4 +321 -317 lib/math/Matrix4f.cpp 1.4 +11 -8 lib/math/Matrix4f.h 1.4 +5 -3 lib/math/Quat.h 1.4 +6 -2 lib/math/Vec2.h 1.4 +5 -2 lib/math/Vec3.h 1.4 +5 -2 lib/math/Vec4.h 1.4 +3 -4 lib/math/convert.h 1.4 +1 -2 lib/math/extend.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/math/ColorRGBA.cpp.diff?r1=1.3&r2=1.4 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/math/ColorRGBA.h.diff?r1=1.3&r2=1.4 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/math/Defines.h.diff?r1=1.3&r2=1.4 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/math/Matrix4f.cpp.diff?r1=1.3&r2=1.4 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/math/Matrix4f.h.diff?r1=1.3&r2=1.4 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/math/Quat.h.diff?r1=1.3&r2=1.4 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/math/Vec2.h.diff?r1=1.3&r2=1.4 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/math/Vec3.h.diff?r1=1.3&r2=1.4 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/math/Vec4.h.diff?r1=1.3&r2=1.4 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/math/convert.h.diff?r1=1.3&r2=1.4 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/math/extend.h.diff?r1=1.3&r2=1.4
You seem to have CSS turned off. Please don't fill out this field.
Click URL instructions: Right-click on the ad, choose "Copy Link", then paste here → (This may not be possible with some types of ads)
Ad destination/click URL: