got ObjectProperties parsing done properly, and now seem to bt storing objects nicely. creating new ones as needed, updating exising ones (did need to change the management schema around a bit. One thing I have noticed, is that Tracebacks that one normally would see appear hidden when going through a callback. this is not cool. we need to get to the bottom of this and fix it. debugging code that doesn't complain when it breaks sucks

This commit is contained in:
enus.linden
2009-03-22 05:37:11 +00:00
committed by Salad Dais
parent b7ba36e26a
commit 0d6e32d2df
5 changed files with 436 additions and 215 deletions

View File

@@ -60,6 +60,7 @@ setup(name='pyogp.lib.base',
'inventory_handling = pyogp.lib.base.examples.sample_inventory_handling:main',
'object_tracking = pyogp.lib.base.examples.sample_object_tracking:main',
'object_creation = pyogp.lib.base.examples.sample_object_creation:main',
'object_properties = pyogp.lib.base.examples.sample_object_properties:main',
'chat_and_instant_messaging = pyogp.lib.base.examples.sample_chat_and_instant_messaging:main',
'group_creation = pyogp.lib.base.examples.sample_group_creation:main'
],