Léo Terziman 7372bf2467 Merge commit 'c0871b35c0ab7091f68c794eb954493722522d4c' into contrib 12 年 前
..
BoostWorkaround 27727f692b add missing <sstream> header to lexical_cast replacement 12 年 前
res 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
3DSConverter.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 年 前
3DSHelper.h 075b1acaf0 - move include/ to include/assimp/ to have consistent header locations between installed and trunk version. 14 年 前
3DSLoader.cpp 35fa7cb441 3DSLoader: Skipped chunks of size 0 12 年 前
3DSLoader.h bd05acf872 bugfix : fix unresolved symbols if 3DS-import is configured not to be oart of the lib. 12 年 前
ACLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 年 前
ACLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 年 前
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 年 前
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 年 前
ASEParser.cpp c6d1a73854 Fix a logging message and a comment 12 年 前
ASEParser.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 年 前
Assimp.cpp df13d315db # workaround crash in aiReleaseImport due to an suspected bug in gcc. See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52339. See assimp-discussions for the details. 14 年 前
AssimpCExport.cpp 9d4f7c32e4 Scene: keep an internal flag whether the scene was copied using aiCopyScene() (and potentially modified by the user afterwards) 12 年 前
AssimpPCH.cpp 30c6a74e1d Improving constructors of aiNode & aiScene 12 年 前
AssimpPCH.h 4e7b59be55 Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio 12 年 前
B3DImporter.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 年 前
B3DImporter.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 年 前
BVHLoader.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 年 前
BVHLoader.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 年 前
BaseImporter.cpp e2676ec176 Implementing UTF8 to ISO-8859-1 conversion to improve chances of finding files in zip archives 12 年 前
BaseImporter.h e2676ec176 Implementing UTF8 to ISO-8859-1 conversion to improve chances of finding files in zip archives 12 年 前
BaseProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
BaseProcess.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 年 前
Bitmap.cpp 94f156f809 In Collada: added support for exporting uncompressed embeded textures as bitmap 12 年 前
Bitmap.h 94f156f809 In Collada: added support for exporting uncompressed embeded textures as bitmap 12 年 前
BlenderBMesh.cpp 01a6ec9059 Adding tessellation support for new Blender 2.6 polygons 12 年 前
BlenderBMesh.h 01a6ec9059 Adding tessellation support for new Blender 2.6 polygons 12 年 前
BlenderDNA.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
BlenderDNA.h 4e7b59be55 Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio 12 年 前
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 年 前
BlenderIntermediate.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
BlenderLoader.cpp 01a6ec9059 Adding tessellation support for new Blender 2.6 polygons 12 年 前
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 年 前
BlenderModifier.cpp ced8d8279a Fix [3484066] Compilation error in Visual Studio 2011 Preview 14 年 前
BlenderModifier.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
BlenderScene.cpp 9186911da0 Fix build exclude define in BlenderScene.cpp, fixes #205 12 年 前
BlenderScene.h a9a881cde6 Blender: map texture influence to aiTextureType 12 年 前
BlenderSceneGen.h b70650e9a4 Blender: new DNA loading code generated by genblenddna.py script, now machine-generates the previously hand-written fix. 12 年 前
BlenderTessellator.cpp d080f92241 BlenderTesselator: Fix OffsetOf() macro 12 年 前
BlenderTessellator.h 857e50ba40 BlenderTesselator: disable GLU tesselation code by default. 12 年 前
BlobIOSystem.h 6eaff77a7c bugfix : fix pedantic vs2012 warnings. 12 年 前
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 年 前
CInterfaceIOWrapper.h 9f6e45d651 Bugfix : Removed const_cast from CIOSystemWrapper::Exists. ( merged from GitHub, thanks to Riku Palomäki ). 14 年 前
CMakeLists.txt 94f156f809 In Collada: added support for exporting uncompressed embeded textures as bitmap 12 年 前
COBLoader.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 年 前
COBLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 年 前
COBScene.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
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 年 前
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 年 前
CalcTangentsProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
CalcTangentsProcess.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
ColladaExporter.cpp 419beca470 In Collada: improved embeded textures naming scheme in exporter 12 年 前
ColladaExporter.h 419beca470 In Collada: improved embeded textures naming scheme in exporter 12 年 前
ColladaHelper.h a6ddce7758 Added name member to Collada::Mesh. 12 年 前
ColladaLoader.cpp d23430c4bd Collada mesh name is copied from id only if there was no name attribute in the <geometry> node. 12 年 前
ColladaLoader.h 5470f5fb28 add AI_CONFIG_IMPORT_COLLADA_IGNORE_UP_DIRECTION for not transforming position of vertices 12 年 前
ColladaParser.cpp 284abbe9e1 fix for collada parser when importing empty arrays. 12 年 前
ColladaParser.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
ComputeUVMappingProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
ComputeUVMappingProcess.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 年 前
ConvertToLHProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
ConvertToLHProcess.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 年 前
DXFHelper.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
DXFLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 年 前
DXFLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 年 前
DeboneProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
DeboneProcess.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 年 前
DefaultIOStream.cpp 5983300422 Updated some code comments in DefaultIOStream.cpp 12 年 前
DefaultIOStream.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 年 前
DefaultIOSystem.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
DefaultIOSystem.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 年 前
DefaultLogger.cpp 51bf836db4 Fixed bugs in Q3BSPZipArchive & DefaultLogger 12 年 前
DefaultProgressHandler.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 年 前
Exceptional.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
Exporter.cpp ec3ef0c9d6 Assimp: fixed 3 memory leaks 12 年 前
FBXAnimation.cpp 5bc573edb8 - fbx: pre-filter animated property we don't support as early as possible. 13 年 前
FBXBinaryTokenizer.cpp 9b591fadb8 Fixes for uninitialized variable warnings. 12 年 前
FBXCompileConfig.h 18b2aebcb1 - FBX importer: basic interface and importer skeleton. Start tokenizer and parser. 13 年 前
FBXConverter.cpp 7372bf2467 Merge commit 'c0871b35c0ab7091f68c794eb954493722522d4c' into contrib 12 年 前
FBXConverter.h d7270aa278 - fbx: skeleton for DOM -> aiScene converter. 13 年 前
FBXDeformer.cpp 310235dd5b - fbx: more warn policy tuning. 13 年 前
FBXDocument.cpp 3a3ac4fea2 Fix to support FBX 2011 (7100) 12 年 前
FBXDocument.h a1713052e5 - fbx: support reading LimbNode attachments, less Property70 warnings. 13 年 前
FBXDocumentUtil.cpp 4921114c7d - fbx: better error reporting reading property tables. 13 年 前
FBXDocumentUtil.h ace5b763c3 Added AI_WONT_RETURN and AI_WONT_RETURN_SUFFIX to DOMError. 12 年 前
FBXImportSettings.h f6cb467275 - FBX::ImportSettings: fix initialization list order. 12 年 前
FBXImporter.cpp 3e86e1b857 - fbx: add import settings to public assimp config interface. 13 年 前
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 年 前
FBXMaterial.cpp 17629f1ff1 - fbx: work on resolving material links. 13 年 前
FBXMeshGeometry.cpp f7106887cc - some fixes for vc12 13 年 前
FBXModel.cpp cdb7caffbd - fbx: add special output node name tag to mark fbx null nodes. 13 年 前
FBXNodeAttribute.cpp a1713052e5 - fbx: support reading LimbNode attachments, less Property70 warnings. 13 年 前
FBXParser.cpp 4e7b59be55 Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio 12 年 前
FBXParser.h 315285faf0 - fbx: refactor parsing code, move all parsing stuff to FBXParser.cpp. Parsing errors now carry the prefix "FBX-Parser". 13 年 前
FBXProperties.cpp 1bdf39448a - fbx: extend list of supported property data types. 13 年 前
FBXProperties.h e56b39ecaf fbx: gcc 4.6 compile fixes 13 年 前
FBXTokenizer.cpp 25dfbdf58d - fbx: add DOM layer to represent the parsed FBX file in-memory, capturing the essential semantics we need for importing. 13 年 前
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 年 前
FBXUtil.cpp 5fe03f692e - FBX: silence some warnings produced by clang about missing switch cases. Add TokenType_BINARY_DATA to TokenTypeString() function. 12 年 前
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 年 前
FileLogStream.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 年 前
FileSystemFilter.h accbcb575b - fix off-by-one error in FileSystemFilter. 14 年 前
FindDegenerates.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
FindDegenerates.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 年 前
FindInstancesProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
FindInstancesProcess.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
FindInvalidDataProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
FindInvalidDataProcess.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 年 前
FixNormalsStep.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
FixNormalsStep.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
GenFaceNormalsProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
GenFaceNormalsProcess.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 年 前
GenVertexNormalsProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
GenVertexNormalsProcess.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 年 前
GenericProperty.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 年 前
HMPFileData.h 075b1acaf0 - move include/ to include/assimp/ to have consistent header locations between installed and trunk version. 14 年 前
HMPLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 年 前
HMPLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 年 前
HalfLifeFileData.h 075b1acaf0 - move include/ to include/assimp/ to have consistent header locations between installed and trunk version. 14 年 前
Hash.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
IFCBoolean.cpp 4e7b59be55 Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio 12 年 前
IFCCurve.cpp 4e7b59be55 Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio 12 年 前
IFCGeometry.cpp 232e69dc2a - Ifc: code cleanup, remove various non-needed variables as pointed out by gcc. 12 年 前
IFCLoader.cpp 31311bdb3b IFC: support reading from IFCZip archives that don't use the same name for the embedded IFC file as the ZIP itself. 12 年 前
IFCLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 年 前
IFCMaterial.cpp 879f2ed177 - fix some -Wall warnings 13 年 前
IFCOpenings.cpp 4e7b59be55 Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio 12 年 前
IFCProfile.cpp 5ac2354da0 - Ifc: implement IfcIShapeProfileDef entity. 13 年 前
IFCReaderGen.cpp 2ad24f7940 - Ifc: support reading IfcComplexProperty 12 年 前
IFCReaderGen.h 2ad24f7940 - Ifc: support reading IfcComplexProperty 12 年 前
IFCUtil.cpp 4e7b59be55 Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio 12 年 前
IFCUtil.h 4e7b59be55 Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio 12 年 前
IFF.h 075b1acaf0 - move include/ to include/assimp/ to have consistent header locations between installed and trunk version. 14 年 前
IRRLoader.cpp 84939d5aec - fixed preprocessor checks for some importers 13 年 前
IRRLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 年 前
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 年 前
IRRMeshLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 年 前
IRRShared.cpp 5334020d17 Irrlicht shared code is now excluded only if both the Irrlicht and Irrlicht Mesh importers are excluded from the build. 12 年 前
IRRShared.h c6899cd999 FIX: Adding empty final line to some units where it was missing. 16 年 前
Importer.cpp 4e7b59be55 Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio 12 年 前
Importer.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
ImporterRegistry.cpp 88da17a246 Drop M3 Importer. 12 年 前
ImproveCacheLocality.cpp 23381d9710 Bugfix : Refactored ImproveCacheLocalityProcess::ProcessMesh. ( merged from GitHub, thanks to Riku Palomäki ). 14 年 前
ImproveCacheLocality.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 年 前
JoinVerticesProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
JoinVerticesProcess.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 年 前
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 年 前
LWOAnimation.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
LWOBLoader.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
LWOFileData.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 年 前
LWOLoader.cpp 4e7b59be55 Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio 12 年 前
LWOLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 年 前
LWOMaterial.cpp ab2e81d004 LWO: take last CLIP with the requested index (CLIPs ordered by ordinal string) 12 年 前
LWSLoader.cpp 8f2e816042 - LWS: fix bugs pointed out by clang leading to path strings being incorrectly build. 12 年 前
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 年 前
LimitBoneWeightsProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
LimitBoneWeightsProcess.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
LineSplitter.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
LogAux.h cca53d6a04 - fix [3595689] by requiring gcc 4.6 for the full magic in LogAux.h 12 年 前
MD2FileData.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 年 前
MD2Loader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 年 前
MD2Loader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 年 前
MD2NormalTable.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
MD3FileData.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 年 前
MD3Loader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 年 前
MD3Loader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 年 前
MD4FileData.h 01a25c1fb4 Get rid of ./extra folder in ./code. Move contents to main code folder. 16 年 前
MD5Loader.cpp 67472f3feb - remove self-assignment in MD5Loader.cpp 12 年 前
MD5Loader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 年 前
MD5Parser.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
MD5Parser.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 年 前
MDCFileData.h 42def11d13 Bugfix : Replaced ugly (const_)casting by a better ctor and placement new. ( merged from GitHub, thanks to Riku Palomäki ). 14 年 前
MDCLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 年 前
MDCLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 年 前
MDCNormalTable.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 年 前
MDLDefaultColorMap.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
MDLFileData.h cb71e6f5f2 Bugfix : pcGroupTris isn't really const, removed const and const_cast ( merged from GitHub, thanks to Riku Palomäki ). 14 年 前
MDLLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 年 前
MDLLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 年 前
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 年 前
MS3DLoader.cpp f2997a562b typo fix: loose -> lose 12 年 前
MS3DLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 年 前
MakeVerboseFormat.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
MakeVerboseFormat.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
MaterialSystem.cpp 7bc074857e Missing material functions for aiUVTransform added 12 年 前
MaterialSystem.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
MemoryIOWrapper.h c70646912c - add IFCZIP support to IFC loader. 13 年 前
NDOLoader.cpp 5a0903668d - NDOLoader: fix ASSIMP_BUILD_NO_NDO_IMPORTER guard. 12 年 前
NDOLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 年 前
NFFLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 年 前
NFFLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 年 前
OFFLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 年 前
OFFLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 年 前
ObjExporter.cpp c592154006 using a custom compare function instead of a global aiVector3t less than operator 12 年 前
ObjExporter.h c592154006 using a custom compare function instead of a global aiVector3t less than operator 12 年 前
ObjFileData.h f433746bfa Add support for emissive and gloss-maps 12 年 前
ObjFileImporter.cpp f433746bfa Add support for emissive and gloss-maps 12 年 前
ObjFileImporter.h 0b88f72be2 refactor the code, also parse texture option explictly 12 年 前
ObjFileMtlImporter.cpp f433746bfa Add support for emissive and gloss-maps 12 年 前
ObjFileMtlImporter.h 0b88f72be2 refactor the code, also parse texture option explictly 12 年 前
ObjFileParser.cpp 931f0489bd Properly parse 'mg' keyword in .obj files 12 年 前
ObjFileParser.h 931f0489bd Properly parse 'mg' keyword in .obj files 12 年 前
ObjTools.h 0b88f72be2 refactor the code, also parse texture option explictly 12 年 前
OgreImporter.cpp fe19ba9da6 Ogre: Material nullptr-fix, Loader is hopefully no longer confused by 'submeshnames' tag 13 年 前
OgreImporter.hpp 29243071fa Ogre: Importerproperty to set Texture Mode from Filename (bla_n.png -> Normalmap etc.) 13 年 前
OgreMaterial.cpp 052a8634d2 OgreMaterial: remove unneeded variable. 12 年 前
OgreMesh.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 年 前
OgreSkeleton.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 年 前
OgreXmlHelper.hpp d9d57804fa Ogre: Support for multiple texcoords 13 年 前
OptimizeGraph.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
OptimizeGraph.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 年 前
OptimizeMeshes.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
OptimizeMeshes.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 年 前
ParsingUtils.h 29c125e51d Minor improvement of ParsingUtils 12 年 前
PlyExporter.cpp 325ef632cf PlyExporter: fix export format for compatibility with Blender and MeshLab (and the PLY spec). Fixes #122 12 年 前
PlyExporter.h 08fe2e7d20 + add Ply exporter. 14 年 前
PlyLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 年 前
PlyLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 年 前
PlyParser.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
PlyParser.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
PolyTools.h 6c1cb4f159 Bugfix : Fixed some compiler warnings and some C99 and C++11 specific syntax. ( merged from GitHub, thanks to Riku Palomäki ). 14 年 前
PostStepRegistry.cpp 8d80f56396 fix include/ define in PostStepRegistry 12 年 前
PretransformVertices.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
PretransformVertices.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 年 前
ProcessHelper.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
ProcessHelper.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 年 前
Profiler.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 年 前
Q3BSPFileData.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
Q3BSPFileImporter.cpp 81aef90f4a - manually pulled the three smaller change requests from Github. 13 年 前
Q3BSPFileImporter.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 年 前
Q3BSPFileParser.cpp 84939d5aec - fixed preprocessor checks for some importers 13 年 前
Q3BSPFileParser.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
Q3BSPZipArchive.cpp 44f1a1fb5d Huge optimization of Q3BSPZipArchive to reduce 3DXML importing time by a factor of 15~20. (However, the zip archive is now entirely decompressed in memory, so it takes twice as much memory) 12 年 前
Q3BSPZipArchive.h 44f1a1fb5d Huge optimization of Q3BSPZipArchive to reduce 3DXML importing time by a factor of 15~20. (However, the zip archive is now entirely decompressed in memory, so it takes twice as much memory) 12 年 前
Q3DLoader.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 年 前
Q3DLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 年 前
RawLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 年 前
RawLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 年 前
RemoveComments.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
RemoveComments.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 年 前
RemoveRedundantMaterials.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
RemoveRedundantMaterials.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 年 前
RemoveVCProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
RemoveVCProcess.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 年 前
SGSpatialSort.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
SGSpatialSort.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 年 前
SMDLoader.cpp 39ae26bfd8 bugfix : fix level 4 compiler warnings for Visual studio 2012. 13 年 前
SMDLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 年 前
STEPFile.h c338b665ed - applied patch to fix compilation errors with CLang following issue #3590305 13 年 前
STEPFileEncoding.cpp 9bb9868a93 - STEP: fix possible compilation error due to unwanted line continuation in a comment line. 13 年 前
STEPFileEncoding.h 03c01685d3 - STEP: support UTF16, UTF32 and Mac/Roman escape sequences. 13 年 前
STEPFileReader.cpp cded602950 - STEP: fix bug that caused back references contained in nested aggregates to be not tracked. 12 年 前
STEPFileReader.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
STLExporter.cpp 60a65aaaeb add AI_SWAP4 for big endian architecture 12 年 前
STLExporter.h 4ccb16fe01 add binary exporter to STLExporter 12 年 前
STLLoader.cpp 00717b6474 Default to light gray diffuse for STL 12 年 前
STLLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 年 前
SceneCombiner.cpp ec3ef0c9d6 Assimp: fixed 3 memory leaks 12 年 前
SceneCombiner.h bb9288fa26 Improved Q3BSPZipArchive + added material merging 12 年 前
ScenePreprocessor.cpp 1002f154ac In Assimp: fixed typo in comments 12 年 前
ScenePreprocessor.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
ScenePrivate.h 9d4f7c32e4 Scene: keep an internal flag whether the scene was copied using aiCopyScene() (and potentially modified by the user afterwards) 12 年 前
SkeletonMeshBuilder.cpp 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 年 前
SkeletonMeshBuilder.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 年 前
SmoothingGroups.h 4e7b59be55 Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio 12 年 前
SmoothingGroups.inl 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
SortByPTypeProcess.cpp d7dbdd6c3b SortByPType Posprocessing crashed for crappy models with degenerated geometry 12 年 前
SortByPTypeProcess.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 年 前
SpatialSort.cpp 4e7b59be55 Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio 12 年 前
SpatialSort.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 年 前
SplitByBoneCountProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
SplitByBoneCountProcess.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 年 前
SplitLargeMeshes.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
SplitLargeMeshes.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 年 前
StandardShapes.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
StandardShapes.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
StdOStreamLogStream.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 年 前
StreamReader.h a90e208e6d Fixed parameter type mismatch in StreamReader. 12 年 前
StringComparison.h 39ae26bfd8 bugfix : fix level 4 compiler warnings for Visual studio 2012. 13 年 前
Subdivision.cpp 4e7b59be55 Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio 12 年 前
Subdivision.h d7341094ca Bugfix : Fixed the Subdivision input mesh to be non-const. ( merged from GitHub, thanks to Riku Palomäki ). 14 年 前
TargetAnimation.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
TargetAnimation.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
TerragenLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 年 前
TerragenLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 年 前
TextureTransform.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
TextureTransform.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
TinyFormatter.h 17e2588588 - workaround for older gcc versions (<4.6) sometimes copying temporaries even though they shouldn't. 12 年 前
TriangulateProcess.cpp ddea19ead1 - triangulation: re-introduce special handling for quads, now with proper support for concave quads. This should *really* fix [3429812], but it leaves me to suspect bugs in the general-purpose triangulation code for ngons. 13 年 前
TriangulateProcess.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
UnrealLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 年 前
UnrealLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 年 前
ValidateDataStructure.cpp 4e7b59be55 Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio 12 年 前
ValidateDataStructure.h 32b694d4f6 Added AI_WONT_RETURN_SUFFIX to ReportError(). 12 年 前
Vertex.h f7106887cc - some fixes for vc12 13 年 前
VertexTriangleAdjacency.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前
VertexTriangleAdjacency.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 年 前
Win32DebugLogStream.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 年 前
XFileHelper.h 18f01268e6 - rewrote the XFileLoader material management to handle meshes with dummy material names correctly. 13 年 前
XFileImporter.cpp 18f01268e6 - rewrote the XFileLoader material management to handle meshes with dummy material names correctly. 13 年 前
XFileImporter.h 18f01268e6 - rewrote the XFileLoader material management to handle meshes with dummy material names correctly. 13 年 前
XFileParser.cpp 2944e7b210 - Added a workaround for some XFileExporter omitting separator chars at the end of data vectors 13 年 前
XFileParser.h 18f01268e6 - rewrote the XFileLoader material management to handle meshes with dummy material names correctly. 13 年 前
XGLLoader.cpp 47b2832dd8 - XGL: fix non isocpp-compliant definition of LogFunctions::log_prefix outside the namespace where the class resides. 12 年 前
XGLLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 年 前
assbin_chunks.h 2ffac898d6 [3393728] [PATCH 1/2] ommit->omit and splitted->split 14 年 前
fast_atof.h 0bf4aea9d5 Improved fast_atof (bis) 12 年 前
irrXMLWrapper.h bac6b34504 Removing null characters from xml parser input to avoid parsing failures 12 年 前
makefile.mingw 76bdf7d0cb Fix makefile.mingw, see http://sourceforge.net/projects/assimp/forums/forum/817654/topic/3828839. 15 年 前
pstdint.h 0e77095ace Experimental bugfix: avoid most pstdint.h stuff when VC10 stdint.h is included. 15 年 前
qnan.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年 前