Revision: 4262
          http://smartbody.svn.sourceforge.net/smartbody/?rev=4262&view=rev
Author:   arishapiro
Date:     2013-03-06 23:49:40 +0000 (Wed, 06 Mar 2013)
Log Message:
-----------
Added procid attribute to <act> tag for bml.
SmartBody will ignore any <act> that is designated for a different SmartBody 
process.
This is useful when multiple SmartBody processes are listening to the same 
messages.
For example, if the SmartBody process gets assigned an id called 'foo':
scene.setProcessId('foo')
then it will respond either to BML messages that don't have a process id:

<act><bml><head type="NOD"/></bml></act>

or to those with a matching process id:

<act procid="foo"><bml><head type="NOD"/></bml></act>

but will ignore messages for other instances like:

<act procid="bar"><bml><head type="NOD"/></bml></act>

Added some documentation for online retargeting.

Modified Paths:
--------------
    trunk/SmartBodyManual.pdf
    trunk/core/ogre-viewer/build/vs2008/OgreViewer.vcxproj
    trunk/core/smartbody/smartbody-lib/src/bml/bml_processor.cpp
    trunk/core/smartbody/smartbody-lib/src/sb/SBBmlProcessor.cpp
    trunk/core/smartbody/smartbody-lib/src/sbm/BMLDefs.cpp
    trunk/core/smartbody/smartbody-lib/src/sbm/BMLDefs.h
    trunk/core/smartbody/smartbody-lib/src/sbm/sbm_test_cmds.cpp

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
Smartbody-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/smartbody-svn

Reply via email to