-
```
A code like:
ticpp::Element* pElem=...doesnt matter..
ticpp::Element* element=new ticpp::Element(name);
ticpp::Text* elementtext=new ticpp::Text(text);
element->LinkEndChild(elementtext);
pElem->…
-
```
A code like:
ticpp::Element* pElem=...doesnt matter..
ticpp::Element* element=new ticpp::Element(name);
ticpp::Text* elementtext=new ticpp::Text(text);
element->LinkEndChild(elementtext);
pElem->…
-
```
What steps will reproduce the problem?
1. svn checkout http://electricsheep.googlecode.com/svn/trunk/
electricsheep-read-only
2. autogen.sh; ./configure; make
3. observe make during glx.cpp compi…
-
Panda3D currently contains Python bindings for tinyxml. These were introduced in Panda3D 1.7 to support the web plug-in. Now that the web plug-in has been removed (#516, #734), there is no more code…
-
if ( *(p+1) == '#' ) {
const int buflen = 10;
char buf[buflen] = { 0 };
int len = 0;
…
-
```
in the Theme Final Saga, the wood and gold textures are empty files, but
the engine shows a thin white line when displaying them.
Erasing the files would solve this,but causes inconsistency with t…
-
```
A code like:
ticpp::Element* pElem=...doesnt matter..
ticpp::Element* element=new ticpp::Element(name);
ticpp::Text* elementtext=new ticpp::Text(text);
element->LinkEndChild(elementtext);
pElem->…
-
As suggested by @mikeferguson, it might be more useful to move the [transmission parsing](https://github.com/ros-controls/ros_control/blob/hydro-devel/transmission_interface/src/transmission_parser.cp…
-
```
in the Theme Final Saga, the wood and gold textures are empty files, but
the engine shows a thin white line when displaying them.
Erasing the files would solve this,but causes inconsistency with t…
-
```
in the Theme Final Saga, the wood and gold textures are empty files, but
the engine shows a thin white line when displaying them.
Erasing the files would solve this,but causes inconsistency with t…