aramis_acg f64f0446db - IFC: implement the IfcRevolvedAreaSolid and IfcCircleProfileDef entities. Improve vertical extrusion code. %!s(int64=14) %!d(string=hai) anos
..
BoostWorkaround 4aed392d03 # add missing newline at EOF %!s(int64=14) %!d(string=hai) anos
res 29935e2138 Set overall version to 1.1. %!s(int64=16) %!d(string=hai) anos
3DSConverter.cpp f77d0afa55 - revert previous changes to the 3DS loader until further clarification is done. %!s(int64=15) %!d(string=hai) anos
3DSHelper.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
3DSLoader.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
3DSLoader.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
ACLoader.cpp 0fc965da91 Rename strtolxxx family of functions, all functions returning unsigned integers now carry an 'u' in their name (this is for compatibility with Irrlicht's fast_atof see http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=243079#243079). %!s(int64=15) %!d(string=hai) anos
ACLoader.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
ASELoader.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
ASELoader.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
ASEParser.cpp 3fe2a40193 # bugfix [3294475] - ASE BUMP map record not read %!s(int64=14) %!d(string=hai) anos
ASEParser.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
Assimp.cpp 621bdef663 - rework exporter interface to be based primarily on the existing IOSystem. %!s(int64=15) %!d(string=hai) anos
AssimpCExport.cpp 621bdef663 - rework exporter interface to be based primarily on the existing IOSystem. %!s(int64=15) %!d(string=hai) anos
AssimpPCH.cpp 6f1408a7f0 - update CHANGES.current. %!s(int64=15) %!d(string=hai) anos
AssimpPCH.h e400dc46ef # fix gcc compile errors %!s(int64=14) %!d(string=hai) anos
B3DImporter.cpp a53360aa4d FIX: Change quaternion orientation for B3D loader (this format was forgotten with r502). %!s(int64=15) %!d(string=hai) anos
B3DImporter.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
BVHLoader.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
BVHLoader.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
BaseImporter.cpp 94767ecf8c Merge https://github.com/tonttu/assimp %!s(int64=15) %!d(string=hai) anos
BaseImporter.h c5c5338397 Add first version of the planned progress feedback API to the public Cpp API. Currently, progress reporting is done between each major import stage. %!s(int64=15) %!d(string=hai) anos
BaseProcess.cpp c5c5338397 Add first version of the planned progress feedback API to the public Cpp API. Currently, progress reporting is done between each major import stage. %!s(int64=15) %!d(string=hai) anos
BaseProcess.h c5c5338397 Add first version of the planned progress feedback API to the public Cpp API. Currently, progress reporting is done between each major import stage. %!s(int64=15) %!d(string=hai) anos
BlenderDNA.cpp 0fc965da91 Rename strtolxxx family of functions, all functions returning unsigned integers now carry an 'u' in their name (this is for compatibility with Irrlicht's fast_atof see http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=243079#243079). %!s(int64=15) %!d(string=hai) anos
BlenderDNA.h d082330cea BLENDER: Fix potential stack overflow caused by a DOM object referencing itself. %!s(int64=15) %!d(string=hai) anos
BlenderDNA.inl 729b70ae0f BLENDER: Normal vectors are now read properly. %!s(int64=15) %!d(string=hai) anos
BlenderIntermediate.h d082330cea BLENDER: Fix potential stack overflow caused by a DOM object referencing itself. %!s(int64=15) %!d(string=hai) anos
BlenderLoader.cpp f3ff403a91 # add missing template<> declarations that would screw up gcc %!s(int64=14) %!d(string=hai) anos
BlenderLoader.h c55509132b - IFC: implement automatic conversion from polygons with holes to polygons that consist of only one piece and are thus applicable to triangulation by ear-cutting. This solves many of the broken windows that would fall victim to z-fighting in earlier revisions. %!s(int64=14) %!d(string=hai) anos
BlenderModifier.cpp 729b70ae0f BLENDER: Normal vectors are now read properly. %!s(int64=15) %!d(string=hai) anos
BlenderModifier.h d082330cea BLENDER: Fix potential stack overflow caused by a DOM object referencing itself. %!s(int64=15) %!d(string=hai) anos
BlenderScene.cpp 99f2e3bd97 # bugfix typo in blender loader leading to warnings due to non-existent fields in the DNA. %!s(int64=15) %!d(string=hai) anos
BlenderScene.h 99f2e3bd97 # bugfix typo in blender loader leading to warnings due to non-existent fields in the DNA. %!s(int64=15) %!d(string=hai) anos
BlenderSceneGen.h d082330cea BLENDER: Fix potential stack overflow caused by a DOM object referencing itself. %!s(int64=15) %!d(string=hai) anos
BlobIOSystem.h 621bdef663 - rework exporter interface to be based primarily on the existing IOSystem. %!s(int64=15) %!d(string=hai) anos
ByteSwap.h 1eee9890a9 - move ByteSwap template code from StreamReader.h to ByteSwap.h, where it belongs to. %!s(int64=15) %!d(string=hai) anos
CInterfaceIOWrapper.h 621bdef663 - rework exporter interface to be based primarily on the existing IOSystem. %!s(int64=15) %!d(string=hai) anos
CMakeLists.txt c05acabea9 - update cmake build environment, now includes targets to build debian packages for Assimp. %!s(int64=14) %!d(string=hai) anos
COBLoader.cpp 0fc965da91 Rename strtolxxx family of functions, all functions returning unsigned integers now carry an 'u' in their name (this is for compatibility with Irrlicht's fast_atof see http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=243079#243079). %!s(int64=15) %!d(string=hai) anos
COBLoader.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
COBScene.h 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. %!s(int64=14) %!d(string=hai) anos
CSMLoader.cpp 0fc965da91 Rename strtolxxx family of functions, all functions returning unsigned integers now carry an 'u' in their name (this is for compatibility with Irrlicht's fast_atof see http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=243079#243079). %!s(int64=15) %!d(string=hai) anos
CSMLoader.h 81bebcd0ec Add basic support for the IZWARE NENDO file format (extension: ndo). The loader has been tested with files in format version 1.0, 1.1 and 1.2. Materials and textures are read but ignored for now. %!s(int64=15) %!d(string=hai) anos
CalcTangentsProcess.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
CalcTangentsProcess.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
ColladaExporter.cpp f8add9bb22 -add missing unit to cmake script for assimp_cmd, fix linux build trouble. %!s(int64=15) %!d(string=hai) anos
ColladaExporter.h 28008debf7 forgot the new files... %!s(int64=15) %!d(string=hai) anos
ColladaHelper.h 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. %!s(int64=14) %!d(string=hai) anos
ColladaLoader.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. %!s(int64=14) %!d(string=hai) anos
ColladaLoader.h bd4a4fd608 further work on http://sourceforge.net/tracker/index.php?func=detail&aid=3054873&group_id=226462&atid=1067632 - first try the old node resolving algorithm (which checks for node IDs), if this fails switch to a workaround which takes both node names and IDs into account. %!s(int64=15) %!d(string=hai) anos
ColladaParser.cpp 73d109c7cc # bugfix [3295074]: copy'n'paste bug in ReadSamplerProperties would cause y-axis sampler state to be assigned to the respective x values. %!s(int64=14) %!d(string=hai) anos
ColladaParser.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
ComputeUVMappingProcess.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. %!s(int64=14) %!d(string=hai) anos
ComputeUVMappingProcess.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
ConvertToLHProcess.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
ConvertToLHProcess.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
DXFHelper.h 0fc965da91 Rename strtolxxx family of functions, all functions returning unsigned integers now carry an 'u' in their name (this is for compatibility with Irrlicht's fast_atof see http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=243079#243079). %!s(int64=15) %!d(string=hai) anos
DXFLoader.cpp 990f5bd77e - DXF: convert AutoCAD's coordinate system conventions to Assimp's. %!s(int64=15) %!d(string=hai) anos
DXFLoader.h 4a88e50aa4 - revamp DXF loader. It now correctly distinguishes BLOCKS and ENTITIES and resolves cross references to entities from a block. Support for block-based coordinate-space transformations. Better polymesh handling. Improve error reporting. Refactor loader structure: the class itself is now stateless, reading is done using LineSplitter. %!s(int64=15) %!d(string=hai) anos
DeboneProcess.cpp 6a9e0f57d4 # fix vc10 compilation issue, thanks for Stepan Hrbek for the patch. %!s(int64=14) %!d(string=hai) anos
DeboneProcess.h 6e74e066a2 # fix gcc compile errors %!s(int64=14) %!d(string=hai) anos
DefaultIOStream.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. %!s(int64=14) %!d(string=hai) anos
DefaultIOStream.h 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. %!s(int64=14) %!d(string=hai) anos
DefaultIOSystem.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
DefaultIOSystem.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
DefaultLogger.cpp 85cd9be46d # some fixes to reduce the size of the binary. Total savings are ~3%. Thanks to Krishty for his efforts in that regard. %!s(int64=15) %!d(string=hai) anos
DefaultProgressHandler.h c5c5338397 Add first version of the planned progress feedback API to the public Cpp API. Currently, progress reporting is done between each major import stage. %!s(int64=15) %!d(string=hai) anos
Exceptional.h 621bdef663 - rework exporter interface to be based primarily on the existing IOSystem. %!s(int64=15) %!d(string=hai) anos
Exporter.cpp 621bdef663 - rework exporter interface to be based primarily on the existing IOSystem. %!s(int64=15) %!d(string=hai) anos
FileLogStream.h 03fcec7fe3 Removed direct STL dependency from the Assimp interface, should hopefully avoid problems with binary incompatible STLs. Some API changes, e.g. in the logger. %!s(int64=17) %!d(string=hai) anos
FileSystemFilter.h e241749511 # FileSystemFilter now skips over empty paths as opposed to crashing on them. %!s(int64=14) %!d(string=hai) anos
FindDegenerates.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
FindDegenerates.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
FindInstancesProcess.cpp 2b9ad081e0 - CHANGE vertex count and texture channel count limits to 8. Adapt all parts of the code which depended on both of them being set to 4. Test suite passes. %!s(int64=15) %!d(string=hai) anos
FindInstancesProcess.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
FindInvalidDataProcess.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. %!s(int64=14) %!d(string=hai) anos
FindInvalidDataProcess.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
FixNormalsStep.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
FixNormalsStep.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
GenFaceNormalsProcess.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
GenFaceNormalsProcess.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
GenVertexNormalsProcess.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
GenVertexNormalsProcess.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
GenericProperty.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
HMPFileData.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
HMPLoader.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
HMPLoader.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
HalfLifeFileData.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
Hash.h 7807c15e65 # fix portability problem with the Hsieh hash, which I had introduced accidentially. %!s(int64=14) %!d(string=hai) anos
IFCLoader.cpp f64f0446db - IFC: implement the IfcRevolvedAreaSolid and IfcCircleProfileDef entities. Improve vertical extrusion code. %!s(int64=14) %!d(string=hai) anos
IFCLoader.h c55509132b - IFC: implement automatic conversion from polygons with holes to polygons that consist of only one piece and are thus applicable to triangulation by ear-cutting. This solves many of the broken windows that would fall victim to z-fighting in earlier revisions. %!s(int64=14) %!d(string=hai) anos
IFCReaderGen.cpp f64f0446db - IFC: implement the IfcRevolvedAreaSolid and IfcCircleProfileDef entities. Improve vertical extrusion code. %!s(int64=14) %!d(string=hai) anos
IFCReaderGen.h f64f0446db - IFC: implement the IfcRevolvedAreaSolid and IfcCircleProfileDef entities. Improve vertical extrusion code. %!s(int64=14) %!d(string=hai) anos
IFF.h ef3cd69ae6 worked on getting assimpl compiled on BE %!s(int64=17) %!d(string=hai) anos
IRRLoader.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. %!s(int64=14) %!d(string=hai) anos
IRRLoader.h 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. %!s(int64=14) %!d(string=hai) anos
IRRMeshLoader.cpp 0fc965da91 Rename strtolxxx family of functions, all functions returning unsigned integers now carry an 'u' in their name (this is for compatibility with Irrlicht's fast_atof see http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=243079#243079). %!s(int64=15) %!d(string=hai) anos
IRRMeshLoader.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
IRRShared.cpp 0fc965da91 Rename strtolxxx family of functions, all functions returning unsigned integers now carry an 'u' in their name (this is for compatibility with Irrlicht's fast_atof see http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=243079#243079). %!s(int64=15) %!d(string=hai) anos
IRRShared.h c6899cd999 FIX: Adding empty final line to some units where it was missing. %!s(int64=16) %!d(string=hai) anos
Importer.cpp 1400ae79e7 + add first prototype version of the IFC-STEP loader. Loads many test models fine but does not support some of the more sophisticated format features. %!s(int64=14) %!d(string=hai) anos
ImproveCacheLocality.cpp 5ac47b9873 # don't run cache optimization if mesh fits into cache anyway ... %!s(int64=14) %!d(string=hai) anos
ImproveCacheLocality.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
JoinVerticesProcess.cpp 2b9ad081e0 - CHANGE vertex count and texture channel count limits to 8. Adapt all parts of the code which depended on both of them being set to 4. Test suite passes. %!s(int64=15) %!d(string=hai) anos
JoinVerticesProcess.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
LWOAnimation.cpp f0044cf7d7 # fix LWS animation evaluator. pivot implementation still incorrect. %!s(int64=15) %!d(string=hai) anos
LWOAnimation.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
LWOBLoader.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
LWOFileData.h 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. %!s(int64=14) %!d(string=hai) anos
LWOLoader.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. %!s(int64=14) %!d(string=hai) anos
LWOLoader.h 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. %!s(int64=14) %!d(string=hai) anos
LWOMaterial.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. %!s(int64=14) %!d(string=hai) anos
LWSLoader.cpp 0fc965da91 Rename strtolxxx family of functions, all functions returning unsigned integers now carry an 'u' in their name (this is for compatibility with Irrlicht's fast_atof see http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=243079#243079). %!s(int64=15) %!d(string=hai) anos
LWSLoader.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
LimitBoneWeightsProcess.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
LimitBoneWeightsProcess.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
LineSplitter.h 1400ae79e7 + add first prototype version of the IFC-STEP loader. Loads many test models fine but does not support some of the more sophisticated format features. %!s(int64=14) %!d(string=hai) anos
LogAux.h c55509132b - IFC: implement automatic conversion from polygons with holes to polygons that consist of only one piece and are thus applicable to triangulation by ear-cutting. This solves many of the broken windows that would fall victim to z-fighting in earlier revisions. %!s(int64=14) %!d(string=hai) anos
MD2FileData.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
MD2Loader.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. %!s(int64=14) %!d(string=hai) anos
MD2Loader.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
MD2NormalTable.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
MD3FileData.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
MD3Loader.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. %!s(int64=14) %!d(string=hai) anos
MD3Loader.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
MD4FileData.h 01a25c1fb4 Get rid of ./extra folder in ./code. Move contents to main code folder. %!s(int64=16) %!d(string=hai) anos
MD5Loader.cpp 5576b31aa6 # MD5 loader: fail early for empty files %!s(int64=14) %!d(string=hai) anos
MD5Loader.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
MD5Parser.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. %!s(int64=14) %!d(string=hai) anos
MD5Parser.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
MDCFileData.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
MDCLoader.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. %!s(int64=14) %!d(string=hai) anos
MDCLoader.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
MDCNormalTable.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). %!s(int64=17) %!d(string=hai) anos
MDLDefaultColorMap.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
MDLFileData.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
MDLLoader.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. %!s(int64=14) %!d(string=hai) anos
MDLLoader.h 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. %!s(int64=14) %!d(string=hai) anos
MDLMaterialLoader.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. %!s(int64=14) %!d(string=hai) anos
MS3DLoader.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. %!s(int64=14) %!d(string=hai) anos
MS3DLoader.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
MakeVerboseFormat.cpp 21e3b5e087 # fix debug build of the MakeVerboseFormat-process - it asserted AI_MAX_NUMBER_OF_TEXTURECOORDS==4 for no reason. %!s(int64=15) %!d(string=hai) anos
MakeVerboseFormat.h 01a25c1fb4 Get rid of ./extra folder in ./code. Move contents to main code folder. %!s(int64=16) %!d(string=hai) anos
MaterialSystem.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. %!s(int64=14) %!d(string=hai) anos
MaterialSystem.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
MemoryIOWrapper.h 1b87557fd1 update to zlib 1.2.5. %!s(int64=15) %!d(string=hai) anos
NDOLoader.cpp e440fb2769 NDOLoader: improve reusability of some temporary vectors. %!s(int64=15) %!d(string=hai) anos
NDOLoader.h 81bebcd0ec Add basic support for the IZWARE NENDO file format (extension: ndo). The loader has been tested with files in format version 1.0, 1.1 and 1.2. Materials and textures are read but ignored for now. %!s(int64=15) %!d(string=hai) anos
NFFLoader.cpp 0fc965da91 Rename strtolxxx family of functions, all functions returning unsigned integers now carry an 'u' in their name (this is for compatibility with Irrlicht's fast_atof see http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=243079#243079). %!s(int64=15) %!d(string=hai) anos
NFFLoader.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
OFFLoader.cpp 0fc965da91 Rename strtolxxx family of functions, all functions returning unsigned integers now carry an 'u' in their name (this is for compatibility with Irrlicht's fast_atof see http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=243079#243079). %!s(int64=15) %!d(string=hai) anos
OFFLoader.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
ObjFileData.h 94767ecf8c Merge https://github.com/tonttu/assimp %!s(int64=15) %!d(string=hai) anos
ObjFileImporter.cpp 36d3a60c40 # fix obj crashes due to out-of-bounds indices in the input files. This fixes models/invalid/malformed.obj and models/invalid/malformed2.obj. %!s(int64=14) %!d(string=hai) anos
ObjFileImporter.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
ObjFileMtlImporter.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
ObjFileMtlImporter.h b0d8d83b75 BUGFIX 2970556: Fix possible overflow in material importer ( obj ) . %!s(int64=15) %!d(string=hai) anos
ObjFileParser.cpp 36d3a60c40 # fix obj crashes due to out-of-bounds indices in the input files. This fixes models/invalid/malformed.obj and models/invalid/malformed2.obj. %!s(int64=14) %!d(string=hai) anos
ObjFileParser.h f3310b0f36 BUGFIX : Fix handling of multiple materials per object definition in Obj-Loader. %!s(int64=15) %!d(string=hai) anos
ObjTools.h 613a4cc679 - BUGFIX: Crash in obj-model. %!s(int64=15) %!d(string=hai) anos
OgreImporter.cpp 85cd9be46d # some fixes to reduce the size of the binary. Total savings are ~3%. Thanks to Krishty for his efforts in that regard. %!s(int64=15) %!d(string=hai) anos
OgreImporter.h 998de54048 some code updates, ogre animation still not working :( %!s(int64=15) %!d(string=hai) anos
OgreImporterMaterial.cpp 55bdc6db63 Ogre: Use explicit qualification for boost stuff to avoid potential tr1 conflicts with vc10. Thanks to Krishty to point it out. Use TinyFormatter instead of boost::format. %!s(int64=15) %!d(string=hai) anos
OgreXmlHelper.h 1bcd29d704 Fix: OgreImporter relies on non ISO std::exception c'tor. %!s(int64=15) %!d(string=hai) anos
OptimizeGraph.cpp 1fcb1a1d8e # OptimizeGraph: fix crash if there is no data remaining after flattening the graph and removing everything that serves no purpose. %!s(int64=14) %!d(string=hai) anos
OptimizeGraph.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
OptimizeMeshes.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
OptimizeMeshes.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
ParsingUtils.h 1400ae79e7 + add first prototype version of the IFC-STEP loader. Loads many test models fine but does not support some of the more sophisticated format features. %!s(int64=14) %!d(string=hai) anos
PlyLoader.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
PlyLoader.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
PlyParser.cpp 0fc965da91 Rename strtolxxx family of functions, all functions returning unsigned integers now carry an 'u' in their name (this is for compatibility with Irrlicht's fast_atof see http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=243079#243079). %!s(int64=15) %!d(string=hai) anos
PlyParser.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
PretransformVertices.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. %!s(int64=14) %!d(string=hai) anos
PretransformVertices.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
ProcessHelper.cpp a6e0a5075f + integrate Debone-Process into Assimp. This step was contributed by mick-p, see [3262561] (https://sourceforge.net/tracker/?func=detail&aid=3262561&group_id=226462&atid=1067634) %!s(int64=14) %!d(string=hai) anos
ProcessHelper.h a6e0a5075f + integrate Debone-Process into Assimp. This step was contributed by mick-p, see [3262561] (https://sourceforge.net/tracker/?func=detail&aid=3262561&group_id=226462&atid=1067634) %!s(int64=14) %!d(string=hai) anos
Profiler.h aae8637666 Add GLOB_MEASURE_TIME configuration option to profile the runtime of the postprocessing steps. %!s(int64=15) %!d(string=hai) anos
Q3BSPFileData.h 5ef9e63ac6 - UPDATE : Add first version of bsp-loader with assimp-internal texture support. %!s(int64=15) %!d(string=hai) anos
Q3BSPFileImporter.cpp ea3372f232 # pk3: fix CanRead() %!s(int64=14) %!d(string=hai) anos
Q3BSPFileImporter.h 1c37910f5f - UPDATE : VArious Bugfixes from rdb in the PK3BSP-Loader: fix lightmap copying, fix a typo, offer a way to get texture names from external, if they a re not part of the archive. %!s(int64=15) %!d(string=hai) anos
Q3BSPFileParser.cpp 5ef9e63ac6 - UPDATE : Add first version of bsp-loader with assimp-internal texture support. %!s(int64=15) %!d(string=hai) anos
Q3BSPFileParser.h f017b5a4a4 - FEATURE : First version of PK3 format loader. %!s(int64=15) %!d(string=hai) anos
Q3BSPZipArchive.cpp 5ef9e63ac6 - UPDATE : Add first version of bsp-loader with assimp-internal texture support. %!s(int64=15) %!d(string=hai) anos
Q3BSPZipArchive.h f017b5a4a4 - FEATURE : First version of PK3 format loader. %!s(int64=15) %!d(string=hai) anos
Q3DLoader.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. %!s(int64=14) %!d(string=hai) anos
Q3DLoader.h 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. %!s(int64=14) %!d(string=hai) anos
RawLoader.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
RawLoader.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
RemoveComments.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
RemoveComments.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
RemoveRedundantMaterials.cpp 94767ecf8c Merge https://github.com/tonttu/assimp %!s(int64=15) %!d(string=hai) anos
RemoveRedundantMaterials.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
RemoveVCProcess.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
RemoveVCProcess.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
SGSpatialSort.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
SGSpatialSort.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
SMDLoader.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. %!s(int64=14) %!d(string=hai) anos
SMDLoader.h 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. %!s(int64=14) %!d(string=hai) anos
STEPFile.h 95e0148f95 - IFC: directly keep a pointer to the class name in STEP::Object. This avoid hacking around with typeid().name(), which yields platform-dependent results. %!s(int64=14) %!d(string=hai) anos
STEPFileReader.cpp 27ee419355 # fix crashbug in rtrim(), hackpatch STEP::Object::GetClassName() for gcc %!s(int64=14) %!d(string=hai) anos
STEPFileReader.h 1400ae79e7 + add first prototype version of the IFC-STEP loader. Loads many test models fine but does not support some of the more sophisticated format features. %!s(int64=14) %!d(string=hai) anos
STLLoader.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
STLLoader.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
SceneCombiner.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. %!s(int64=14) %!d(string=hai) anos
SceneCombiner.h 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. %!s(int64=14) %!d(string=hai) anos
ScenePreprocessor.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. %!s(int64=14) %!d(string=hai) anos
ScenePreprocessor.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
SkeletonMeshBuilder.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
SkeletonMeshBuilder.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
SmoothingGroups.h 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. %!s(int64=14) %!d(string=hai) anos
SmoothingGroups.inl 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
SortByPTypeProcess.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. %!s(int64=14) %!d(string=hai) anos
SortByPTypeProcess.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
SpatialSort.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. %!s(int64=14) %!d(string=hai) anos
SpatialSort.h a9fd02c14e JoinIdenticalVertices: Performance optimizations by Krishty („Fuck the System”). Yields a 9x speedup in first benchmarks with meshes > 2k triangles. %!s(int64=15) %!d(string=hai) anos
SplitByBoneCountProcess.cpp 94767ecf8c Merge https://github.com/tonttu/assimp %!s(int64=15) %!d(string=hai) anos
SplitByBoneCountProcess.h 24a0132598 + SplitByBonesCountProcess: make bone limit configurable. %!s(int64=15) %!d(string=hai) anos
SplitLargeMeshes.cpp 261f49c468 Add mName member to aiMesh. %!s(int64=15) %!d(string=hai) anos
SplitLargeMeshes.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
StandardShapes.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. %!s(int64=14) %!d(string=hai) anos
StandardShapes.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
StdOStreamLogStream.h 03fcec7fe3 Removed direct STL dependency from the Assimp interface, should hopefully avoid problems with binary incompatible STLs. Some API changes, e.g. in the logger. %!s(int64=17) %!d(string=hai) anos
StreamReader.h af8058498e - StreamReader now should be able to deal with files opened in text mode. %!s(int64=14) %!d(string=hai) anos
StringComparison.h 81bebcd0ec Add basic support for the IZWARE NENDO file format (extension: ndo). The loader has been tested with files in format version 1.0, 1.1 and 1.2. Materials and textures are read but ignored for now. %!s(int64=15) %!d(string=hai) anos
Subdivision.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
Subdivision.h d082330cea BLENDER: Fix potential stack overflow caused by a DOM object referencing itself. %!s(int64=15) %!d(string=hai) anos
TargetAnimation.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
TargetAnimation.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
TerragenLoader.cpp 32bfa9ac21 Add WIP version of the BLENDER importer. DO NOT USE FOR PRODUCTION YET! %!s(int64=15) %!d(string=hai) anos
TerragenLoader.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
TextureTransform.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
TextureTransform.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
TinyFormatter.h 00238e84e8 # fix vc8 compilation. See https://sourceforge.net/projects/assimp/forums/forum/817654/topic/4372824 %!s(int64=15) %!d(string=hai) anos
TriangulateProcess.cpp 9c1306a95a Skip ear cutting algorithm for quadrilaterals, makes triangulation MUCH, MUCH faster (100x) for models composed of quadrilaterals (i.e. Blender, Terragen). %!s(int64=15) %!d(string=hai) anos
TriangulateProcess.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
UnrealLoader.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. %!s(int64=14) %!d(string=hai) anos
UnrealLoader.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
ValidateDataStructure.cpp 2c83543b39 - remove aiAssert, use a plain assert instead. This removes the exit() call in Assimp. %!s(int64=15) %!d(string=hai) anos
ValidateDataStructure.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
Vertex.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
VertexTriangleAdjacency.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
VertexTriangleAdjacency.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
Win32DebugLogStream.h 93ed38e50b FIX: Change call to OutputDebugString to OutputDebugStringA to deal with _UNICODE builds. %!s(int64=16) %!d(string=hai) anos
XFileHelper.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
XFileImporter.cpp 94767ecf8c Merge https://github.com/tonttu/assimp %!s(int64=15) %!d(string=hai) anos
XFileImporter.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
XFileParser.cpp 0fc965da91 Rename strtolxxx family of functions, all functions returning unsigned integers now carry an 'u' in their name (this is for compatibility with Irrlicht's fast_atof see http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=243079#243079). %!s(int64=15) %!d(string=hai) anos
XFileParser.h 94767ecf8c Merge https://github.com/tonttu/assimp %!s(int64=15) %!d(string=hai) anos
assbin_chunks.h 9fd2245eb1 Add specification/prototype header for the ASSBIN format utilized by assimp_cmd to store its minidumps or fully-fledged binary copies of our data structure. %!s(int64=16) %!d(string=hai) anos
fast_atof.h 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. %!s(int64=14) %!d(string=hai) anos
irrXMLWrapper.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. %!s(int64=16) %!d(string=hai) anos
makefile fb2815047d Update my standalone handcrafted makefiles to compile ./contrib/unzip as well. %!s(int64=15) %!d(string=hai) anos
makefile.mingw 76bdf7d0cb Fix makefile.mingw, see http://sourceforge.net/projects/assimp/forums/forum/817654/topic/3828839. %!s(int64=15) %!d(string=hai) anos
pstdint.h 0e77095ace Experimental bugfix: avoid most pstdint.h stuff when VC10 stdint.h is included. %!s(int64=15) %!d(string=hai) anos
qnan.h 906c45eeeb Fix: qnan detection code. Appearently I fooled myself when I wrote this. %!s(int64=15) %!d(string=hai) anos