aramis_acg 29935e2138 Set overall version to 1.1. hace 16 años
..
BoostWorkaround 6db8987248 Fix shared_ptr workaround. hace 16 años
extra 84ff1090c2 - BUGFIX: Fix compiler warning: variable is not initialized. hace 16 años
res 29935e2138 Set overall version to 1.1. hace 16 años
3DSConverter.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
3DSHelper.h 4bbc03332b General hace 17 años
3DSLoader.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
3DSLoader.h 5738860990 - Change BaseImporter::GetExtensionList to add all known file extensions to a std::set, so uniqueness is guaranteed. Also rewrite all related functions in Importer. NOTE: This does *not* change the public interface. hace 16 años
ACLoader.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
ACLoader.h 5738860990 - Change BaseImporter::GetExtensionList to add all known file extensions to a std::set, so uniqueness is guaranteed. Also rewrite all related functions in Importer. NOTE: This does *not* change the public interface. hace 16 años
ASELoader.cpp 63d6ca8669 FIX: AseLoader is no stateless and can thus be called repeatedly. hace 16 años
ASELoader.h 63d6ca8669 FIX: AseLoader is no stateless and can thus be called repeatedly. hace 16 años
ASEParser.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
ASEParser.h 4bbc03332b General hace 17 años
Assimp.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
AssimpPCH.cpp 29935e2138 Set overall version to 1.1. hace 16 años
AssimpPCH.h ac8479f542 Moved private headers to code/ as discussed; removed boost::random workaround which was no longer needed; CMake cleanup part two (Boost detection, …). hace 16 años
B3DImporter.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
B3DImporter.h 4c1b5a532d Add first WIP version of a TrueSpace loader. Currently only ASCII COB/SCNs are supported. hace 16 años
BVHLoader.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
BVHLoader.h 5738860990 - Change BaseImporter::GetExtensionList to add all known file extensions to a std::set, so uniqueness is guaranteed. Also rewrite all related functions in Importer. NOTE: This does *not* change the public interface. hace 16 años
BaseImporter.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
BaseImporter.h 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
BaseProcess.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
BaseProcess.h 17326515d4 Get rid of warnings on GCC4.4 with -wall hace 16 años
ByteSwap.h 7dcbff5d5c Adding overloads for unsigned integer types to ByteSwap and StreamReader. hace 16 años
CMakeLists.txt 4c1b5a532d Add first WIP version of a TrueSpace loader. Currently only ASCII COB/SCNs are supported. hace 16 años
COBLoader.cpp f9b4a825aa COB loaders should now read most binary files as well. hace 16 años
COBLoader.h f9b4a825aa COB loaders should now read most binary files as well. hace 16 años
COBScene.h f9b4a825aa COB loaders should now read most binary files as well. hace 16 años
CSMLoader.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
CSMLoader.h 5738860990 - Change BaseImporter::GetExtensionList to add all known file extensions to a std::set, so uniqueness is guaranteed. Also rewrite all related functions in Importer. NOTE: This does *not* change the public interface. hace 16 años
CalcTangentsProcess.cpp 4bbc03332b General hace 17 años
CalcTangentsProcess.h 9279513700 Optimized GenVertexNormal-Step. hace 17 años
ColladaHelper.h 3e529ac1fc Bugfix: Collada animation parser now handles multi-value data types correctly. Or at least I hope so. hace 16 años
ColladaLoader.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
ColladaLoader.h 5738860990 - Change BaseImporter::GetExtensionList to add all known file extensions to a std::set, so uniqueness is guaranteed. Also rewrite all related functions in Importer. NOTE: This does *not* change the public interface. hace 16 años
ColladaParser.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
ColladaParser.h f85d7b63ef - Bugfix: Collada parser did not skip unknown material properties correctly, leading to strange XML error messages hace 16 años
ComputeUVMappingProcess.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
ComputeUVMappingProcess.h c865999420 Collada hace 17 años
ConvertToLHProcess.cpp c6899cd999 FIX: Adding empty final line to some units where it was missing. hace 16 años
ConvertToLHProcess.h c2d8881549 General hace 17 años
DXFLoader.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
DXFLoader.h 5738860990 - Change BaseImporter::GetExtensionList to add all known file extensions to a std::set, so uniqueness is guaranteed. Also rewrite all related functions in Importer. NOTE: This does *not* change the public interface. hace 16 años
DefaultIOStream.cpp adb4ab602e Adding Importer::ReadFileFromMemory to make Chromanoid happy. hace 16 años
DefaultIOStream.h 2b9461fbf7 MD3 hace 17 años
DefaultIOSystem.cpp 52228add3a add some #ifdefs for SWIG hace 16 años
DefaultIOSystem.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
DefaultLogger.cpp d881a16402 Logging functions are now available to C-Users, too. Cleaning up headers. hace 16 años
Exceptional.h 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 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 7877f3fe6f Fixed a pathname separator issue on Mac OS X. hace 16 años
FindDegenerates.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
FindDegenerates.h 4bbc03332b General hace 17 años
FindInstancesProcess.cpp de14e06805 FIX: Nasty debug-only bug in FindInstancesProcess. hace 16 años
FindInstancesProcess.h ec9226c5b9 Fixed nasty bug in FindInstancesProcess.cpp. hace 17 años
FindInvalidDataProcess.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
FindInvalidDataProcess.h c89107a117 FEATURE: FindInvalidData step now provides a configuration option to fine-tune the accuracy of floating-point comparisons. hace 16 años
FixNormalsStep.cpp 17326515d4 Get rid of warnings on GCC4.4 with -wall hace 16 años
FixNormalsStep.h 7d21c02e28 ASSIMP Beta 1, final fixes for the release. hace 17 años
GenFaceNormalsProcess.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
GenFaceNormalsProcess.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). hace 17 años
GenVertexNormalsProcess.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
GenVertexNormalsProcess.h 9279513700 Optimized GenVertexNormal-Step. hace 17 años
GenericProperty.h 25088fd7da FIX: IrrMesh lightmap scale factor is imported correctly now. hace 16 años
HMPFileData.h 4bbc03332b General hace 17 años
HMPLoader.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
HMPLoader.h 5738860990 - Change BaseImporter::GetExtensionList to add all known file extensions to a std::set, so uniqueness is guaranteed. Also rewrite all related functions in Importer. NOTE: This does *not* change the public interface. hace 16 años
HalfLifeFileData.h 4bbc03332b General hace 17 años
Hash.h 32342857d8 ASE and 3DS cleanup - face ordering improved. hace 17 años
IFF.h ef3cd69ae6 worked on getting assimpl compiled on BE hace 17 años
IRRLoader.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
IRRLoader.h 5738860990 - Change BaseImporter::GetExtensionList to add all known file extensions to a std::set, so uniqueness is guaranteed. Also rewrite all related functions in Importer. NOTE: This does *not* change the public interface. hace 16 años
IRRMeshLoader.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
IRRMeshLoader.h 5738860990 - Change BaseImporter::GetExtensionList to add all known file extensions to a std::set, so uniqueness is guaranteed. Also rewrite all related functions in Importer. NOTE: This does *not* change the public interface. hace 16 años
IRRShared.cpp 25088fd7da FIX: IrrMesh lightmap scale factor is imported correctly now. hace 16 años
IRRShared.h c6899cd999 FIX: Adding empty final line to some units where it was missing. hace 16 años
Importer.cpp 4c1b5a532d Add first WIP version of a TrueSpace loader. Currently only ASCII COB/SCNs are supported. hace 16 años
ImproveCacheLocality.cpp a534c364b2 AssimpView now finds textures stored with their full path in the asset's directory. hace 16 años
ImproveCacheLocality.h 4bbc03332b General hace 17 años
JoinVerticesProcess.cpp 2e3fee99f0 ADD Vertex utility class to simplify conversion from and to interleaved vertices. hace 16 años
JoinVerticesProcess.h 12070a1d52 Bugfix: made various internal structures namespace-local to avoid strange linker issues in case of name conflict hace 16 años
LWOAnimation.cpp 17326515d4 Get rid of warnings on GCC4.4 with -wall hace 16 años
LWOAnimation.h 4bbc03332b General hace 17 años
LWOBLoader.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
LWOFileData.h 50264941dd [2972343] LightWave/modo patch. See http://sourceforge.net/tracker/index.php?func=detail&aid=2972343&group_id=226462&atid=1067634 hace 16 años
LWOLoader.cpp ef71f3dba7 Fixed a polygon type issue in the LWOLoader. hace 16 años
LWOLoader.h 50264941dd [2972343] LightWave/modo patch. See http://sourceforge.net/tracker/index.php?func=detail&aid=2972343&group_id=226462&atid=1067634 hace 16 años
LWOMaterial.cpp 63d6ca8669 FIX: AseLoader is no stateless and can thus be called repeatedly. hace 16 años
LWSLoader.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
LWSLoader.h 5738860990 - Change BaseImporter::GetExtensionList to add all known file extensions to a std::set, so uniqueness is guaranteed. Also rewrite all related functions in Importer. NOTE: This does *not* change the public interface. hace 16 años
LimitBoneWeightsProcess.cpp de50bb915b MD5 hace 17 años
LimitBoneWeightsProcess.h 6f49c4518c Added first working version of a MDC loader; no further features like compressed frames tested at the moment. Added config options for keyframe loading, this has been tested with MDL7 only (atm). Some refactoring, a few files are much cleaner and smaller now. RemoveRedundantMats step does now remove unreferenced materials. hace 17 años
LineSplitter.h 4c1b5a532d Add first WIP version of a TrueSpace loader. Currently only ASCII COB/SCNs are supported. hace 16 años
MD2FileData.h 4bbc03332b General hace 17 años
MD2Loader.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
MD2Loader.h 5738860990 - Change BaseImporter::GetExtensionList to add all known file extensions to a std::set, so uniqueness is guaranteed. Also rewrite all related functions in Importer. NOTE: This does *not* change the public interface. hace 16 años
MD2NormalTable.h 8c002e6998 Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added hace 17 años
MD3FileData.h 4bbc03332b General hace 17 años
MD3Loader.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
MD3Loader.h 5738860990 - Change BaseImporter::GetExtensionList to add all known file extensions to a std::set, so uniqueness is guaranteed. Also rewrite all related functions in Importer. NOTE: This does *not* change the public interface. hace 16 años
MD5Loader.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
MD5Loader.h 5738860990 - Change BaseImporter::GetExtensionList to add all known file extensions to a std::set, so uniqueness is guaranteed. Also rewrite all related functions in Importer. NOTE: This does *not* change the public interface. hace 16 años
MD5Parser.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
MD5Parser.h 4ece1c859a - BUGFIX: Fix compiler warnings. hace 16 años
MDCFileData.h 4bbc03332b General hace 17 años
MDCLoader.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
MDCLoader.h 5738860990 - Change BaseImporter::GetExtensionList to add all known file extensions to a std::set, so uniqueness is guaranteed. Also rewrite all related functions in Importer. NOTE: This does *not* change the public interface. hace 16 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 8c002e6998 Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added hace 17 años
MDLFileData.h 4bbc03332b General hace 17 años
MDLLoader.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
MDLLoader.h fb666493ad - small documentation improvements hace 16 años
MDLMaterialLoader.cpp 844d814710 Fix possible heap corruption in the MDL material loader. hace 16 años
MS3DLoader.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
MS3DLoader.h 52db9697f4 MS3D animations working now, fix default material assignment, cleanup comment parsing. hace 16 años
MaterialSystem.cpp 686f2655db Material system now auto-converts from string to float/int arrays. hace 16 años
MaterialSystem.h fcc6455447 Removing stdint.h dependency from the public API to avoid conflicts with other libraries. hace 17 años
MemoryIOWrapper.h adb4ab602e Adding Importer::ReadFileFromMemory to make Chromanoid happy. hace 16 años
NFFLoader.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
NFFLoader.h 5738860990 - Change BaseImporter::GetExtensionList to add all known file extensions to a std::set, so uniqueness is guaranteed. Also rewrite all related functions in Importer. NOTE: This does *not* change the public interface. hace 16 años
OFFLoader.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
OFFLoader.h 5738860990 - Change BaseImporter::GetExtensionList to add all known file extensions to a std::set, so uniqueness is guaranteed. Also rewrite all related functions in Importer. NOTE: This does *not* change the public interface. hace 16 años
ObjFileData.h 17326515d4 Get rid of warnings on GCC4.4 with -wall hace 16 años
ObjFileImporter.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
ObjFileImporter.h 5738860990 - Change BaseImporter::GetExtensionList to add all known file extensions to a std::set, so uniqueness is guaranteed. Also rewrite all related functions in Importer. NOTE: This does *not* change the public interface. hace 16 años
ObjFileMtlImporter.cpp d3ff282987 - Removed dead code. hace 16 años
ObjFileMtlImporter.h fa8edfe207 - BUGFIX: Fixed a crash in the normal-loader method of obj loader. hace 17 años
ObjFileParser.cpp 70c4eb4d3a Fix buffer overrun in Obj-loader (this is related to [2970556]). hace 16 años
ObjFileParser.h a84774cbe2 Increase OBJ loader static working buffer size to 4096 to avoid huge lines being cropped. hace 16 años
ObjTools.h 21f948288c BUGFIX : Fix crash in material loader. hace 16 años
OgreImporter.cpp 61fb6cf3f1 -small Bugfix in Ogre Animation Loading, still not fully functional, but a bit better now hace 16 años
OgreImporter.h 25416b494f further work at Ogre Importer: hace 16 años
OgreImporterMaterial.cpp 25416b494f further work at Ogre Importer: hace 16 años
OgreXmlHelper.h 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
OptimizeGraph.cpp c6899cd999 FIX: Adding empty final line to some units where it was missing. hace 16 años
OptimizeGraph.h 9abcba4bc2 Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now. hace 17 años
OptimizeMeshes.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
OptimizeMeshes.h 9abcba4bc2 Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now. hace 17 años
ParsingUtils.h 76385013d0 BUGFIX: Fix compiler warning: suggest parthesis. hace 16 años
PlyLoader.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
PlyLoader.h 5738860990 - Change BaseImporter::GetExtensionList to add all known file extensions to a std::set, so uniqueness is guaranteed. Also rewrite all related functions in Importer. NOTE: This does *not* change the public interface. hace 16 años
PlyParser.cpp 4bbc03332b General hace 17 años
PlyParser.h 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. hace 17 años
PretransformVertices.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
PretransformVertices.h cc1ff304df FEATURE: Adding format auto-detection to OBJ loader basing on some distinct keywords. hace 16 años
ProcessHelper.h 2e3fee99f0 ADD Vertex utility class to simplify conversion from and to interleaved vertices. hace 16 años
Q3DLoader.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
Q3DLoader.h 5738860990 - Change BaseImporter::GetExtensionList to add all known file extensions to a std::set, so uniqueness is guaranteed. Also rewrite all related functions in Importer. NOTE: This does *not* change the public interface. hace 16 años
RawLoader.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
RawLoader.h 5738860990 - Change BaseImporter::GetExtensionList to add all known file extensions to a std::set, so uniqueness is guaranteed. Also rewrite all related functions in Importer. NOTE: This does *not* change the public interface. hace 16 años
RemoveComments.cpp b06fc2e5f5 MD5 hace 17 años
RemoveComments.h f69446937b Added NFF loader. No standard shapes yet (sphere, cone), but a class for them (StandardShapes) has been declared. hace 17 años
RemoveRedundantMaterials.cpp 9abcba4bc2 Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now. hace 17 años
RemoveRedundantMaterials.h 4bbc03332b General hace 17 años
RemoveVCProcess.cpp 17326515d4 Get rid of warnings on GCC4.4 with -wall hace 16 años
RemoveVCProcess.h 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. hace 17 años
SGSpatialSort.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. hace 17 años
SGSpatialSort.h 3e46a0860e Added vertex color support to the DXF loader, fixed a minor bugs. Coordinate system issue still unsolved. hace 17 años
SMDLoader.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
SMDLoader.h 5738860990 - Change BaseImporter::GetExtensionList to add all known file extensions to a std::set, so uniqueness is guaranteed. Also rewrite all related functions in Importer. NOTE: This does *not* change the public interface. hace 16 años
STLLoader.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
STLLoader.h 5738860990 - Change BaseImporter::GetExtensionList to add all known file extensions to a std::set, so uniqueness is guaranteed. Also rewrite all related functions in Importer. NOTE: This does *not* change the public interface. hace 16 años
SceneCombiner.cpp df13041f42 Remove randomness from SceneCombiner. hace 16 años
SceneCombiner.h 4bbc03332b General hace 17 años
ScenePreprocessor.cpp d6aacefa1e - BUGFIX: ColladaLoader handles multiple UVs/VColors correctly now. Thanks to Ingrater to point it out. hace 17 años
ScenePreprocessor.h 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. hace 17 años
SkeletonMeshBuilder.cpp d7b4dd6ae3 Adding very basic reading support for CSM (CharacterStudio Motion). No proper hierarchy reconstruction yet, just plain marker import. hace 16 años
SkeletonMeshBuilder.h d7b4dd6ae3 Adding very basic reading support for CSM (CharacterStudio Motion). No proper hierarchy reconstruction yet, just plain marker import. hace 16 años
SmoothingGroups.h 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. hace 17 años
SmoothingGroups.inl 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. hace 17 años
SortByPTypeProcess.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
SortByPTypeProcess.h 7c50899481 Fixed 3DS, ASE, MD3 and Q3D orientation after Schrompf' recent changes to the RH-LH conversion. hace 17 años
SpatialSort.cpp 2e3fee99f0 ADD Vertex utility class to simplify conversion from and to interleaved vertices. hace 16 años
SpatialSort.h 2e3fee99f0 ADD Vertex utility class to simplify conversion from and to interleaved vertices. hace 16 años
SplitLargeMeshes.cpp f7aa836330 ASE: Added WIP support for *SMOOTHSKINMESH elements in ASE/ASC files. Fixes in the ASE loader. Fixed animation parsing. Temporary implementation of target lights and cameras, including animations. hace 17 años
SplitLargeMeshes.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). hace 17 años
StandardShapes.cpp 6557c28ef7 FIX: NFF face winding bug (actually it was in StandardShapes.cpp). hace 17 años
StandardShapes.h 6557c28ef7 FIX: NFF face winding bug (actually it was in StandardShapes.cpp). hace 17 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 4c1b5a532d Add first WIP version of a TrueSpace loader. Currently only ASCII COB/SCNs are supported. hace 16 años
StringComparison.h 4bbc03332b General hace 17 años
Subdivision.cpp c55be8ada3 FIX: Cleaning up use of printf() format specifiers. %i mostly replaced by %u when appropriate. hace 16 años
Subdivision.h 2e3fee99f0 ADD Vertex utility class to simplify conversion from and to interleaved vertices. hace 16 años
TargetAnimation.cpp c999f65a7d FIX: SMDLoader was broken due to erroneous 'rt' in input stream construction. hace 16 años
TargetAnimation.h c999f65a7d FIX: SMDLoader was broken due to erroneous 'rt' in input stream construction. hace 16 años
TerragenLoader.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
TerragenLoader.h 5738860990 - Change BaseImporter::GetExtensionList to add all known file extensions to a std::set, so uniqueness is guaranteed. Also rewrite all related functions in Importer. NOTE: This does *not* change the public interface. hace 16 años
TextureTransform.cpp c55be8ada3 FIX: Cleaning up use of printf() format specifiers. %i mostly replaced by %u when appropriate. hace 16 años
TextureTransform.h c920982464 BUGFIX: Fix compiler warning: wrong initialization order in initlist. hace 16 años
TinyFormatter.h 4c1b5a532d Add first WIP version of a TrueSpace loader. Currently only ASCII COB/SCNs are supported. hace 16 años
TriangulateProcess.cpp 29c33760e4 Triangulation: hace 17 años
TriangulateProcess.h 927cd1cd46 Added support for point and line primitives. hace 17 años
UnrealLoader.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
UnrealLoader.h 5738860990 - Change BaseImporter::GetExtensionList to add all known file extensions to a std::set, so uniqueness is guaranteed. Also rewrite all related functions in Importer. NOTE: This does *not* change the public interface. hace 16 años
ValidateDataStructure.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
ValidateDataStructure.h 1fd3cfd311 MSVC: Add noreturn attribute to aiAssert and ValidateDSProcess::ReportError. This reduces warnings in VS2010's static code analysis tool. Thanks to Chris Maiwald for the patch. hace 16 años
Vertex.h 2e3fee99f0 ADD Vertex utility class to simplify conversion from and to interleaved vertices. hace 16 años
VertexTriangleAdjacency.cpp 08ace2f27b - Fix Importer::FindLoader - it failed on file extensions with only one character (i.e. x). This fixes an unit test. hace 16 años
VertexTriangleAdjacency.h 2e3fee99f0 ADD Vertex utility class to simplify conversion from and to interleaved vertices. hace 16 años
Win32DebugLogStream.h 93ed38e50b FIX: Change call to OutputDebugString to OutputDebugStringA to deal with _UNICODE builds. hace 16 años
XFileHelper.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). hace 17 años
XFileImporter.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
XFileImporter.h 5738860990 - Change BaseImporter::GetExtensionList to add all known file extensions to a std::set, so uniqueness is guaranteed. Also rewrite all related functions in Importer. NOTE: This does *not* change the public interface. hace 16 años
XFileParser.cpp 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
XFileParser.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). hace 17 años
aiAssert.cpp 1fd3cfd311 MSVC: Add noreturn attribute to aiAssert and ValidateDSProcess::ReportError. This reduces warnings in VS2010's static code analysis tool. Thanks to Chris Maiwald for the patch. hace 16 años
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. hace 16 años
fast_atof.h 4c1b5a532d Add first WIP version of a TrueSpace loader. Currently only ASCII COB/SCNs are supported. hace 16 años
irrXMLWrapper.h 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. hace 16 años
makefile ac8479f542 Moved private headers to code/ as discussed; removed boost::random workaround which was no longer needed; CMake cleanup part two (Boost detection, …). hace 16 años
makefile.mingw 4512d1294c Fix makefile.mingw for the NOBOOST=1 case. hace 16 años
pstdint.h ac8479f542 Moved private headers to code/ as discussed; removed boost::random workaround which was no longer needed; CMake cleanup part two (Boost detection, …). hace 16 años
qnan.h 4bbc03332b General hace 17 años