..
BoostWorkaround /boost
fix most warnings with -pendantic
2014-08-18 02:09:06 +02: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
remove "register" keyword:
2015-03-02 23:44:02 +01:00
3DSExporter.cpp
Merge branch 'master' of https://github.com/Madrich/assimp
2015-03-16 23:04:16 +01:00
3DSExporter.h
3DS Exporter: export scene hierarchy.
2014-07-23 22:08:35 +02:00
3DSHelper.h
fix some errors/warnings found by static code analyzer
2014-12-16 23:41:10 +01:00
3DSLoader.cpp
Fix memory corruption when 3DS file has more smoothing groups than faces
2015-01-29 23:18:19 +02:00
3DSLoader.h
Fix wrong nesting
2014-08-06 00:44:30 +02:00
ACLoader.cpp
remove "register" keyword:
2015-03-02 23:44:02 +01: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
Mark some more functions with AI_WONT_RETURN
2015-02-27 23:09:12 +02:00
ASEParser.h
Mark some more functions with AI_WONT_RETURN
2015-02-27 23:09:12 +02:00
AssbinExporter.cpp
Add ExportProperties
2015-03-14 14:03:14 +01:00
AssbinExporter.h
- add compression support
2014-08-05 23:18:45 +02:00
AssbinLoader.cpp
Null-terminate string
2014-09-26 01:29:23 +02:00
AssbinLoader.h
add lights and cameras
2014-08-06 15:01:04 +02:00
Assimp.cpp
adapt c-api to get ImporterDesc for a given loader ( see https://github.com/assimp/assimp/issues/412 ).
2014-12-01 20:34:15 +01:00
AssimpCExport.cpp
Fix memory corruption in the aiGetExportFormatDescription() API. Clarify Exporter doc.
2014-06-17 16:10:55 +02:00
AssimpPCH.cpp
Fix IOSFixed
2014-06-20 00:08:11 +02:00
AssimpPCH.h
Move pstdint.h for <= VC9 under include. Apps that include the Assimp headers need to have this available, as its pulled in by metadata.h. Fixes #290 .
2014-05-30 01:57:21 +03:00
AssxmlExporter.cpp
Add ExportProperties
2015-03-14 14:03:14 +01:00
AssxmlExporter.h
...and some more assbin leftovers
2014-08-28 15:42:22 +02:00
B3DImporter.cpp
Mark some more functions with AI_WONT_RETURN
2015-02-27 23:09:12 +02:00
B3DImporter.h
Mark some more functions with AI_WONT_RETURN
2015-02-27 23:09:12 +02:00
BVHLoader.cpp
Mark some more functions with AI_WONT_RETURN
2015-02-27 23:09:12 +02:00
BVHLoader.h
Mark some more functions with AI_WONT_RETURN
2015-02-27 23:09:12 +02:00
BaseImporter.cpp
Added matrix properties
2014-02-28 15:21:10 +01:00
BaseImporter.h
adapt c-api to get ImporterDesc for a given loader ( see https://github.com/assimp/assimp/issues/412 ).
2014-12-01 20:34:15 +01: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
Bitmap.cpp
In Collada: added support for exporting uncompressed embeded textures as bitmap
2014-01-17 11:53:41 +01:00
Bitmap.h
In Collada: added support for exporting uncompressed embeded textures as bitmap
2014-01-17 11:53:41 +01:00
BlenderBMesh.cpp
Use strict inequality when validating BMesh uvloop access
2014-09-20 10:23:21 -07:00
BlenderBMesh.h
Fix #325 ; Blender UV unwrap issue
2014-08-30 00:50:26 -04: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
Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio
2014-01-17 11:43:48 +01:00
BlenderDNA.inl
Blender: iterative loading code for the linked list of scene objects, fixes #28 but is preliminary as it touches code that is normally machine-generated.
2013-10-02 01:39:59 +02:00
BlenderIntermediate.h
Blender importer: always sort sets of objects by their name. Previously we accidentally ordered pointers to objects by their memory address, which was non-deterministic and caused regression tests to be flaky.
2015-03-15 01:26:15 +01:00
BlenderLoader.cpp
Fix compile: set::erase() returns void prior to C++11.
2015-03-15 23:40:29 +01: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
Properly orient mirrored blend mesh faces
2014-05-24 08:49:33 -07: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
bugfix: fix compiler warnings for gcc-4.8.1.
2014-04-21 16:18:14 +02:00
BlenderScene.h
Blender: map texture influence to aiTextureType
2013-10-08 19:01:02 -07:00
BlenderSceneGen.h
Blender: new DNA loading code generated by genblenddna.py script, now machine-generates the previously hand-written fix.
2013-10-02 14:16:09 +02:00
BlenderTessellator.cpp
use std:: namespace for most cmath functions:
2014-09-23 00:43:33 +02:00
BlenderTessellator.h
BlenderTesselator: disable GLU tesselation code by default.
2013-11-22 13:58:40 +01:00
BlobIOSystem.h
Add missing break in switch statement in BlobIOSystem.h. Fixes #438 .
2015-03-16 23:26:41 +01: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
C4DImporter.cpp
Add missing ASSIMP_BUILD_NO_C4D_IMPORTER check to C4DImporter.cpp. Fixes #503 .
2015-03-22 17:53:53 +01:00
C4DImporter.h
- manually merged C4D importer code from acgessler branch
2015-02-23 14:23:28 +01: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
add openddl_parser directly to assimp.
2015-03-19 11:37:58 +01:00
COBLoader.cpp
Mark some more functions with AI_WONT_RETURN
2015-02-27 23:09:12 +02:00
COBLoader.h
Mark some more functions with AI_WONT_RETURN
2015-02-27 23:09:12 +02: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
remove "register" keyword:
2015-03-02 23:44:02 +01: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
Add ExportProperties
2015-03-14 14:03:14 +01:00
ColladaExporter.h
Fix Collada export validated by Schema
2014-06-09 15:17:45 +02:00
ColladaHelper.h
Use material names, set default direction to UP_Y, process extra tag
2015-03-08 22:37:48 +03:00
ColladaLoader.cpp
Sub-sample axis-angle channels if the delta between two consecutive key-frame angles is >= 180 degrees. Fixes #458 .
2015-03-14 19:57:13 +01:00
ColladaLoader.h
Collada: use a counter instead of clock() to generate unique names. Closes #357
2014-09-04 18:50:37 -07:00
ColladaParser.cpp
Fix build after mis-merge.
2015-03-15 23:31:58 +01:00
ColladaParser.h
Mark some more functions with AI_WONT_RETURN
2015-02-27 23:09:12 +02:00
ComputeUVMappingProcess.cpp
Fix warning about possibly uninitialized variable
2015-02-13 12:14:39 +02: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
bugfix: handling possible nullptr access.
2014-07-04 00:22:13 +02: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: commit not saved changes.
2014-07-04 00:23:02 +02: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
Updated some code comments in DefaultIOStream.cpp
2013-11-26 14:52:53 +01:00
DefaultIOStream.h
fix vs2013 compiler warnings and add missing doxygen tags.
2014-11-29 12:12:32 +01: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
Fixed bugs in Q3BSPZipArchive & DefaultLogger
2014-01-17 11:36:47 +01: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
If caller provides no ExportProperties, pass a pointer to empty properties to the Exporter implementation (instead of a NULL).
2015-03-16 23:09:41 +01:00
FBXAnimation.cpp
fix most warnings with -pendantic
2014-08-18 02:09:06 +02:00
FBXBinaryTokenizer.cpp
Mark some more functions with AI_WONT_RETURN
2015-02-27 23:09:12 +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] add support for multiple animations (by using LocalStart/LocalStop in takes)
2015-03-26 23:23:38 +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: fix memory leak. Connection objects in Document never freed. See #307
2014-07-13 14:07:19 +02:00
FBXDocument.h
[FBX] add support for multiple animations (by using LocalStart/LocalStop in takes)
2015-03-26 23:23:38 +02:00
FBXDocumentUtil.cpp
- fbx: better error reporting reading property tables.
2012-08-25 19:53:46 +02:00
FBXDocumentUtil.h
Added AI_WONT_RETURN and AI_WONT_RETURN_SUFFIX to DOMError.
2013-08-04 10:11:02 -04:00
FBXImportSettings.h
Correction on FBX material texture UV index
2014-05-27 09:11:27 +02:00
FBXImporter.cpp
bugfix: search for token checks for the given tokenlist against the lowercased info coming from the asset file. So we also have to used a lowercased token. Thanks to Robinson for the report.
2014-10-10 15:59:42 +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
fix most warnings with -pendantic
2014-08-18 02:09:06 +02:00
FBXMeshGeometry.cpp
Handle both types of element names
2014-08-02 14:57:43 +02: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
add strtol10_64 and fix FBX text parsing for int_64 (for animation KTime)
2015-04-05 15:19:55 +03:00
FBXParser.h
[FBX] add support for multiple animations (by using LocalStart/LocalStop in takes)
2015-03-26 23:23:38 +02:00
FBXProperties.cpp
[FBX] add support for multiple animations (by using LocalStart/LocalStop in takes)
2015-03-26 23:23:38 +02:00
FBXProperties.h
fix most warnings with -pendantic
2014-08-18 02:09:06 +02:00
FBXTokenizer.cpp
Mark some more functions with AI_WONT_RETURN
2015-02-27 23:09:12 +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: silence some warnings produced by clang about missing switch cases. Add TokenType_BINARY_DATA to TokenTypeString() function.
2013-04-08 19:45:09 +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
remove "register" keyword:
2015-03-02 23:44:02 +01:00
FindDegenerates.h
bugfix: export processes for unittests.
2014-05-04 16:02:52 +02:00
FindInstancesProcess.cpp
fix some errors/warnings found by static code analyzer
2014-12-16 23:41:10 +01: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
remove "register" keyword:
2015-03-02 23:44:02 +01:00
FindInvalidDataProcess.h
bugfix: export processes for unittests.
2014-05-04 16:02:52 +02:00
FixNormalsStep.cpp
use std:: namespace for most cmath functions:
2014-09-23 00:43:33 +02: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
remove "register" keyword:
2015-03-02 23:44:02 +01:00
GenVertexNormalsProcess.h
fix unittests on linux / enable on travis-ci
2014-08-18 00:34:45 +02:00
GenericProperty.h
Add ExportProperties
2015-03-14 14:03:14 +01: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
IFCBoolean.cpp
- Bugfix: polygon-bounded half space clipping now assumes plane in correct coordinate space
2015-03-05 20:17:26 +01:00
IFCCurve.cpp
- IfcLoader now evaluates all curve segments at both start and end. Leads to a lot of duplicates which get filtered out afterwards, but fixes the "cutting corners" phenomen that sometimes appeared in conjunction with trimmed curves
2015-03-16 11:35:07 +01:00
IFCGeometry.cpp
- IFC reader regenerated from schema to include IfcArbitraryProfileDefWithVoids
2015-04-13 16:01:33 +02:00
IFCLoader.cpp
- Bugfix: IfcLoader lost nodes and geometry when they were stored in subnodes of IfcSpace and the setting "Filter IfcSpace" was enabled
2015-03-13 15:13:53 +01: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
Update IfcLoader to use numeric_limits<uint32_t> instead of UINT32_MAX, fixes gcc build and is more consistent with the rest of the codebase. Fixes #471 .
2015-02-28 13:40:10 +01:00
IFCOpenings.cpp
- reintroduced IFC openings to floors and ceilings. Were disabled for some unknown reasons, I hope I didn't break anything. Everything I tested works fine.
2015-03-06 14:14:45 +01:00
IFCProfile.cpp
use std:: namespace for most cmath functions:
2014-09-23 00:43:33 +02:00
IFCReaderGen.cpp
- IFC reader regenerated from schema to include IfcArbitraryProfileDefWithVoids
2015-04-13 16:01:33 +02:00
IFCReaderGen.h
- IFC reader regenerated from schema to include IfcArbitraryProfileDefWithVoids
2015-04-13 16:01:33 +02:00
IFCUtil.cpp
Added 'const' to () operator on CompareVector
2015-03-11 16:55:21 -07:00
IFCUtil.h
- IFC reader regenerated from schema to include IfcArbitraryProfileDefWithVoids
2015-04-13 16:01:33 +02:00
IFF.h
LWO: replace legacy reinterpret_cast based code by memcpy to solve Android SIGBUS problems due to unaligned accesses. Fixes #351
2014-09-04 20:49:48 -07:00
IRRLoader.cpp
use std:: namespace for most cmath functions:
2014-09-23 00:43:33 +02: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
Irrlicht mesh loader is now predicated on the proper preprocessor define (ASSIMP_BUILD_NO_IRRMESH_IMPORTER) as opposed to a similarly named but wrong define (ASSIMP_BUILD_NO_IRR_IMPORTER).
2013-10-07 19:32:46 -04: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
Irrlicht shared code is now excluded only if both the Irrlicht and Irrlicht Mesh importers are excluded from the build.
2013-10-07 19:40:21 -04: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
code style
2014-08-07 08:26:34 +02:00
Importer.h
Added matrix properties
2014-02-28 15:21:10 +01:00
ImporterRegistry.cpp
fix https://github.com/assimp/assimp/issues/504 : use correct define for check if OpenGEX-importer shall be used or not.
2015-03-20 13:34:48 +01:00
ImproveCacheLocality.cpp
remove "register" keyword:
2015-03-02 23:44:02 +01: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
Replace cppunit with the googletest framework
2014-09-07 16:52:03 -07:00
LWOAnimation.cpp
- drop a few swear words from documentation. Some of these are years old and I think the authors (me included) don't want them associated with their commits.
2013-03-21 19:54:55 +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
Fix read past end of buffer on malformed LWOB files
2015-01-29 23:22:56 +02:00
LWOFileData.h
remove "register" keyword:
2015-03-02 23:44:02 +01:00
LWOLoader.cpp
remove "register" keyword:
2015-03-02 23:44:02 +01:00
LWOLoader.h
LWO: replace legacy reinterpret_cast based code by memcpy to solve Android SIGBUS problems due to unaligned accesses. Fixes #351
2014-09-04 20:49:48 -07:00
LWOMaterial.cpp
use std:: namespace for most cmath functions:
2014-09-23 00:43:33 +02:00
LWSLoader.cpp
fix some errors/warnings found by static code analyzer
2014-12-16 23:41:10 +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
bugfix: fix stupid test introduced by myself.
2014-07-19 16:22:15 +02:00
LimitBoneWeightsProcess.h
bugfix: export processes for unittests.
2014-05-04 16:02:52 +02:00
LineSplitter.h
Modif dans le parsing IFC suppressions des espaces avant traitement de la chaine
2014-01-17 12:02:58 +01:00
LogAux.h
- fix [3595689] by requiring gcc 4.6 for the full magic in LogAux.h
2013-03-28 14:30:45 +01: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
remove "register" keyword:
2015-03-02 23:44:02 +01: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
use std:: namespace for most cmath functions:
2014-09-23 00:43:33 +02: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
- remove self-assignment in MD5Loader.cpp
2013-04-08 19:37:08 +02: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
Mark some more functions with AI_WONT_RETURN
2015-02-27 23:09:12 +02:00
MD5Parser.h
Mark some more functions with AI_WONT_RETURN
2015-02-27 23:09:12 +02: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
- drop a few swear words from documentation. Some of these are years old and I think the authors (me included) don't want them associated with their commits.
2013-03-21 19:54:55 +01:00
MS3DLoader.cpp
typo fix: loose -> lose
2013-11-14 10:09:10 -08: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
Missing material functions for aiUVTransform added
2014-01-17 11:51:43 +01: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
- NDOLoader: fix ASSIMP_BUILD_NO_NDO_IMPORTER guard.
2013-03-28 13:41:58 +01: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
remove "register" keyword:
2015-03-02 23:44:02 +01: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
Fix out-of-bounds read when OFF file contains no vertices
2015-01-29 23:22:56 +02: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
Add ExportProperties
2015-03-14 14:03:14 +01:00
ObjExporter.h
Add Scene Author + AuthorTool
2014-06-06 01:56:54 +02:00
ObjFileData.h
bugfix: Obj-importer is now able to deal with 3d-texture coordinates.
2014-04-29 00:04:54 +02:00
ObjFileImporter.cpp
use size_t instead of unsigned int ( static code analysis finding ).
2015-04-05 21:19:07 +02:00
ObjFileImporter.h
add missing doc in obj importer.
2015-04-04 18:52:24 +02:00
ObjFileMtlImporter.cpp
Support lowercase 'ns' and 'ni' obj material tokens
2014-11-18 16:56:46 -08:00
ObjFileMtlImporter.h
refactor the code, also parse texture option explictly
2013-12-02 22:58:15 +08:00
ObjFileParser.cpp
fix invalid line endling handling.
2015-02-10 20:46:02 +01:00
ObjFileParser.h
- untabify obj parser.
2015-02-10 19:31:23 +01:00
ObjTools.h
refactoring: remove duplicate code.
2014-09-23 23:34:05 +02:00
OgreBinarySerializer.cpp
fix most warnings with -pendantic
2014-08-18 02:09:06 +02:00
OgreBinarySerializer.h
fix most warnings with -pendantic
2014-08-18 02:09:06 +02:00
OgreImporter.cpp
fixed OgreImporter compilation error with boost scoped_ptr
2014-06-10 19:58:02 +03:00
OgreImporter.h
update: add sceleton for OpenGEX importer.
2014-08-27 23:00:19 +02:00
OgreMaterial.cpp
OgreImporter: Fix UV flip for binary meshes. Fix exception XML parsing when positions are declared in a previous vertex buffer than the currentl parsed one (that has eg. UVs). Remove debug prints from material parser.
2014-05-21 04:37:45 +03:00
OgreParsingUtils.h
OgreImporter: Proper rewrite of the XML parser to OgreXmlSerializer. Now more robust for XML sources, previously had hardcoded expectations on the child node ordering. Implement common Skeleton class for both binary and xml serialization. Implement shared IVertexData with proper bone assignment to Assimp bone weights functionality.
2014-05-20 04:52:53 +03:00
OgreStructs.cpp
fix most warnings with -pendantic
2014-08-18 02:09:06 +02:00
OgreStructs.h
OgreImporter: Fix UV flip for binary meshes. Fix exception XML parsing when positions are declared in a previous vertex buffer than the currentl parsed one (that has eg. UVs). Remove debug prints from material parser.
2014-05-21 04:37:45 +03:00
OgreXmlSerializer.cpp
Mark some more functions with AI_WONT_RETURN
2015-02-27 23:09:12 +02:00
OgreXmlSerializer.h
OgreImporter: Mirror bool return for XmlSerializer as it is in BinarySerializer. Document its meaning.
2014-05-21 04:06:22 +03:00
OpenGEXImporter.cpp
- fix double initialization.
2015-04-05 23:17:16 +02:00
OpenGEXImporter.h
generate unique indices for importes vertices in opengex importer.
2015-04-04 18:52:59 +02:00
OpenGEXStructs.h
update: metric parsing ongoing.
2014-09-12 12:00:03 +02: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
remove "register" keyword:
2015-03-02 23:44:02 +01: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
Whitespace
2015-03-09 12:33:13 +02:00
PlyExporter.cpp
Add ExportProperties
2015-03-14 14:03:14 +01:00
PlyExporter.h
Added binary ply exporter.
2014-12-05 17:25:18 +01:00
PlyLoader.cpp
fix compiler warning ( signed against unsigned ).
2015-03-26 10:11:14 +01: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
remove "register" keyword:
2015-03-02 23:44:02 +01:00
PlyParser.h
check binary or not in ParseHeader in PlyParser
2014-02-07 10:38:49 +09:00
PolyTools.h
use std:: namespace for most cmath functions:
2014-09-23 00:43:33 +02:00
PostStepRegistry.cpp
Merge remote-tracking branch 'official/master' into contrib
2014-04-22 14:32:59 +02:00
PretransformVertices.cpp
Back PretransformVertice Change
2015-03-14 19:48:08 +01:00
PretransformVertices.h
bugfix: export processes for unittests.
2014-05-04 16:02:52 +02: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
bugfix:
2014-03-27 20:33:08 +01:00
Q3BSPFileImporter.cpp
fix some errors/warnings found by static code analyzer
2014-12-16 23:41:10 +01: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
fix most warnings with -pendantic
2014-08-18 02:09:06 +02:00
Q3BSPZipArchive.h
Fixed unzip support to use IOSystem/IOStream abstraction
2014-03-10 17:21:17 +01:00
Q3DLoader.cpp
remove "register" keyword:
2015-03-02 23:44:02 +01: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
bugfix: export processes for unittests.
2014-05-04 16:02:52 +02:00
RemoveRedundantMaterials.cpp
RemoveRedundantMaterials: Fix crash bug when unreferenced materials were destroyed. The logic only rebuilt the material list if there were redundant materials being removed. This is a clear bug as it left freed aiMaterial ptrs into the list and did not fix the scene->numMaterials to be correct, even when deleting materials. This crashed later on in the ComputeUVMappingsProcess that accessed the freed ptr.
2014-05-09 01:33:30 +03:00
RemoveRedundantMaterials.h
Release candidate 2 : 3.1
2014-05-04 19:17:51 +02:00
RemoveVCProcess.cpp
remove "register" keyword:
2015-03-02 23:44:02 +01:00
RemoveVCProcess.h
Release candidate 2 : 3.1
2014-05-04 19:17:51 +02: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
Modif dans le parsing IFC suppressions des espaces avant traitement de la chaine
2014-01-17 12:02:58 +01:00
STEPFileEncoding.cpp
- STEP: fix possible compilation error due to unwanted line continuation in a comment line.
2013-01-27 03:23:41 +01:00
STEPFileEncoding.h
- STEP: support UTF16, UTF32 and Mac/Roman escape sequences.
2013-01-24 19:51:46 +01:00
STEPFileReader.cpp
Modif dans le parsing IFC suppressions des espaces avant traitement de la chaine
2014-01-17 12:02:58 +01:00
STEPFileReader.h
Modif dans le parsing IFC suppressions des espaces avant traitement de la chaine
2014-01-17 12:02:58 +01:00
STLExporter.cpp
Add ExportProperties
2015-03-14 14:03:14 +01:00
STLExporter.h
add binary exporter to STLExporter
2013-07-31 20:15:59 +09:00
STLLoader.cpp
Fix infinite loop in STL loader error path
2015-02-01 00:35:00 +02: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
SceneCombiner: implement proper copying of meta data. This entire module will need to be revamped in future as it is highly likely to cause further regressions as assimp data structures are modified.
2014-06-17 15:18:10 +02:00
SceneCombiner.h
SceneCombiner: implement proper copying of meta data. This entire module will need to be revamped in future as it is highly likely to cause further regressions as assimp data structures are modified.
2014-06-17 15:18:10 +02:00
ScenePreprocessor.cpp
Replace cppunit with the googletest framework
2014-09-07 16:52:03 -07:00
ScenePreprocessor.h
bugfix: export processes for unittests.
2014-05-04 16:02:52 +02:00
ScenePrivate.h
Scene: keep an internal flag whether the scene was copied using aiCopyScene() (and potentially modified by the user afterwards)
2013-10-05 16:26:16 +02:00
SkeletonMeshBuilder.cpp
use std:: namespace for most cmath functions:
2014-09-23 00:43:33 +02: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
Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio
2014-01-17 11:43:48 +01:00
SmoothingGroups.inl
addition to c4997f16db
2015-03-08 03:26:25 +01:00
SortByPTypeProcess.cpp
remove "register" keyword:
2015-03-02 23:44:02 +01:00
SortByPTypeProcess.h
bugfix: export processes for unittests.
2014-05-04 16:02:52 +02:00
SpatialSort.cpp
Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio
2014-01-17 11:43:48 +01: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
bugfix: export processes for unittests.
2014-05-04 16:02:52 +02:00
StandardShapes.cpp
use std:: namespace for most cmath functions:
2014-09-23 00:43:33 +02: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
Fixed parameter type mismatch in StreamReader.
2013-08-09 19:10:56 -04:00
StreamWriter.h
Fix CI build.
2014-07-23 18:54:05 +02:00
StringComparison.h
remove "register" keyword:
2015-03-02 23:44:02 +01:00
Subdivision.cpp
Free edges map before recursive calls to reduce memory consumption
2015-03-08 00:16:48 +02: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
remove "register" keyword:
2015-03-02 23:44:02 +01: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
Silence some uninitialized variable warnings
2015-02-13 12:21:59 +02:00
TextureTransform.h
use std:: namespace for most cmath functions:
2014-09-23 00:43:33 +02:00
TinyFormatter.h
- workaround for older gcc versions (<4.6) sometimes copying temporaries even though they shouldn't.
2013-04-13 16:08:13 +02:00
TriangulateProcess.cpp
use std:: namespace for most cmath functions:
2014-09-23 00:43:33 +02:00
TriangulateProcess.h
bugfix: export processes for unittests.
2014-05-04 16:02:52 +02: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
Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio
2014-01-17 11:43:48 +01:00
ValidateDataStructure.h
Added AI_WONT_RETURN_SUFFIX to ReportError().
2013-08-04 10:10:41 -04: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
bugfix: export processes for unittests.
2014-05-04 16:02:52 +02: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
XFileExporter.cpp
Fix XFile name for $ and {}
2015-03-14 20:52:53 +01:00
XFileExporter.h
Back PretransformVertice Change
2015-03-14 19:48:08 +01:00
XFileHelper.h
- rewrote the XFileLoader material management to handle meshes with dummy material names correctly.
2013-02-12 13:13:12 +01:00
XFileImporter.cpp
- rewrote the XFileLoader material management to handle meshes with dummy material names correctly.
2013-02-12 13:13:12 +01:00
XFileImporter.h
- rewrote the XFileLoader material management to handle meshes with dummy material names correctly.
2013-02-12 13:13:12 +01:00
XFileParser.cpp
Mark some more functions with AI_WONT_RETURN
2015-02-27 23:09:12 +02:00
XFileParser.h
Mark some more functions with AI_WONT_RETURN
2015-02-27 23:09:12 +02:00
XGLLoader.cpp
XGLLoader: set aiImporterFlags_SupportCompressedFlavour flag.
2015-03-28 13:09:18 +01:00
XGLLoader.h
Fix non-determinism in XGL importer output due to std::multimap value ordering not guaranteed < C++11.
2015-03-26 22:45:00 +01:00
XMLTools.h
Collada Export: escape user-defined strings in XML output.
2014-08-23 15:42:47 -07:00
assbin_chunks.h
[3393728] [PATCH 1/2] ommit->omit and splitted->split
2011-08-20 22:00:33 +00:00
fast_atof.h
fix for strtol10_64
2015-04-05 16:40:40 +03:00
irrXMLWrapper.h
Remove unnecessary semicolons after function definition
2015-02-27 23:09:12 +02:00
makefile.mingw
Fix makefile.mingw, see http://sourceforge.net/projects/assimp/forums/forum/817654/topic/3828839 .
2010-08-30 13:13:18 +00:00
qnan.h
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
2012-02-03 03:38:30 +00:00