From: Braden M. <br...@us...> - 2007-02-03 08:22:26
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32287 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog Log Message: Fixed PROTO eventIn and eventOut lookup functions to try the "set_" prefix and "_changed" suffix (respectively) when looking up event_listener and event_emitter objects. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.109 retrieving revision 1.1310.2.110 diff -C2 -d -r1.1310.2.109 -r1.1310.2.110 *** ChangeLog 3 Feb 2007 07:41:07 -0000 1.1310.2.109 --- ChangeLog 3 Feb 2007 08:22:23 -0000 1.1310.2.110 *************** *** 1,4 **** --- 1,18 ---- 2007-02-03 Braden McDaniel <br...@en...> + Fixed PROTO eventIn and eventOut lookup functions to try the + "set_" prefix and "_changed" suffix (respectively) when looking up + event_listener and event_emitter objects. + + * src/libopenvrml/openvrml/browser.cpp + (proto_node::do_event_listener(const std::string &)): Prepend + "set_" to the eventIn name if the passed value is not found in the + eventIn map. + (proto_node::do_event_emitter(const std::string &)): Append + "_changed" to the eventOut name if the passed value is not found + in the eventOut map. + + 2007-02-03 Braden McDaniel <br...@en...> + * configure.ac: Require GLib >= 2.6 since openvrml-gtkplug and openvrml-player use GOption. |