Update of /cvsroot/openvrml/openvrml
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14520
Modified Files:
ChangeLog
Log Message:
Refactored Vrml97Parser::sfImageValue such that actual parsing of the image occurs in the Vrml97Parser::imageValue production.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v
retrieving revision 1.1067
retrieving revision 1.1068
diff -C2 -d -r1.1067 -r1.1068
*** ChangeLog 30 Nov 2005 01:19:19 -0000 1.1067
--- ChangeLog 30 Nov 2005 03:17:20 -0000 1.1068
***************
*** 1,4 ****
--- 1,14 ----
2005-11-29 Braden McDaniel <br...@en...>
+ Refactored Vrml97Parser::sfImageValue such that actual parsing of
+ the image occurs in the Vrml97Parser::imageValue production.
+
+ * src/libopenvrml/openvrml/Vrml97Parser.g
+ (Vrml97Parser::sfImageValue): Refactored the guts of this to the
+ Vrml97Parser::imageValue production.
+ (Vrml97Parser::imageValue): Added production.
+
+ 2005-11-29 Braden McDaniel <br...@en...>
+
Use unsigned long for openvrml::image pixel accessors/mutators.
Fixed problem with openvrml::image's stream output operator.
|