assimp/code
Richard Selneck 12613720ff Fix macro used for detecting IRR support 2016-05-02 18:24:26 -04: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 replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
3DSExporter.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
3DSExporter.h replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
3DSHelper.h remove read unitilize memory 2016-01-16 23:42:43 +01:00
3DSLoader.cpp Fix spelling mistakes 2016-04-03 01:38:00 +01:00
3DSLoader.h Update license info. 2016-01-01 21:07:24 +01:00
ACLoader.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
ACLoader.h Update license info. 2016-01-01 21:07:24 +01:00
ASELoader.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
ASELoader.h Update license info. 2016-01-01 21:07:24 +01:00
ASEParser.cpp ASEParser: fix invalid size of buffer for log writing. 2016-01-11 21:15:30 +01:00
ASEParser.h Fix spelling mistakes 2016-04-03 01:38:00 +01:00
AssbinExporter.cpp Removed usage of Boost static assert. 2016-03-18 17:02:39 -07:00
AssbinExporter.h Update license info. 2016-01-01 21:07:24 +01:00
AssbinLoader.cpp Removed usage of Boost static assert. 2016-03-18 17:02:39 -07:00
AssbinLoader.h Update license info. 2016-01-01 21:07:24 +01:00
Assimp.cpp Replaced boost::thread with std::thread 2016-04-05 22:28:21 +02:00
AssimpCExport.cpp Update license info. 2016-01-01 21:07:24 +01:00
AssxmlExporter.cpp closes https://github.com/assimp/assimp/issues/857 2016-04-20 23:27:59 +02:00
AssxmlExporter.h Update license info. 2016-01-01 21:07:24 +01:00
B3DImporter.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
B3DImporter.h Update license info. 2016-01-01 21:07:24 +01:00
BVHLoader.cpp Replaced boost::format with internal formater 2016-04-06 00:03:05 +02:00
BVHLoader.h Update license info. 2016-01-01 21:07:24 +01:00
BaseImporter.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
BaseImporter.h Fixed crashes when files were not found, and fixed some warnings 2016-04-28 20:50:01 +02:00
BaseProcess.cpp Update license info. 2016-01-01 21:07:24 +01:00
BaseProcess.h Update license info. 2016-01-01 21:07:24 +01:00
Bitmap.cpp Update license info. 2016-01-01 21:07:24 +01:00
Bitmap.h Update license info. 2016-01-01 21:07:24 +01: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 Replace std::endl by using backslash n. 2016-04-27 17:58:40 +02:00
BlenderDNA.h Regression Testsuite: update database. 2016-04-19 08:49:14 +02:00
BlenderDNA.inl replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
BlenderIntermediate.h replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
BlenderLoader.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
BlenderLoader.h replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
BlenderModifier.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
BlenderModifier.h Lib: reduce number of header files included. 2016-02-28 17:30:11 +01:00
BlenderScene.cpp Regression Testsuite: update database. 2016-04-19 08:49:14 +02:00
BlenderScene.h replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
BlenderSceneGen.h Regression Testsuite: update database. 2016-04-19 08:49:14 +02:00
BlenderTessellator.cpp Blender Importer: fix review findings. 2016-04-19 08:45:04 +02:00
BlenderTessellator.h Lib: reduce number of header files included. 2016-02-28 17:30:11 +01:00
BlobIOSystem.h Replaced BOOST_FOREACH with c++11 ranged for loops 2016-04-05 22:53:54 +02:00
ByteSwapper.h Update license info. 2016-01-01 21:07:24 +01:00
C4DImporter.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
C4DImporter.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
CInterfaceIOWrapper.h Update license info. 2016-01-01 21:07:24 +01:00
CMakeLists.txt Fixed a few GLTF importer/exporter bugs 2016-04-28 18:44:47 +02:00
COBLoader.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
COBLoader.h Update license info. 2016-01-01 21:07:24 +01:00
COBScene.h replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
CSMLoader.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
CSMLoader.h Update license info. 2016-01-01 21:07:24 +01:00
CalcTangentsProcess.cpp Regression test suite: add ui for simpler text execution. 2016-04-05 22:02:02 +02:00
CalcTangentsProcess.h Update license info. 2016-01-01 21:07:24 +01:00
ColladaExporter.cpp Replaced boost::tuple with std::tuple 2016-04-06 00:17:21 +02:00
ColladaExporter.h Replaced boost::tuple with std::tuple 2016-04-06 00:17:21 +02:00
ColladaHelper.h * Combining single-channel animations like the previous code did, except now it has been deferred until after all nodes have been read. This makes the regression tests pass for a database created before these code changes. 2016-02-10 23:57:29 +01:00
ColladaLoader.cpp Replaced boost::format with internal formater 2016-04-06 00:03:05 +02:00
ColladaLoader.h Update license info. 2016-01-01 21:07:24 +01:00
ColladaParser.cpp Replaced boost::format with internal formater 2016-04-06 00:03:05 +02:00
ColladaParser.h Replaced boost::format with internal formater 2016-04-06 00:03:05 +02:00
ComputeUVMappingProcess.cpp sprintf replacement: introduce au_snprintf to support snprintf for v2013 2016-01-06 15:35:25 +01:00
ComputeUVMappingProcess.h Update license info. 2016-01-01 21:07:24 +01:00
ConvertToLHProcess.cpp Update license info. 2016-01-01 21:07:24 +01:00
ConvertToLHProcess.h Update license info. 2016-01-01 21:07:24 +01:00
DXFHelper.h replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
DXFLoader.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
DXFLoader.h Update license info. 2016-01-01 21:07:24 +01:00
DeboneProcess.cpp sprintf replacement: introduce au_snprintf to support snprintf for v2013 2016-01-06 15:35:25 +01:00
DeboneProcess.h Update license info. 2016-01-01 21:07:24 +01:00
DefaultIOStream.cpp Removed usage of Boost static assert. 2016-03-18 17:02:39 -07:00
DefaultIOStream.h Update license info. 2016-01-01 21:07:24 +01:00
DefaultIOSystem.cpp Update license info. 2016-01-01 21:07:24 +01:00
DefaultIOSystem.h Update license info. 2016-01-01 21:07:24 +01:00
DefaultLogger.cpp Replaced boost::thread with std::thread 2016-04-05 22:28:21 +02:00
DefaultProgressHandler.h Update license info. 2016-01-01 21:07:24 +01: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 replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
FBXAnimation.cpp Replaced BOOST_FOREACH with c++11 ranged for loops 2016-04-05 22:53:54 +02:00
FBXBinaryTokenizer.cpp Fix spelling mistakes 2016-04-03 01:38:00 +01:00
FBXCompileConfig.h Update license info. 2016-01-01 21:07:24 +01:00
FBXConverter.cpp Replaced boost::tuple with std::tuple 2016-04-06 00:17:21 +02:00
FBXConverter.h FBXImporter: some refactorings to increase readability. 2016-03-03 18:38:50 +01:00
FBXDeformer.cpp Replaced BOOST_FOREACH with c++11 ranged for loops 2016-04-05 22:53:54 +02:00
FBXDocument.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
FBXDocument.h replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
FBXDocumentUtil.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
FBXDocumentUtil.h replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
FBXImportSettings.h Update license info. 2016-01-01 21:07:24 +01:00
FBXImporter.cpp Replaced boost::timer with std::chrono 2016-04-06 10:13:02 +02:00
FBXImporter.h FBXImporter: move MeshGeometry declaration into its own header 2016-03-03 15:19:38 +01:00
FBXMaterial.cpp Replaced BOOST_FOREACH with c++11 ranged for loops 2016-04-05 22:53:54 +02:00
FBXMeshGeometry.cpp Replaced BOOST_FOREACH with c++11 ranged for loops 2016-04-05 22:53:54 +02:00
FBXMeshGeometry.h FBXImporter: move MeshGeometry declaration into its own header 2016-03-03 15:19:38 +01:00
FBXModel.cpp Replaced BOOST_FOREACH with c++11 ranged for loops 2016-04-05 22:53:54 +02:00
FBXNodeAttribute.cpp FBXImporter: some refactorings to increase readability. 2016-03-03 18:38:50 +01:00
FBXParser.cpp Replaced BOOST_FOREACH with c++11 ranged for loops 2016-04-05 22:53:54 +02:00
FBXParser.h replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
FBXProperties.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
FBXProperties.h replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
FBXTokenizer.cpp Update license info. 2016-01-01 21:07:24 +01:00
FBXTokenizer.h replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
FBXUtil.cpp Update license info. 2016-01-01 21:07:24 +01:00
FBXUtil.h Fix spelling mistakes 2016-04-03 01:38:00 +01:00
FileLogStream.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
FileSystemFilter.h Fix spelling mistakes 2016-04-03 01:38:00 +01:00
FindDegenerates.cpp Update license info. 2016-01-01 21:07:24 +01:00
FindDegenerates.h Update license info. 2016-01-01 21:07:24 +01:00
FindInstancesProcess.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
FindInstancesProcess.h Update license info. 2016-01-01 21:07:24 +01:00
FindInvalidDataProcess.cpp Update license info. 2016-01-01 21:07:24 +01:00
FindInvalidDataProcess.h Update license info. 2016-01-01 21:07:24 +01:00
FixNormalsStep.cpp sprintf replacement: introduce au_snprintf to support snprintf for v2013 2016-01-06 15:35:25 +01:00
FixNormalsStep.h Update license info. 2016-01-01 21:07:24 +01:00
GenFaceNormalsProcess.cpp Update license info. 2016-01-01 21:07:24 +01:00
GenFaceNormalsProcess.h Update license info. 2016-01-01 21:07:24 +01:00
GenVertexNormalsProcess.cpp GenVertexNormalsProcess: use initalizer list instead of setting the earch angle in the constructor. 2016-01-07 15:03:10 +01:00
GenVertexNormalsProcess.h Update license info. 2016-01-01 21:07:24 +01:00
GenericProperty.h Update license info. 2016-01-01 21:07:24 +01:00
HMPFileData.h Update license info. 2016-01-01 21:07:24 +01:00
HMPLoader.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
HMPLoader.h Update license info. 2016-01-01 21:07:24 +01:00
HalfLifeFileData.h Update license info. 2016-01-01 21:07:24 +01:00
Hash.h Update license info. 2016-01-01 21:07:24 +01:00
IFCBoolean.cpp Replaced boost::tuple with std::tuple 2016-04-06 00:17:21 +02:00
IFCCurve.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
IFCGeometry.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
IFCLoader.cpp Replaced boost::tuple with std::tuple 2016-04-06 00:17:21 +02:00
IFCLoader.h Update license info. 2016-01-01 21:07:24 +01:00
IFCMaterial.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
IFCOpenings.cpp Replaced BOOST_FOREACH with c++11 ranged for loops 2016-04-05 22:53:54 +02:00
IFCProfile.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
IFCReaderGen.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
IFCReaderGen.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
IFCUtil.cpp Replaced depreacated std::auto_ptr with std::unique_ptr 2016-04-05 22:56:11 +02:00
IFCUtil.h replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
IFF.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
IRRLoader.cpp Renamed Math.h --> MathFunctions.h 2016-04-06 16:54:03 +02:00
IRRLoader.h sprintf replacement: introduce au_snprintf to support snprintf for v2013 2016-01-06 15:35:25 +01:00
IRRMeshLoader.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
IRRMeshLoader.h Update license info. 2016-01-01 21:07:24 +01:00
IRRShared.cpp Update license info. 2016-01-01 21:07:24 +01:00
IRRShared.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
Importer.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
Importer.h Fix spelling mistakes 2016-04-03 01:38:00 +01:00
ImporterRegistry.cpp Fix macro used for detecting IRR support 2016-05-02 18:24:26 -04:00
ImproveCacheLocality.cpp sprintf replacement: introduce au_snprintf to support snprintf for v2013 2016-01-06 15:35:25 +01:00
ImproveCacheLocality.h Update license info. 2016-01-01 21:07:24 +01:00
JoinVerticesProcess.cpp Fix spelling mistakes 2016-04-03 01:38:00 +01:00
JoinVerticesProcess.h Update license info. 2016-01-01 21:07:24 +01:00
LWOAnimation.cpp LWO: Fix division by zero 2016-02-13 23:37:08 +02:00
LWOAnimation.h Update license info. 2016-01-01 21:07:24 +01:00
LWOBLoader.cpp Fix spelling mistakes 2016-04-03 01:38:00 +01:00
LWOFileData.h Update license info. 2016-01-01 21:07:24 +01:00
LWOLoader.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
LWOLoader.h Update license info. 2016-01-01 21:07:24 +01:00
LWOMaterial.cpp Removed usage of Boost static assert. 2016-03-18 17:02:39 -07:00
LWSLoader.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
LWSLoader.h Update license info. 2016-01-01 21:07:24 +01:00
LimitBoneWeightsProcess.cpp sprintf replacement: introduce au_snprintf to support snprintf for v2013 2016-01-06 15:35:25 +01:00
LimitBoneWeightsProcess.h Fix spelling mistakes 2016-04-03 01:38:00 +01:00
LineSplitter.h Update license info. 2016-01-01 21:07:24 +01:00
LogAux.h Update license info. 2016-01-01 21:07:24 +01:00
MD2FileData.h Update license info. 2016-01-01 21:07:24 +01:00
MD2Loader.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
MD2Loader.h Update license info. 2016-01-01 21:07:24 +01:00
MD2NormalTable.h Update license info. 2016-01-01 21:07:24 +01:00
MD3FileData.h Fix spelling mistakes 2016-04-03 01:38:00 +01:00
MD3Loader.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
MD3Loader.h Update license info. 2016-01-01 21:07:24 +01:00
MD4FileData.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
MD5Loader.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
MD5Loader.h Update license info. 2016-01-01 21:07:24 +01:00
MD5Parser.cpp Fix spelling mistakes 2016-04-03 01:38:00 +01:00
MD5Parser.h Fix spelling mistakes 2016-04-03 01:38:00 +01:00
MDCFileData.h Update license info. 2016-01-01 21:07:24 +01:00
MDCLoader.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
MDCLoader.h Update license info. 2016-01-01 21:07:24 +01:00
MDCNormalTable.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
MDLDefaultColorMap.h Update license info. 2016-01-01 21:07:24 +01:00
MDLFileData.h Update license info. 2016-01-01 21:07:24 +01:00
MDLLoader.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
MDLLoader.h Update license info. 2016-01-01 21:07:24 +01:00
MDLMaterialLoader.cpp Fix spelling mistakes 2016-04-03 01:38:00 +01:00
MS3DLoader.cpp Update license info. 2016-01-01 21:07:24 +01:00
MS3DLoader.h Update license info. 2016-01-01 21:07:24 +01:00
Macros.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
MakeVerboseFormat.cpp coverity scan: make place of false positive more understandable. 2016-01-08 16:18:32 +01:00
MakeVerboseFormat.h Update license info. 2016-01-01 21:07:24 +01:00
MaterialSystem.cpp fix memory leak 2016-01-17 00:00:43 +01:00
MaterialSystem.h Update license info. 2016-01-01 21:07:24 +01:00
MathFunctions.h Renamed Math.h --> MathFunctions.h 2016-04-06 16:54:03 +02:00
MemoryIOWrapper.h fix memory leak 2016-01-17 00:00:43 +01:00
NDOLoader.cpp Replaced BOOST_FOREACH with c++11 ranged for loops 2016-04-05 22:53:54 +02:00
NDOLoader.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
NFFLoader.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
NFFLoader.h Update license info. 2016-01-01 21:07:24 +01:00
OFFLoader.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
OFFLoader.h Update license info. 2016-01-01 21:07:24 +01:00
ObjExporter.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
ObjExporter.h Update license info. 2016-01-01 21:07:24 +01:00
ObjFileData.h Update license info. 2016-01-01 21:07:24 +01:00
ObjFileImporter.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
ObjFileImporter.h Update license info. 2016-01-01 21:07:24 +01:00
ObjFileMtlImporter.cpp Obj Importer: add missing semicolon to fix the build. 2016-02-25 19:04:13 +01:00
ObjFileMtlImporter.h Update license info. 2016-01-01 21:07:24 +01:00
ObjFileParser.cpp [VCS-1030] add log info about .mtl fallback 2016-03-22 18:39:52 +01:00
ObjFileParser.h [VCS-1030] fallback for non-found .mtl file: try file name of original obj with just the file extension replaced by "mtl" 2016-03-22 18:38:28 +01:00
ObjTools.h Revert "Fix issue: OBJ import takes forever (#759) (attempt 2)" 2016-02-07 20:03:24 +01:00
OgreBinarySerializer.cpp Update license info. 2016-01-01 21:07:24 +01:00
OgreBinarySerializer.h replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
OgreImporter.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
OgreImporter.h Update license info. 2016-01-01 21:07:24 +01:00
OgreMaterial.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
OgreParsingUtils.h Update license info. 2016-01-01 21:07:24 +01:00
OgreStructs.cpp VS2015-code analysis: fix finding ( index var type too small ). 2016-04-23 09:43:20 +02:00
OgreStructs.h VS2015-code analysis: fix finding ( index var type too small ). 2016-04-23 09:43:20 +02:00
OgreXmlSerializer.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
OgreXmlSerializer.h replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
OpenGEXExporter.cpp Closes https://github.com/assimp/assimp/issues/786: 2016-02-07 17:58:28 +01:00
OpenGEXExporter.h Closes https://github.com/assimp/assimp/issues/786: 2016-02-07 17:58:28 +01:00
OpenGEXImporter.cpp OpenGEX: prepare light- and camera-node and object. 2016-04-28 20:20:40 +02:00
OpenGEXImporter.h OpenGEX: prepare light- and camera-node and object. 2016-04-28 20:20:40 +02:00
OpenGEXStructs.h Closes https://github.com/assimp/assimp/issues/786: 2016-02-07 17:58:28 +01:00
OptimizeGraph.cpp sprintf replacement: introduce au_snprintf to support snprintf for v2013 2016-01-06 15:35:25 +01:00
OptimizeGraph.h Update license info. 2016-01-01 21:07:24 +01:00
OptimizeMeshes.cpp sprintf replacement: introduce au_snprintf to support snprintf for v2013 2016-01-06 15:35:25 +01:00
OptimizeMeshes.h Update license info. 2016-01-01 21:07:24 +01:00
ParsingUtils.h sprintf replacement: introduce au_snprintf to support snprintf for v2013 2016-01-06 15:35:25 +01:00
PlyExporter.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
PlyExporter.h PLYExporter: forbit copying + add empty destructor. 2016-01-14 20:44:09 +01:00
PlyLoader.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
PlyLoader.h Update license info. 2016-01-01 21:07:24 +01:00
PlyParser.cpp Fix spelling mistakes 2016-04-03 01:38:00 +01:00
PlyParser.h Update license info. 2016-01-01 21:07:24 +01:00
PolyTools.h Update license info. 2016-01-01 21:07:24 +01:00
PostStepRegistry.cpp Update license info. 2016-01-01 21:07:24 +01:00
PretransformVertices.cpp snprintf replacement: fix usage of ai_snprintf when snprintf is available. 2016-01-06 19:25:35 +01:00
PretransformVertices.h Update license info. 2016-01-01 21:07:24 +01:00
ProcessHelper.cpp Update license info. 2016-01-01 21:07:24 +01:00
ProcessHelper.h Update license info. 2016-01-01 21:07:24 +01:00
Profiler.h Try fixing clang builds 2016-04-06 11:10:12 +02: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 Fix loading of pk3 q3bsp maps 2016-02-11 14:10:49 +01:00
Q3BSPZipArchive.h Mark single-parameter constructors explicit 2015-10-29 14:04:23 +02:00
Q3DLoader.cpp Update license info. 2016-01-01 21:07:24 +01:00
Q3DLoader.h Update license info. 2016-01-01 21:07:24 +01:00
RawLoader.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
RawLoader.h Update license info. 2016-01-01 21:07:24 +01:00
RemoveComments.cpp Update license info. 2016-01-01 21:07:24 +01:00
RemoveComments.h Update license info. 2016-01-01 21:07:24 +01:00
RemoveRedundantMaterials.cpp sprintf replacement: introduce au_snprintf to support snprintf for v2013 2016-01-06 15:35:25 +01:00
RemoveRedundantMaterials.h Update license info. 2016-01-01 21:07:24 +01:00
RemoveVCProcess.cpp fix memory leak 2016-01-17 00:00:43 +01:00
RemoveVCProcess.h Update license info. 2016-01-01 21:07:24 +01:00
SGSpatialSort.cpp Update license info. 2016-01-01 21:07:24 +01:00
SGSpatialSort.h Update license info. 2016-01-01 21:07:24 +01:00
SIBImporter.cpp Merge pull request #764 from rmitton/sib_import 2016-02-18 11:58:26 +01:00
SIBImporter.h Update license info. 2016-01-01 21:07:24 +01:00
SMDLoader.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
SMDLoader.h Fix spelling mistakes 2016-04-03 01:38:00 +01:00
STEPFile.h Deleted move constructor of LazyObject 2016-04-06 21:03:54 +02:00
STEPFileEncoding.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
STEPFileEncoding.h Update license info. 2016-01-01 21:07:24 +01:00
STEPFileReader.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
STEPFileReader.h replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
STLExporter.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
STLExporter.h Update license info. 2016-01-01 21:07:24 +01:00
STLLoader.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
STLLoader.h Update license info. 2016-01-01 21:07:24 +01:00
SceneCombiner.cpp ai_assert: split 2 checks in one macro to 2 separate ai_assert tests. 2016-02-01 16:16:09 +01:00
SceneCombiner.h Fix spelling mistakes 2016-04-03 01:38:00 +01:00
ScenePreprocessor.cpp Update license info. 2016-01-01 21:07:24 +01:00
ScenePreprocessor.h Update license info. 2016-01-01 21:07:24 +01:00
ScenePrivate.h Update license info. 2016-01-01 21:07:24 +01:00
SkeletonMeshBuilder.cpp fix memory leak 2016-01-17 15:18:12 +01:00
SkeletonMeshBuilder.h Update license info. 2016-01-01 21:07:24 +01:00
SmoothingGroups.h Update license info. 2016-01-01 21:07:24 +01:00
SmoothingGroups.inl use NormalizeSafe to prevent NaN when normalizing zero vectors 2016-02-11 12:19:06 +13:00
SortByPTypeProcess.cpp sprintf replacement: introduce au_snprintf to support snprintf for v2013 2016-01-06 15:35:25 +01:00
SortByPTypeProcess.h Update license info. 2016-01-01 21:07:24 +01:00
SpatialSort.cpp Fix spelling mistakes 2016-04-03 01:38:00 +01:00
SpatialSort.h Fix spelling mistakes 2016-04-03 01:38:00 +01:00
SplitByBoneCountProcess.cpp Replaced boost::format with internal formater 2016-04-06 00:03:05 +02:00
SplitByBoneCountProcess.h Update license info. 2016-01-01 21:07:24 +01:00
SplitLargeMeshes.cpp fix new / delete missmatch 2016-01-26 22:47:50 +01:00
SplitLargeMeshes.h Update license info. 2016-01-01 21:07:24 +01:00
StandardShapes.cpp Update license info. 2016-01-01 21:07:24 +01:00
StandardShapes.h Fix spelling mistakes 2016-04-03 01:38:00 +01:00
StdOStreamLogStream.h Mark single-parameter constructors explicit 2015-10-29 14:04:23 +02:00
StepExporter.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
StepExporter.h Update license info. 2016-01-01 21:07:24 +01:00
StreamReader.h replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
StreamWriter.h replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
StringComparison.h Update license info. 2016-01-01 21:07:24 +01:00
StringUtils.h snprintf-replacement: fix invalid preprocessor defines for compiler 2016-01-06 19:55:04 +01:00
Subdivision.cpp sprintf replacement: introduce au_snprintf to support snprintf for v2013 2016-01-06 15:35:25 +01:00
Subdivision.h Update license info. 2016-01-01 21:07:24 +01:00
TargetAnimation.cpp Update license info. 2016-01-01 21:07:24 +01:00
TargetAnimation.h Update license info. 2016-01-01 21:07:24 +01:00
TerragenLoader.cpp Fix spelling mistakes 2016-04-03 01:38:00 +01:00
TerragenLoader.h Update license info. 2016-01-01 21:07:24 +01:00
TextureTransform.cpp Fix spelling mistakes 2016-04-03 01:38:00 +01:00
TextureTransform.h Update license info. 2016-01-01 21:07:24 +01:00
TinyFormatter.h Update license info. 2016-01-01 21:07:24 +01:00
TriangulateProcess.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
TriangulateProcess.h Update license info. 2016-01-01 21:07:24 +01:00
UnrealLoader.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
UnrealLoader.h Update license info. 2016-01-01 21:07:24 +01:00
ValidateDataStructure.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
ValidateDataStructure.h Update license info. 2016-01-01 21:07:24 +01:00
Version.cpp Version: increase version from 3.1.1 to 3.2. 2015-11-03 19:43:02 +01:00
Vertex.h Update license info. 2016-01-01 21:07:24 +01:00
VertexTriangleAdjacency.cpp Update license info. 2016-01-01 21:07:24 +01:00
VertexTriangleAdjacency.h Update license info. 2016-01-01 21:07:24 +01:00
Win32DebugLogStream.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
XFileExporter.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
XFileExporter.h Update license info. 2016-01-01 21:07:24 +01:00
XFileHelper.h Update license info. 2016-01-01 21:07:24 +01:00
XFileImporter.cpp Replaced boost::tuple with std::tuple 2016-04-06 00:17:21 +02:00
XFileImporter.h Update license info. 2016-01-01 21:07:24 +01:00
XFileParser.cpp Replaced boost::tuple with std::tuple 2016-04-06 00:17:21 +02:00
XFileParser.h Update license info. 2016-01-01 21:07:24 +01:00
XGLLoader.cpp replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +02:00
XGLLoader.h Replaced BOOST_FOREACH with c++11 ranged for loops 2016-04-05 22:53:54 +02:00
XMLTools.h Update license info. 2016-01-01 21:07:24 +01: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 Removed rogue comma 2016-04-28 21:34:31 +02:00
glTFAsset.inl Fixed crashes when files were not found, and fixed some warnings 2016-04-28 20:50:01 +02:00
glTFAssetWriter.h Fixed a few GLTF importer/exporter bugs 2016-04-28 18:44:47 +02:00
glTFAssetWriter.inl Fixed crashes when files were not found, and fixed some warnings 2016-04-28 20:50:01 +02:00
glTFExporter.cpp Fixed crashes when files were not found, and fixed some warnings 2016-04-28 20:50:01 +02:00
glTFExporter.h Fixed crashes when files were not found, and fixed some warnings 2016-04-28 20:50:01 +02:00
glTFImporter.cpp Fixed crashes when files were not found, and fixed some warnings 2016-04-28 20:50:01 +02:00
glTFImporter.h Update license info. 2016-01-01 21:07:24 +01:00
irrXMLWrapper.h replaced boost smart pointers with c++11 smart pointers 2016-04-05 23:23:53 +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 Update license info. 2016-01-01 21:07:24 +01:00