.. |
BoostWorkaround/boost
|
# 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.
|
2011-07-18 03:13:57 +00:00 |
res
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
3DSConverter.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
3DSHelper.h
|
- move include/ to include/assimp/ to have consistent header locations between installed and trunk version.
|
2012-02-03 16:25:12 +00:00 |
3DSLoader.cpp
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
3DSLoader.h
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
ACLoader.cpp
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
ACLoader.h
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
ASELoader.cpp
|
+ add AI_CONFIG_IMPORT_NO_SKELETON_MESHES flag to control skeleton mesh visualization. No need for this in Blender, and difficult to just ignore the geometry created by it.
|
2012-06-21 17:24:50 +02:00 |
ASELoader.h
|
+ add AI_CONFIG_IMPORT_NO_SKELETON_MESHES flag to control skeleton mesh visualization. No need for this in Blender, and difficult to just ignore the geometry created by it.
|
2012-06-21 17:24:50 +02:00 |
ASEParser.cpp
|
- fixed preprocessor checks for some importers
|
2012-12-20 11:43:09 +00:00 |
ASEParser.h
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
Assimp.cpp
|
# 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.
|
2012-02-23 14:10:18 +00:00 |
AssimpCExport.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
AssimpPCH.cpp
|
- change major version number to 3.0. trunk is definitely no longer compatible with 2.0.
|
2012-02-03 17:39:33 +00:00 |
AssimpPCH.h
|
+ add aiImporterDesc API to hold importer meta information.
|
2012-04-18 23:07:52 +00:00 |
B3DImporter.cpp
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
B3DImporter.h
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
BVHLoader.cpp
|
+ add AI_CONFIG_IMPORT_NO_SKELETON_MESHES flag to control skeleton mesh visualization. No need for this in Blender, and difficult to just ignore the geometry created by it.
|
2012-06-21 17:24:50 +02:00 |
BVHLoader.h
|
+ add AI_CONFIG_IMPORT_NO_SKELETON_MESHES flag to control skeleton mesh visualization. No need for this in Blender, and difficult to just ignore the geometry created by it.
|
2012-06-21 17:24:50 +02:00 |
BaseImporter.cpp
|
- make BaseImporter::GetExtensionList more robust, improve error checking.
|
2012-04-22 22:59:47 +00:00 |
BaseImporter.h
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
BaseProcess.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
BaseProcess.h
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
BlenderDNA.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
BlenderDNA.h
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
BlenderDNA.inl
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
BlenderIntermediate.h
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
BlenderLoader.cpp
|
- blend: compute parent inverses on your own instead of trusting the blend input. Thanks to Kalmár Dániel for the patch.
|
2012-07-17 22:18:10 +00:00 |
BlenderLoader.h
|
- blend: compute parent inverses on your own instead of trusting the blend input. Thanks to Kalmár Dániel for the patch.
|
2012-07-17 22:18:10 +00:00 |
BlenderModifier.cpp
|
Fix [3484066] Compilation error in Visual Studio 2011 Preview
|
2012-02-05 14:38:47 +00:00 |
BlenderModifier.h
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
BlenderScene.cpp
|
# Blender: fix memory leaking due to cycle refs. Thanks to Vitalii Trubchaninov for pointing this out.
|
2012-03-27 22:09:09 +00:00 |
BlenderScene.h
|
# Blender: fix memory leaking due to cycle refs. Thanks to Vitalii Trubchaninov for pointing this out.
|
2012-03-27 22:09:09 +00:00 |
BlenderSceneGen.h
|
# Blender: fix memory leaking due to cycle refs. Thanks to Vitalii Trubchaninov for pointing this out.
|
2012-03-27 22:09:09 +00:00 |
BlobIOSystem.h
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
ByteSwap.h
|
- rename assert.h to ai_assert.h. See also https://sourceforge.net/tracker/?func=detail&atid=1067632&aid=3520178&group_id=226462
|
2012-04-22 23:14:39 +00:00 |
CInterfaceIOWrapper.h
|
Bugfix : Removed const_cast from CIOSystemWrapper::Exists. ( merged from GitHub, thanks to Riku Palomäki ).
|
2012-03-20 20:54:31 +00:00 |
CMakeLists.txt
|
- fbx: refactor, move DOM utility functions to separate unit.
|
2012-08-10 23:02:38 +02:00 |
COBLoader.cpp
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
COBLoader.h
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
COBScene.h
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
CSMLoader.cpp
|
+ add AI_CONFIG_IMPORT_NO_SKELETON_MESHES flag to control skeleton mesh visualization. No need for this in Blender, and difficult to just ignore the geometry created by it.
|
2012-06-21 17:24:50 +02:00 |
CSMLoader.h
|
+ add AI_CONFIG_IMPORT_NO_SKELETON_MESHES flag to control skeleton mesh visualization. No need for this in Blender, and difficult to just ignore the geometry created by it.
|
2012-06-21 17:24:50 +02:00 |
CalcTangentsProcess.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
CalcTangentsProcess.h
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
ColladaExporter.cpp
|
removed accidental C++11 usage
|
2012-03-09 21:11:42 +00:00 |
ColladaExporter.h
|
- rename assert.h to ai_assert.h. See also https://sourceforge.net/tracker/?func=detail&atid=1067632&aid=3520178&group_id=226462
|
2012-04-22 23:14:39 +00:00 |
ColladaHelper.h
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
ColladaLoader.cpp
|
Merge branch 'master' of git://github.com/assimp/assimp
|
2012-12-21 16:24:05 +01:00 |
ColladaLoader.h
|
+ add AI_CONFIG_IMPORT_NO_SKELETON_MESHES flag to control skeleton mesh visualization. No need for this in Blender, and difficult to just ignore the geometry created by it.
|
2012-06-21 17:24:50 +02:00 |
ColladaParser.cpp
|
Merge branch 'master' of git://github.com/assimp/assimp
|
2013-01-19 16:35:28 +01:00 |
ColladaParser.h
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
ComputeUVMappingProcess.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
ComputeUVMappingProcess.h
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
ConvertToLHProcess.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
ConvertToLHProcess.h
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
DXFHelper.h
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
DXFLoader.cpp
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
DXFLoader.h
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
DeboneProcess.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
DeboneProcess.h
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
DefaultIOStream.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
DefaultIOStream.h
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
DefaultIOSystem.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
DefaultIOSystem.h
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
DefaultLogger.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
DefaultProgressHandler.h
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
Exceptional.h
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
Exporter.cpp
|
+ add Ply exporter.
|
2012-02-16 02:11:29 +00:00 |
FBXAnimation.cpp
|
- fbx: pre-filter animated property we don't support as early as possible.
|
2012-08-26 18:40:04 +02:00 |
FBXBinaryTokenizer.cpp
|
- fbx: fix reading of short data tokens in binary files.
|
2012-08-20 17:39:44 +02:00 |
FBXCompileConfig.h
|
- FBX importer: basic interface and importer skeleton. Start tokenizer and parser.
|
2012-06-23 03:36:55 +02:00 |
FBXConverter.cpp
|
- fbx: take shortest quaternion path when interpolating.
|
2012-08-26 20:10:01 +02:00 |
FBXConverter.h
|
- fbx: skeleton for DOM -> aiScene converter.
|
2012-06-28 20:02:09 +02:00 |
FBXDeformer.cpp
|
- fbx: more warn policy tuning.
|
2012-08-26 18:58:08 +02:00 |
FBXDocument.cpp
|
- fbx: support reading LimbNode attachments, less Property70 warnings.
|
2012-08-26 18:53:15 +02:00 |
FBXDocument.h
|
- fbx: support reading LimbNode attachments, less Property70 warnings.
|
2012-08-26 18:53:15 +02:00 |
FBXDocumentUtil.cpp
|
- fbx: better error reporting reading property tables.
|
2012-08-25 19:53:46 +02:00 |
FBXDocumentUtil.h
|
- fbx: better error reporting reading property tables.
|
2012-08-25 19:53:46 +02:00 |
FBXImportSettings.h
|
- fbx: add option to detect dummy animation tracks and to remove them. Actually, this is mostly a debugging aid (and it cuts down memory usage).
|
2012-07-27 18:45:02 +02:00 |
FBXImporter.cpp
|
- fbx: add import settings to public assimp config interface.
|
2012-08-11 16:41:44 +02:00 |
FBXImporter.h
|
- fbx: add ImportSettings to keep track of fbx-specific import settings. The settings are generated by the importer instance and injected into parser and DOM.
|
2012-06-28 19:16:14 +02:00 |
FBXMaterial.cpp
|
- fbx: work on resolving material links.
|
2012-07-04 15:07:57 +02:00 |
FBXMeshGeometry.cpp
|
- some fixes for vc12
|
2013-01-19 17:00:14 +01:00 |
FBXModel.cpp
|
- fbx: add special output node name tag to mark fbx null nodes.
|
2012-08-25 22:24:08 +02:00 |
FBXNodeAttribute.cpp
|
- fbx: support reading LimbNode attachments, less Property70 warnings.
|
2012-08-26 18:53:15 +02:00 |
FBXParser.cpp
|
- fbx: also support reading binary arrays of UNSIGNED data.
|
2012-08-11 04:48:08 +02:00 |
FBXParser.h
|
- fbx: refactor parsing code, move all parsing stuff to FBXParser.cpp. Parsing errors now carry the prefix "FBX-Parser".
|
2012-08-10 23:24:58 +02:00 |
FBXProperties.cpp
|
- fbx: extend list of supported property data types.
|
2012-08-11 01:59:10 +02:00 |
FBXProperties.h
|
fbx: gcc 4.6 compile fixes
|
2012-07-07 20:46:29 +02:00 |
FBXTokenizer.cpp
|
- fbx: add DOM layer to represent the parsed FBX file in-memory, capturing the essential semantics we need for importing.
|
2012-06-26 18:31:19 +02:00 |
FBXTokenizer.h
|
- fbx: add binary reading draft. Started from scratch after my first attempt had design flaws. The binary reader now sits on the lexer stage (really) and generates a (fake) token sequence similar to the text lexer's output - this means most parsing code can go unaffected.
|
2012-08-09 02:08:12 +02:00 |
FBXUtil.cpp
|
- fbx: add binary reading draft. Started from scratch after my first attempt had design flaws. The binary reader now sits on the lexer stage (really) and generates a (fake) token sequence similar to the text lexer's output - this means most parsing code can go unaffected.
|
2012-08-09 02:08:12 +02:00 |
FBXUtil.h
|
- fbx: add binary reading draft. Started from scratch after my first attempt had design flaws. The binary reader now sits on the lexer stage (really) and generates a (fake) token sequence similar to the text lexer's output - this means most parsing code can go unaffected.
|
2012-08-09 02:08:12 +02:00 |
FileLogStream.h
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
FileSystemFilter.h
|
- fix off-by-one error in FileSystemFilter.
|
2012-03-11 20:04:35 +00:00 |
FindDegenerates.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
FindDegenerates.h
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
FindInstancesProcess.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
FindInstancesProcess.h
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
FindInvalidDataProcess.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
FindInvalidDataProcess.h
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
FixNormalsStep.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
FixNormalsStep.h
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
GenFaceNormalsProcess.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
GenFaceNormalsProcess.h
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
GenVertexNormalsProcess.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
GenVertexNormalsProcess.h
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
GenericProperty.h
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
HMPFileData.h
|
- move include/ to include/assimp/ to have consistent header locations between installed and trunk version.
|
2012-02-03 16:25:12 +00:00 |
HMPLoader.cpp
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
HMPLoader.h
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
HalfLifeFileData.h
|
- move include/ to include/assimp/ to have consistent header locations between installed and trunk version.
|
2012-02-03 16:25:12 +00:00 |
Hash.h
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
IFCCurve.cpp
|
- Ifc: fix handling of curves with RADIAN parameters.
|
2012-07-12 00:20:28 +00:00 |
IFCGeometry.cpp
|
- Ifc: fix another indexing error.
|
2013-01-20 17:40:09 +01:00 |
IFCLoader.cpp
|
- Ifc: fix handling of curves with RADIAN parameters.
|
2012-07-12 00:20:28 +00:00 |
IFCLoader.h
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
IFCMaterial.cpp
|
- fix some -Wall warnings
|
2012-07-08 03:28:14 +02:00 |
IFCProfile.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
IFCReaderGen.cpp
|
- Ifc: implement basic support for IfcSweptDiskSolid elements.
|
2012-07-11 22:11:16 +00:00 |
IFCReaderGen.h
|
- Ifc: implement basic support for IfcSweptDiskSolid elements.
|
2012-07-11 22:11:16 +00:00 |
IFCUtil.cpp
|
- fixed compilation error on GCC in IFC loader. Thanks to larsp for the report!
|
2012-12-04 07:42:15 +00:00 |
IFCUtil.h
|
- Ifc: revamped Quadrify() version now correctly clips overlapping non-rectangular windows.
|
2012-11-02 04:46:46 +00:00 |
IFF.h
|
- move include/ to include/assimp/ to have consistent header locations between installed and trunk version.
|
2012-02-03 16:25:12 +00:00 |
IRRLoader.cpp
|
- fixed preprocessor checks for some importers
|
2012-12-20 11:43:09 +00:00 |
IRRLoader.h
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
IRRMeshLoader.cpp
|
- fixed preprocessor checks for some importers
|
2012-12-20 11:43:09 +00:00 |
IRRMeshLoader.h
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
IRRShared.cpp
|
- fixed preprocessor checks for some importers
|
2012-12-20 11:43:09 +00:00 |
IRRShared.h
|
FIX: Adding empty final line to some units where it was missing.
|
2009-10-11 13:57:55 +00:00 |
Importer.cpp
|
- Bugfix: catched a null pointer crash when post processing removed everything from an invalid scene
|
2012-05-23 09:25:40 +00:00 |
Importer.h
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
ImporterRegistry.cpp
|
- FBX importer: basic interface and importer skeleton. Start tokenizer and parser.
|
2012-06-23 03:36:55 +02:00 |
ImproveCacheLocality.cpp
|
Bugfix : Refactored ImproveCacheLocalityProcess::ProcessMesh. ( merged from GitHub, thanks to Riku Palomäki ).
|
2012-03-20 20:48:26 +00:00 |
ImproveCacheLocality.h
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
JoinVerticesProcess.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
JoinVerticesProcess.h
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
LWOAnimation.cpp
|
- some fixes for vc12
|
2013-01-19 17:00:14 +01:00 |
LWOAnimation.h
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
LWOBLoader.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
LWOFileData.h
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
LWOLoader.cpp
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
LWOLoader.h
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
LWOMaterial.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
LWSLoader.cpp
|
Merge branch 'master' of git://github.com/assimp/assimp
|
2012-12-21 16:24:05 +01:00 |
LWSLoader.h
|
+ add AI_CONFIG_IMPORT_NO_SKELETON_MESHES flag to control skeleton mesh visualization. No need for this in Blender, and difficult to just ignore the geometry created by it.
|
2012-06-21 17:24:50 +02:00 |
LimitBoneWeightsProcess.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
LimitBoneWeightsProcess.h
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
LineSplitter.h
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
LogAux.h
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
M3Importer.cpp
|
- fix some -Wall warnings
|
2012-07-08 03:28:14 +02:00 |
M3Importer.h
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
MD2FileData.h
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
MD2Loader.cpp
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
MD2Loader.h
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
MD2NormalTable.h
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
MD3FileData.h
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
MD3Loader.cpp
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
MD3Loader.h
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
MD4FileData.h
|
Get rid of ./extra folder in ./code. Move contents to main code folder.
|
2010-04-11 01:41:24 +00:00 |
MD5Loader.cpp
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
MD5Loader.h
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
MD5Parser.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
MD5Parser.h
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
MDCFileData.h
|
Bugfix : Replaced ugly (const_)casting by a better ctor and placement new. ( merged from GitHub, thanks to Riku Palomäki ).
|
2012-03-20 20:45:33 +00:00 |
MDCLoader.cpp
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
MDCLoader.h
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
MDCNormalTable.h
|
Fixes for build with mingw (no warnings in 32 Bit build, even with -wall).
|
2008-09-12 20:25:11 +00:00 |
MDLDefaultColorMap.h
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
MDLFileData.h
|
Bugfix : pcGroupTris isn't really const, removed const and const_cast ( merged from GitHub, thanks to Riku Palomäki ).
|
2012-03-20 20:42:16 +00:00 |
MDLLoader.cpp
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
MDLLoader.h
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
MDLMaterialLoader.cpp
|
Bugfix : Removed some unnecessary const_casts. ( merged from GitHub, thanks to Riku Palomäki ).
|
2012-03-20 21:11:05 +00:00 |
MS3DLoader.cpp
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
MS3DLoader.h
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
MakeVerboseFormat.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
MakeVerboseFormat.h
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
MaterialSystem.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
MaterialSystem.h
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
MemoryIOWrapper.h
|
- add IFCZIP support to IFC loader.
|
2012-07-11 19:18:51 +00:00 |
NDOLoader.cpp
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
NDOLoader.h
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
NFFLoader.cpp
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
NFFLoader.h
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
OFFLoader.cpp
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
OFFLoader.h
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
ObjExporter.cpp
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
ObjExporter.h
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
ObjFileData.h
|
update : add displacement map support to obj-material importer. this feature is supported by some special exporters.
|
2013-01-07 21:05:53 +00:00 |
ObjFileImporter.cpp
|
update : add displacement map support to obj-material importer. this feature is supported by some special exporters.
|
2013-01-07 21:05:53 +00:00 |
ObjFileImporter.h
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
ObjFileMtlImporter.cpp
|
update : add displacement map support to obj-material importer. this feature is supported by some special exporters.
|
2013-01-07 21:05:53 +00:00 |
ObjFileMtlImporter.h
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
ObjFileParser.cpp
|
- 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.
|
2012-02-26 13:36:29 +00:00 |
ObjFileParser.h
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
ObjTools.h
|
Bugfix : Fix an invalid getName function. Thanks to cyrilchampier.
|
2012-07-17 21:48:03 +00:00 |
OgreImporter.cpp
|
Ogre: Fixed memoryleak and missing \0 at end of cstring
|
2012-08-12 17:00:53 +00:00 |
OgreImporter.hpp
|
Ogre: Importerproperty to set Texture Mode from Filename (bla_n.png -> Normalmap etc.)
|
2012-06-03 18:01:32 +00:00 |
OgreMaterial.cpp
|
Ogre: Fixed memoryleak and missing \0 at end of cstring
|
2012-08-12 17:00:53 +00:00 |
OgreMesh.cpp
|
Added Animationoverview diagram to documentation
|
2012-06-26 19:46:18 +00:00 |
OgreSkeleton.cpp
|
Ogre: small tweaks
|
2012-06-03 11:06:47 +00:00 |
OgreXmlHelper.hpp
|
Ogre: Support for multiple texcoords
|
2012-05-23 09:23:34 +00:00 |
OptimizeGraph.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
OptimizeGraph.h
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
OptimizeMeshes.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
OptimizeMeshes.h
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
ParsingUtils.h
|
Bugfix : Removed useless and weird const_cast from TokenMatch. ( merged from GitHub, thanks to Riku Palomäki ).
|
2012-03-20 21:03:14 +00:00 |
PlyExporter.cpp
|
+ add Ply exporter.
|
2012-02-16 02:11:29 +00:00 |
PlyExporter.h
|
+ add Ply exporter.
|
2012-02-16 02:11:29 +00:00 |
PlyLoader.cpp
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
PlyLoader.h
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
PlyParser.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
PlyParser.h
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
PolyTools.h
|
Bugfix : Fixed some compiler warnings and some C99 and C++11 specific syntax. ( merged from GitHub, thanks to Riku Palomäki ).
|
2012-03-20 21:31:56 +00:00 |
PostStepRegistry.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
PretransformVertices.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
PretransformVertices.h
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
ProcessHelper.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
ProcessHelper.h
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
Profiler.h
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
Q3BSPFileData.h
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
Q3BSPFileImporter.cpp
|
- manually pulled the three smaller change requests from Github.
|
2012-11-05 09:13:09 +00:00 |
Q3BSPFileImporter.h
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
Q3BSPFileParser.cpp
|
- fixed preprocessor checks for some importers
|
2012-12-20 11:43:09 +00:00 |
Q3BSPFileParser.h
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
Q3BSPZipArchive.cpp
|
- fixed preprocessor checks for some importers
|
2012-12-20 11:43:09 +00:00 |
Q3BSPZipArchive.h
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
Q3DLoader.cpp
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
Q3DLoader.h
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
RawLoader.cpp
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
RawLoader.h
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
RemoveComments.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
RemoveComments.h
|
- rename assert.h to ai_assert.h. See also https://sourceforge.net/tracker/?func=detail&atid=1067632&aid=3520178&group_id=226462
|
2012-04-22 23:14:39 +00:00 |
RemoveRedundantMaterials.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
RemoveRedundantMaterials.h
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
RemoveVCProcess.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
RemoveVCProcess.h
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
SGSpatialSort.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
SGSpatialSort.h
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
SMDLoader.cpp
|
bugfix : fix level 4 compiler warnings for Visual studio 2012.
|
2012-10-27 19:41:56 +00:00 |
SMDLoader.h
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
STEPFile.h
|
- applied patch to fix compilation errors with CLang following issue #3590305
|
2012-11-27 18:40:38 +00:00 |
STEPFileReader.cpp
|
- Ifc/Step: support line continuations in parser.
|
2012-10-02 14:19:24 +00:00 |
STEPFileReader.h
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
STLExporter.cpp
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
STLExporter.h
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
STLLoader.cpp
|
bugfix : fix level 4 compiler warnings for Visual studio 2012.
|
2012-10-27 19:41:56 +00:00 |
STLLoader.h
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
SceneCombiner.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
SceneCombiner.h
|
- rename assert.h to ai_assert.h. See also https://sourceforge.net/tracker/?func=detail&atid=1067632&aid=3520178&group_id=226462
|
2012-04-22 23:14:39 +00:00 |
ScenePreprocessor.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
ScenePreprocessor.h
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
ScenePrivate.h
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
SkeletonMeshBuilder.cpp
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
SkeletonMeshBuilder.h
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
SmoothingGroups.h
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
SmoothingGroups.inl
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
SortByPTypeProcess.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
SortByPTypeProcess.h
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
SpatialSort.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
SpatialSort.h
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
SplitByBoneCountProcess.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
SplitByBoneCountProcess.h
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
SplitLargeMeshes.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
SplitLargeMeshes.h
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
StandardShapes.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
StandardShapes.h
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
StdOStreamLogStream.h
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
StreamReader.h
|
Bugfix : Fix a compiler bug for iOS arm, thanks to Brian Miller.
|
2012-05-20 20:41:06 +00:00 |
StringComparison.h
|
bugfix : fix level 4 compiler warnings for Visual studio 2012.
|
2012-10-27 19:41:56 +00:00 |
Subdivision.cpp
|
Bugfix : Fixed the Subdivision input mesh to be non-const. ( merged from GitHub, thanks to Riku Palomäki ).
|
2012-03-20 21:00:16 +00:00 |
Subdivision.h
|
Bugfix : Fixed the Subdivision input mesh to be non-const. ( merged from GitHub, thanks to Riku Palomäki ).
|
2012-03-20 21:00:16 +00:00 |
TargetAnimation.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
TargetAnimation.h
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
TerragenLoader.cpp
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
TerragenLoader.h
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
TextureTransform.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
TextureTransform.h
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
TinyFormatter.h
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
TriangulateProcess.cpp
|
- triangulation: re-introduce special handling for quads, now with proper support for concave quads. This should *really* fix [3429812], but it leaves me to suspect bugs in the general-purpose triangulation code for ngons.
|
2012-11-29 15:25:09 +00:00 |
TriangulateProcess.h
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
UnrealLoader.cpp
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
UnrealLoader.h
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
ValidateDataStructure.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
ValidateDataStructure.h
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
Vertex.h
|
- some fixes for vc12
|
2013-01-19 17:00:14 +01:00 |
VertexTriangleAdjacency.cpp
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |
VertexTriangleAdjacency.h
|
- rename assert.h to ai_assert.h. See also https://sourceforge.net/tracker/?func=detail&atid=1067632&aid=3520178&group_id=226462
|
2012-04-22 23:14:39 +00:00 |
Win32DebugLogStream.h
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
XFileHelper.h
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
XFileImporter.cpp
|
- fixed/changed/worked on issue 3580054 - XFile materials don't have ambient colours, but emissive
|
2012-10-25 10:28:40 +00:00 |
XFileImporter.h
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
XFileParser.cpp
|
- Added a workaround for some XFileExporter omitting separator chars at the end of data vectors
|
2012-09-21 18:53:36 +00:00 |
XFileParser.h
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00:00 |
XGLLoader.cpp
|
- fix some -Wall warnings
|
2012-07-08 03:28:14 +02:00 |
XGLLoader.h
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
2012-04-22 22:26:26 +00:00 |
assbin_chunks.h
|
[3393728] [PATCH 1/2] ommit->omit and splitted->split
|
2011-08-20 22:00:33 +00:00 |
fast_atof.h
|
# fast_atof: fix comma handling.
|
2012-03-20 16:29:57 +00:00 |
irrXMLWrapper.h
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
2012-02-03 17:04:06 +00: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 |
pstdint.h
|
Experimental bugfix: avoid most pstdint.h stuff when VC10 stdint.h is included.
|
2011-01-24 19:44:09 +00:00 |
qnan.h
|
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
2012-02-03 03:38:30 +00:00 |