ulfjorensen 2944e7b210 - Added a workaround for some XFileExporter omitting separator chars at the end of data vectors 13 년 전
..
BoostWorkaround d29dde1646 # NoBoost: fix a critical issue in the foreach replacement. All local variables introduced by the loop header have longer, magic names now. This avoids unintended shadowing of other local variables. 14 년 전
res 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
3DSConverter.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
3DSHelper.h 075b1acaf0 - move include/ to include/assimp/ to have consistent header locations between installed and trunk version. 14 년 전
3DSLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
3DSLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
ACLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
ACLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
ASELoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
ASELoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
ASEParser.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
ASEParser.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
Assimp.cpp df13d315db # workaround crash in aiReleaseImport due to an suspected bug in gcc. See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52339. See assimp-discussions for the details. 14 년 전
AssimpCExport.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
AssimpPCH.cpp d508e44030 - change major version number to 3.0. trunk is definitely no longer compatible with 2.0. 14 년 전
AssimpPCH.h e479355d0a + add aiImporterDesc API to hold importer meta information. 13 년 전
B3DImporter.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
B3DImporter.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
BVHLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
BVHLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
BaseImporter.cpp 53665faacf - make BaseImporter::GetExtensionList more robust, improve error checking. 13 년 전
BaseImporter.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
BaseProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
BaseProcess.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
BlenderDNA.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
BlenderDNA.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
BlenderDNA.inl 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
BlenderIntermediate.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
BlenderLoader.cpp d8c2295962 - blend: compute parent inverses on your own instead of trusting the blend input. Thanks to Kalmár Dániel for the patch. 13 년 전
BlenderLoader.h d8c2295962 - blend: compute parent inverses on your own instead of trusting the blend input. Thanks to Kalmár Dániel for the patch. 13 년 전
BlenderModifier.cpp ced8d8279a Fix [3484066] Compilation error in Visual Studio 2011 Preview 14 년 전
BlenderModifier.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
BlenderScene.cpp 07841c3e13 # Blender: fix memory leaking due to cycle refs. Thanks to Vitalii Trubchaninov for pointing this out. 14 년 전
BlenderScene.h 07841c3e13 # Blender: fix memory leaking due to cycle refs. Thanks to Vitalii Trubchaninov for pointing this out. 14 년 전
BlenderSceneGen.h 07841c3e13 # Blender: fix memory leaking due to cycle refs. Thanks to Vitalii Trubchaninov for pointing this out. 14 년 전
BlobIOSystem.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
ByteSwap.h adfef670cc - rename assert.h to ai_assert.h. See also https://sourceforge.net/tracker/?func=detail&atid=1067632&aid=3520178&group_id=226462 13 년 전
CInterfaceIOWrapper.h 9f6e45d651 Bugfix : Removed const_cast from CIOSystemWrapper::Exists. ( merged from GitHub, thanks to Riku Palomäki ). 14 년 전
CMakeLists.txt aaf0be0bbf - CMake overhaul. Add proper FindXXX scripts for PkgMacros, ZLIB, DirectX. Isolate MSVC-specific defines. Add newer boost versions to boost whitelist. Many thanks to Mr. S. for the patch! (see http://zfx.info/viewtopic.php?f=9&t=334&p=32190#p32190) 13 년 전
COBLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
COBLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
COBScene.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
CSMLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
CSMLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
CalcTangentsProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
CalcTangentsProcess.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
ColladaExporter.cpp 89c3aaebbc removed accidental C++11 usage 14 년 전
ColladaExporter.h adfef670cc - rename assert.h to ai_assert.h. See also https://sourceforge.net/tracker/?func=detail&atid=1067632&aid=3520178&group_id=226462 13 년 전
ColladaHelper.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
ColladaLoader.cpp 62b0284100 - applied patch by peteredc to make the Collada loader write mesh names 13 년 전
ColladaLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
ColladaParser.cpp 62b0284100 - applied patch by peteredc to make the Collada loader write mesh names 13 년 전
ColladaParser.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
ComputeUVMappingProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
ComputeUVMappingProcess.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
ConvertToLHProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
ConvertToLHProcess.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
DXFHelper.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
DXFLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
DXFLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
DeboneProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
DeboneProcess.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
DefaultIOStream.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
DefaultIOStream.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
DefaultIOSystem.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
DefaultIOSystem.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
DefaultLogger.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
DefaultProgressHandler.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
Exceptional.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
Exporter.cpp 08fe2e7d20 + add Ply exporter. 14 년 전
FileLogStream.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
FileSystemFilter.h accbcb575b - fix off-by-one error in FileSystemFilter. 14 년 전
FindDegenerates.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
FindDegenerates.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
FindInstancesProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
FindInstancesProcess.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
FindInvalidDataProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
FindInvalidDataProcess.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
FixNormalsStep.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
FixNormalsStep.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
GenFaceNormalsProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
GenFaceNormalsProcess.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
GenVertexNormalsProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
GenVertexNormalsProcess.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
GenericProperty.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
HMPFileData.h 075b1acaf0 - move include/ to include/assimp/ to have consistent header locations between installed and trunk version. 14 년 전
HMPLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
HMPLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
HalfLifeFileData.h 075b1acaf0 - move include/ to include/assimp/ to have consistent header locations between installed and trunk version. 14 년 전
Hash.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
IFCCurve.cpp 56bf755c4b - Ifc: fix handling of curves with RADIAN parameters. 13 년 전
IFCGeometry.cpp e22bb03f80 - IFC: fix face winding for IfcSweptDiskSolid geometry 13 년 전
IFCLoader.cpp 56bf755c4b - Ifc: fix handling of curves with RADIAN parameters. 13 년 전
IFCLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
IFCMaterial.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
IFCProfile.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
IFCReaderGen.cpp d7410e6f08 - Ifc: implement basic support for IfcSweptDiskSolid elements. 13 년 전
IFCReaderGen.h d7410e6f08 - Ifc: implement basic support for IfcSweptDiskSolid elements. 13 년 전
IFCUtil.cpp 6c1cb4f159 Bugfix : Fixed some compiler warnings and some C99 and C++11 specific syntax. ( merged from GitHub, thanks to Riku Palomäki ). 14 년 전
IFCUtil.h 56bf755c4b - Ifc: fix handling of curves with RADIAN parameters. 13 년 전
IFF.h 075b1acaf0 - move include/ to include/assimp/ to have consistent header locations between installed and trunk version. 14 년 전
IRRLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
IRRLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
IRRMeshLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
IRRMeshLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
IRRShared.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
IRRShared.h c6899cd999 FIX: Adding empty final line to some units where it was missing. 16 년 전
Importer.cpp 0693df00c5 - Bugfix: catched a null pointer crash when post processing removed everything from an invalid scene 13 년 전
Importer.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
ImporterRegistry.cpp 397603bac0 + add XGL/ZGL importer. Some features (includes, object refs, textures not supported yet). 14 년 전
ImproveCacheLocality.cpp 23381d9710 Bugfix : Refactored ImproveCacheLocalityProcess::ProcessMesh. ( merged from GitHub, thanks to Riku Palomäki ). 14 년 전
ImproveCacheLocality.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
JoinVerticesProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
JoinVerticesProcess.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
LWOAnimation.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
LWOAnimation.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
LWOBLoader.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
LWOFileData.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
LWOLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
LWOLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
LWOMaterial.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
LWSLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
LWSLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
LimitBoneWeightsProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
LimitBoneWeightsProcess.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
LineSplitter.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
LogAux.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
M3Importer.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
M3Importer.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
MD2FileData.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
MD2Loader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
MD2Loader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
MD2NormalTable.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
MD3FileData.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
MD3Loader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
MD3Loader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
MD4FileData.h 01a25c1fb4 Get rid of ./extra folder in ./code. Move contents to main code folder. 16 년 전
MD5Loader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
MD5Loader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
MD5Parser.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
MD5Parser.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
MDCFileData.h 42def11d13 Bugfix : Replaced ugly (const_)casting by a better ctor and placement new. ( merged from GitHub, thanks to Riku Palomäki ). 14 년 전
MDCLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
MDCLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
MDCNormalTable.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 년 전
MDLDefaultColorMap.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
MDLFileData.h cb71e6f5f2 Bugfix : pcGroupTris isn't really const, removed const and const_cast ( merged from GitHub, thanks to Riku Palomäki ). 14 년 전
MDLLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
MDLLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
MDLMaterialLoader.cpp d17071746d Bugfix : Removed some unnecessary const_casts. ( merged from GitHub, thanks to Riku Palomäki ). 14 년 전
MS3DLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
MS3DLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
MakeVerboseFormat.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
MakeVerboseFormat.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
MaterialSystem.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
MaterialSystem.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
MemoryIOWrapper.h c70646912c - add IFCZIP support to IFC loader. 13 년 전
NDOLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
NDOLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
NFFLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
NFFLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
OFFLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
OFFLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
ObjExporter.cpp 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
ObjExporter.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
ObjFileData.h b724ac5c2c - Bugfix : Fix build of Obj-FileImporter ( this is currently only a work-around, loader is leaking memory, I am working on it ). 14 년 전
ObjFileImporter.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
ObjFileImporter.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
ObjFileMtlImporter.cpp f9cd8845b1 - Bugfix : Bug 3511751 closed, handling no defined material name. 13 년 전
ObjFileMtlImporter.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
ObjFileParser.cpp 648e8fe924 - Bugfix: Fix two possible reasons for bug ID 3039342 : On skipping an invalid material description in obj-loader avoid creating aiMaterial instance. Release obj-specific material instances. 14 년 전
ObjFileParser.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
ObjTools.h 3f47ac3fe2 Bugfix : Fix an invalid getName function. Thanks to cyrilchampier. 13 년 전
OgreImporter.cpp a038288af9 Ogre: Fixed memoryleak and missing \0 at end of cstring 13 년 전
OgreImporter.hpp 29243071fa Ogre: Importerproperty to set Texture Mode from Filename (bla_n.png -> Normalmap etc.) 13 년 전
OgreMaterial.cpp a038288af9 Ogre: Fixed memoryleak and missing \0 at end of cstring 13 년 전
OgreMesh.cpp e658a7f98f Added Animationoverview diagram to documentation 13 년 전
OgreSkeleton.cpp 5b462d484b Ogre: small tweaks 13 년 전
OgreXmlHelper.hpp d9d57804fa Ogre: Support for multiple texcoords 13 년 전
OptimizeGraph.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
OptimizeGraph.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
OptimizeMeshes.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
OptimizeMeshes.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
ParsingUtils.h fa71305e07 Bugfix : Removed useless and weird const_cast from TokenMatch. ( merged from GitHub, thanks to Riku Palomäki ). 14 년 전
PlyExporter.cpp 08fe2e7d20 + add Ply exporter. 14 년 전
PlyExporter.h 08fe2e7d20 + add Ply exporter. 14 년 전
PlyLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
PlyLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
PlyParser.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
PlyParser.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
PolyTools.h 6c1cb4f159 Bugfix : Fixed some compiler warnings and some C99 and C++11 specific syntax. ( merged from GitHub, thanks to Riku Palomäki ). 14 년 전
PostStepRegistry.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
PretransformVertices.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
PretransformVertices.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
ProcessHelper.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
ProcessHelper.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
Profiler.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
Q3BSPFileData.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
Q3BSPFileImporter.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
Q3BSPFileImporter.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
Q3BSPFileParser.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
Q3BSPFileParser.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
Q3BSPZipArchive.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
Q3BSPZipArchive.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
Q3DLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
Q3DLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
RawLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
RawLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
RemoveComments.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
RemoveComments.h adfef670cc - rename assert.h to ai_assert.h. See also https://sourceforge.net/tracker/?func=detail&atid=1067632&aid=3520178&group_id=226462 13 년 전
RemoveRedundantMaterials.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
RemoveRedundantMaterials.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
RemoveVCProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
RemoveVCProcess.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
SGSpatialSort.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
SGSpatialSort.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
SMDLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
SMDLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
STEPFile.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
STEPFileReader.cpp 1d7018c826 # fix bug in STEPFileReader, loader fails if string literals contain more than one ". Thanks to Juha Vesanen for the patch. 13 년 전
STEPFileReader.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
STLExporter.cpp 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
STLExporter.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
STLLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
STLLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
SceneCombiner.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
SceneCombiner.h adfef670cc - rename assert.h to ai_assert.h. See also https://sourceforge.net/tracker/?func=detail&atid=1067632&aid=3520178&group_id=226462 13 년 전
ScenePreprocessor.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
ScenePreprocessor.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
ScenePrivate.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
SkeletonMeshBuilder.cpp 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
SkeletonMeshBuilder.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
SmoothingGroups.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
SmoothingGroups.inl 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
SortByPTypeProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
SortByPTypeProcess.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
SpatialSort.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
SpatialSort.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
SplitByBoneCountProcess.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
SplitByBoneCountProcess.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
SplitLargeMeshes.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
SplitLargeMeshes.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
StandardShapes.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
StandardShapes.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
StdOStreamLogStream.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
StreamReader.h 1ac5a47c5d Bugfix : Fix a compiler bug for iOS arm, thanks to Brian Miller. 13 년 전
StringComparison.h adfef670cc - rename assert.h to ai_assert.h. See also https://sourceforge.net/tracker/?func=detail&atid=1067632&aid=3520178&group_id=226462 13 년 전
Subdivision.cpp d7341094ca Bugfix : Fixed the Subdivision input mesh to be non-const. ( merged from GitHub, thanks to Riku Palomäki ). 14 년 전
Subdivision.h d7341094ca Bugfix : Fixed the Subdivision input mesh to be non-const. ( merged from GitHub, thanks to Riku Palomäki ). 14 년 전
TargetAnimation.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
TargetAnimation.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
TerragenLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
TerragenLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
TextureTransform.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
TextureTransform.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
TinyFormatter.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
TriangulateProcess.cpp 4b61e27590 - TriangulateProcess: use ear cutting for quads. This fixes [3429812] (http://sourceforge.net/tracker/?func=detail&aid=3429812&group_id=226462&atid=1067632). 14 년 전
TriangulateProcess.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
UnrealLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
UnrealLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
ValidateDataStructure.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
ValidateDataStructure.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
Vertex.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
VertexTriangleAdjacency.cpp 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전
VertexTriangleAdjacency.h adfef670cc - rename assert.h to ai_assert.h. See also https://sourceforge.net/tracker/?func=detail&atid=1067632&aid=3520178&group_id=226462 13 년 전
Win32DebugLogStream.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
XFileHelper.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
XFileImporter.cpp ec6c62e005 - consistent use of ai_assert instead of assert. 13 년 전
XFileImporter.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
XFileParser.cpp 2944e7b210 - Added a workaround for some XFileExporter omitting separator chars at the end of data vectors 13 년 전
XFileParser.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
XGLLoader.cpp 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
XGLLoader.h 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 년 전
assbin_chunks.h 2ffac898d6 [3393728] [PATCH 1/2] ommit->omit and splitted->split 14 년 전
fast_atof.h 687a4644d6 # fast_atof: fix comma handling. 14 년 전
irrXMLWrapper.h 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 년 전
makefile.mingw 76bdf7d0cb Fix makefile.mingw, see http://sourceforge.net/projects/assimp/forums/forum/817654/topic/3828839. 15 년 전
pstdint.h 0e77095ace Experimental bugfix: avoid most pstdint.h stuff when VC10 stdint.h is included. 15 년 전
qnan.h 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 년 전