OpenCOLLADA icon indicating copy to clipboard operation
OpenCOLLADA copied to clipboard

Results 102 OpenCOLLADA issues
Sort by recently updated
recently updated
newest added

Dear author, The older PCRE library is released in the 1990s and is now at end of life. The newer PCRE2 library is being actively maintained. It's better to use...

On gcc-13 c++ headers don't include implicitly any more. This exposed build failure as: /build/source/DAEValidator/library/src/XmlDoc.cpp: In member function 'virtual void opencollada::XmlDoc::readFile(const std::string&)': /build/source/DAEValidator/library/src/XmlDoc.cpp:59:17: error: 'uint32_t' was not declared in this...

…ibraryAnimations than `mOpenAnimation(NULL)` This avoid the following warning: ``` ../COLLADAStreamWriter/src/COLLADASWLibraryAnimations.cpp:65:97: warning: implicit conversion of NULL constant to 'std::vector::size_type' (aka 'unsigned long') [-Wnull-conversion] : Library ( streamWriter, CSWC::CSW_ELEMENT_LIBRARY_ANIMATIONS ), mOpenAnimations (...

Several compiler flags prevented compilation on MSVC 2017 and so I removed warnings are errors due to speculative errors that impact absolutely nothing causing compiles to fail as well as...

@RemiArnaud, could you take a look at this when you get a chance? Currently the id of the animation object is created from the sampler, not the animation, so references...

This fixes a compilation error with libpcre-8.42: ``` error: conflicting declaration 'typedef struct real_pcre8_or_16 pcre' ``` Also remove inclusion of pcre.h from files already including COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h Closes: #547 Closes: #570...

CRLF and LF were mixed in lots of files, confusing tools like `patch`.