Kim Kulling ed57fac879 create node tree 10 anni fa
..
BoostWorkaround 6c5f9ecb06 fix most warnings with -pendantic 11 anni fa
res 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 anni fa
3DSConverter.cpp c4997f16db remove "register" keyword: 11 anni fa
3DSExporter.cpp 4bf090e92c Merge branch 'master' of https://github.com/Madrich/assimp 11 anni fa
3DSExporter.h a07cde4a81 3DS Exporter: export scene hierarchy. 11 anni fa
3DSHelper.h b1221ade64 fix some errors/warnings found by static code analyzer 11 anni fa
3DSLoader.cpp 2f0675ac53 Fix memory corruption when 3DS file has more smoothing groups than faces 11 anni fa
3DSLoader.h 9cdecc780b Fix wrong nesting 11 anni fa
ACLoader.cpp c4997f16db remove "register" keyword: 11 anni fa
ACLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 anni fa
ASELoader.cpp 4e9a0bba20 + add AI_CONFIG_IMPORT_NO_SKELETON_MESHES flag to control skeleton mesh visualization. No need for this in Blender, and difficult to just ignore the geometry created by it. 13 anni fa
ASELoader.h 4e9a0bba20 + add AI_CONFIG_IMPORT_NO_SKELETON_MESHES flag to control skeleton mesh visualization. No need for this in Blender, and difficult to just ignore the geometry created by it. 13 anni fa
ASEParser.cpp 5a74e07f5f Mark some more functions with AI_WONT_RETURN 11 anni fa
ASEParser.h 5a74e07f5f Mark some more functions with AI_WONT_RETURN 11 anni fa
AssbinExporter.cpp 8b1b12682f Add ExportProperties 11 anni fa
AssbinExporter.h cd86818888 - add compression support 11 anni fa
AssbinLoader.cpp 397989e169 Null-terminate string 11 anni fa
AssbinLoader.h 1aeaef2037 add lights and cameras 11 anni fa
Assimp.cpp 7a31a68cfc adapt c-api to get ImporterDesc for a given loader ( see https://github.com/assimp/assimp/issues/412 ). 11 anni fa
AssimpCExport.cpp be5fc42e16 Fix memory corruption in the aiGetExportFormatDescription() API. Clarify Exporter doc. 11 anni fa
AssimpPCH.cpp 311f5b47ca Fixed bug during compilation with mingw & improved git revision support for automatic up to date revision number. 11 anni fa
AssimpPCH.h fe87b09246 Move pstdint.h for <= VC9 under include. Apps that include the Assimp headers need to have this available, as its pulled in by metadata.h. Fixes #290. 11 anni fa
AssxmlExporter.cpp 8b1b12682f Add ExportProperties 11 anni fa
AssxmlExporter.h 19de24a442 ...and some more assbin leftovers 11 anni fa
B3DImporter.cpp 5a74e07f5f Mark some more functions with AI_WONT_RETURN 11 anni fa
B3DImporter.h 5a74e07f5f Mark some more functions with AI_WONT_RETURN 11 anni fa
BVHLoader.cpp 5a74e07f5f Mark some more functions with AI_WONT_RETURN 11 anni fa
BVHLoader.h 5a74e07f5f Mark some more functions with AI_WONT_RETURN 11 anni fa
BaseImporter.cpp 843e56c252 Added matrix properties 12 anni fa
BaseImporter.h 7a31a68cfc adapt c-api to get ImporterDesc for a given loader ( see https://github.com/assimp/assimp/issues/412 ). 11 anni fa
BaseProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 anni fa
BaseProcess.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 anni fa
Bitmap.cpp 94f156f809 In Collada: added support for exporting uncompressed embeded textures as bitmap 12 anni fa
Bitmap.h 94f156f809 In Collada: added support for exporting uncompressed embeded textures as bitmap 12 anni fa
BlenderBMesh.cpp 4dcd316430 Use strict inequality when validating BMesh uvloop access 11 anni fa
BlenderBMesh.h 625d2b7c4a Fix #325; Blender UV unwrap issue 11 anni fa
BlenderDNA.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 anni fa
BlenderDNA.h 4e7b59be55 Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio 12 anni fa
BlenderDNA.inl 3408a0a838 Blender: iterative loading code for the linked list of scene objects, fixes #28 but is preliminary as it touches code that is normally machine-generated. 12 anni fa
BlenderIntermediate.h 1c64c590f2 Blender importer: always sort sets of objects by their name. Previously we accidentally ordered pointers to objects by their memory address, which was non-deterministic and caused regression tests to be flaky. 11 anni fa
BlenderLoader.cpp 7ee5eaafc6 Fix compile: set::erase() returns void prior to C++11. 11 anni fa
BlenderLoader.h d8c2295962 - blend: compute parent inverses on your own instead of trusting the blend input. Thanks to Kalmár Dániel for the patch. 13 anni fa
BlenderModifier.cpp d9b65f9bd8 Properly orient mirrored blend mesh faces 11 anni fa
BlenderModifier.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 anni fa
BlenderScene.cpp aae01c47ad bugfix: fix compiler warnings for gcc-4.8.1. 11 anni fa
BlenderScene.h a9a881cde6 Blender: map texture influence to aiTextureType 12 anni fa
BlenderSceneGen.h b70650e9a4 Blender: new DNA loading code generated by genblenddna.py script, now machine-generates the previously hand-written fix. 12 anni fa
BlenderTessellator.cpp 775b26e614 use std:: namespace for most cmath functions: 11 anni fa
BlenderTessellator.h 857e50ba40 BlenderTesselator: disable GLU tesselation code by default. 12 anni fa
BlobIOSystem.h b304e7b45c Add missing break in switch statement in BlobIOSystem.h. Fixes #438. 11 anni fa
ByteSwap.h adfef670cc - rename assert.h to ai_assert.h. See also https://sourceforge.net/tracker/?func=detail&atid=1067632&aid=3520178&group_id=226462 13 anni fa
C4DImporter.cpp 14324c60cf Add missing ASSIMP_BUILD_NO_C4D_IMPORTER check to C4DImporter.cpp. Fixes #503. 10 anni fa
C4DImporter.h b71ded1ad0 - manually merged C4D importer code from acgessler branch 11 anni fa
CInterfaceIOWrapper.h 9f6e45d651 Bugfix : Removed const_cast from CIOSystemWrapper::Exists. ( merged from GitHub, thanks to Riku Palomäki ). 14 anni fa
CMakeLists.txt 12efa14777 add openddl_parser directly to assimp. 11 anni fa
COBLoader.cpp 5a74e07f5f Mark some more functions with AI_WONT_RETURN 11 anni fa
COBLoader.h 5a74e07f5f Mark some more functions with AI_WONT_RETURN 11 anni fa
COBScene.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 anni fa
CSMLoader.cpp 4e9a0bba20 + add AI_CONFIG_IMPORT_NO_SKELETON_MESHES flag to control skeleton mesh visualization. No need for this in Blender, and difficult to just ignore the geometry created by it. 13 anni fa
CSMLoader.h 4e9a0bba20 + add AI_CONFIG_IMPORT_NO_SKELETON_MESHES flag to control skeleton mesh visualization. No need for this in Blender, and difficult to just ignore the geometry created by it. 13 anni fa
CalcTangentsProcess.cpp c4997f16db remove "register" keyword: 11 anni fa
CalcTangentsProcess.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 anni fa
ColladaExporter.cpp 8b1b12682f Add ExportProperties 11 anni fa
ColladaExporter.h c4021fbaaf Fix Collada export validated by Schema 11 anni fa
ColladaHelper.h c410512173 Use material names, set default direction to UP_Y, process extra tag 11 anni fa
ColladaLoader.cpp c410512173 Use material names, set default direction to UP_Y, process extra tag 11 anni fa
ColladaLoader.h 1a594b861a Collada: use a counter instead of clock() to generate unique names. Closes #357 11 anni fa
ColladaParser.cpp 16880b3dbd Fix build after mis-merge. 11 anni fa
ColladaParser.h 5a74e07f5f Mark some more functions with AI_WONT_RETURN 11 anni fa
ComputeUVMappingProcess.cpp 84a9514d4b Fix warning about possibly uninitialized variable 11 anni fa
ComputeUVMappingProcess.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 anni fa
ConvertToLHProcess.cpp c6b516b68b bugfix: handling possible nullptr access. 11 anni fa
ConvertToLHProcess.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 anni fa
DXFHelper.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 anni fa
DXFLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 anni fa
DXFLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 anni fa
DeboneProcess.cpp 231e4e0cd0 update: commit not saved changes. 11 anni fa
DeboneProcess.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 anni fa
DefaultIOStream.cpp 5983300422 Updated some code comments in DefaultIOStream.cpp 12 anni fa
DefaultIOStream.h 1f13158b31 fix vs2013 compiler warnings and add missing doxygen tags. 11 anni fa
DefaultIOSystem.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 anni fa
DefaultIOSystem.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 anni fa
DefaultLogger.cpp 51bf836db4 Fixed bugs in Q3BSPZipArchive & DefaultLogger 12 anni fa
DefaultProgressHandler.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 anni fa
Exceptional.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 anni fa
Exporter.cpp adc44d1e83 If caller provides no ExportProperties, pass a pointer to empty properties to the Exporter implementation (instead of a NULL). 11 anni fa
FBXAnimation.cpp 6c5f9ecb06 fix most warnings with -pendantic 11 anni fa
FBXBinaryTokenizer.cpp 5a74e07f5f Mark some more functions with AI_WONT_RETURN 11 anni fa
FBXCompileConfig.h 18b2aebcb1 - FBX importer: basic interface and importer skeleton. Start tokenizer and parser. 13 anni fa
FBXConverter.cpp 08ba782bd5 [FBX] add support for multiple animations (by using LocalStart/LocalStop in takes) 10 anni fa
FBXConverter.h d7270aa278 - fbx: skeleton for DOM -> aiScene converter. 13 anni fa
FBXDeformer.cpp 310235dd5b - fbx: more warn policy tuning. 13 anni fa
FBXDocument.cpp 5ae010028b FBX: fix memory leak. Connection objects in Document never freed. See #307 11 anni fa
FBXDocument.h 08ba782bd5 [FBX] add support for multiple animations (by using LocalStart/LocalStop in takes) 10 anni fa
FBXDocumentUtil.cpp 4921114c7d - fbx: better error reporting reading property tables. 13 anni fa
FBXDocumentUtil.h ace5b763c3 Added AI_WONT_RETURN and AI_WONT_RETURN_SUFFIX to DOMError. 12 anni fa
FBXImportSettings.h b2ac7b878f Correction on FBX material texture UV index 11 anni fa
FBXImporter.cpp 487c9449d2 bugfix: search for token checks for the given tokenlist against the lowercased info coming from the asset file. So we also have to used a lowercased token. Thanks to Robinson for the report. 11 anni fa
FBXImporter.h 05bc8ab684 - fbx: add ImportSettings to keep track of fbx-specific import settings. The settings are generated by the importer instance and injected into parser and DOM. 13 anni fa
FBXMaterial.cpp 6c5f9ecb06 fix most warnings with -pendantic 11 anni fa
FBXMeshGeometry.cpp e5ed62581d Handle both types of element names 11 anni fa
FBXModel.cpp cdb7caffbd - fbx: add special output node name tag to mark fbx null nodes. 13 anni fa
FBXNodeAttribute.cpp a1713052e5 - fbx: support reading LimbNode attachments, less Property70 warnings. 13 anni fa
FBXParser.cpp da3c347a57 add strtol10_64 and fix FBX text parsing for int_64 (for animation KTime) 10 anni fa
FBXParser.h 08ba782bd5 [FBX] add support for multiple animations (by using LocalStart/LocalStop in takes) 10 anni fa
FBXProperties.cpp 08ba782bd5 [FBX] add support for multiple animations (by using LocalStart/LocalStop in takes) 10 anni fa
FBXProperties.h 6c5f9ecb06 fix most warnings with -pendantic 11 anni fa
FBXTokenizer.cpp 5a74e07f5f Mark some more functions with AI_WONT_RETURN 11 anni fa
FBXTokenizer.h 24ce9495fd - fbx: add binary reading draft. Started from scratch after my first attempt had design flaws. The binary reader now sits on the lexer stage (really) and generates a (fake) token sequence similar to the text lexer's output - this means most parsing code can go unaffected. 13 anni fa
FBXUtil.cpp 5fe03f692e - FBX: silence some warnings produced by clang about missing switch cases. Add TokenType_BINARY_DATA to TokenTypeString() function. 12 anni fa
FBXUtil.h 24ce9495fd - fbx: add binary reading draft. Started from scratch after my first attempt had design flaws. The binary reader now sits on the lexer stage (really) and generates a (fake) token sequence similar to the text lexer's output - this means most parsing code can go unaffected. 13 anni fa
FileLogStream.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 anni fa
FileSystemFilter.h accbcb575b - fix off-by-one error in FileSystemFilter. 14 anni fa
FindDegenerates.cpp c4997f16db remove "register" keyword: 11 anni fa
FindDegenerates.h 392730be07 bugfix: export processes for unittests. 11 anni fa
FindInstancesProcess.cpp b1221ade64 fix some errors/warnings found by static code analyzer 11 anni fa
FindInstancesProcess.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 anni fa
FindInvalidDataProcess.cpp c4997f16db remove "register" keyword: 11 anni fa
FindInvalidDataProcess.h 392730be07 bugfix: export processes for unittests. 11 anni fa
FixNormalsStep.cpp 775b26e614 use std:: namespace for most cmath functions: 11 anni fa
FixNormalsStep.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 anni fa
GenFaceNormalsProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 anni fa
GenFaceNormalsProcess.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 anni fa
GenVertexNormalsProcess.cpp c4997f16db remove "register" keyword: 11 anni fa
GenVertexNormalsProcess.h d795491c48 fix unittests on linux / enable on travis-ci 11 anni fa
GenericProperty.h 8b1b12682f Add ExportProperties 11 anni fa
HMPFileData.h 075b1acaf0 - move include/ to include/assimp/ to have consistent header locations between installed and trunk version. 14 anni fa
HMPLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 anni fa
HMPLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 anni fa
HalfLifeFileData.h 075b1acaf0 - move include/ to include/assimp/ to have consistent header locations between installed and trunk version. 14 anni fa
Hash.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 anni fa
IFCBoolean.cpp a2c9904d59 - Bugfix: polygon-bounded half space clipping now assumes plane in correct coordinate space 11 anni fa
IFCCurve.cpp dbc7dc005d - IfcLoader now evaluates all curve segments at both start and end. Leads to a lot of duplicates which get filtered out afterwards, but fixes the "cutting corners" phenomen that sometimes appeared in conjunction with trimmed curves 11 anni fa
IFCGeometry.cpp b71ded1ad0 - manually merged C4D importer code from acgessler branch 11 anni fa
IFCLoader.cpp ad9d178f0a - Bugfix: IfcLoader lost nodes and geometry when they were stored in subnodes of IfcSpace and the setting "Filter IfcSpace" was enabled 11 anni fa
IFCLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 anni fa
IFCMaterial.cpp f6f8462113 Update IfcLoader to use numeric_limits<uint32_t> instead of UINT32_MAX, fixes gcc build and is more consistent with the rest of the codebase. Fixes #471. 11 anni fa
IFCOpenings.cpp 76c69205b1 - reintroduced IFC openings to floors and ceilings. Were disabled for some unknown reasons, I hope I didn't break anything. Everything I tested works fine. 11 anni fa
IFCProfile.cpp 775b26e614 use std:: namespace for most cmath functions: 11 anni fa
IFCReaderGen.cpp 6c5f9ecb06 fix most warnings with -pendantic 11 anni fa
IFCReaderGen.h 2ad24f7940 - Ifc: support reading IfcComplexProperty 13 anni fa
IFCUtil.cpp 90a07713c0 Added 'const' to () operator on CompareVector 11 anni fa
IFCUtil.h b71ded1ad0 - manually merged C4D importer code from acgessler branch 11 anni fa
IFF.h 185f01963f LWO: replace legacy reinterpret_cast based code by memcpy to solve Android SIGBUS problems due to unaligned accesses. Fixes #351 11 anni fa
IRRLoader.cpp 775b26e614 use std:: namespace for most cmath functions: 11 anni fa
IRRLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 anni fa
IRRMeshLoader.cpp cb65a97347 Irrlicht mesh loader is now predicated on the proper preprocessor define (ASSIMP_BUILD_NO_IRRMESH_IMPORTER) as opposed to a similarly named but wrong define (ASSIMP_BUILD_NO_IRR_IMPORTER). 12 anni fa
IRRMeshLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 anni fa
IRRShared.cpp 5334020d17 Irrlicht shared code is now excluded only if both the Irrlicht and Irrlicht Mesh importers are excluded from the build. 12 anni fa
IRRShared.h c6899cd999 FIX: Adding empty final line to some units where it was missing. 16 anni fa
Importer.cpp df4b17d145 code style 11 anni fa
Importer.h 843e56c252 Added matrix properties 12 anni fa
ImporterRegistry.cpp 690ebe4f1e fix https://github.com/assimp/assimp/issues/504: use correct define for check if OpenGEX-importer shall be used or not. 11 anni fa
ImproveCacheLocality.cpp c4997f16db remove "register" keyword: 11 anni fa
ImproveCacheLocality.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 anni fa
JoinVerticesProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 anni fa
JoinVerticesProcess.h 66e608a393 Replace cppunit with the googletest framework 11 anni fa
LWOAnimation.cpp 0b9d6bec0d - drop a few swear words from documentation. Some of these are years old and I think the authors (me included) don't want them associated with their commits. 13 anni fa
LWOAnimation.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 anni fa
LWOBLoader.cpp 0108d5b1f9 Fix read past end of buffer on malformed LWOB files 11 anni fa
LWOFileData.h c4997f16db remove "register" keyword: 11 anni fa
LWOLoader.cpp c4997f16db remove "register" keyword: 11 anni fa
LWOLoader.h 185f01963f LWO: replace legacy reinterpret_cast based code by memcpy to solve Android SIGBUS problems due to unaligned accesses. Fixes #351 11 anni fa
LWOMaterial.cpp 775b26e614 use std:: namespace for most cmath functions: 11 anni fa
LWSLoader.cpp b1221ade64 fix some errors/warnings found by static code analyzer 11 anni fa
LWSLoader.h 4e9a0bba20 + add AI_CONFIG_IMPORT_NO_SKELETON_MESHES flag to control skeleton mesh visualization. No need for this in Blender, and difficult to just ignore the geometry created by it. 13 anni fa
LimitBoneWeightsProcess.cpp d655199043 bugfix: fix stupid test introduced by myself. 11 anni fa
LimitBoneWeightsProcess.h 392730be07 bugfix: export processes for unittests. 11 anni fa
LineSplitter.h 8267d93537 Modif dans le parsing IFC suppressions des espaces avant traitement de la chaine 12 anni fa
LogAux.h cca53d6a04 - fix [3595689] by requiring gcc 4.6 for the full magic in LogAux.h 13 anni fa
MD2FileData.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 anni fa
MD2Loader.cpp c4997f16db remove "register" keyword: 11 anni fa
MD2Loader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 anni fa
MD2NormalTable.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 anni fa
MD3FileData.h 775b26e614 use std:: namespace for most cmath functions: 11 anni fa
MD3Loader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 anni fa
MD3Loader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 anni fa
MD4FileData.h 01a25c1fb4 Get rid of ./extra folder in ./code. Move contents to main code folder. 16 anni fa
MD5Loader.cpp 67472f3feb - remove self-assignment in MD5Loader.cpp 12 anni fa
MD5Loader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 anni fa
MD5Parser.cpp 5a74e07f5f Mark some more functions with AI_WONT_RETURN 11 anni fa
MD5Parser.h 5a74e07f5f Mark some more functions with AI_WONT_RETURN 11 anni fa
MDCFileData.h 42def11d13 Bugfix : Replaced ugly (const_)casting by a better ctor and placement new. ( merged from GitHub, thanks to Riku Palomäki ). 14 anni fa
MDCLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 anni fa
MDCLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 anni fa
MDCNormalTable.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 anni fa
MDLDefaultColorMap.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 anni fa
MDLFileData.h cb71e6f5f2 Bugfix : pcGroupTris isn't really const, removed const and const_cast ( merged from GitHub, thanks to Riku Palomäki ). 14 anni fa
MDLLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 anni fa
MDLLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 anni fa
MDLMaterialLoader.cpp 0b9d6bec0d - drop a few swear words from documentation. Some of these are years old and I think the authors (me included) don't want them associated with their commits. 13 anni fa
MS3DLoader.cpp f2997a562b typo fix: loose -> lose 12 anni fa
MS3DLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 anni fa
MakeVerboseFormat.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 anni fa
MakeVerboseFormat.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 anni fa
MaterialSystem.cpp 7bc074857e Missing material functions for aiUVTransform added 12 anni fa
MaterialSystem.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 anni fa
MemoryIOWrapper.h c70646912c - add IFCZIP support to IFC loader. 13 anni fa
NDOLoader.cpp 5a0903668d - NDOLoader: fix ASSIMP_BUILD_NO_NDO_IMPORTER guard. 13 anni fa
NDOLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 anni fa
NFFLoader.cpp c4997f16db remove "register" keyword: 11 anni fa
NFFLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 anni fa
OFFLoader.cpp 16f9ca35d2 Fix out-of-bounds read when OFF file contains no vertices 11 anni fa
OFFLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 anni fa
ObjExporter.cpp 8b1b12682f Add ExportProperties 11 anni fa
ObjExporter.h ec2ce90654 Add Scene Author + AuthorTool 11 anni fa
ObjFileData.h fbaf89492d bugfix: Obj-importer is now able to deal with 3d-texture coordinates. 11 anni fa
ObjFileImporter.cpp c0e3540ec1 use size_t instead of unsigned int ( static code analysis finding ). 10 anni fa
ObjFileImporter.h a50fa5f1de add missing doc in obj importer. 10 anni fa
ObjFileMtlImporter.cpp c7b6b5ea2f Support lowercase 'ns' and 'ni' obj material tokens 11 anni fa
ObjFileMtlImporter.h 0b88f72be2 refactor the code, also parse texture option explictly 12 anni fa
ObjFileParser.cpp bd1168af30 fix invalid line endling handling. 11 anni fa
ObjFileParser.h c3e2fa0761 - untabify obj parser. 11 anni fa
ObjTools.h a5afbcf29c refactoring: remove duplicate code. 11 anni fa
OgreBinarySerializer.cpp 6c5f9ecb06 fix most warnings with -pendantic 11 anni fa
OgreBinarySerializer.h 6c5f9ecb06 fix most warnings with -pendantic 11 anni fa
OgreImporter.cpp 8549e4b1b1 fixed OgreImporter compilation error with boost scoped_ptr 11 anni fa
OgreImporter.h 8126dce94d update: add sceleton for OpenGEX importer. 11 anni fa
OgreMaterial.cpp 43e620e04a OgreImporter: Fix UV flip for binary meshes. Fix exception XML parsing when positions are declared in a previous vertex buffer than the currentl parsed one (that has eg. UVs). Remove debug prints from material parser. 11 anni fa
OgreParsingUtils.h 0b937c5a4b OgreImporter: Proper rewrite of the XML parser to OgreXmlSerializer. Now more robust for XML sources, previously had hardcoded expectations on the child node ordering. Implement common Skeleton class for both binary and xml serialization. Implement shared IVertexData with proper bone assignment to Assimp bone weights functionality. 11 anni fa
OgreStructs.cpp 6c5f9ecb06 fix most warnings with -pendantic 11 anni fa
OgreStructs.h 43e620e04a OgreImporter: Fix UV flip for binary meshes. Fix exception XML parsing when positions are declared in a previous vertex buffer than the currentl parsed one (that has eg. UVs). Remove debug prints from material parser. 11 anni fa
OgreXmlSerializer.cpp 5a74e07f5f Mark some more functions with AI_WONT_RETURN 11 anni fa
OgreXmlSerializer.h f8e1dcb102 OgreImporter: Mirror bool return for XmlSerializer as it is in BinarySerializer. Document its meaning. 11 anni fa
OpenGEXImporter.cpp ed57fac879 create node tree 10 anni fa
OpenGEXImporter.h ed57fac879 create node tree 10 anni fa
OpenGEXStructs.h 75d3c8e9f2 update: metric parsing ongoing. 11 anni fa
OptimizeGraph.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 anni fa
OptimizeGraph.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 anni fa
OptimizeMeshes.cpp c4997f16db remove "register" keyword: 11 anni fa
OptimizeMeshes.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 anni fa
ParsingUtils.h ba4689fd05 Whitespace 11 anni fa
PlyExporter.cpp 8b1b12682f Add ExportProperties 11 anni fa
PlyExporter.h 4550279629 Added binary ply exporter. 11 anni fa
PlyLoader.cpp ca4385fcf2 fix compiler warning ( signed against unsigned ). 10 anni fa
PlyLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 anni fa
PlyParser.cpp c4997f16db remove "register" keyword: 11 anni fa
PlyParser.h 8e35ea59d5 check binary or not in ParseHeader in PlyParser 12 anni fa
PolyTools.h 775b26e614 use std:: namespace for most cmath functions: 11 anni fa
PostStepRegistry.cpp 7c3a039349 Merge remote-tracking branch 'official/master' into contrib 11 anni fa
PretransformVertices.cpp f54c85d4e6 Added custom root transformation for pre-transform vertices post-process step 12 anni fa
PretransformVertices.h 392730be07 bugfix: export processes for unittests. 11 anni fa
ProcessHelper.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 anni fa
ProcessHelper.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 anni fa
Profiler.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 anni fa
Q3BSPFileData.h 38de6a658d bugfix: 11 anni fa
Q3BSPFileImporter.cpp b1221ade64 fix some errors/warnings found by static code analyzer 11 anni fa
Q3BSPFileImporter.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 anni fa
Q3BSPFileParser.cpp 84939d5aec - fixed preprocessor checks for some importers 13 anni fa
Q3BSPFileParser.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 anni fa
Q3BSPZipArchive.cpp 6c5f9ecb06 fix most warnings with -pendantic 11 anni fa
Q3BSPZipArchive.h 77263c631f Fixed unzip support to use IOSystem/IOStream abstraction 12 anni fa
Q3DLoader.cpp c4997f16db remove "register" keyword: 11 anni fa
Q3DLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 anni fa
RawLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 anni fa
RawLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 anni fa
RemoveComments.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 anni fa
RemoveComments.h 392730be07 bugfix: export processes for unittests. 11 anni fa
RemoveRedundantMaterials.cpp eea8099b05 RemoveRedundantMaterials: Fix crash bug when unreferenced materials were destroyed. The logic only rebuilt the material list if there were redundant materials being removed. This is a clear bug as it left freed aiMaterial ptrs into the list and did not fix the scene->numMaterials to be correct, even when deleting materials. This crashed later on in the ComputeUVMappingsProcess that accessed the freed ptr. 11 anni fa
RemoveRedundantMaterials.h 1ec72cdddb Release candidate 2 : 3.1 11 anni fa
RemoveVCProcess.cpp c4997f16db remove "register" keyword: 11 anni fa
RemoveVCProcess.h 1ec72cdddb Release candidate 2 : 3.1 11 anni fa
SGSpatialSort.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 anni fa
SGSpatialSort.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 anni fa
SMDLoader.cpp 39ae26bfd8 bugfix : fix level 4 compiler warnings for Visual studio 2012. 13 anni fa
SMDLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 anni fa
STEPFile.h 8267d93537 Modif dans le parsing IFC suppressions des espaces avant traitement de la chaine 12 anni fa
STEPFileEncoding.cpp 9bb9868a93 - STEP: fix possible compilation error due to unwanted line continuation in a comment line. 13 anni fa
STEPFileEncoding.h 03c01685d3 - STEP: support UTF16, UTF32 and Mac/Roman escape sequences. 13 anni fa
STEPFileReader.cpp 8267d93537 Modif dans le parsing IFC suppressions des espaces avant traitement de la chaine 12 anni fa
STEPFileReader.h 8267d93537 Modif dans le parsing IFC suppressions des espaces avant traitement de la chaine 12 anni fa
STLExporter.cpp 8b1b12682f Add ExportProperties 11 anni fa
STLExporter.h 4ccb16fe01 add binary exporter to STLExporter 12 anni fa
STLLoader.cpp b93bd167ed Fix infinite loop in STL loader error path 11 anni fa
STLLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 anni fa
SceneCombiner.cpp 75fd29ac19 SceneCombiner: implement proper copying of meta data. This entire module will need to be revamped in future as it is highly likely to cause further regressions as assimp data structures are modified. 11 anni fa
SceneCombiner.h 75fd29ac19 SceneCombiner: implement proper copying of meta data. This entire module will need to be revamped in future as it is highly likely to cause further regressions as assimp data structures are modified. 11 anni fa
ScenePreprocessor.cpp 66e608a393 Replace cppunit with the googletest framework 11 anni fa
ScenePreprocessor.h 392730be07 bugfix: export processes for unittests. 11 anni fa
ScenePrivate.h 9d4f7c32e4 Scene: keep an internal flag whether the scene was copied using aiCopyScene() (and potentially modified by the user afterwards) 12 anni fa
SkeletonMeshBuilder.cpp 775b26e614 use std:: namespace for most cmath functions: 11 anni fa
SkeletonMeshBuilder.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 anni fa
SmoothingGroups.h 4e7b59be55 Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio 12 anni fa
SmoothingGroups.inl 873ae5db3f addition to c4997f16dba72ab82dd4cb0374459b98d7b33a63 11 anni fa
SortByPTypeProcess.cpp c4997f16db remove "register" keyword: 11 anni fa
SortByPTypeProcess.h 392730be07 bugfix: export processes for unittests. 11 anni fa
SpatialSort.cpp 4e7b59be55 Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio 12 anni fa
SpatialSort.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 anni fa
SplitByBoneCountProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 anni fa
SplitByBoneCountProcess.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 anni fa
SplitLargeMeshes.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 anni fa
SplitLargeMeshes.h 392730be07 bugfix: export processes for unittests. 11 anni fa
StandardShapes.cpp 775b26e614 use std:: namespace for most cmath functions: 11 anni fa
StandardShapes.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 anni fa
StdOStreamLogStream.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 anni fa
StreamReader.h a90e208e6d Fixed parameter type mismatch in StreamReader. 12 anni fa
StreamWriter.h d5db6f39e6 Fix CI build. 11 anni fa
StringComparison.h c4997f16db remove "register" keyword: 11 anni fa
Subdivision.cpp c89274d366 Free edges map before recursive calls to reduce memory consumption 11 anni fa
Subdivision.h d7341094ca Bugfix : Fixed the Subdivision input mesh to be non-const. ( merged from GitHub, thanks to Riku Palomäki ). 14 anni fa
TargetAnimation.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 anni fa
TargetAnimation.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 anni fa
TerragenLoader.cpp c4997f16db remove "register" keyword: 11 anni fa
TerragenLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 anni fa
TextureTransform.cpp f708d0b122 Silence some uninitialized variable warnings 11 anni fa
TextureTransform.h 775b26e614 use std:: namespace for most cmath functions: 11 anni fa
TinyFormatter.h 17e2588588 - workaround for older gcc versions (<4.6) sometimes copying temporaries even though they shouldn't. 12 anni fa
TriangulateProcess.cpp 775b26e614 use std:: namespace for most cmath functions: 11 anni fa
TriangulateProcess.h 392730be07 bugfix: export processes for unittests. 11 anni fa
UnrealLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 anni fa
UnrealLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 anni fa
ValidateDataStructure.cpp 4e7b59be55 Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio 12 anni fa
ValidateDataStructure.h 32b694d4f6 Added AI_WONT_RETURN_SUFFIX to ReportError(). 12 anni fa
Vertex.h f7106887cc - some fixes for vc12 13 anni fa
VertexTriangleAdjacency.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 anni fa
VertexTriangleAdjacency.h 392730be07 bugfix: export processes for unittests. 11 anni fa
Win32DebugLogStream.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 anni fa
XFileExporter.cpp c4eb04bb8c Fix XFile name for $ and {} 11 anni fa
XFileExporter.h edd3ed9e8f Back PretransformVertice Change 11 anni fa
XFileHelper.h 18f01268e6 - rewrote the XFileLoader material management to handle meshes with dummy material names correctly. 13 anni fa
XFileImporter.cpp 18f01268e6 - rewrote the XFileLoader material management to handle meshes with dummy material names correctly. 13 anni fa
XFileImporter.h 18f01268e6 - rewrote the XFileLoader material management to handle meshes with dummy material names correctly. 13 anni fa
XFileParser.cpp 5a74e07f5f Mark some more functions with AI_WONT_RETURN 11 anni fa
XFileParser.h 5a74e07f5f Mark some more functions with AI_WONT_RETURN 11 anni fa
XGLLoader.cpp a77f9419a2 XGLLoader: set aiImporterFlags_SupportCompressedFlavour flag. 10 anni fa
XGLLoader.h 8666b614c6 Fix non-determinism in XGL importer output due to std::multimap value ordering not guaranteed < C++11. 10 anni fa
XMLTools.h 33ffb0003e Collada Export: escape user-defined strings in XML output. 11 anni fa
assbin_chunks.h 2ffac898d6 [3393728] [PATCH 1/2] ommit->omit and splitted->split 14 anni fa
fast_atof.h 54ce3d843f fix for strtol10_64 10 anni fa
irrXMLWrapper.h 308884f144 Remove unnecessary semicolons after function definition 11 anni fa
makefile.mingw 76bdf7d0cb Fix makefile.mingw, see http://sourceforge.net/projects/assimp/forums/forum/817654/topic/3828839. 15 anni fa
qnan.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 anni fa