assimp/code
Stepan Hrbek 39ab716e11 Collada exporter: Fix unicode filenames.
Although existing code uses "C" locale partially, both calls to isalnum() clearly did not use it.
So for example character "รค" was written to .dae as is, rather than converted to %e4, generated .dae was unreadable to many parsers.
2015-12-31 03:22:25 +01:00
..
BoostWorkaround/boost Fix line endings. 2015-08-08 18:02:37 +02:00
res Fix line endings. 2015-08-08 18:02:37 +02:00
.editorconfig Implemented: Add editor config for source code 2015-06-28 15:50:57 -06:00
3DSConverter.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
3DSExporter.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
3DSExporter.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
3DSHelper.h Fixed: Initialize members in 3DS loader 2015-07-02 20:51:45 -06:00
3DSLoader.cpp Importer for Silo SIB files. 2015-12-13 22:14:19 -08:00
3DSLoader.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
ACLoader.cpp Refactor logic which checks for too large allocations 2015-08-14 11:53:16 +03:00
ACLoader.h Fixed: Initialize members in ACLoader 2015-07-02 20:51:45 -06:00
ASELoader.cpp Fixed: Initialize member sin ASEImporter 2015-07-02 20:51:45 -06:00
ASELoader.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
ASEParser.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
ASEParser.h Mark single-parameter constructors explicit 2015-10-29 14:04:23 +02:00
AssbinExporter.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
AssbinExporter.h Refactor: Trim trailing whitespace 2015-06-28 16:01:32 -06:00
AssbinLoader.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
AssbinLoader.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
Assimp.cpp Mark single-parameter constructors explicit 2015-10-29 14:04:23 +02:00
AssimpCExport.cpp aiGetExportFormatDescription() no longer uses free'd memory 2015-11-23 23:50:25 -05:00
AssxmlExporter.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
AssxmlExporter.h Refactor: Trim trailing whitespace 2015-06-28 16:01:32 -06:00
B3DImporter.cpp Line endings. 2015-07-03 20:40:07 +02:00
B3DImporter.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
BVHLoader.cpp Fixed: Initialize members in BVHLoader 2015-07-02 20:51:45 -06:00
BVHLoader.h Mark single-parameter constructors explicit 2015-10-29 14:04:23 +02:00
BaseImporter.cpp Added support for empty .MTL files. 2015-12-13 22:13:25 -08:00
BaseImporter.h Added support for empty .MTL files. 2015-12-13 22:13:25 -08:00
BaseProcess.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
BaseProcess.h Mark single-parameter constructors explicit 2015-10-29 14:04:23 +02:00
Bitmap.cpp fix compilation on BigEndian 2015-11-13 22:33:20 +01:00
Bitmap.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
BlenderBMesh.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
BlenderBMesh.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
BlenderDNA.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
BlenderDNA.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
BlenderDNA.inl Refactor: Expand tags to 4 spaces 2015-06-28 16:12:51 -06:00
BlenderIntermediate.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
BlenderLoader.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
BlenderLoader.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
BlenderModifier.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
BlenderModifier.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
BlenderScene.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
BlenderScene.h Blender-Loader: fix issue https://github.com/assimp/assimp/issues/131. 2015-08-07 21:22:09 +02:00
BlenderSceneGen.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
BlenderTessellator.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
BlenderTessellator.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
BlobIOSystem.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
ByteSwapper.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
C4DImporter.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
C4DImporter.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
CInterfaceIOWrapper.h Mark single-parameter constructors explicit 2015-10-29 14:04:23 +02:00
CMakeLists.txt Importer for Silo SIB files. 2015-12-13 22:14:19 -08:00
COBLoader.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
COBLoader.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
COBScene.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
CSMLoader.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
CSMLoader.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
CalcTangentsProcess.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
CalcTangentsProcess.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
ColladaExporter.cpp Collada exporter: Fix unicode filenames. 2015-12-31 03:22:25 +01:00
ColladaExporter.h Collada exporter: Fix unicode filenames. 2015-12-31 03:22:25 +01:00
ColladaHelper.h In collada: implemented all missing transparency features from standard (ie RGB_ZERO, RGB_ONE and A_ZERO) 2015-12-08 15:24:07 +01:00
ColladaLoader.cpp In collada: implemented all missing transparency features from standard (ie RGB_ZERO, RGB_ONE and A_ZERO) 2015-12-08 15:24:07 +01:00
ColladaLoader.h In collada: implemented all missing transparency features from standard (ie RGB_ZERO, RGB_ONE and A_ZERO) 2015-12-08 15:24:07 +01:00
ColladaParser.cpp Merge pull request #703 from terziman/master 2015-12-20 15:59:42 +01:00
ColladaParser.h ColladaParser: use initializer lists again. 2015-12-09 23:49:03 +01:00
ComputeUVMappingProcess.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
ComputeUVMappingProcess.h Mark single-parameter constructors explicit 2015-10-29 14:04:23 +02:00
ConvertToLHProcess.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
ConvertToLHProcess.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
DXFHelper.h coverity findings: add missing initializations. 2015-12-30 20:04:16 +01:00
DXFLoader.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
DXFLoader.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
DeboneProcess.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
DeboneProcess.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
DefaultIOStream.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
DefaultIOStream.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
DefaultIOSystem.cpp assimp/issues/702: fix resource leak and use initializer list for all 2015-12-06 12:18:33 +01:00
DefaultIOSystem.h DefaultIOSystem close assimp/assimp/issues/108 : use correct macro to 2015-09-21 20:43:58 +02:00
DefaultLogger.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
DefaultProgressHandler.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
Defines.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
Exceptional.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
Exporter.cpp glTF: check if exporter option has broke someting. 2015-12-06 16:49:10 +01:00
FBXAnimation.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
FBXBinaryTokenizer.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
FBXCompileConfig.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
FBXConverter.cpp Merge pull request #674 from suikki/master 2015-11-26 13:50:34 +01:00
FBXConverter.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
FBXDeformer.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
FBXDocument.cpp Ignore FBX 'PP' type connections (they were stopping the file parsing) 2015-11-24 17:51:11 +01:00
FBXDocument.h Fixed crashes for Video with no content 2015-11-23 21:46:55 +01:00
FBXDocumentUtil.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
FBXDocumentUtil.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
FBXImportSettings.h Initial support for FBX embedded textures 2015-11-23 19:49:54 +01:00
FBXImporter.cpp Initial support for FBX embedded textures 2015-11-23 19:49:54 +01:00
FBXImporter.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
FBXMaterial.cpp Initial support for FBX embedded textures 2015-11-23 19:49:54 +01:00
FBXMeshGeometry.cpp Only read Element Data when there is a valid Mapping Information 2015-12-16 15:25:33 +01:00
FBXModel.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
FBXNodeAttribute.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
FBXParser.cpp Fix for FBX Files that do not have a Comma on a new line in a data block 2015-12-17 11:48:44 +01:00
FBXParser.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
FBXProperties.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
FBXProperties.h Mark single-parameter constructors explicit 2015-10-29 14:04:23 +02:00
FBXTokenizer.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
FBXTokenizer.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
FBXUtil.cpp Refactor: Prefer Format::operator<< over Format::operator, 2015-07-03 20:13:00 -06:00
FBXUtil.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
FileLogStream.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
FileSystemFilter.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
FindDegenerates.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
FindDegenerates.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
FindInstancesProcess.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
FindInstancesProcess.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
FindInvalidDataProcess.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
FindInvalidDataProcess.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
FixNormalsStep.cpp Fix volume calculation 2015-08-02 19:45:39 +03:00
FixNormalsStep.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
GenFaceNormalsProcess.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
GenFaceNormalsProcess.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
GenVertexNormalsProcess.cpp Normalize() is replaced with NormalizeSafe() to prevent invalid vectors generation 2015-12-14 15:31:49 +13:00
GenVertexNormalsProcess.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
GenericProperty.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
HMPFileData.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
HMPLoader.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
HMPLoader.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
HalfLifeFileData.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
Hash.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
IFCBoolean.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
IFCCurve.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
IFCGeometry.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
IFCLoader.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
IFCLoader.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
IFCMaterial.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
IFCOpenings.cpp IFC: Fix more bad references 2015-08-14 14:02:16 +03:00
IFCProfile.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
IFCReaderGen.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
IFCReaderGen.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
IFCUtil.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
IFCUtil.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
IFF.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
IRRLoader.cpp Fixed: Initialize members in IRRLoader 2015-07-02 20:51:46 -06:00
IRRLoader.h Mark single-parameter constructors explicit 2015-10-29 14:04:23 +02:00
IRRMeshLoader.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
IRRMeshLoader.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
IRRShared.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
IRRShared.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
Importer.cpp Importer: fix overflowImporter: fix overflow. 2015-12-02 19:58:43 +01:00
Importer.h Mark single-parameter constructors explicit 2015-10-29 14:04:23 +02:00
ImporterRegistry.cpp Importer for Silo SIB files. 2015-12-13 22:14:19 -08:00
ImproveCacheLocality.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
ImproveCacheLocality.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
JoinVerticesProcess.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
JoinVerticesProcess.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
LWOAnimation.cpp Fixed: Initialize all members in LWOAnimation 2015-07-02 20:51:46 -06:00
LWOAnimation.h Fixed: Initialize members in LWOAnimation 2015-07-02 20:51:46 -06:00
LWOBLoader.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
LWOFileData.h Mark single-parameter constructors explicit 2015-10-29 14:04:23 +02:00
LWOLoader.cpp Fix out-of-bounds write on malformed input 2015-08-06 16:16:34 +03:00
LWOLoader.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
LWOMaterial.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
LWSLoader.cpp Fixed: Initialize all members in LWSImporter 2015-07-02 20:51:46 -06:00
LWSLoader.h Fixed: Initialize members in LWSLoader 2015-07-02 20:51:46 -06:00
LimitBoneWeightsProcess.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
LimitBoneWeightsProcess.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
LineSplitter.h coverity findings: initialize index counter in line splitter. 2015-12-30 16:33:54 +01:00
LogAux.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
MD2FileData.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
MD2Loader.cpp Fixed: Initialize all members in MD2Importer 2015-07-02 20:51:46 -06:00
MD2Loader.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
MD2NormalTable.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
MD3FileData.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
MD3Loader.cpp Refactor logic which checks for too large allocations 2015-08-14 11:53:16 +03:00
MD3Loader.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
MD4FileData.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
MD5Loader.cpp MD5: Fix quaternion conversions 2015-08-18 11:49:06 +03:00
MD5Loader.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
MD5Parser.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
MD5Parser.h Mark single-parameter constructors explicit 2015-10-29 14:04:23 +02:00
MDCFileData.h Fixed: Initialize members in MDCFileData 2015-07-02 20:51:46 -06:00
MDCLoader.cpp Fixed: Initialize all members in MDCImporter 2015-07-02 20:51:46 -06:00
MDCLoader.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
MDCNormalTable.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
MDLDefaultColorMap.h Refactor: Trim trailing whitespace 2015-06-28 16:01:32 -06:00
MDLFileData.h Fixed: Initialize all members in IntSplitGroupData_MDL7 2015-07-02 20:51:46 -06:00
MDLLoader.cpp MDL: Fix read past end of buffer with malformed input 2015-08-14 11:37:00 +03:00
MDLLoader.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
MDLMaterialLoader.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
MS3DLoader.cpp Fixed: Initialize members in MS3DImporter 2015-07-02 20:51:46 -06:00
MS3DLoader.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
Macros.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
MakeVerboseFormat.cpp coverity findings: fix resource leak in MakeVerboseFormat. 2015-12-30 20:39:58 +01:00
MakeVerboseFormat.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
MaterialSystem.cpp Fixed: Correct memory leak found by cppcheck 2015-07-02 20:55:56 -06:00
MaterialSystem.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
MemoryIOWrapper.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
NDOLoader.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
NDOLoader.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
NFFLoader.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
NFFLoader.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
OFFLoader.cpp OFFLoader: Throw error on certain invalid files instead of failing validation later 2015-10-28 14:20:13 +02:00
OFFLoader.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
ObjExporter.cpp Obj-loader: change include brackets. 2015-07-10 01:21:10 +02:00
ObjExporter.h Obj-loader: change include brackets. 2015-07-10 01:21:10 +02:00
ObjFileData.h Mark single-parameter constructors explicit 2015-10-29 14:04:23 +02:00
ObjFileImporter.cpp Properly build path to the mtl file when loading loading obj 2015-10-25 20:04:50 +01:00
ObjFileImporter.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
ObjFileMtlImporter.cpp glTF: usage of (hopefully) correct data type for size types: closes https://github.com/assimp/assimp/issues/723 2015-12-27 20:36:54 +01:00
ObjFileMtlImporter.h Added support for reflection maps for OBJ files 2015-10-15 15:46:35 +02:00
ObjFileParser.cpp Merge branch 'issue-707' of https://github.com/ov/assimp into ov-issue-707 2015-12-14 17:46:54 +01:00
ObjFileParser.h Obj-Importer: fix https://github.com/assimp/assimp/issues/641 2015-08-30 15:21:53 +02:00
ObjTools.h trimming spaces around material names 2015-12-14 08:32:09 +13:00
OgreBinarySerializer.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
OgreBinarySerializer.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
OgreImporter.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
OgreImporter.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
OgreMaterial.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
OgreParsingUtils.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
OgreStructs.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
OgreStructs.h Mark single-parameter constructors explicit 2015-10-29 14:04:23 +02:00
OgreXmlSerializer.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
OgreXmlSerializer.h Mark single-parameter constructors explicit 2015-10-29 14:04:23 +02:00
OpenGEXExporter.cpp github.com/assimp/assimp/issues/730: use correct define check 2015-12-26 21:02:32 +01:00
OpenGEXExporter.h github.com/assimp/assimp/issues/730: use correct define check 2015-12-26 21:02:32 +01:00
OpenGEXImporter.cpp Coverity finding: remove not used function. 2015-12-30 15:35:26 +01:00
OpenGEXImporter.h fix name handling of geoemtryobjectname nodes 2015-05-05 22:27:05 +02:00
OpenGEXStructs.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
OptimizeGraph.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
OptimizeGraph.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
OptimizeMeshes.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
OptimizeMeshes.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
ParsingUtils.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
PlyExporter.cpp Fixed spelling error. 2015-08-13 13:22:21 +02:00
PlyExporter.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
PlyLoader.cpp Coverity findings: fix resource leak in PlyLoader.cpp. 2015-12-30 15:38:30 +01:00
PlyLoader.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
PlyParser.cpp Fixed issue in PlyParser (uint16 values misparsed) 2015-10-12 20:08:25 +02:00
PlyParser.h Fixed: Initialize members in PlyParser 2015-07-02 20:51:46 -06:00
PolyTools.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
PostStepRegistry.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
PretransformVertices.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
PretransformVertices.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
ProcessHelper.cpp coverity findings: initialize lookup table for materials. 2015-12-30 19:43:57 +01:00
ProcessHelper.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
Profiler.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
Q3BSPFileData.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
Q3BSPFileImporter.cpp OpenDDLParser: latest greatest. 2015-10-31 09:43:34 +01:00
Q3BSPFileImporter.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
Q3BSPFileParser.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
Q3BSPFileParser.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
Q3BSPZipArchive.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
Q3BSPZipArchive.h Mark single-parameter constructors explicit 2015-10-29 14:04:23 +02:00
Q3DLoader.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
Q3DLoader.h Mark single-parameter constructors explicit 2015-10-29 14:04:23 +02:00
RawLoader.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
RawLoader.h Mark single-parameter constructors explicit 2015-10-29 14:04:23 +02:00
RemoveComments.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
RemoveComments.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
RemoveRedundantMaterials.cpp coverity findings: initialize lookup table for materials. 2015-12-30 19:43:57 +01:00
RemoveRedundantMaterials.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
RemoveVCProcess.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
RemoveVCProcess.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
SGSpatialSort.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
SGSpatialSort.h Mark single-parameter constructors explicit 2015-10-29 14:04:23 +02:00
SIBImporter.cpp Importer for Silo SIB files. 2015-12-13 22:14:19 -08:00
SIBImporter.h Importer for Silo SIB files. 2015-12-13 22:14:19 -08:00
SMDLoader.cpp Fixed: Initialize all members in SMDImporter 2015-07-02 20:51:46 -06:00
SMDLoader.h Fixed: Initialize members in SMDLoader 2015-07-02 20:51:46 -06:00
STEPFile.h coverity findings: add missind intialization in STEPFile. 2015-12-30 20:02:35 +01:00
STEPFileEncoding.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
STEPFileEncoding.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
STEPFileReader.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
STEPFileReader.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
STLExporter.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
STLExporter.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
STLLoader.cpp Merge branch 'master' of https://github.com/assimp/assimp 2015-09-21 17:34:01 +02:00
STLLoader.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
SceneCombiner.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
SceneCombiner.h Mark single-parameter constructors explicit 2015-10-29 14:04:23 +02:00
ScenePreprocessor.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
ScenePreprocessor.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
ScenePrivate.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
SkeletonMeshBuilder.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
SkeletonMeshBuilder.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
SmoothingGroups.h Fixed: Initialize members in SmoothinGroups 2015-07-02 20:51:46 -06:00
SmoothingGroups.inl Refactor: Expand tags to 4 spaces 2015-06-28 16:12:51 -06:00
SortByPTypeProcess.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
SortByPTypeProcess.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
SpatialSort.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
SpatialSort.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
SplitByBoneCountProcess.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
SplitByBoneCountProcess.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
SplitLargeMeshes.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
SplitLargeMeshes.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
StandardShapes.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
StandardShapes.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
StdOStreamLogStream.h Mark single-parameter constructors explicit 2015-10-29 14:04:23 +02:00
StepExporter.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
StepExporter.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
StreamReader.h Importer for Silo SIB files. 2015-12-13 22:14:19 -08:00
StreamWriter.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
StringComparison.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
Subdivision.cpp Subdivision: fix compiler warning from debug check. 2015-08-30 13:48:00 +02:00
Subdivision.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
TargetAnimation.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
TargetAnimation.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
TerragenLoader.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
TerragenLoader.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
TextureTransform.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
TextureTransform.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
TinyFormatter.h Mark single-parameter constructors explicit 2015-10-29 14:04:23 +02:00
TriangulateProcess.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
TriangulateProcess.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
UnrealLoader.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
UnrealLoader.h Mark single-parameter constructors explicit 2015-10-29 14:04:23 +02:00
ValidateDataStructure.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
ValidateDataStructure.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
Version.cpp Version: increase version from 3.1.1 to 3.2. 2015-11-03 19:43:02 +01:00
Vertex.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
VertexTriangleAdjacency.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
VertexTriangleAdjacency.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
Win32DebugLogStream.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
XFileExporter.cpp Fix a crash issue in XFileExporter 2015-12-30 19:01:04 +01:00
XFileExporter.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
XFileHelper.h Mark single-parameter constructors explicit 2015-10-29 14:04:23 +02:00
XFileImporter.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
XFileImporter.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
XFileParser.cpp INcreas readability. 2015-07-03 19:00:21 +02:00
XFileParser.h Mark single-parameter constructors explicit 2015-10-29 14:04:23 +02:00
XGLLoader.cpp Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
XGLLoader.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
XMLTools.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
assbin_chunks.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
fast_atof.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
glTFAsset.h Fixing gcc errors - second attempt 2015-11-29 21:13:35 +01:00
glTFAsset.inl Fixed gcc warnings and errors 2015-11-29 20:17:06 +01:00
glTFAssetWriter.h Fixing gcc errors - second attempt 2015-11-29 21:13:35 +01:00
glTFAssetWriter.inl Fixing gcc errors - second attempt 2015-11-29 21:13:35 +01:00
glTFExporter.cpp Fixed gcc warnings and errors 2015-11-29 20:17:06 +01:00
glTFExporter.h Implemented basic glTF exporter and improved the importer (plus some code refactor) 2015-11-29 19:13:51 +01:00
glTFImporter.cpp Fixed gcc warnings and errors 2015-11-29 20:17:06 +01:00
glTFImporter.h Implemented basic glTF exporter and improved the importer (plus some code refactor) 2015-11-29 19:13:51 +01:00
irrXMLWrapper.h Mark single-parameter constructors explicit 2015-10-29 14:04:23 +02:00
makefile.mingw Fix makefile.mingw, see http://sourceforge.net/projects/assimp/forums/forum/817654/topic/3828839. 2010-08-30 13:13:18 +00:00
qnan.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00