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:
1
setup.py
1
setup.py
@@ -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'
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user