From: Braden M. <br...@us...> - 2007-05-31 07:18:19
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv8523 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog Log Message: Ensure the scene's URL is relative before trying to resolve it against that of the parent scene. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.175 retrieving revision 1.1310.2.176 diff -C2 -d -r1.1310.2.175 -r1.1310.2.176 *** ChangeLog 21 May 2007 06:36:48 -0000 1.1310.2.175 --- ChangeLog 31 May 2007 07:18:16 -0000 1.1310.2.176 *************** *** 1,2 **** --- 1,8 ---- + 2007-05-31 Braden McDaniel <br...@en...> + + * src/libopenvrml/openvrml/browser.cpp + (openvrml::scene::url() const): Ensure the scene's URL is relative + before trying to resolve it against that of the parent scene. + 2007-05-21 Braden McDaniel <br...@en...> |