Revision: 2363
          http://smartbody.svn.sourceforge.net/smartbody/?rev=2363&view=rev
Author:   arishapiro
Date:     2011-08-05 22:49:35 +0000 (Fri, 05 Aug 2011)

Log Message:
-----------
Added support for Python-generated NVBG like so:
class N(Nvbg):
   def execute(self, character, recipient, messageId, xml):
      # do something here
      return True

n = N()
d = getCharacter("doctor")
d.setNvbg(n)

Sbm command and python command windows now have separate histories

Modified Paths:
--------------
    trunk/core/smartbody/sbm/src/CommandWindow.cpp
    trunk/core/smartbody/sbm/src/CommandWindow.h
    trunk/core/smartbody/smartbody-lib/src/sbm/SbmPython.cpp
    trunk/core/smartbody/smartbody-lib/src/sbm/nvbg.cpp
    trunk/core/smartbody/smartbody-lib/src/sbm/nvbg.h


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

------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Smartbody-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/smartbody-svn

Reply via email to