__color__,__group__,ticket,summary,component,version,type,owner,status,created,_changetime,_description,_reporter
4,,6,Move avango-openal module into avango-sound module,avango-openal,,task,tholt,new,2010-04-29T17:56:24+02:00,2010-04-29T17:56:24+02:00,"Move avango-openal module into avango-sound module. It is only a matter of file system hierarchy reordering, the openal namespace is already part of the sound namespace (av::sound::openal).",tholt
4,,7,Remove module versioning,all,,task,tholt,accepted,2010-04-29T17:59:29+02:00,2010-05-06T16:52:49+02:00,"Many modules have their own version number, which is tedious to maintain and not really needed, since AVANGO has a central version number.",tholt
4,,19,Write avango-sound module documentation,documentation,,task,tholt,new,2010-05-06T17:55:29+02:00,2010-05-06T17:55:29+02:00,see [wiki:Architecture AVANGO Architecture - Essential Classes],tholt
5,,8,Check and update copyright header,all,,task,tholt,accepted,2010-04-29T18:02:17+02:00,2010-05-06T17:57:23+02:00,"Some headers are completely out of date, others need small adjustments like Avango -> AVANGO, removal of trademark remark, or copyright date update.",tholt
1,,10,Deferred field and field container operations,avango-core,,task,rkuck,new,2010-05-06T15:19:50+02:00,2010-05-06T15:19:50+02:00,,rkuck
3,,2,Evaluation order issues,all,,defect,rkuck,new,2008-11-20T18:53:57+01:00,2010-05-06T15:45:28+02:00,"Problem:
Creating a sphere with a certain radius and then appending it to the scene graph may cause trouble as the sphere geometry might be rendered before the radius is being applied. I.e. a pick selector by error might pick a sphere because it's much larger than specified.
In general:
the evaluation order might not match the scripted order of changes. For a solution there should be a queue mechanism that collects and evaluates changes to an object correctly.",jschild
4,,21,Rework exception handling from fieldcontainer implementation,avango-core,,defect,rkuck,new,2010-05-11T11:25:44+02:00,2010-05-11T11:25:44+02:00,"C++:
A : FieldContainer
{
A(){do();};
void do(){throw std::logic_error(""error occurred"");};
};

Python:
a = node.A()

leads to ImportError(""Unknown node %s"" % self._name)
ImportError: Unknown node A

My thrown logic_error should be reported back to me.
",cnowke
4,,16,Write avango-core module documentation,documentation,,task,rkuck,new,2010-05-06T17:51:59+02:00,2010-05-06T17:51:59+02:00,see [wiki:Architecture AVANGO Architecture - Essential Classes],tholt
4,,17,Write avango-display module documentation,documentation,,task,rkuck,new,2010-05-06T17:53:24+02:00,2010-05-06T17:53:24+02:00,see [wiki:Architecture AVANGO Architecture - Essential Classes],tholt
4,,18,Write avango-shade module documentation,documentation,,task,rkuck,new,2010-05-06T17:54:18+02:00,2010-05-06T17:54:18+02:00,see [wiki:Architecture AVANGO Architecture - Essential Classes],tholt
1,,11,Cleanup multiple distribution mechanisms,all,,task,ddangelo,assigned,2010-05-06T15:39:14+02:00,2010-05-12T14:29:04+02:00,,rkuck
1,,14,avango-daemon replacement,avango-daemon,,task,ddangelo,new,2010-05-06T15:48:53+02:00,2010-05-06T15:48:53+02:00,,tholt
2,,15,Analyse avango-daemon problems,avango-daemon,,defect,ddangelo,new,2010-05-06T15:50:52+02:00,2010-05-06T18:02:15+02:00,Daemon enters sometimes kind of zombie state,tholt
3,,26,PickSelector will not be deleted,avango-core,,defect,ddangelo,new,2010-08-05T12:36:31+02:00,2010-08-05T12:36:31+02:00,"When creating a PickSelector, it will not be delted if finds at least one TargetHolder.

The TargetHolder is assiged a referenz to the PickSelector as the Creator. Unless disconnect_and_clear_all_fields is called on all the found TargetHolders the PickSelector leaks in memory.",wschwan
4,,4,Dynamic pairing of users and devices,avango-display,,enhancement,ddangelo,new,2010-04-28T17:21:01+02:00,2010-05-06T15:46:41+02:00,"Integrate a dynamic pairing of users and devices (similar to the functionality in the VRGeo Demonstrator) into avango.display.
",ddangelo
4,,13,Consistent directory layout for examples,all,,enhancement,ddangelo,new,2010-05-06T15:43:44+02:00,2010-05-06T15:43:56+02:00,,ddangelo
4,,9,Move avango-moving module into avango-utils module,avango-moving,,task,ddangelo,new,2010-05-05T18:09:55+02:00,2010-05-06T16:53:42+02:00,Functionality provided by the avango-moving module does not justify a module on its own.,tholt
4,,20,Write avango-utils module documentation,documentation,,task,ddangelo,new,2010-05-06T17:56:18+02:00,2010-05-06T17:56:18+02:00,see [wiki:Architecture AVANGO Architecture - Essential Classes],tholt
