From: Braden M. <br...@us...> - 2005-11-17 21:37:00
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18354 Modified Files: ChangeLog Log Message: Changed formatting of old entries to better conform to GNU convention. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1033 retrieving revision 1.1034 diff -C2 -d -r1.1033 -r1.1034 *** ChangeLog 15 Nov 2005 03:22:27 -0000 1.1033 --- ChangeLog 17 Nov 2005 21:36:49 -0000 1.1034 *************** *** 5,11 **** static_cast the lhs of the comparison to openvrml::event_listener*. Microsoft cl 13.10.3077 appears to ! have a bug with virtual inheritance and requires this ! static_cast to generate the correct code. Without the ! static_cast, the comparison will never be true. 2005-11-14 Braden McDaniel <br...@en...> --- 5,11 ---- static_cast the lhs of the comparison to openvrml::event_listener*. Microsoft cl 13.10.3077 appears to [...8737 lines suppressed...] ! Removed win32Lookat. This, too, belongs in its own package. But ! I'll leave the specifics of that package to the Win32 developers. ! Removed the javascript subtree and added a newer version of libjs ! to src/vrml97/libjs, and incorporated it into the automake build. ! Nuked the OLD directory. These build scripts certainly would need ! a good deal of reworking after the reorg I've done, and hopefully ! the use of automake means they are nolonger necessary. If anyone ! needs they can be found in an older tarball. 1999-10-17 Braden N. McDaniel <br...@en...> ! OpenGL renderer displaced from libvrml97core and placed in ! libvrml97gl. ! Helper functions from MathHelper.cpp in libvrml97core placed in an ! unnamed namespace in ViewerOpenGL.cpp. ! OpenGLEvent.c renamed to OpenGLEvent.cpp. |