Jonne Nauha
|
9ad74e461e
|
OgreImporter: Added brackets for all conditional etc. statements, even when there is a single line as requested by @kimkulling. I'm still not sure about the coding convention but looked for guidance in the obj importer code. Now newline before { if only one line and no else/else if after it, othewise a newline before it.
|
2014-05-03 00:20:17 +03:00 |
Jonne Nauha
|
dcf6002bed
|
Try fix travis ci produced build errors on gcc and clang.
|
2014-05-02 01:38:13 +03:00 |
Jonne Nauha
|
f5c7b283bc
|
OgreImporter: Cleanup and bugfixes to OgreSkeleton.cpp. This was actually so badly broken that it did nothing if the mesh referenced a binary skeleton. Now logs a warning for this case and tries to read from .skeleton.xml like the original author intended it to work. The assimp skeleton is still broken, I will fix that later on when I (eventually) get to that part of the code.
|
2014-05-02 00:28:13 +03:00 |
Jonne Nauha
|
45715df263
|
OgreImporter: Forgot to rebuild after filename changes so broke the build. Fix includes, add include guards and ASSIMP_BUILD_NO_OGRE_IMPORTER to missing places.
|
2014-05-02 00:28:12 +03:00 |
Jonne Nauha
|
fcb97bb595
|
OgreImporter: Rename .hpp to .h. Shuffled parsing utils to a single file.
|
2014-05-02 00:28:12 +03:00 |