You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(128) |
Dec
(65) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(48) |
Feb
(132) |
Mar
(95) |
Apr
(47) |
May
(54) |
Jun
(2) |
Jul
(57) |
Aug
(109) |
Sep
(131) |
Oct
(186) |
Nov
(105) |
Dec
(78) |
2007 |
Jan
(125) |
Feb
(105) |
Mar
(52) |
Apr
(104) |
May
(63) |
Jun
(116) |
Jul
(76) |
Aug
|
Sep
(18) |
Oct
(93) |
Nov
(110) |
Dec
(169) |
2008 |
Jan
(90) |
Feb
(64) |
Mar
(41) |
Apr
(23) |
May
(6) |
Jun
(18) |
Jul
(10) |
Aug
(61) |
Sep
(139) |
Oct
(50) |
Nov
(55) |
Dec
(2) |
2009 |
Jan
|
Feb
(1) |
Mar
(62) |
Apr
(22) |
May
(17) |
Jun
(19) |
Jul
(40) |
Aug
(21) |
Sep
|
Oct
(40) |
Nov
(23) |
Dec
|
2010 |
Jan
(14) |
Feb
(40) |
Mar
(9) |
Apr
(11) |
May
(19) |
Jun
(4) |
Jul
(10) |
Aug
(22) |
Sep
(15) |
Oct
|
Nov
(2) |
Dec
|
2011 |
Jan
(13) |
Feb
(10) |
Mar
|
Apr
(13) |
May
|
Jun
|
Jul
(2) |
Aug
(4) |
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
(33) |
May
(20) |
Jun
|
Jul
(8) |
Aug
(7) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
From: Braden M. <br...@us...> - 2006-09-20 00:32:16
|
Update of /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC7_1/OpenVRML In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv15645/ide-projects/Windows/VisualC7_1/OpenVRML Removed Files: Tag: OpenVRML-0_16-BRANCH OpenVRML.sln Log Message: Removed Visual C++ 7.1 project files. --- OpenVRML.sln DELETED --- |
From: Braden M. <br...@us...> - 2006-09-20 00:32:16
|
Update of /cvsroot/openvrml/openvrml/ide-projects In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv15645/ide-projects Modified Files: Tag: OpenVRML-0_16-BRANCH Makefile.am Log Message: Removed Visual C++ 7.1 project files. Index: Makefile.am =================================================================== RCS file: /cvsroot/openvrml/openvrml/ide-projects/Makefile.am,v retrieving revision 1.10 retrieving revision 1.10.2.1 diff -C2 -d -r1.10 -r1.10.2.1 *** Makefile.am 12 Feb 2006 03:15:39 -0000 1.10 --- Makefile.am 20 Sep 2006 00:32:13 -0000 1.10.2.1 *************** *** 1,9 **** - VISUALC7_1_FILES = \ - Windows/VisualC7_1/OpenVRML/OpenVRML.sln \ - Windows/VisualC7_1/OpenVRML/antlr/antlr.vcproj \ - Windows/VisualC7_1/OpenVRML/openvrml/openvrml.vcproj \ - Windows/VisualC7_1/OpenVRML/openvrml-gl/openvrml-gl.vcproj \ - Windows/VisualC7_1/OpenVRML/sdl-viewer/sdl-viewer.vcproj - VISUALC8_0_FILES = \ Windows/VisualC8_0/OpenVRML/OpenVRML.sln \ --- 1,2 ---- *************** *** 13,15 **** Windows/VisualC8_0/OpenVRML/sdl-viewer/sdl-viewer.vcproj ! EXTRA_DIST = $(VISUALC7_1_FILES) $(VISUALC8_0_FILES) --- 6,8 ---- Windows/VisualC8_0/OpenVRML/sdl-viewer/sdl-viewer.vcproj ! EXTRA_DIST = $(VISUALC8_0_FILES) |
From: Braden M. <br...@us...> - 2006-09-19 21:34:44
|
Update of /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv3419/src/libopenvrml/openvrml Modified Files: basetypes.h Log Message: Changed declaration of openvrml::mat4f from class to struct for consistency with definition. Index: basetypes.h =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml/basetypes.h,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** basetypes.h 6 Sep 2006 09:57:16 -0000 1.26 --- basetypes.h 19 Sep 2006 21:34:40 -0000 1.27 *************** *** 367,371 **** ! class mat4f; struct OPENVRML_API vec3f { --- 367,371 ---- ! struct mat4f; struct OPENVRML_API vec3f { *************** *** 595,599 **** ! class quatf; struct OPENVRML_API rotation { --- 595,599 ---- ! struct quatf; struct OPENVRML_API rotation { |
From: Braden M. <br...@us...> - 2006-09-19 21:34:44
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv3419 Modified Files: ChangeLog Log Message: Changed declaration of openvrml::mat4f from class to struct for consistency with definition. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1327 retrieving revision 1.1328 diff -C2 -d -r1.1327 -r1.1328 *** ChangeLog 19 Sep 2006 21:31:23 -0000 1.1327 --- ChangeLog 19 Sep 2006 21:34:40 -0000 1.1328 *************** *** 1,4 **** --- 1,10 ---- 2006-09-19 Braden McDaniel <br...@en...> + * src/libopenvrml/openvrml/basetypes.h: Changed declaration of + openvrml::mat4f from class to struct for consistency with + definition. + + 2006-09-19 Braden McDaniel <br...@en...> + Removed unnecessary declarations of openvrml::mat4f. |
From: Braden M. <br...@us...> - 2006-09-19 21:31:40
|
Update of /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv2102/src/libopenvrml/openvrml Modified Files: Tag: OpenVRML-0_16-BRANCH bounding_volume.h rendering_context.h Log Message: Removed unnecessary declarations of openvrml::mat4f. Index: bounding_volume.h =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml/bounding_volume.h,v retrieving revision 1.8 retrieving revision 1.8.2.1 diff -C2 -d -r1.8 -r1.8.2.1 *** bounding_volume.h 12 Feb 2006 09:40:17 -0000 1.8 --- bounding_volume.h 19 Sep 2006 21:31:38 -0000 1.8.2.1 *************** *** 30,34 **** class axis_aligned_bounding_box; class bounding_sphere; - class mat4f; class OPENVRML_API bounding_volume { --- 30,33 ---- Index: rendering_context.h =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml/rendering_context.h,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -C2 -d -r1.4 -r1.4.2.1 *** rendering_context.h 11 Aug 2005 22:50:14 -0000 1.4 --- rendering_context.h 19 Sep 2006 21:31:38 -0000 1.4.2.1 *************** *** 27,32 **** namespace openvrml { - class mat4f; - class OPENVRML_API rendering_context { mat4f * modelview; --- 27,30 ---- |
From: Braden M. <br...@us...> - 2006-09-19 21:31:40
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv2102 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog Log Message: Removed unnecessary declarations of openvrml::mat4f. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.12 retrieving revision 1.1310.2.13 diff -C2 -d -r1.1310.2.12 -r1.1310.2.13 *** ChangeLog 19 Sep 2006 20:18:13 -0000 1.1310.2.12 --- ChangeLog 19 Sep 2006 21:31:38 -0000 1.1310.2.13 *************** *** 1,4 **** --- 1,13 ---- 2006-09-19 Braden McDaniel <br...@en...> + Removed unnecessary declarations of openvrml::mat4f. + + * src/libopenvrml/openvrml/bounding_volume.h: Removed spurious + declaration of openvrml::mat4f. + * src/libopenvrml/openvrml/rendering_context.h: Removed spurious + declaration of openvrml::mat4f. + + 2006-09-19 Braden McDaniel <br...@en...> + * src/libopenvrml/openvrml/vrml97node.cpp (text_node::update_face()): Initial implementation of font |
From: Braden M. <br...@us...> - 2006-09-19 21:31:25
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv2077 Modified Files: ChangeLog Log Message: Removed unnecessary declarations of openvrml::mat4f. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1326 retrieving revision 1.1327 diff -C2 -d -r1.1326 -r1.1327 *** ChangeLog 19 Sep 2006 20:18:31 -0000 1.1326 --- ChangeLog 19 Sep 2006 21:31:23 -0000 1.1327 *************** *** 1,4 **** --- 1,13 ---- 2006-09-19 Braden McDaniel <br...@en...> + Removed unnecessary declarations of openvrml::mat4f. + + * src/libopenvrml/openvrml/bounding_volume.h: Removed spurious + declaration of openvrml::mat4f. + * src/libopenvrml/openvrml/rendering_context.h: Removed spurious + declaration of openvrml::mat4f. + + 2006-09-19 Braden McDaniel <br...@en...> + * src/libopenvrml/openvrml/vrml97node.cpp (text_node::update_face()): Initial implementation of font |
From: Braden M. <br...@us...> - 2006-09-19 21:31:25
|
Update of /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv2077/src/libopenvrml/openvrml Modified Files: bounding_volume.h rendering_context.h Log Message: Removed unnecessary declarations of openvrml::mat4f. Index: bounding_volume.h =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml/bounding_volume.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** bounding_volume.h 12 Feb 2006 09:40:17 -0000 1.8 --- bounding_volume.h 19 Sep 2006 21:31:23 -0000 1.9 *************** *** 30,34 **** class axis_aligned_bounding_box; class bounding_sphere; - class mat4f; class OPENVRML_API bounding_volume { --- 30,33 ---- Index: rendering_context.h =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml/rendering_context.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** rendering_context.h 11 Aug 2005 22:50:14 -0000 1.4 --- rendering_context.h 19 Sep 2006 21:31:23 -0000 1.5 *************** *** 27,32 **** namespace openvrml { - class mat4f; - class OPENVRML_API rendering_context { mat4f * modelview; --- 27,30 ---- |
From: Braden M. <br...@us...> - 2006-09-19 20:18:34
|
Update of /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv2633/src/libopenvrml/openvrml Modified Files: vrml97node.cpp Log Message: Initial implementation of font discovery and resolution for Windows. The current code pays no attention to the FontStyle specification; but it should reliably pick a font such that text is rendered. Index: vrml97node.cpp =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml/vrml97node.cpp,v retrieving revision 1.112 retrieving revision 1.113 diff -C2 -d -r1.112 -r1.113 *** vrml97node.cpp 3 Sep 2006 03:52:14 -0000 1.112 --- vrml97node.cpp 19 Sep 2006 20:18:31 -0000 1.113 *************** *** 39,42 **** --- 39,43 ---- # include <boost/algorithm/string/predicate.hpp> # include <boost/array.hpp> + # include <boost/multi_index/detail/scope_guard.hpp> # include <boost/thread.hpp> # ifdef OPENVRML_ENABLE_RENDER_TEXT_NODE *************** *** 45,52 **** # include FT_GLYPH_H # include FT_OUTLINE_H [...997 lines suppressed...] ? geometryXMin --- 23547,23551 ---- newGeometry.coord.push_back(textVertex); newGeometry.coord_index ! .push_back(int32(newGeometry.coord.size() - 1)); geometryXMin = (geometryXMin < textVertex.x()) ? geometryXMin *************** *** 23354,23358 **** (this->max_extent_.sffloat::value() > 0.0) ? this->max_extent_.sffloat::value() ! : 0.0; if (maxExtent > 0.0) { const float currentMaxExtent = geometryXMax - geometryXMin; --- 23572,23576 ---- (this->max_extent_.sffloat::value() > 0.0) ? this->max_extent_.sffloat::value() ! : 0.0f; if (maxExtent > 0.0) { const float currentMaxExtent = geometryXMax - geometryXMin; |
From: Braden M. <br...@us...> - 2006-09-19 20:18:33
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv2633 Modified Files: ChangeLog Log Message: Initial implementation of font discovery and resolution for Windows. The current code pays no attention to the FontStyle specification; but it should reliably pick a font such that text is rendered. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1325 retrieving revision 1.1326 diff -C2 -d -r1.1325 -r1.1326 *** ChangeLog 6 Sep 2006 09:57:16 -0000 1.1325 --- ChangeLog 19 Sep 2006 20:18:31 -0000 1.1326 *************** *** 1,2 **** --- 1,10 ---- + 2006-09-19 Braden McDaniel <br...@en...> + + * src/libopenvrml/openvrml/vrml97node.cpp + (text_node::update_face()): Initial implementation of font + discovery and resolution for Windows. The current code pays no + attention to the FontStyle specification; but it should reliably + pick a font such that text is rendered. + 2006-09-06 Braden McDaniel <br...@en...> |
From: Braden M. <br...@us...> - 2006-09-19 20:18:19
|
Update of /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv2604/src/libopenvrml/openvrml Modified Files: Tag: OpenVRML-0_16-BRANCH vrml97node.cpp Log Message: Initial implementation of font discovery and resolution for Windows. The current code pays no attention to the FontStyle specification; but it should reliably pick a font such that text is rendered. Index: vrml97node.cpp =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml/vrml97node.cpp,v retrieving revision 1.108.2.3 retrieving revision 1.108.2.4 diff -C2 -d -r1.108.2.3 -r1.108.2.4 *** vrml97node.cpp 3 Sep 2006 03:52:00 -0000 1.108.2.3 --- vrml97node.cpp 19 Sep 2006 20:18:13 -0000 1.108.2.4 *************** *** 39,42 **** --- 39,43 ---- # include <boost/algorithm/string/predicate.hpp> # include <boost/array.hpp> + # include <boost/multi_index/detail/scope_guard.hpp> # include <boost/thread.hpp> # ifdef OPENVRML_ENABLE_RENDER_TEXT_NODE *************** *** 45,52 **** # include FT_GLYPH_H # include FT_OUTLINE_H [...997 lines suppressed...] ? geometryXMin --- 23542,23546 ---- newGeometry.coord.push_back(textVertex); newGeometry.coord_index ! .push_back(int32(newGeometry.coord.size() - 1)); geometryXMin = (geometryXMin < textVertex.x()) ? geometryXMin *************** *** 23349,23353 **** (this->max_extent_.sffloat::value() > 0.0) ? this->max_extent_.sffloat::value() ! : 0.0; if (maxExtent > 0.0) { const float currentMaxExtent = geometryXMax - geometryXMin; --- 23567,23571 ---- (this->max_extent_.sffloat::value() > 0.0) ? this->max_extent_.sffloat::value() ! : 0.0f; if (maxExtent > 0.0) { const float currentMaxExtent = geometryXMax - geometryXMin; |
From: Braden M. <br...@us...> - 2006-09-19 20:18:17
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv2604 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog Log Message: Initial implementation of font discovery and resolution for Windows. The current code pays no attention to the FontStyle specification; but it should reliably pick a font such that text is rendered. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.11 retrieving revision 1.1310.2.12 diff -C2 -d -r1.1310.2.11 -r1.1310.2.12 *** ChangeLog 3 Sep 2006 03:51:59 -0000 1.1310.2.11 --- ChangeLog 19 Sep 2006 20:18:13 -0000 1.1310.2.12 *************** *** 1,2 **** --- 1,10 ---- + 2006-09-19 Braden McDaniel <br...@en...> + + * src/libopenvrml/openvrml/vrml97node.cpp + (text_node::update_face()): Initial implementation of font + discovery and resolution for Windows. The current code pays no + attention to the FontStyle specification; but it should reliably + pick a font such that text is rendered. + 2006-09-02 Braden McDaniel <br...@en...> |
From: Braden M. <br...@us...> - 2006-09-06 09:57:21
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv4997 Modified Files: ChangeLog Log Message: Added missing applications of OPENVRML_API. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1324 retrieving revision 1.1325 diff -C2 -d -r1.1324 -r1.1325 *** ChangeLog 3 Sep 2006 03:52:14 -0000 1.1324 --- ChangeLog 6 Sep 2006 09:57:16 -0000 1.1325 *************** *** 1,2 **** --- 1,7 ---- + 2006-09-06 Braden McDaniel <br...@en...> + + * src/libopenvrml/openvrml/basetypes.h: Added missing applications + of OPENVRML_API. + 2006-09-02 Braden McDaniel <br...@en...> *************** *** 18,22 **** (stream_extraction_with_commas()): Use openvrml::make_color instead of openvrml::color constructor. - * tests/mat4f.cpp (stream_insertion()): Use openvrml::make_mat4f instead of --- 23,26 ---- |
From: Braden M. <br...@us...> - 2006-09-06 09:57:21
|
Update of /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv4997/src/libopenvrml/openvrml Modified Files: basetypes.h Log Message: Added missing applications of OPENVRML_API. Index: basetypes.h =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml/basetypes.h,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** basetypes.h 31 Aug 2006 06:45:30 -0000 1.25 --- basetypes.h 6 Sep 2006 09:57:16 -0000 1.26 *************** *** 706,728 **** }; ! const mat4f make_mat4f() OPENVRML_NOTHROW; ! const mat4f make_mat4f(float f11, float f12, float f13, float f14, ! float f21, float f22, float f23, float f24, ! float f31, float f32, float f33, float f34, ! float f41, float f42, float f43, float f44) OPENVRML_NOTHROW; - const mat4f make_mat4f(const float mat[16]) OPENVRML_NOTHROW; - const mat4f make_mat4f(const float (&mat)[4][4]) OPENVRML_NOTHROW; ! const mat4f make_rotation_mat4f(const rotation & rot) OPENVRML_NOTHROW; ! const mat4f make_rotation_mat4f(const quatf & quat) OPENVRML_NOTHROW; ! const mat4f make_scale_mat4f(float s) OPENVRML_NOTHROW; ! const mat4f make_scale_mat4f(const vec3f & s) OPENVRML_NOTHROW; ! const mat4f make_translation_mat4f(const vec3f & t) OPENVRML_NOTHROW; ! const mat4f make_transformation_mat4f(const vec3f & t, ! const rotation & r, ! const vec3f & s, ! const rotation & sr, ! const vec3f & c) OPENVRML_NOTHROW; OPENVRML_API bool operator==(const mat4f & lhs, const mat4f & rhs) --- 706,736 ---- }; ! OPENVRML_API const mat4f make_mat4f() OPENVRML_NOTHROW; ! OPENVRML_API const mat4f ! make_mat4f(float f11, float f12, float f13, float f14, ! float f21, float f22, float f23, float f24, ! float f31, float f32, float f33, float f34, ! float f41, float f42, float f43, float f44) ! OPENVRML_NOTHROW; ! OPENVRML_API const mat4f make_mat4f(const float mat[16]) OPENVRML_NOTHROW; ! OPENVRML_API const mat4f make_mat4f(const float (&mat)[4][4]) OPENVRML_NOTHROW; ! OPENVRML_API const mat4f make_rotation_mat4f(const rotation & rot) ! OPENVRML_NOTHROW; ! OPENVRML_API const mat4f make_rotation_mat4f(const quatf & quat) ! OPENVRML_NOTHROW; ! OPENVRML_API const mat4f make_scale_mat4f(float s) ! OPENVRML_NOTHROW; ! OPENVRML_API const mat4f make_scale_mat4f(const vec3f & s) ! OPENVRML_NOTHROW; ! OPENVRML_API const mat4f make_translation_mat4f(const vec3f & t) ! OPENVRML_NOTHROW; ! OPENVRML_API const mat4f make_transformation_mat4f(const vec3f & t, ! const rotation & r, ! const vec3f & s, ! const rotation & sr, ! const vec3f & c) ! OPENVRML_NOTHROW; OPENVRML_API bool operator==(const mat4f & lhs, const mat4f & rhs) *************** *** 782,790 **** }; ! const quatf make_quatf() OPENVRML_NOTHROW; ! const quatf make_quatf(float x, float y, float z, float w) OPENVRML_NOTHROW; ! const quatf make_quatf(const float (&quat)[4]) OPENVRML_NOTHROW; ! const quatf make_quatf(const rotation & rot) OPENVRML_NOTHROW; ! const quatf make_quatf(const mat4f & mat) OPENVRML_NOTHROW; OPENVRML_API const quatf operator*(const quatf & lhs, const quatf & rhs) --- 790,800 ---- }; ! OPENVRML_API const quatf make_quatf() OPENVRML_NOTHROW; ! OPENVRML_API const quatf make_quatf(float x, float y, float z, float w) ! OPENVRML_NOTHROW; ! OPENVRML_API const quatf make_quatf(const float (&quat)[4]) ! OPENVRML_NOTHROW; ! OPENVRML_API const quatf make_quatf(const rotation & rot) OPENVRML_NOTHROW; ! OPENVRML_API const quatf make_quatf(const mat4f & mat) OPENVRML_NOTHROW; OPENVRML_API const quatf operator*(const quatf & lhs, const quatf & rhs) |
From: Braden M. <br...@us...> - 2006-09-03 03:52:16
|
Update of /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10072/src/libopenvrml/openvrml Modified Files: vrml97node.cpp Log Message: Doc-comment fixes. Index: vrml97node.cpp =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml/vrml97node.cpp,v retrieving revision 1.111 retrieving revision 1.112 diff -C2 -d -r1.111 -r1.112 *** vrml97node.cpp 31 Aug 2006 06:45:31 -0000 1.111 --- vrml97node.cpp 3 Sep 2006 03:52:14 -0000 1.112 *************** *** 14042,14046 **** /** ! * @var openvrml::scene * inline_node::inlineScene * * @brief The contained scene. --- 14042,14046 ---- /** ! * @var openvrml::scene * inline_node::inline_scene_ * * @brief The contained scene. *************** *** 14048,14052 **** /** ! * @var bool inline_node::hasLoaded * * @brief Flag to indicate whether the scene has been loaded. --- 14048,14052 ---- /** ! * @var bool inline_node::loaded_ * * @brief Flag to indicate whether the scene has been loaded. *************** *** 27441,27445 **** /** ! * @var cad_layer_node::CADLayer_metatype * * @brief Class object for CADLayer nodes. --- 27441,27445 ---- /** ! * @var cad_layer_node::cad_layer_metatype * * @brief Class object for CADLayer nodes. |
From: Braden M. <br...@us...> - 2006-09-03 03:52:16
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10072 Modified Files: ChangeLog Log Message: Doc-comment fixes. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1323 retrieving revision 1.1324 diff -C2 -d -r1.1323 -r1.1324 *** ChangeLog 31 Aug 2006 21:19:10 -0000 1.1323 --- ChangeLog 3 Sep 2006 03:52:14 -0000 1.1324 *************** *** 1,2 **** --- 1,6 ---- + 2006-09-02 Braden McDaniel <br...@en...> + + * src/libopenvrml/openvrml/vrml97node.cpp: Doc-comment fixes. + 2006-08-31 Braden McDaniel <br...@en...> |
From: Braden M. <br...@us...> - 2006-09-03 03:52:04
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv9694 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog Log Message: Doc-comment fixes. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.10 retrieving revision 1.1310.2.11 diff -C2 -d -r1.1310.2.10 -r1.1310.2.11 *** ChangeLog 31 Aug 2006 21:18:57 -0000 1.1310.2.10 --- ChangeLog 3 Sep 2006 03:51:59 -0000 1.1310.2.11 *************** *** 1,2 **** --- 1,6 ---- + 2006-09-02 Braden McDaniel <br...@en...> + + * src/libopenvrml/openvrml/vrml97node.cpp: Doc-comment fixes. + 2006-08-31 Braden McDaniel <br...@en...> |
From: Braden M. <br...@us...> - 2006-09-03 03:52:03
|
Update of /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv9694/src/libopenvrml/openvrml Modified Files: Tag: OpenVRML-0_16-BRANCH vrml97node.cpp Log Message: Doc-comment fixes. Index: vrml97node.cpp =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml/vrml97node.cpp,v retrieving revision 1.108.2.2 retrieving revision 1.108.2.3 diff -C2 -d -r1.108.2.2 -r1.108.2.3 *** vrml97node.cpp 17 Aug 2006 20:03:08 -0000 1.108.2.2 --- vrml97node.cpp 3 Sep 2006 03:52:00 -0000 1.108.2.3 *************** *** 14042,14046 **** /** ! * @var openvrml::scene * inline_node::inlineScene * * @brief The contained scene. --- 14042,14046 ---- /** ! * @var openvrml::scene * inline_node::inline_scene_ * * @brief The contained scene. *************** *** 14048,14052 **** /** ! * @var bool inline_node::hasLoaded * * @brief Flag to indicate whether the scene has been loaded. --- 14048,14052 ---- /** ! * @var bool inline_node::loaded_ * * @brief Flag to indicate whether the scene has been loaded. *************** *** 27436,27440 **** /** ! * @var cad_layer_node::CADLayer_metatype * * @brief Class object for CADLayer nodes. --- 27436,27440 ---- /** ! * @var cad_layer_node::cad_layer_metatype * * @brief Class object for CADLayer nodes. |
From: Braden M. <br...@us...> - 2006-08-31 21:19:13
|
Update of /cvsroot/openvrml/openvrml/examples In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv15197/examples Modified Files: sdl_viewer.cpp Log Message: Allocate a console and direct stdout and stderr to it on Windows. Index: sdl_viewer.cpp =================================================================== RCS file: /cvsroot/openvrml/openvrml/examples/sdl_viewer.cpp,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** sdl_viewer.cpp 6 Mar 2006 19:26:33 -0000 1.10 --- sdl_viewer.cpp 31 Aug 2006 21:19:11 -0000 1.11 *************** *** 31,34 **** --- 31,37 ---- # include <openvrml/browser.h> # include <openvrml/gl/viewer.h> + # ifdef _WIN32 + # include <windows.h> + # endif extern "C" Uint32 update_timer_callback(Uint32 interval, void * param); *************** *** 84,87 **** --- 87,97 ---- using std::endl; + # ifdef _WIN32 + AllocConsole(); + FILE * out; + freopen_s(&out, "conout$", "w", stdout); + freopen_s(&out, "conout$", "w", stderr); + # endif + if (argc < 2) { cerr << "Usage: " << argv[0] << " URL" << endl; *************** *** 109,112 **** --- 119,127 ---- } + # ifdef _WIN32 + fclose(out); + FreeConsole(); + # endif + return EXIT_SUCCESS; } |
From: Braden M. <br...@us...> - 2006-08-31 21:19:13
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv15197 Modified Files: ChangeLog Log Message: Allocate a console and direct stdout and stderr to it on Windows. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1322 retrieving revision 1.1323 diff -C2 -d -r1.1322 -r1.1323 *** ChangeLog 31 Aug 2006 07:58:43 -0000 1.1322 --- ChangeLog 31 Aug 2006 21:19:10 -0000 1.1323 *************** *** 1,4 **** --- 1,9 ---- 2006-08-31 Braden McDaniel <br...@en...> + * examples/sdl_viewer.cpp (main(int, char **)): Allocate a console + and direct stdout and stderr to it on Windows. + + 2006-08-31 Braden McDaniel <br...@en...> + Updated test programs to use make_* functions to create fundamental types. |
From: Braden M. <br...@us...> - 2006-08-31 21:19:08
|
Update of /cvsroot/openvrml/openvrml/examples In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14810/examples Modified Files: Tag: OpenVRML-0_16-BRANCH sdl_viewer.cpp Log Message: Allocate a console and direct stdout and stderr to it on Windows. Index: sdl_viewer.cpp =================================================================== RCS file: /cvsroot/openvrml/openvrml/examples/sdl_viewer.cpp,v retrieving revision 1.10 retrieving revision 1.10.2.1 diff -C2 -d -r1.10 -r1.10.2.1 *** sdl_viewer.cpp 6 Mar 2006 19:26:33 -0000 1.10 --- sdl_viewer.cpp 31 Aug 2006 21:18:57 -0000 1.10.2.1 *************** *** 31,34 **** --- 31,37 ---- # include <openvrml/browser.h> # include <openvrml/gl/viewer.h> + # ifdef _WIN32 + # include <windows.h> + # endif extern "C" Uint32 update_timer_callback(Uint32 interval, void * param); *************** *** 84,87 **** --- 87,97 ---- using std::endl; + # ifdef _WIN32 + AllocConsole(); + FILE * out; + freopen_s(&out, "conout$", "w", stdout); + freopen_s(&out, "conout$", "w", stderr); + # endif + if (argc < 2) { cerr << "Usage: " << argv[0] << " URL" << endl; *************** *** 109,112 **** --- 119,127 ---- } + # ifdef _WIN32 + fclose(out); + FreeConsole(); + # endif + return EXIT_SUCCESS; } |
From: Braden M. <br...@us...> - 2006-08-31 21:19:01
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14810 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog Log Message: Allocate a console and direct stdout and stderr to it on Windows. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.9 retrieving revision 1.1310.2.10 diff -C2 -d -r1.1310.2.9 -r1.1310.2.10 *** ChangeLog 31 Aug 2006 06:30:32 -0000 1.1310.2.9 --- ChangeLog 31 Aug 2006 21:18:57 -0000 1.1310.2.10 *************** *** 1,4 **** --- 1,9 ---- 2006-08-31 Braden McDaniel <br...@en...> + * examples/sdl_viewer.cpp (main(int, char **)): Allocate a console + and direct stdout and stderr to it on Windows. + + 2006-08-31 Braden McDaniel <br...@en...> + * src/libopenvrml-gl/openvrml/gl/viewer.cpp: Explicitly qualify definitions from the global scope rather than enclose them in |
From: Braden M. <br...@us...> - 2006-08-31 07:58:45
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12853 Modified Files: ChangeLog Log Message: Updated test programs to use make_* functions to create fundamental types. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1321 retrieving revision 1.1322 diff -C2 -d -r1.1321 -r1.1322 *** ChangeLog 31 Aug 2006 07:28:13 -0000 1.1321 --- ChangeLog 31 Aug 2006 07:58:43 -0000 1.1322 *************** *** 1,4 **** --- 1,23 ---- 2006-08-31 Braden McDaniel <br...@en...> + Updated test programs to use make_* functions to create + fundamental types. + + * tests/color.cpp + (stream_extraction_without_commas()): Use openvrml::make_color + instead of openvrml::color constructor. + (stream_extraction_with_commas()): Use openvrml::make_color + instead of openvrml::color constructor. + + * tests/mat4f.cpp + (stream_insertion()): Use openvrml::make_mat4f instead of + openvrml::mat4f constructor. + (stream_extraction_numbers_only()): Use openvrml::make_mat4f + instead of openvrml::mat4f constructor. + (stream_extraction_numbers_with_commas()): Use + openvrml::make_mat4f instead of openvrml::mat4f constructor. + + 2006-08-31 Braden McDaniel <br...@en...> + * src/libopenvrml-gl/openvrml/gl/viewer.cpp (trackball(float, float, float, float): Added missing "using |
From: Braden M. <br...@us...> - 2006-08-31 07:58:45
|
Update of /cvsroot/openvrml/openvrml/tests In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12853/tests Modified Files: color.cpp mat4f.cpp Log Message: Updated test programs to use make_* functions to create fundamental types. Index: color.cpp =================================================================== RCS file: /cvsroot/openvrml/openvrml/tests/color.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** color.cpp 23 Aug 2006 06:41:27 -0000 1.1 --- color.cpp 31 Aug 2006 07:58:43 -0000 1.2 *************** *** 27,31 **** void stream_extraction_without_commas() { ! color c1(1.0, 1.0, 1.0), c2(0.5, 0.5, 0.5), c3, c4; string color_str = "1.0 1.0 1.0 0.5 0.5 0.5"; istringstream in(color_str); --- 27,31 ---- void stream_extraction_without_commas() { ! color c1 = make_color(1.0, 1.0, 1.0), c2 = make_color(0.5, 0.5, 0.5), c3, c4; string color_str = "1.0 1.0 1.0 0.5 0.5 0.5"; istringstream in(color_str); *************** *** 38,42 **** void stream_extraction_with_commas() { ! color c1(1.0, 1.0, 1.0), c2(0.5, 0.5, 0.5), c3, c4; string color_str = "1.0, 1.0, 1.0, 0.5, 0.5, 0.5"; istringstream in(color_str); --- 38,42 ---- void stream_extraction_with_commas() { ! color c1 = make_color(1.0, 1.0, 1.0), c2 = make_color(0.5, 0.5, 0.5), c3, c4; string color_str = "1.0, 1.0, 1.0, 0.5, 0.5, 0.5"; istringstream in(color_str); Index: mat4f.cpp =================================================================== RCS file: /cvsroot/openvrml/openvrml/tests/mat4f.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mat4f.cpp 23 Aug 2006 06:41:28 -0000 1.1 --- mat4f.cpp 31 Aug 2006 07:58:43 -0000 1.2 *************** *** 27,31 **** void stream_insertion() { ! mat4f m; const string mat4f_str = "[1, 0, 0, 0], " "[0, 1, 0, 0], " --- 27,31 ---- void stream_insertion() { ! mat4f m = make_mat4f(); const string mat4f_str = "[1, 0, 0, 0], " "[0, 1, 0, 0], " *************** *** 39,46 **** void stream_extraction_numbers_only() { ! const mat4f m1(1, 0, 0, 0, ! 0, 2, 0, 0, ! 0, 0, 3, 0, ! 0, 0, 0, 4); mat4f m2; const string mat4f_str = "1 0 0 0 " --- 39,46 ---- void stream_extraction_numbers_only() { ! const mat4f m1 = make_mat4f(1, 0, 0, 0, ! 0, 2, 0, 0, ! 0, 0, 3, 0, ! 0, 0, 0, 4); mat4f m2; const string mat4f_str = "1 0 0 0 " *************** *** 55,62 **** void stream_extraction_numbers_with_commas() { ! const mat4f m1(1, 0, 0, 0, ! 0, 2, 0, 0, ! 0, 0, 3, 0, ! 0, 0, 0, 4); mat4f m2; const string mat4f_str = "1, 0, 0, 0, " --- 55,62 ---- void stream_extraction_numbers_with_commas() { ! const mat4f m1 = make_mat4f(1, 0, 0, 0, ! 0, 2, 0, 0, ! 0, 0, 3, 0, ! 0, 0, 0, 4); mat4f m2; const string mat4f_str = "1, 0, 0, 0, " |
From: Braden M. <br...@us...> - 2006-08-31 07:28:15
|
Update of /cvsroot/openvrml/openvrml/src/libopenvrml-gl/openvrml/gl In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32053/src/libopenvrml-gl/openvrml/gl Modified Files: viewer.cpp Log Message: Added missing "using openvrml::make_vec3f". Index: viewer.cpp =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml-gl/openvrml/gl/viewer.cpp,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** viewer.cpp 31 Aug 2006 06:45:34 -0000 1.45 --- viewer.cpp 31 Aug 2006 07:28:13 -0000 1.46 *************** *** 856,859 **** --- 856,860 ---- using openvrml::rotation; using openvrml::vec3f; + using openvrml::make_vec3f; // *************** *** 2162,2165 **** --- 2163,2167 ---- using openvrml::vec2f; using openvrml::vec3f; + using openvrml::make_vec3f; using openvrml::mat4f; |