.. |
Importer/IFC
|
closes https://github.com/assimp/assimp/issues/1752: move guard over include statement.
|
2018-02-03 08:46:03 +01:00 |
res
|
Fix missing includes.
|
2017-03-05 15:05:40 +01:00 |
.editorconfig
|
Implemented: Add editor config for source code
|
2015-06-28 15:50:57 -06:00 |
3DSConverter.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
3DSExporter.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
3DSExporter.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
3DSHelper.h
|
Merge branch 'master' into new_license_dates
|
2018-01-28 20:16:17 +01:00 |
3DSLoader.cpp
|
XFileParser: release x-file-based scene when throwing an exception.
|
2018-02-06 19:21:56 +01:00 |
3DSLoader.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
3MFXmlTags.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
ACLoader.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
ACLoader.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
AMFImporter.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
AMFImporter.hpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
AMFImporter_Geometry.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
AMFImporter_Macro.hpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
AMFImporter_Material.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
AMFImporter_Node.hpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
AMFImporter_Postprocess.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
ASELoader.cpp
|
closes https://github.com/assimp/assimp/issues/567: prevend dependency cycle
|
2018-02-08 20:24:18 +01:00 |
ASELoader.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
ASEParser.cpp
|
Merge branch 'master' into new_license_dates
|
2018-01-28 20:16:17 +01:00 |
ASEParser.h
|
Merge branch 'master' into new_license_dates
|
2018-01-28 20:16:17 +01:00 |
AssbinExporter.cpp
|
Warning LNK4221 when not building exporter.
|
2018-01-29 12:39:40 +01:00 |
AssbinExporter.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
AssbinLoader.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
AssbinLoader.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
Assimp.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
AssimpCExport.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
AssxmlExporter.cpp
|
Warning LNK4221 when not building exporter.
|
2018-01-29 12:39:40 +01:00 |
AssxmlExporter.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
B3DImporter.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
B3DImporter.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
BVHLoader.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
BVHLoader.h
|
BVH: Initialize all members of Node in constructor
|
2018-02-03 17:38:30 +02:00 |
BaseImporter.cpp
|
BaseImporter: Remove dead condition
|
2018-02-03 17:25:31 +02:00 |
BaseProcess.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
BaseProcess.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
Bitmap.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
BlenderBMesh.cpp
|
Address warnings on Clang 3.9 caused by having a static data member in a class template.
|
2017-10-05 23:55:10 +11:00 |
BlenderBMesh.h
|
Successful lib build, unit testing still WIP
|
2018-01-05 16:18:33 -08:00 |
BlenderDNA.cpp
|
closes https://github.com/assimp/assimp/issues/1386: fix undefined behaviour in compare function.
|
2018-02-07 20:21:05 +01:00 |
BlenderDNA.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
BlenderDNA.inl
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
BlenderIntermediate.h
|
Issue #1776 Fixed potential crash bug in ObjectCompare, because it didn't follow strict weak ordering. As counter-intuitive as it seems, a comparator must return false for equal values. The C++ standard defines and expects this behavior: true if lhs < rhs, false otherwise.
|
2018-02-07 10:48:39 +01:00 |
BlenderLoader.cpp
|
BlenderLoader: Fix memory leak
|
2018-02-06 18:52:23 +02:00 |
BlenderLoader.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
BlenderModifier.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
BlenderModifier.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
BlenderScene.cpp
|
Blender: Fix strict-aliasing warnings
|
2017-11-18 15:50:56 +02:00 |
BlenderScene.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
BlenderSceneGen.h
|
Regression Testsuite: update database.
|
2016-04-19 08:49:14 +02:00 |
BlenderTessellator.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
BlenderTessellator.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
C4DImporter.cpp
|
Successful lib build, unit testing still WIP
|
2018-01-05 16:18:33 -08:00 |
C4DImporter.h
|
Successful lib build, unit testing still WIP
|
2018-01-05 16:18:33 -08:00 |
CInterfaceIOWrapper.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
CInterfaceIOWrapper.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
CMakeLists.txt
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
COBLoader.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
COBLoader.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
COBScene.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
CSMLoader.cpp
|
CSM: Fix a possible memory leak by using std::unique_ptr
|
2018-02-03 17:52:25 +02:00 |
CSMLoader.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
CalcTangentsProcess.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
CalcTangentsProcess.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
ColladaExporter.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
ColladaExporter.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
ColladaHelper.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
ColladaLoader.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
ColladaLoader.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
ColladaParser.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
ColladaParser.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
ComputeUVMappingProcess.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
ComputeUVMappingProcess.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
ConvertToLHProcess.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
ConvertToLHProcess.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
CreateAnimMesh.cpp
|
Successful lib build, unit testing still WIP
|
2018-01-05 16:18:33 -08:00 |
D3MFExporter.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
D3MFExporter.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
D3MFImporter.cpp
|
including <unzip.h> instead of <contrib/unzip/unzip.h>
|
2018-01-30 22:13:44 +01:00 |
D3MFImporter.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
D3MFOpcPackage.cpp
|
including <unzip.h> instead of <contrib/unzip/unzip.h>
|
2018-01-30 22:13:44 +01:00 |
D3MFOpcPackage.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
DXFHelper.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
DXFLoader.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
DXFLoader.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
DeboneProcess.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
DeboneProcess.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
DefaultIOStream.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
DefaultIOSystem.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
DefaultLogger.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
DefaultProgressHandler.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
EmbedTexturesProcess.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
EmbedTexturesProcess.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
Exporter.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
FBXAnimation.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
FBXBinaryTokenizer.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
FBXCompileConfig.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
FBXConverter.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
FBXConverter.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
FBXDeformer.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
FBXDocument.cpp
|
closes https://github.com/assimp/assimp/issues/774: use correct type for unitscale in fbx.
|
2018-02-04 16:42:36 +01:00 |
FBXDocument.h
|
fbx: global settings use float instead of double.
|
2018-02-04 17:13:58 +01:00 |
FBXDocumentUtil.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
FBXDocumentUtil.h
|
Update FBXDocumentUtil.h
|
2017-12-17 18:43:23 +01:00 |
FBXImportSettings.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
FBXImporter.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
FBXImporter.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
FBXMaterial.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
FBXMeshGeometry.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
FBXMeshGeometry.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
FBXModel.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
FBXNodeAttribute.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
FBXParser.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
FBXParser.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
FBXProperties.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
FBXProperties.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
FBXTokenizer.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
FBXTokenizer.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
FBXUtil.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
FBXUtil.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
FIReader.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
FIReader.hpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
FileLogStream.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
FileSystemFilter.h
|
Successful lib build, unit testing still WIP
|
2018-01-05 16:18:33 -08:00 |
FindDegenerates.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
FindDegenerates.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
FindInstancesProcess.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
FindInstancesProcess.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
FindInvalidDataProcess.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
FindInvalidDataProcess.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
FixNormalsStep.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
FixNormalsStep.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
GenFaceNormalsProcess.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
GenFaceNormalsProcess.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
GenVertexNormalsProcess.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
GenVertexNormalsProcess.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
HMPFileData.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
HMPLoader.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
HMPLoader.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
HalfLifeFileData.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
IFF.h
|
Successful lib build, unit testing still WIP
|
2018-01-05 16:18:33 -08:00 |
IRRLoader.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
IRRLoader.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
IRRMeshLoader.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
IRRMeshLoader.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
IRRShared.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
IRRShared.h
|
Successful lib build, unit testing still WIP
|
2018-01-05 16:18:33 -08:00 |
Importer.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
Importer.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
ImporterRegistry.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
ImproveCacheLocality.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
ImproveCacheLocality.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
JoinVerticesProcess.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
JoinVerticesProcess.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
LWOAnimation.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
LWOAnimation.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
LWOBLoader.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
LWOFileData.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
LWOLoader.cpp
|
LWO: Move some assignments to make it clearer when the thing should be moved
|
2018-02-06 19:58:05 +02:00 |
LWOLoader.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
LWOMaterial.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
LWSLoader.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
LWSLoader.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
LimitBoneWeightsProcess.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
LimitBoneWeightsProcess.h
|
LimitBoneWeightsProcess: Initialize all members of Weight in constructor
|
2018-02-03 17:19:27 +02:00 |
MD2FileData.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
MD2Loader.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
MD2Loader.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
MD2NormalTable.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
MD3FileData.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
MD3Loader.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
MD3Loader.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
MD4FileData.h
|
Refactor: Expand tabs to 4 spaces
|
2015-06-28 16:04:15 -06:00 |
MD5Loader.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
MD5Loader.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
MD5Parser.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
MD5Parser.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
MDCFileData.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
MDCLoader.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
MDCLoader.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
MDCNormalTable.h
|
Refactor: Expand tabs to 4 spaces
|
2015-06-28 16:04:15 -06:00 |
MDLDefaultColorMap.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
MDLFileData.h
|
MDLLoader: Replace raw pointer with vector to fix a memory leak
|
2018-02-06 19:22:32 +02:00 |
MDLLoader.cpp
|
MDLLoader: Replace raw pointer with vector to fix a memory leak
|
2018-02-06 19:22:32 +02:00 |
MDLLoader.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
MDLMaterialLoader.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
MMDCpp14.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
MMDImporter.cpp
|
MMD: Fix memory leak
|
2018-01-02 20:35:06 +02:00 |
MMDImporter.h
|
Successful lib build, unit testing still WIP
|
2018-01-05 16:18:33 -08:00 |
MMDPmdParser.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
MMDPmxParser.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
MMDPmxParser.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
MMDVmdParser.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
MS3DLoader.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
MS3DLoader.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
MakeVerboseFormat.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
MakeVerboseFormat.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
MaterialSystem.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
MaterialSystem.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
NDOLoader.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
NDOLoader.h
|
Successful lib build, unit testing still WIP
|
2018-01-05 16:18:33 -08:00 |
NFFLoader.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
NFFLoader.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
OFFLoader.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
OFFLoader.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
ObjExporter.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
ObjExporter.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
ObjFileData.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
ObjFileImporter.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
ObjFileImporter.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
ObjFileMtlImporter.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
ObjFileMtlImporter.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
ObjFileParser.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
ObjFileParser.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
ObjTools.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
OgreBinarySerializer.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
OgreBinarySerializer.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
OgreImporter.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
OgreImporter.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
OgreMaterial.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
OgreParsingUtils.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
OgreStructs.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
OgreStructs.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
OgreXmlSerializer.cpp
|
Update OgreXmlSerializer.cpp
|
2018-01-31 09:57:34 +01:00 |
OgreXmlSerializer.h
|
Ogre: Change OgreXmlSerializer::ReadAttribute parameter from std::string to pointer
|
2018-01-30 20:12:46 +02:00 |
OpenGEXExporter.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
OpenGEXExporter.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
OpenGEXImporter.cpp
|
OpenGEX: Use std::unique_ptr to fix some memory leaks
|
2018-02-06 20:20:16 +02:00 |
OpenGEXImporter.h
|
OpenGEX: Use std::unique_ptr to fix some memory leaks
|
2018-02-06 20:20:16 +02:00 |
OpenGEXStructs.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
OptimizeGraph.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
OptimizeGraph.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
OptimizeMeshes.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
OptimizeMeshes.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
PlyExporter.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
PlyExporter.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
PlyLoader.cpp
|
XFileParser: release x-file-based scene when throwing an exception.
|
2018-02-06 19:21:56 +01:00 |
PlyLoader.h
|
XFileParser: release x-file-based scene when throwing an exception.
|
2018-02-06 19:21:56 +01:00 |
PlyParser.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
PlyParser.h
|
XFileParser: release x-file-based scene when throwing an exception.
|
2018-02-06 19:21:56 +01:00 |
PolyTools.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
PostStepRegistry.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
PretransformVertices.cpp
|
PretransformVertices: Rearrange some assignments to clarify things
|
2018-02-03 17:08:25 +02:00 |
PretransformVertices.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
ProcessHelper.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
ProcessHelper.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
Q3BSPFileData.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
Q3BSPFileImporter.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
Q3BSPFileImporter.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
Q3BSPFileParser.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
Q3BSPFileParser.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
Q3BSPZipArchive.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
Q3BSPZipArchive.h
|
including <unzip.h> instead of <contrib/unzip/unzip.h>
|
2018-01-30 22:13:44 +01:00 |
Q3DLoader.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
Q3DLoader.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
RawLoader.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
RawLoader.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
RemoveComments.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
RemoveRedundantMaterials.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
RemoveRedundantMaterials.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
RemoveVCProcess.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
RemoveVCProcess.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
SGSpatialSort.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
SGSpatialSort.h
|
Successful lib build, unit testing still WIP
|
2018-01-05 16:18:33 -08:00 |
SIBImporter.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
SIBImporter.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
SMDLoader.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
SMDLoader.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
STEPFile.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
STLExporter.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
STLExporter.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
STLLoader.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
STLLoader.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
ScaleProcess.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
ScaleProcess.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
SceneCombiner.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
ScenePreprocessor.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
ScenePreprocessor.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
ScenePrivate.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
SkeletonMeshBuilder.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
SortByPTypeProcess.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
SortByPTypeProcess.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
SpatialSort.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
SplitByBoneCountProcess.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
SplitByBoneCountProcess.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
SplitLargeMeshes.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
SplitLargeMeshes.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
StandardShapes.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
StdOStreamLogStream.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
StepExporter.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
StepExporter.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
Subdivision.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
TargetAnimation.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
TargetAnimation.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
TerragenLoader.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
TerragenLoader.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
TextureTransform.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
TextureTransform.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
TriangulateProcess.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
TriangulateProcess.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
UnrealLoader.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
UnrealLoader.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
ValidateDataStructure.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
ValidateDataStructure.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
Version.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
VertexTriangleAdjacency.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
VertexTriangleAdjacency.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
Win32DebugLogStream.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
X3DExporter.cpp
|
Successful lib build, unit testing still WIP
|
2018-01-05 16:18:33 -08:00 |
X3DExporter.hpp
|
Misc. typos
|
2017-11-09 17:19:26 -05:00 |
X3DImporter.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
X3DImporter.hpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
X3DImporter_Geometry2D.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
X3DImporter_Geometry3D.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
X3DImporter_Group.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
X3DImporter_Light.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
X3DImporter_Macro.hpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
X3DImporter_Metadata.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
X3DImporter_Networking.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
X3DImporter_Node.hpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
X3DImporter_Postprocess.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
X3DImporter_Rendering.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
X3DImporter_Shape.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
X3DImporter_Texturing.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
X3DVocabulary.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
XFileExporter.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
XFileExporter.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
XFileHelper.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
XFileImporter.cpp
|
x-parser: fix the crash.
|
2018-02-06 23:59:46 +01:00 |
XFileImporter.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
XFileParser.cpp
|
x-parser: fix the crash.
|
2018-02-06 23:59:46 +01:00 |
XFileParser.h
|
closes https://github.com/assimp/assimp/issues/1729: check for bit flip when unsigned int overflow happens in x-file parsing.
|
2018-02-04 22:15:18 +01:00 |
XGLLoader.cpp
|
XGLLoader: Fix a memory leak
|
2018-02-06 18:43:51 +02:00 |
XGLLoader.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
assbin_chunks.h
|
Refactor: Expand tabs to 4 spaces
|
2015-06-28 16:04:15 -06:00 |
glTF2Asset.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
glTF2Asset.inl
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
glTF2AssetWriter.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
glTF2AssetWriter.inl
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
glTF2Exporter.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
glTF2Exporter.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
glTF2Importer.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
glTF2Importer.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
glTFAsset.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
glTFAsset.inl
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
glTFAssetWriter.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
glTFAssetWriter.inl
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
glTFExporter.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
glTFExporter.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
glTFImporter.cpp
|
Merge https://github.com/assimp/assimp
|
2018-02-09 15:54:34 +01:00 |
glTFImporter.h
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
makefile.mingw
|
Successful lib build, unit testing still WIP
|
2018-01-05 16:18:33 -08:00 |
scene.cpp
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |