Turo Lamminen 896ab8eee2 Unreal: Use C++11 range-based for loop 9 år sedan
..
res 524834c307 Fix line endings. 10 år sedan
.editorconfig 8326535445 Implemented: Add editor config for source code 10 år sedan
3DSConverter.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
3DSExporter.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
3DSExporter.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
3DSHelper.h bd032488e4 remove read unitilize memory 10 år sedan
3DSLoader.cpp b345f79d45 3DS: Use C++11 range-based for loop 9 år sedan
3DSLoader.h 1191d03405 Update license info. 10 år sedan
ACLoader.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
ACLoader.h 1191d03405 Update license info. 10 år sedan
ASELoader.cpp f0ebb40f19 ASE: Use C++11 range-based for loop 9 år sedan
ASELoader.h 1191d03405 Update license info. 10 år sedan
ASEParser.cpp 36668aa31a ASEParser: fix invalid size of buffer for log writing. 10 år sedan
ASEParser.h 87e7cf00a2 Fix spelling mistakes 9 år sedan
AssbinExporter.cpp 397fa374a3 Removed usage of Boost static assert. 9 år sedan
AssbinExporter.h 1191d03405 Update license info. 10 år sedan
AssbinLoader.cpp 397fa374a3 Removed usage of Boost static assert. 9 år sedan
AssbinLoader.h 1191d03405 Update license info. 10 år sedan
Assimp.cpp 4836a2993e Replaced boost::thread with std::thread 9 år sedan
AssimpCExport.cpp 1191d03405 Update license info. 10 år sedan
AssxmlExporter.cpp 25d84a6aff Adds support for area lights. 9 år sedan
AssxmlExporter.h 1191d03405 Update license info. 10 år sedan
B3DImporter.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
B3DImporter.h 1191d03405 Update license info. 10 år sedan
BVHLoader.cpp b37e25cd7d Replaced boost::format with internal formater 9 år sedan
BVHLoader.h 1191d03405 Update license info. 10 år sedan
BaseImporter.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
BaseImporter.h 64f78e003f Fixed crashes when files were not found, and fixed some warnings 9 år sedan
BaseProcess.cpp 1191d03405 Update license info. 10 år sedan
BaseProcess.h 1191d03405 Update license info. 10 år sedan
Bitmap.cpp 1191d03405 Update license info. 10 år sedan
Bitmap.h 1191d03405 Update license info. 10 år sedan
BlenderBMesh.cpp 83de707587 Refactor: Expand tabs to 4 spaces 10 år sedan
BlenderBMesh.h 83de707587 Refactor: Expand tabs to 4 spaces 10 år sedan
BlenderDNA.cpp 5192b837da Replace std::endl by using backslash n. 9 år sedan
BlenderDNA.h 0ec1e91722 Regression Testsuite: update database. 9 år sedan
BlenderDNA.inl 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
BlenderIntermediate.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
BlenderLoader.cpp 25d84a6aff Adds support for area lights. 9 år sedan
BlenderLoader.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
BlenderModifier.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
BlenderModifier.h 2496e8a0a3 Lib: reduce number of header files included. 10 år sedan
BlenderScene.cpp 25d84a6aff Adds support for area lights. 9 år sedan
BlenderScene.h 25d84a6aff Adds support for area lights. 9 år sedan
BlenderSceneGen.h 0ec1e91722 Regression Testsuite: update database. 9 år sedan
BlenderTessellator.cpp 1b94b8969f Blender Importer: fix review findings. 9 år sedan
BlenderTessellator.h 2496e8a0a3 Lib: reduce number of header files included. 10 år sedan
BlobIOSystem.h 18843fe5e1 Replaced BOOST_FOREACH with c++11 ranged for loops 9 år sedan
ByteSwapper.h 1191d03405 Update license info. 10 år sedan
C4DImporter.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
C4DImporter.h 83de707587 Refactor: Expand tabs to 4 spaces 10 år sedan
CInterfaceIOWrapper.h 1191d03405 Update license info. 10 år sedan
CMakeLists.txt fc5464eb38 Pull from upstream, 5/17/2016 9 år sedan
COBLoader.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
COBLoader.h 1191d03405 Update license info. 10 år sedan
COBScene.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
CSMLoader.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
CSMLoader.h 1191d03405 Update license info. 10 år sedan
CalcTangentsProcess.cpp 20630e950a Regression test suite: add ui for simpler text execution. 9 år sedan
CalcTangentsProcess.h 1191d03405 Update license info. 10 år sedan
ColladaExporter.cpp ae99f99b99 Replaced boost::tuple with std::tuple 9 år sedan
ColladaExporter.h ae99f99b99 Replaced boost::tuple with std::tuple 9 år sedan
ColladaHelper.h 7e58a47ba0 * 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. 10 år sedan
ColladaLoader.cpp 52405bbe1b Collada: Use C++11 range-based for loop 9 år sedan
ColladaLoader.h 1191d03405 Update license info. 10 år sedan
ColladaParser.cpp b37e25cd7d Replaced boost::format with internal formater 9 år sedan
ColladaParser.h b37e25cd7d Replaced boost::format with internal formater 9 år sedan
ComputeUVMappingProcess.cpp 6bfdeb6a12 sprintf replacement: introduce au_snprintf to support snprintf for v2013 10 år sedan
ComputeUVMappingProcess.h 1191d03405 Update license info. 10 år sedan
ConvertToLHProcess.cpp 1191d03405 Update license info. 10 år sedan
ConvertToLHProcess.h 1191d03405 Update license info. 10 år sedan
D3MFImporter.cpp 8f4f0047fb Added 3MF importer 9 år sedan
D3MFImporter.h 753b63c526 Removed override keywords so compilation success on gcc 4.6 9 år sedan
D3MFOpcPackage.cpp 8566b9aa90 D3MF: Use C++11 range-based for loop 9 år sedan
D3MFOpcPackage.h 8f4f0047fb Added 3MF importer 9 år sedan
DXFHelper.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
DXFLoader.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
DXFLoader.h 1191d03405 Update license info. 10 år sedan
DeboneProcess.cpp 6bfdeb6a12 sprintf replacement: introduce au_snprintf to support snprintf for v2013 10 år sedan
DeboneProcess.h 1191d03405 Update license info. 10 år sedan
DefaultIOStream.cpp 397fa374a3 Removed usage of Boost static assert. 9 år sedan
DefaultIOStream.h 1191d03405 Update license info. 10 år sedan
DefaultIOSystem.cpp 1191d03405 Update license info. 10 år sedan
DefaultIOSystem.h 1191d03405 Update license info. 10 år sedan
DefaultLogger.cpp 4836a2993e Replaced boost::thread with std::thread 9 år sedan
DefaultProgressHandler.h 1191d03405 Update license info. 10 år sedan
Defines.h 83de707587 Refactor: Expand tabs to 4 spaces 10 år sedan
Exceptional.h 83de707587 Refactor: Expand tabs to 4 spaces 10 år sedan
Exporter.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
FBXAnimation.cpp 18843fe5e1 Replaced BOOST_FOREACH with c++11 ranged for loops 9 år sedan
FBXBinaryTokenizer.cpp 87e7cf00a2 Fix spelling mistakes 9 år sedan
FBXCompileConfig.h 1191d03405 Update license info. 10 år sedan
FBXConverter.cpp c7c756d344 FBX: Use C++11 range-based for loop 9 år sedan
FBXConverter.h 53370d0d31 FBXImporter: some refactorings to increase readability. 10 år sedan
FBXDeformer.cpp 18843fe5e1 Replaced BOOST_FOREACH with c++11 ranged for loops 9 år sedan
FBXDocument.cpp c7c756d344 FBX: Use C++11 range-based for loop 9 år sedan
FBXDocument.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
FBXDocumentUtil.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
FBXDocumentUtil.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
FBXImportSettings.h 1191d03405 Update license info. 10 år sedan
FBXImporter.cpp cc0fce8568 Replaced boost::timer with std::chrono 9 år sedan
FBXImporter.h 2b09199f4a FBXImporter: move MeshGeometry declaration into its own header 10 år sedan
FBXMaterial.cpp 18843fe5e1 Replaced BOOST_FOREACH with c++11 ranged for loops 9 år sedan
FBXMeshGeometry.cpp 18843fe5e1 Replaced BOOST_FOREACH with c++11 ranged for loops 9 år sedan
FBXMeshGeometry.h 2b09199f4a FBXImporter: move MeshGeometry declaration into its own header 10 år sedan
FBXModel.cpp 18843fe5e1 Replaced BOOST_FOREACH with c++11 ranged for loops 9 år sedan
FBXNodeAttribute.cpp 53370d0d31 FBXImporter: some refactorings to increase readability. 10 år sedan
FBXParser.cpp 18843fe5e1 Replaced BOOST_FOREACH with c++11 ranged for loops 9 år sedan
FBXParser.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
FBXProperties.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
FBXProperties.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
FBXTokenizer.cpp 1191d03405 Update license info. 10 år sedan
FBXTokenizer.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
FBXUtil.cpp 1191d03405 Update license info. 10 år sedan
FBXUtil.h 87e7cf00a2 Fix spelling mistakes 9 år sedan
FileLogStream.h 83de707587 Refactor: Expand tabs to 4 spaces 10 år sedan
FileSystemFilter.h 87e7cf00a2 Fix spelling mistakes 9 år sedan
FindDegenerates.cpp 1191d03405 Update license info. 10 år sedan
FindDegenerates.h 1191d03405 Update license info. 10 år sedan
FindInstancesProcess.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
FindInstancesProcess.h 1191d03405 Update license info. 10 år sedan
FindInvalidDataProcess.cpp 1191d03405 Update license info. 10 år sedan
FindInvalidDataProcess.h 1191d03405 Update license info. 10 år sedan
FixNormalsStep.cpp 6bfdeb6a12 sprintf replacement: introduce au_snprintf to support snprintf for v2013 10 år sedan
FixNormalsStep.h 1191d03405 Update license info. 10 år sedan
GenFaceNormalsProcess.cpp 1191d03405 Update license info. 10 år sedan
GenFaceNormalsProcess.h 1191d03405 Update license info. 10 år sedan
GenVertexNormalsProcess.cpp 7ef579674d GenVertexNormalsProcess: use initalizer list instead of setting the earch angle in the constructor. 10 år sedan
GenVertexNormalsProcess.h 1191d03405 Update license info. 10 år sedan
GenericProperty.h 1191d03405 Update license info. 10 år sedan
HMPFileData.h 1191d03405 Update license info. 10 år sedan
HMPLoader.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
HMPLoader.h 1191d03405 Update license info. 10 år sedan
HalfLifeFileData.h 1191d03405 Update license info. 10 år sedan
Hash.h 1191d03405 Update license info. 10 år sedan
IFCBoolean.cpp ae99f99b99 Replaced boost::tuple with std::tuple 9 år sedan
IFCCurve.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
IFCGeometry.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
IFCLoader.cpp ae99f99b99 Replaced boost::tuple with std::tuple 9 år sedan
IFCLoader.h 1191d03405 Update license info. 10 år sedan
IFCMaterial.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
IFCOpenings.cpp 18843fe5e1 Replaced BOOST_FOREACH with c++11 ranged for loops 9 år sedan
IFCProfile.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
IFCReaderGen.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
IFCReaderGen.h 83de707587 Refactor: Expand tabs to 4 spaces 10 år sedan
IFCUtil.cpp cff5b0d1a0 Replaced depreacated std::auto_ptr with std::unique_ptr 9 år sedan
IFCUtil.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
IFF.h 83de707587 Refactor: Expand tabs to 4 spaces 10 år sedan
IRRLoader.cpp 3031470ec1 IRR: Use C++11 range-based for loop 9 år sedan
IRRLoader.h 6bfdeb6a12 sprintf replacement: introduce au_snprintf to support snprintf for v2013 10 år sedan
IRRMeshLoader.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
IRRMeshLoader.h 560e1eebc1 fix for https://github.com/assimp/assimp/issues/887: add missing define. 9 år sedan
IRRShared.cpp 1191d03405 Update license info. 10 år sedan
IRRShared.h 83de707587 Refactor: Expand tabs to 4 spaces 10 år sedan
Importer.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
Importer.h 87e7cf00a2 Fix spelling mistakes 9 år sedan
ImporterRegistry.cpp 8f4f0047fb Added 3MF importer 9 år sedan
ImproveCacheLocality.cpp 6bfdeb6a12 sprintf replacement: introduce au_snprintf to support snprintf for v2013 10 år sedan
ImproveCacheLocality.h 1191d03405 Update license info. 10 år sedan
JoinVerticesProcess.cpp 87e7cf00a2 Fix spelling mistakes 9 år sedan
JoinVerticesProcess.h 1191d03405 Update license info. 10 år sedan
LWOAnimation.cpp b71bd3df84 LWO: Fix division by zero 10 år sedan
LWOAnimation.h 1191d03405 Update license info. 10 år sedan
LWOBLoader.cpp 87e7cf00a2 Fix spelling mistakes 9 år sedan
LWOFileData.h 1191d03405 Update license info. 10 år sedan
LWOLoader.cpp b9fbfbc18a LWO: Use C++11 range-based for loop 9 år sedan
LWOLoader.h 1191d03405 Update license info. 10 år sedan
LWOMaterial.cpp b9fbfbc18a LWO: Use C++11 range-based for loop 9 år sedan
LWSLoader.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
LWSLoader.h 1191d03405 Update license info. 10 år sedan
LimitBoneWeightsProcess.cpp 6bfdeb6a12 sprintf replacement: introduce au_snprintf to support snprintf for v2013 10 år sedan
LimitBoneWeightsProcess.h 87e7cf00a2 Fix spelling mistakes 9 år sedan
LineSplitter.h 1191d03405 Update license info. 10 år sedan
LogAux.h 1191d03405 Update license info. 10 år sedan
MD2FileData.h 1191d03405 Update license info. 10 år sedan
MD2Loader.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
MD2Loader.h 1191d03405 Update license info. 10 år sedan
MD2NormalTable.h 1191d03405 Update license info. 10 år sedan
MD3FileData.h 87e7cf00a2 Fix spelling mistakes 9 år sedan
MD3Loader.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
MD3Loader.h 1191d03405 Update license info. 10 år sedan
MD4FileData.h 83de707587 Refactor: Expand tabs to 4 spaces 10 år sedan
MD5Loader.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
MD5Loader.h 1191d03405 Update license info. 10 år sedan
MD5Parser.cpp ac676d4d3c MD5: Use C++11 range-based for loop 9 år sedan
MD5Parser.h 87e7cf00a2 Fix spelling mistakes 9 år sedan
MDCFileData.h 1191d03405 Update license info. 10 år sedan
MDCLoader.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
MDCLoader.h 1191d03405 Update license info. 10 år sedan
MDCNormalTable.h 83de707587 Refactor: Expand tabs to 4 spaces 10 år sedan
MDLDefaultColorMap.h 1191d03405 Update license info. 10 år sedan
MDLFileData.h 1191d03405 Update license info. 10 år sedan
MDLLoader.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
MDLLoader.h 1191d03405 Update license info. 10 år sedan
MDLMaterialLoader.cpp 87e7cf00a2 Fix spelling mistakes 9 år sedan
MS3DLoader.cpp 1191d03405 Update license info. 10 år sedan
MS3DLoader.h 1191d03405 Update license info. 10 år sedan
Macros.h 83de707587 Refactor: Expand tabs to 4 spaces 10 år sedan
MakeVerboseFormat.cpp 430b614a69 coverity scan: make place of false positive more understandable. 10 år sedan
MakeVerboseFormat.h 1191d03405 Update license info. 10 år sedan
MaterialSystem.cpp 4af9632269 fix memory leak 10 år sedan
MaterialSystem.h 1191d03405 Update license info. 10 år sedan
MathFunctions.h 3eafc7e746 Renamed Math.h --> MathFunctions.h 9 år sedan
MemoryIOWrapper.h 4af9632269 fix memory leak 10 år sedan
NDOLoader.cpp 18843fe5e1 Replaced BOOST_FOREACH with c++11 ranged for loops 9 år sedan
NDOLoader.h 83de707587 Refactor: Expand tabs to 4 spaces 10 år sedan
NFFLoader.cpp 3eb9b8e91b NFF: Use C++11 range-based for loop 9 år sedan
NFFLoader.h 1191d03405 Update license info. 10 år sedan
OFFLoader.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
OFFLoader.h 1191d03405 Update license info. 10 år sedan
ObjExporter.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
ObjExporter.h 1191d03405 Update license info. 10 år sedan
ObjFileData.h 1191d03405 Update license info. 10 år sedan
ObjFileImporter.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
ObjFileImporter.h 1191d03405 Update license info. 10 år sedan
ObjFileMtlImporter.cpp 58fc3940f2 Obj Importer: add missing semicolon to fix the build. 10 år sedan
ObjFileMtlImporter.h 1191d03405 Update license info. 10 år sedan
ObjFileParser.cpp 124fc9ae27 [VCS-1030] add log info about .mtl fallback 9 år sedan
ObjFileParser.h abb3e6b854 [VCS-1030] fallback for non-found .mtl file: try file name of original obj with just the file extension replaced by "mtl" 9 år sedan
ObjTools.h 37a3976b30 Revert "Fix issue: OBJ import takes forever (#759) (attempt 2)" 10 år sedan
OgreBinarySerializer.cpp 32e4dd0bd1 Ogre: Use C++11 range-based for loop 9 år sedan
OgreBinarySerializer.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
OgreImporter.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
OgreImporter.h 1191d03405 Update license info. 10 år sedan
OgreMaterial.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
OgreParsingUtils.h 1191d03405 Update license info. 10 år sedan
OgreStructs.cpp 32e4dd0bd1 Ogre: Use C++11 range-based for loop 9 år sedan
OgreStructs.h 7468ca5c35 VS2015-code analysis: fix finding ( index var type too small ). 9 år sedan
OgreXmlSerializer.cpp 32e4dd0bd1 Ogre: Use C++11 range-based for loop 9 år sedan
OgreXmlSerializer.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
OpenGEXExporter.cpp 522f4e0882 Closes https://github.com/assimp/assimp/issues/786: 10 år sedan
OpenGEXExporter.h 522f4e0882 Closes https://github.com/assimp/assimp/issues/786: 10 år sedan
OpenGEXImporter.cpp a09a6a40c0 OpenGEX: Use C++11 range-based for loop 9 år sedan
OpenGEXImporter.h e9085097f3 OpenGEX: add light impl and add examples. 9 år sedan
OpenGEXStructs.h 522f4e0882 Closes https://github.com/assimp/assimp/issues/786: 10 år sedan
OptimizeGraph.cpp 6bfdeb6a12 sprintf replacement: introduce au_snprintf to support snprintf for v2013 10 år sedan
OptimizeGraph.h 1191d03405 Update license info. 10 år sedan
OptimizeMeshes.cpp 6bfdeb6a12 sprintf replacement: introduce au_snprintf to support snprintf for v2013 10 år sedan
OptimizeMeshes.h 1191d03405 Update license info. 10 år sedan
ParsingUtils.h 6bfdeb6a12 sprintf replacement: introduce au_snprintf to support snprintf for v2013 10 år sedan
PlyExporter.cpp 473d2ca052 Fix texture coords exporting on binary PLY files 9 år sedan
PlyExporter.h 8c13c8a558 PLYExporter: forbit copying + add empty destructor. 10 år sedan
PlyLoader.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
PlyLoader.h 1191d03405 Update license info. 10 år sedan
PlyParser.cpp 87e7cf00a2 Fix spelling mistakes 9 år sedan
PlyParser.h 1191d03405 Update license info. 10 år sedan
PolyTools.h 1191d03405 Update license info. 10 år sedan
PostStepRegistry.cpp 1191d03405 Update license info. 10 år sedan
PretransformVertices.cpp 25d84a6aff Adds support for area lights. 9 år sedan
PretransformVertices.h 1191d03405 Update license info. 10 år sedan
ProcessHelper.cpp 1191d03405 Update license info. 10 år sedan
ProcessHelper.h 1191d03405 Update license info. 10 år sedan
Profiler.h f59cba13eb Try fixing clang builds 9 år sedan
Q3BSPFileData.h 83de707587 Refactor: Expand tabs to 4 spaces 10 år sedan
Q3BSPFileImporter.cpp 6c9c040419 Q3BSP: Use C++11 range-based for loop 9 år sedan
Q3BSPFileImporter.h 83de707587 Refactor: Expand tabs to 4 spaces 10 år sedan
Q3BSPFileParser.cpp 83de707587 Refactor: Expand tabs to 4 spaces 10 år sedan
Q3BSPFileParser.h 83de707587 Refactor: Expand tabs to 4 spaces 10 år sedan
Q3BSPZipArchive.cpp 6c9c040419 Q3BSP: Use C++11 range-based for loop 9 år sedan
Q3BSPZipArchive.h 46121a1559 Mark single-parameter constructors explicit 10 år sedan
Q3DLoader.cpp 1191d03405 Update license info. 10 år sedan
Q3DLoader.h 1191d03405 Update license info. 10 år sedan
RawLoader.cpp d238597459 Raw: Use C++11 range-based for loop 9 år sedan
RawLoader.h 1191d03405 Update license info. 10 år sedan
RemoveComments.cpp 1191d03405 Update license info. 10 år sedan
RemoveComments.h 1191d03405 Update license info. 10 år sedan
RemoveRedundantMaterials.cpp 6bfdeb6a12 sprintf replacement: introduce au_snprintf to support snprintf for v2013 10 år sedan
RemoveRedundantMaterials.h 1191d03405 Update license info. 10 år sedan
RemoveVCProcess.cpp 4af9632269 fix memory leak 10 år sedan
RemoveVCProcess.h 1191d03405 Update license info. 10 år sedan
SGSpatialSort.cpp 1191d03405 Update license info. 10 år sedan
SGSpatialSort.h 1191d03405 Update license info. 10 år sedan
SIBImporter.cpp 1acd24e0ae iSIBImporter: fix possible dereferncing of a null pointer. 9 år sedan
SIBImporter.h 1191d03405 Update license info. 10 år sedan
SMDLoader.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
SMDLoader.h 87e7cf00a2 Fix spelling mistakes 9 år sedan
STEPFile.h 1daae7b7b9 STEPFile.h: delete deleted copy ctor and move ctors. Class has a const member, so implicit creation is off anyway. Enables pre cpp11 compilation. 9 år sedan
STEPFileEncoding.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
STEPFileEncoding.h 1191d03405 Update license info. 10 år sedan
STEPFileReader.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
STEPFileReader.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
STLExporter.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
STLExporter.h 1191d03405 Update license info. 10 år sedan
STLLoader.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
STLLoader.h 1191d03405 Update license info. 10 år sedan
SceneCombiner.cpp 5a8c15d826 fix SceneCombiner copy of aiNode not setting mParent field 9 år sedan
SceneCombiner.h 87e7cf00a2 Fix spelling mistakes 9 år sedan
ScenePreprocessor.cpp 1191d03405 Update license info. 10 år sedan
ScenePreprocessor.h 1191d03405 Update license info. 10 år sedan
ScenePrivate.h 1191d03405 Update license info. 10 år sedan
SkeletonMeshBuilder.cpp c7f69e151e fix memory leak 10 år sedan
SkeletonMeshBuilder.h 1191d03405 Update license info. 10 år sedan
SmoothingGroups.h 1191d03405 Update license info. 10 år sedan
SmoothingGroups.inl 4d5df6dc9a use NormalizeSafe to prevent NaN when normalizing zero vectors 10 år sedan
SortByPTypeProcess.cpp 6bfdeb6a12 sprintf replacement: introduce au_snprintf to support snprintf for v2013 10 år sedan
SortByPTypeProcess.h 1191d03405 Update license info. 10 år sedan
SpatialSort.cpp 87e7cf00a2 Fix spelling mistakes 9 år sedan
SpatialSort.h 87e7cf00a2 Fix spelling mistakes 9 år sedan
SplitByBoneCountProcess.cpp 896120b76a Assimp mostly uses unsigned int where it perhaps should've used size_t, nonetheless SPBC insisted on size_t, causing lots of noisy compile warnings. 9 år sedan
SplitByBoneCountProcess.h 896120b76a Assimp mostly uses unsigned int where it perhaps should've used size_t, nonetheless SPBC insisted on size_t, causing lots of noisy compile warnings. 9 år sedan
SplitLargeMeshes.cpp b3b08728fa fix new / delete missmatch 10 år sedan
SplitLargeMeshes.h 1191d03405 Update license info. 10 år sedan
StandardShapes.cpp 1191d03405 Update license info. 10 år sedan
StandardShapes.h 87e7cf00a2 Fix spelling mistakes 9 år sedan
StdOStreamLogStream.h 46121a1559 Mark single-parameter constructors explicit 10 år sedan
StepExporter.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
StepExporter.h 1191d03405 Update license info. 10 år sedan
StreamReader.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
StreamWriter.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
StringComparison.h 1191d03405 Update license info. 10 år sedan
StringUtils.h 56a77b2429 snprintf-replacement: fix invalid preprocessor defines for compiler 10 år sedan
Subdivision.cpp 6bfdeb6a12 sprintf replacement: introduce au_snprintf to support snprintf for v2013 10 år sedan
Subdivision.h 1191d03405 Update license info. 10 år sedan
TargetAnimation.cpp 1191d03405 Update license info. 10 år sedan
TargetAnimation.h 1191d03405 Update license info. 10 år sedan
TerragenLoader.cpp 87e7cf00a2 Fix spelling mistakes 9 år sedan
TerragenLoader.h 1191d03405 Update license info. 10 år sedan
TextureTransform.cpp 87e7cf00a2 Fix spelling mistakes 9 år sedan
TextureTransform.h 1191d03405 Update license info. 10 år sedan
TinyFormatter.h 1191d03405 Update license info. 10 år sedan
TriangulateProcess.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
TriangulateProcess.h 1191d03405 Update license info. 10 år sedan
UnrealLoader.cpp 896ab8eee2 Unreal: Use C++11 range-based for loop 9 år sedan
UnrealLoader.h 1191d03405 Update license info. 10 år sedan
ValidateDataStructure.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
ValidateDataStructure.h 1191d03405 Update license info. 10 år sedan
Version.cpp 655cb65ab2 Version: increase version from 3.1.1 to 3.2. 10 år sedan
Vertex.h 1191d03405 Update license info. 10 år sedan
VertexTriangleAdjacency.cpp 1191d03405 Update license info. 10 år sedan
VertexTriangleAdjacency.h 1191d03405 Update license info. 10 år sedan
Win32DebugLogStream.h 83de707587 Refactor: Expand tabs to 4 spaces 10 år sedan
XFileExporter.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
XFileExporter.h 1191d03405 Update license info. 10 år sedan
XFileHelper.h 1191d03405 Update license info. 10 år sedan
XFileImporter.cpp ae99f99b99 Replaced boost::tuple with std::tuple 9 år sedan
XFileImporter.h 1191d03405 Update license info. 10 år sedan
XFileParser.cpp ae99f99b99 Replaced boost::tuple with std::tuple 9 år sedan
XFileParser.h 1191d03405 Update license info. 10 år sedan
XGLLoader.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
XGLLoader.h 18843fe5e1 Replaced BOOST_FOREACH with c++11 ranged for loops 9 år sedan
XMLTools.h 1191d03405 Update license info. 10 år sedan
assbin_chunks.h 83de707587 Refactor: Expand tabs to 4 spaces 10 år sedan
fast_atof.h 83de707587 Refactor: Expand tabs to 4 spaces 10 år sedan
glTFAsset.h 159af06524 Fixed GLTF bugs, and added a few test models 9 år sedan
glTFAsset.inl 38ce71d5a0 Update glTFAsset.inl 9 år sedan
glTFAssetWriter.h 0b79d1ebda Revert previous glTF fix (e5233283efa2b84a1bf) because it breaks ODR as pointed out by @turol, instead just make importer depend on the necessary definitions. 9 år sedan
glTFAssetWriter.inl 0b79d1ebda Revert previous glTF fix (e5233283efa2b84a1bf) because it breaks ODR as pointed out by @turol, instead just make importer depend on the necessary definitions. 9 år sedan
glTFExporter.cpp 0b79d1ebda Revert previous glTF fix (e5233283efa2b84a1bf) because it breaks ODR as pointed out by @turol, instead just make importer depend on the necessary definitions. 9 år sedan
glTFExporter.h 64f78e003f Fixed crashes when files were not found, and fixed some warnings 9 år sedan
glTFImporter.cpp 159af06524 Fixed GLTF bugs, and added a few test models 9 år sedan
glTFImporter.h 1191d03405 Update license info. 10 år sedan
irrXMLWrapper.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 år sedan
makefile.mingw 76bdf7d0cb Fix makefile.mingw, see http://sourceforge.net/projects/assimp/forums/forum/817654/topic/3828839. 15 år sedan
qnan.h 1191d03405 Update license info. 10 år sedan