aramis_acg 81ef6af2df Apply patch [3473792] - LWS loader failed to find LWO files referenced with inaccessible, absolute paths, but actually residing in the folder of the LWS file. Applied the patch to FileSystemFilter, so all loaders do this now. hace 14 años
..
BoostWorkaround d29dde1646 # NoBoost: fix a critical issue in the foreach replacement. All local variables introduced by the loop header have longer, magic names now. This avoids unintended shadowing of other local variables. hace 14 años
res 29935e2138 Set overall version to 1.1. hace 16 años
3DSConverter.cpp 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
3DSHelper.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. hace 16 años
3DSLoader.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git hace 14 años
3DSLoader.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
ACLoader.cpp 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
ACLoader.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
ASELoader.cpp 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
ASELoader.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
ASEParser.cpp 3fe2a40193 # bugfix [3294475] - ASE BUMP map record not read hace 14 años
ASEParser.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
Assimp.cpp 3f369342d6 - Redesign the C interface to allow per-import settings. hace 14 años
AssimpCExport.cpp 36b3695a31 - improve symmetry between Assimp::Importer and Assimp::Exporter. hace 14 años
AssimpPCH.cpp 665f73861e - move importer and postprocessing step construction chain to separate files to make them available to the exporter part. hace 14 años
AssimpPCH.h 34089b4596 # include <memory> for auto_ptr [3445528] hace 14 años
B3DImporter.cpp 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
B3DImporter.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. hace 16 años
BVHLoader.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git hace 14 años
BVHLoader.h 665f73861e - move importer and postprocessing step construction chain to separate files to make them available to the exporter part. hace 14 años
BaseImporter.cpp 3f369342d6 - Redesign the C interface to allow per-import settings. hace 14 años
BaseImporter.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
BaseProcess.cpp 3f369342d6 - Redesign the C interface to allow per-import settings. hace 14 años
BaseProcess.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
BlenderDNA.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git hace 14 años
BlenderDNA.h 9edc0a9b8e merge with git://github.com/tonttu/assimp.git hace 14 años
BlenderDNA.inl 9edc0a9b8e merge with git://github.com/tonttu/assimp.git hace 14 años
BlenderIntermediate.h d082330cea BLENDER: Fix potential stack overflow caused by a DOM object referencing itself. hace 15 años
BlenderLoader.cpp 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
BlenderLoader.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
BlenderModifier.cpp 36b3695a31 - improve symmetry between Assimp::Importer and Assimp::Exporter. hace 14 años
BlenderModifier.h 9edc0a9b8e merge with git://github.com/tonttu/assimp.git hace 14 años
BlenderScene.cpp ffdb479411 + Blender: read specular hardness. Thanks to Marvin for the patch. hace 14 años
BlenderScene.h 2ffac898d6 [3393728] [PATCH 1/2] ommit->omit and splitted->split hace 14 años
BlenderSceneGen.h d082330cea BLENDER: Fix potential stack overflow caused by a DOM object referencing itself. hace 15 años
BlobIOSystem.h 9edc0a9b8e merge with git://github.com/tonttu/assimp.git hace 14 años
ByteSwap.h 9edc0a9b8e merge with git://github.com/tonttu/assimp.git hace 14 años
CInterfaceIOWrapper.h 621bdef663 - rework exporter interface to be based primarily on the existing IOSystem. hace 15 años
CMakeLists.txt 2c0b36bc45 Update CMake environment to accept BUILD_STATIC_LIB option to allow building of static library for platforms that require it (such as iOS). Sorry if I overstepped any bounds here; feel free to revert if required. hace 14 años
COBLoader.cpp 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
COBLoader.h 665f73861e - move importer and postprocessing step construction chain to separate files to make them available to the exporter part. hace 14 años
COBScene.h 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. hace 14 años
CSMLoader.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git hace 14 años
CSMLoader.h 665f73861e - move importer and postprocessing step construction chain to separate files to make them available to the exporter part. hace 14 años
CalcTangentsProcess.cpp 323b9d8400 # make source UV index for tangent space computation configurable via the AI_CONFIG_PP_CT_TEXTURE_CHANNEL_INDEX option. hace 14 años
CalcTangentsProcess.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
ColladaExporter.cpp c58480d608 + first version of OBJ exporter hace 14 años
ColladaExporter.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
ColladaHelper.h 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. hace 14 años
ColladaLoader.cpp a73397198c - Bugfix #3457587: correct decomposition of matrices with negative scaling. Thanks to anonymous google account user for the fix. hace 14 años
ColladaLoader.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
ColladaParser.cpp ff705e6fa4 # Collada: allow empty meshes. Thanks to Mark Page for the patch (https://sourceforge.net/projects/assimp/forums/forum/817653/topic/4628297). hace 14 años
ColladaParser.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. hace 16 años
ComputeUVMappingProcess.cpp 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
ComputeUVMappingProcess.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
ConvertToLHProcess.cpp 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
ConvertToLHProcess.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
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). hace 15 años
DXFLoader.cpp 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
DXFLoader.h 665f73861e - move importer and postprocessing step construction chain to separate files to make them available to the exporter part. hace 14 años
DeboneProcess.cpp 6a9e0f57d4 # fix vc10 compilation issue, thanks for Stepan Hrbek for the patch. hace 14 años
DeboneProcess.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
DefaultIOStream.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. hace 14 años
DefaultIOStream.h 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. hace 14 años
DefaultIOSystem.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. hace 16 años
DefaultIOSystem.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. hace 16 años
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. hace 15 años
DefaultProgressHandler.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
Exceptional.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
Exporter.cpp 255ed412d5 + add Exporter::RegisterExporter and Exporter::UnregisterExporter pair of methods. Make parts of the internal export interface public to allow custom exporters to be added on the fly. This is a non-breaking API change. hace 14 años
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. hace 17 años
FileSystemFilter.h 81ef6af2df Apply patch [3473792] - LWS loader failed to find LWO files referenced with inaccessible, absolute paths, but actually residing in the folder of the LWS file. Applied the patch to FileSystemFilter, so all loaders do this now. hace 14 años
FindDegenerates.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. hace 16 años
FindDegenerates.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
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. hace 15 años
FindInstancesProcess.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
FindInvalidDataProcess.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. hace 14 años
FindInvalidDataProcess.h 3d00f36faf # fix unit tests, although static linkage to Assimp is a requirement or symbols will be missing. This involves declaring some members of certain pp step classes public to give the tests access to them. Those are harmless and completely safe to use from outside, though. hace 14 años
FixNormalsStep.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. hace 16 años
FixNormalsStep.h d5bd7009a6 - Update : Apply simple patch for debian-specific build-fixes: adapt architecture-macro. hace 14 años
GenFaceNormalsProcess.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. hace 16 años
GenFaceNormalsProcess.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
GenVertexNormalsProcess.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. hace 16 años
GenVertexNormalsProcess.h 3d00f36faf # fix unit tests, although static linkage to Assimp is a requirement or symbols will be missing. This involves declaring some members of certain pp step classes public to give the tests access to them. Those are harmless and completely safe to use from outside, though. hace 14 años
GenericProperty.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. hace 16 años
HMPFileData.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. hace 16 años
HMPLoader.cpp 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
HMPLoader.h 665f73861e - move importer and postprocessing step construction chain to separate files to make them available to the exporter part. hace 14 años
HalfLifeFileData.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. hace 16 años
Hash.h 7807c15e65 # fix portability problem with the Hsieh hash, which I had introduced accidentially. hace 14 años
IFCCurve.cpp db29c9a20d Spelling fixes, thanks to Jan Dittberner. hace 14 años
IFCGeometry.cpp db29c9a20d Spelling fixes, thanks to Jan Dittberner. hace 14 años
IFCLoader.cpp a7e43173db hace 14 años
IFCLoader.h 665f73861e - move importer and postprocessing step construction chain to separate files to make them available to the exporter part. hace 14 años
IFCMaterial.cpp 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
IFCProfile.cpp 409eb6cee7 - IFC: IfcTrimmingCurve sampling code now supports trimming by points rather than by parameter values. hace 14 años
IFCReaderGen.cpp a7e43173db hace 14 años
IFCReaderGen.h a7e43173db hace 14 años
IFCUtil.cpp a7e43173db hace 14 años
IFCUtil.h 409eb6cee7 - IFC: IfcTrimmingCurve sampling code now supports trimming by points rather than by parameter values. hace 14 años
IFF.h ef3cd69ae6 worked on getting assimpl compiled on BE hace 17 años
IRRLoader.cpp 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
IRRLoader.h 665f73861e - move importer and postprocessing step construction chain to separate files to make them available to the exporter part. hace 14 años
IRRMeshLoader.cpp 4f1a95a584 # STLLoader: avoid potential division by zero. hace 14 años
IRRMeshLoader.h 665f73861e - move importer and postprocessing step construction chain to separate files to make them available to the exporter part. hace 14 años
IRRShared.cpp 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
IRRShared.h c6899cd999 FIX: Adding empty final line to some units where it was missing. hace 16 años
Importer.cpp d5bd7009a6 - Update : Apply simple patch for debian-specific build-fixes: adapt architecture-macro. hace 14 años
Importer.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
ImporterRegistry.cpp ab71ca60c3 - Feature : First buggy prototype of the M3-loader for starcraft models. hace 14 años
ImproveCacheLocality.cpp 5ac47b9873 # don't run cache optimization if mesh fits into cache anyway ... hace 14 años
ImproveCacheLocality.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
JoinVerticesProcess.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git hace 14 años
JoinVerticesProcess.h 3d00f36faf # fix unit tests, although static linkage to Assimp is a requirement or symbols will be missing. This involves declaring some members of certain pp step classes public to give the tests access to them. Those are harmless and completely safe to use from outside, though. hace 14 años
LWOAnimation.cpp 5957e9996b merge https://github.com/gellule/assimp.git hace 14 años
LWOAnimation.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. hace 16 años
LWOBLoader.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. hace 16 años
LWOFileData.h 9edc0a9b8e merge with git://github.com/tonttu/assimp.git hace 14 años
LWOLoader.cpp e52a49a990 Fix [3472310] Unnecessary output in LWOImporter hace 14 años
LWOLoader.h 5957e9996b merge https://github.com/gellule/assimp.git hace 14 años
LWOMaterial.cpp 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
LWSLoader.cpp 81ef6af2df Apply patch [3473792] - LWS loader failed to find LWO files referenced with inaccessible, absolute paths, but actually residing in the folder of the LWS file. Applied the patch to FileSystemFilter, so all loaders do this now. hace 14 años
LWSLoader.h 5957e9996b merge https://github.com/gellule/assimp.git hace 14 años
LimitBoneWeightsProcess.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. hace 16 años
LimitBoneWeightsProcess.h 3d00f36faf # fix unit tests, although static linkage to Assimp is a requirement or symbols will be missing. This involves declaring some members of certain pp step classes public to give the tests access to them. Those are harmless and completely safe to use from outside, though. hace 14 años
LineSplitter.h 9edc0a9b8e merge with git://github.com/tonttu/assimp.git hace 14 años
LogAux.h 967e87d625 # ammendment to previous: take care for gcc.major > 4 hace 14 años
M3Importer.cpp ab71ca60c3 - Feature : First buggy prototype of the M3-loader for starcraft models. hace 14 años
M3Importer.h ab71ca60c3 - Feature : First buggy prototype of the M3-loader for starcraft models. hace 14 años
MD2FileData.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. hace 16 años
MD2Loader.cpp c807fd65f3 - no longer distinguish between textured and non-textured default materials. Also, do not spit out dummy texture names. This was once a workaround to get some viewers to display a dummy texture rather than a plain shaded asset, but this is no longer appropriate. This involves removal of the public #define AI_DEFAULT_TEXTURED_MATERIAL_NAME. hace 14 años
MD2Loader.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
MD2NormalTable.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. hace 16 años
MD3FileData.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. hace 16 años
MD3Loader.cpp 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
MD3Loader.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
MD4FileData.h 01a25c1fb4 Get rid of ./extra folder in ./code. Move contents to main code folder. hace 16 años
MD5Loader.cpp 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
MD5Loader.h 665f73861e - move importer and postprocessing step construction chain to separate files to make them available to the exporter part. hace 14 años
MD5Parser.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. hace 14 años
MD5Parser.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. hace 16 años
MDCFileData.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. hace 16 años
MDCLoader.cpp 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
MDCLoader.h 665f73861e - move importer and postprocessing step construction chain to separate files to make them available to the exporter part. hace 14 años
MDCNormalTable.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). hace 17 años
MDLDefaultColorMap.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. hace 16 años
MDLFileData.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
MDLLoader.cpp 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
MDLLoader.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
MDLMaterialLoader.cpp 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
MS3DLoader.cpp 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
MS3DLoader.h 665f73861e - move importer and postprocessing step construction chain to separate files to make them available to the exporter part. hace 14 años
MakeVerboseFormat.cpp 21e3b5e087 # fix debug build of the MakeVerboseFormat-process - it asserted AI_MAX_NUMBER_OF_TEXTURECOORDS==4 for no reason. hace 15 años
MakeVerboseFormat.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
MaterialSystem.cpp 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
MaterialSystem.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
MemoryIOWrapper.h 9edc0a9b8e merge with git://github.com/tonttu/assimp.git hace 14 años
NDOLoader.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git hace 14 años
NDOLoader.h 665f73861e - move importer and postprocessing step construction chain to separate files to make them available to the exporter part. hace 14 años
NFFLoader.cpp 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
NFFLoader.h 665f73861e - move importer and postprocessing step construction chain to separate files to make them available to the exporter part. hace 14 años
OFFLoader.cpp 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
OFFLoader.h 665f73861e - move importer and postprocessing step construction chain to separate files to make them available to the exporter part. hace 14 años
ObjExporter.cpp 78493b833c + Obj: implement exporting of p and l entities. hace 14 años
ObjExporter.h 78493b833c + Obj: implement exporting of p and l entities. hace 14 años
ObjFileData.h df63b4b3ed [3298060] OBJ: Add support for p and l elements hace 14 años
ObjFileImporter.cpp d5bd7009a6 - Update : Apply simple patch for debian-specific build-fixes: adapt architecture-macro. hace 14 años
ObjFileImporter.h df63b4b3ed [3298060] OBJ: Add support for p and l elements hace 14 años
ObjFileMtlImporter.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. hace 16 años
ObjFileMtlImporter.h b0d8d83b75 BUGFIX 2970556: Fix possible overflow in material importer ( obj ) . hace 15 años
ObjFileParser.cpp 2c0965795c [ 3460982] Patch for Bug 3460978 - Obj loader not generating new objects for material groups. hace 14 años
ObjFileParser.h df63b4b3ed [3298060] OBJ: Add support for p and l elements hace 14 años
ObjTools.h 613a4cc679 - BUGFIX: Crash in obj-model. hace 15 años
OgreImporter.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git hace 14 años
OgreImporter.h 998de54048 some code updates, ogre animation still not working :( hace 15 años
OgreImporterMaterial.cpp 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
OgreXmlHelper.h 1bcd29d704 Fix: OgreImporter relies on non ISO std::exception c'tor. hace 16 años
OptimizeGraph.cpp 1fcb1a1d8e # OptimizeGraph: fix crash if there is no data remaining after flattening the graph and removing everything that serves no purpose. hace 14 años
OptimizeGraph.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
OptimizeMeshes.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. hace 16 años
OptimizeMeshes.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
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. hace 14 años
PlyLoader.cpp 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
PlyLoader.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
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). hace 15 años
PlyParser.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. hace 16 años
PolyTools.h 1305376060 # PolyTools.h, fix point of declaration for GetArea2D, thanks to Joe Hermaszewski to point it out. hace 14 años
PostStepRegistry.cpp 665f73861e - move importer and postprocessing step construction chain to separate files to make them available to the exporter part. hace 14 años
PretransformVertices.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. hace 14 años
PretransformVertices.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
ProcessHelper.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git hace 14 años
ProcessHelper.h 9edc0a9b8e merge with git://github.com/tonttu/assimp.git hace 14 años
Profiler.h aae8637666 Add GLOB_MEASURE_TIME configuration option to profile the runtime of the postprocessing steps. hace 15 años
Q3BSPFileData.h 5ef9e63ac6 - UPDATE : Add first version of bsp-loader with assimp-internal texture support. hace 15 años
Q3BSPFileImporter.cpp 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
Q3BSPFileImporter.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
Q3BSPFileParser.cpp cd963608c6 Feature : Add first M3-format deta definitions and a prototype importer for M3-models. Many thanks to libm3 for their great work ( see http://code.google.com/p/libm3/ ). hace 14 años
Q3BSPFileParser.h f017b5a4a4 - FEATURE : First version of PK3 format loader. hace 15 años
Q3BSPZipArchive.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git hace 14 años
Q3BSPZipArchive.h 487071be77 Bugfix: FCollada's special texture tag "bump" now maps to aiTEXTURE_NORMAL. Thanks to agent8261 for the hint hace 14 años
Q3DLoader.cpp 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
Q3DLoader.h 665f73861e - move importer and postprocessing step construction chain to separate files to make them available to the exporter part. hace 14 años
RawLoader.cpp 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
RawLoader.h 665f73861e - move importer and postprocessing step construction chain to separate files to make them available to the exporter part. hace 14 años
RemoveComments.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. hace 16 años
RemoveComments.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
RemoveRedundantMaterials.cpp 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
RemoveRedundantMaterials.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
RemoveVCProcess.cpp 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
RemoveVCProcess.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
SGSpatialSort.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. hace 16 años
SGSpatialSort.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. hace 16 años
SMDLoader.cpp 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
SMDLoader.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
STEPFile.h c01d81c882 BUGFIX VC9 does not support unordered_map hace 14 años
STEPFileReader.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git hace 14 años
STEPFileReader.h bf7b1d3514 # IFC: track references only for the types for which we actually need reverse indices. On average, this results in a 10% reduction in memory usage and a 5% speed improvement. hace 14 años
STLExporter.cpp 45b0ccfc92 + experimental STL exporter. hace 14 años
STLExporter.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
STLLoader.cpp 4f1a95a584 # STLLoader: avoid potential division by zero. hace 14 años
STLLoader.h 665f73861e - move importer and postprocessing step construction chain to separate files to make them available to the exporter part. hace 14 años
SceneCombiner.cpp 67e8e52a00 Fix a compiler warning. hace 14 años
SceneCombiner.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
ScenePreprocessor.cpp c807fd65f3 - no longer distinguish between textured and non-textured default materials. Also, do not spit out dummy texture names. This was once a workaround to get some viewers to display a dummy texture rather than a plain shaded asset, but this is no longer appropriate. This involves removal of the public #define AI_DEFAULT_TEXTURED_MATERIAL_NAME. hace 14 años
ScenePreprocessor.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
ScenePrivate.h 3f369342d6 - Redesign the C interface to allow per-import settings. hace 14 años
SkeletonMeshBuilder.cpp 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
SkeletonMeshBuilder.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
SmoothingGroups.h 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. hace 14 años
SmoothingGroups.inl 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. hace 16 años
SortByPTypeProcess.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. hace 14 años
SortByPTypeProcess.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
SpatialSort.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. hace 14 años
SpatialSort.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
SplitByBoneCountProcess.cpp 94767ecf8c Merge https://github.com/tonttu/assimp hace 15 años
SplitByBoneCountProcess.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
SplitLargeMeshes.cpp 2ffac898d6 [3393728] [PATCH 1/2] ommit->omit and splitted->split hace 14 años
SplitLargeMeshes.h 3d00f36faf # fix unit tests, although static linkage to Assimp is a requirement or symbols will be missing. This involves declaring some members of certain pp step classes public to give the tests access to them. Those are harmless and completely safe to use from outside, though. hace 14 años
StandardShapes.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. hace 14 años
StandardShapes.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
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. hace 17 años
StreamReader.h af8058498e - StreamReader now should be able to deal with files opened in text mode. hace 14 años
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. hace 15 años
Subdivision.cpp db29c9a20d Spelling fixes, thanks to Jan Dittberner. hace 14 años
Subdivision.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
TargetAnimation.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. hace 16 años
TargetAnimation.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
TerragenLoader.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git hace 14 años
TerragenLoader.h 665f73861e - move importer and postprocessing step construction chain to separate files to make them available to the exporter part. hace 14 años
TextureTransform.cpp aa189c0247 # TextureTransform-Step: fix memory leak due to uvtrafo keys not being deleted properly. This fixes [3463286]. hace 14 años
TextureTransform.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
TinyFormatter.h 00238e84e8 # fix vc8 compilation. See https://sourceforge.net/projects/assimp/forums/forum/817654/topic/4372824 hace 15 años
TriangulateProcess.cpp f522143909 + IFC: use custom triangulation algorithm to generate walls with openings. Introduce a configuration option to toggle the triangulation implementation. hace 14 años
TriangulateProcess.h 3d00f36faf # fix unit tests, although static linkage to Assimp is a requirement or symbols will be missing. This involves declaring some members of certain pp step classes public to give the tests access to them. Those are harmless and completely safe to use from outside, though. hace 14 años
UnrealLoader.cpp 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
UnrealLoader.h 665f73861e - move importer and postprocessing step construction chain to separate files to make them available to the exporter part. hace 14 años
ValidateDataStructure.cpp 2c83543b39 - remove aiAssert, use a plain assert instead. This removes the exit() call in Assimp. hace 15 años
ValidateDataStructure.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
Vertex.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. hace 16 años
VertexTriangleAdjacency.cpp 40ed87e05c Bugfix : Fix patch. hace 14 años
VertexTriangleAdjacency.h 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
Win32DebugLogStream.h 7ad99f3baf # lowercase include (mingw cross compile fix). Thanks to abma for the patch. hace 14 años
XFileHelper.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. hace 16 años
XFileImporter.cpp 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. hace 14 años
XFileImporter.h 2ffac898d6 [3393728] [PATCH 1/2] ommit->omit and splitted->split hace 14 años
XFileParser.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git hace 14 años
XFileParser.h 94767ecf8c Merge https://github.com/tonttu/assimp hace 15 años
assbin_chunks.h 2ffac898d6 [3393728] [PATCH 1/2] ommit->omit and splitted->split hace 14 años
fast_atof.h 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. hace 14 años
irrXMLWrapper.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. hace 16 años
makefile.mingw 76bdf7d0cb Fix makefile.mingw, see http://sourceforge.net/projects/assimp/forums/forum/817654/topic/3828839. hace 15 años
pstdint.h 0e77095ace Experimental bugfix: avoid most pstdint.h stuff when VC10 stdint.h is included. hace 15 años
qnan.h 906c45eeeb Fix: qnan detection code. Appearently I fooled myself when I wrote this. hace 16 años