virtual-world-framework / vwf

Virtual World Framework
https://virtual.wf
Other
142 stars 53 forks source link

Blockly Driver Fixes #516

Closed AmbientOSX closed 9 years ago

AmbientOSX commented 9 years ago

@kadst43 @BrettASwift Replication was causing calls to set blockly_xml to either be repeated endlessly or not work at all because of the "moniker" or sender that had made the change. SatProperty is where we update the workspace so we needed a way, outside of the synchronized-safe code to do this update. Setting new_xml accomplishes this. Supports upcoming Mars Game side PR