Update of /cvsroot/openvrml/openvrml
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5296
Modified Files:
ChangeLog
Log Message:
Provide a real URI associated with the vrmlstream. This is needed so that PROTOs in the stream can have valid node_class_ids.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v
retrieving revision 1.1100
retrieving revision 1.1101
diff -C2 -d -r1.1100 -r1.1101
*** ChangeLog 2 Jan 2006 00:49:45 -0000 1.1100
--- ChangeLog 2 Jan 2006 01:11:19 -0000 1.1101
***************
*** 1,4 ****
--- 1,11 ----
2006-01-01 Braden McDaniel <br...@en...>
+ * src/libopenvrml/openvrml/browser.cpp
+ (openvrml::browser::create_vrml_from_stream(std::istream &)):
+ Provide a real URI associated with the vrmlstream. This is needed
+ so that PROTOs in the stream can have valid node_class_ids.
+
+ 2006-01-01 Braden McDaniel <br...@en...>
+
* src/libopenvrml/Makefile.am: touch files generated by antlr;
antlr doesn't update the timestamps correctly.
|