.. |
BoostWorkaround
|
ac8479f542
Moved private headers to code/ as discussed; removed boost::random workaround which was no longer needed; CMake cleanup part two (Boost detection, …).
|
há 15 anos atrás |
extra
|
84ff1090c2
- BUGFIX: Fix compiler warning: variable is not initialized.
|
há 15 anos atrás |
res
|
a7f298e6c3
- Move mkutil to packaging/windows-mkzip. Any further scripts to build dedicated download packages from a SVN working copy should go into packaging/<x> from now.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
3DSHelper.h
|
4bbc03332b
General
|
há 16 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
ASELoader.cpp
|
63d6ca8669
FIX: AseLoader is no stateless and can thus be called repeatedly.
|
há 15 anos atrás |
ASELoader.h
|
63d6ca8669
FIX: AseLoader is no stateless and can thus be called repeatedly.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
ASEParser.h
|
4bbc03332b
General
|
há 16 anos atrás |
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.
|
há 15 anos atrás |
AssimpPCH.cpp
|
a7f298e6c3
- Move mkutil to packaging/windows-mkzip. Any further scripts to build dedicated download packages from a SVN working copy should go into packaging/<x> from now.
|
há 15 anos atrás |
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, …).
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
B3DImporter.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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
BaseProcess.h
|
17326515d4
Get rid of warnings on GCC4.4 with -wall
|
há 15 anos atrás |
ByteSwap.h
|
7dcbff5d5c
Adding overloads for unsigned integer types to ByteSwap and StreamReader.
|
há 15 anos atrás |
CMakeLists.txt
|
22ec6b0c1f
Remove typo from CMakeLists
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
CalcTangentsProcess.cpp
|
4bbc03332b
General
|
há 16 anos atrás |
CalcTangentsProcess.h
|
9279513700
Optimized GenVertexNormal-Step.
|
há 17 anos atrás |
ColladaHelper.h
|
3e529ac1fc
Bugfix: Collada animation parser now handles multi-value data types correctly. Or at least I hope so.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
ColladaParser.h
|
f85d7b63ef
- Bugfix: Collada parser did not skip unknown material properties correctly, leading to strange XML error messages
|
há 16 anos atrás |
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.
|
há 15 anos atrás |
ComputeUVMappingProcess.h
|
c865999420
Collada
|
há 16 anos atrás |
ConvertToLHProcess.cpp
|
c6899cd999
FIX: Adding empty final line to some units where it was missing.
|
há 16 anos atrás |
ConvertToLHProcess.h
|
c2d8881549
General
|
há 16 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
DefaultIOStream.cpp
|
adb4ab602e
Adding Importer::ReadFileFromMemory to make Chromanoid happy.
|
há 16 anos atrás |
DefaultIOStream.h
|
2b9461fbf7
MD3
|
há 16 anos atrás |
DefaultIOSystem.cpp
|
52228add3a
add some #ifdefs for SWIG
|
há 15 anos atrás |
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.
|
há 16 anos atrás |
DefaultLogger.cpp
|
d881a16402
Logging functions are now available to C-Users, too. Cleaning up headers.
|
há 16 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 16 anos atrás |
FileSystemFilter.h
|
7877f3fe6f
Fixed a pathname separator issue on Mac OS X.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
FindDegenerates.h
|
4bbc03332b
General
|
há 16 anos atrás |
FindInstancesProcess.cpp
|
de14e06805
FIX: Nasty debug-only bug in FindInstancesProcess.
|
há 16 anos atrás |
FindInstancesProcess.h
|
ec9226c5b9
Fixed nasty bug in FindInstancesProcess.cpp.
|
há 16 anos atrás |
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.
|
há 15 anos atrás |
FindInvalidDataProcess.h
|
c89107a117
FEATURE: FindInvalidData step now provides a configuration option to fine-tune the accuracy of floating-point comparisons.
|
há 16 anos atrás |
FixNormalsStep.cpp
|
17326515d4
Get rid of warnings on GCC4.4 with -wall
|
há 15 anos atrás |
FixNormalsStep.h
|
7d21c02e28
ASSIMP Beta 1, final fixes for the release.
|
há 17 anos atrás |
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.
|
há 15 anos atrás |
GenFaceNormalsProcess.h
|
8991496cf5
Fixes for build with mingw (no warnings in 32 Bit build, even with -wall).
|
há 17 anos atrás |
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.
|
há 15 anos atrás |
GenVertexNormalsProcess.h
|
9279513700
Optimized GenVertexNormal-Step.
|
há 17 anos atrás |
GenericProperty.h
|
25088fd7da
FIX: IrrMesh lightmap scale factor is imported correctly now.
|
há 16 anos atrás |
HMPFileData.h
|
4bbc03332b
General
|
há 16 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
HalfLifeFileData.h
|
4bbc03332b
General
|
há 16 anos atrás |
Hash.h
|
32342857d8
ASE and 3DS cleanup - face ordering improved.
|
há 17 anos atrás |
IFF.h
|
ef3cd69ae6
worked on getting assimpl compiled on BE
|
há 17 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
IRRShared.cpp
|
25088fd7da
FIX: IrrMesh lightmap scale factor is imported correctly now.
|
há 16 anos atrás |
IRRShared.h
|
c6899cd999
FIX: Adding empty final line to some units where it was missing.
|
há 16 anos atrás |
Importer.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.
|
há 15 anos atrás |
ImproveCacheLocality.cpp
|
a534c364b2
AssimpView now finds textures stored with their full path in the asset's directory.
|
há 16 anos atrás |
ImproveCacheLocality.h
|
4bbc03332b
General
|
há 16 anos atrás |
JoinVerticesProcess.cpp
|
2e3fee99f0
ADD Vertex utility class to simplify conversion from and to interleaved vertices.
|
há 15 anos atrás |
JoinVerticesProcess.h
|
12070a1d52
Bugfix: made various internal structures namespace-local to avoid strange linker issues in case of name conflict
|
há 16 anos atrás |
LWOAnimation.cpp
|
17326515d4
Get rid of warnings on GCC4.4 with -wall
|
há 15 anos atrás |
LWOAnimation.h
|
4bbc03332b
General
|
há 16 anos atrás |
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.
|
há 15 anos atrás |
LWOFileData.h
|
50264941dd
[2972343] LightWave/modo patch. See http://sourceforge.net/tracker/index.php?func=detail&aid=2972343&group_id=226462&atid=1067634
|
há 15 anos atrás |
LWOLoader.cpp
|
ef71f3dba7
Fixed a polygon type issue in the LWOLoader.
|
há 15 anos atrás |
LWOLoader.h
|
50264941dd
[2972343] LightWave/modo patch. See http://sourceforge.net/tracker/index.php?func=detail&aid=2972343&group_id=226462&atid=1067634
|
há 15 anos atrás |
LWOMaterial.cpp
|
63d6ca8669
FIX: AseLoader is no stateless and can thus be called repeatedly.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
LimitBoneWeightsProcess.cpp
|
de50bb915b
MD5
|
há 16 anos atrás |
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.
|
há 17 anos atrás |
MD2FileData.h
|
4bbc03332b
General
|
há 16 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
MD2NormalTable.h
|
8c002e6998
Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added
|
há 17 anos atrás |
MD3FileData.h
|
4bbc03332b
General
|
há 16 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
MD5Parser.h
|
4ece1c859a
- BUGFIX: Fix compiler warnings.
|
há 16 anos atrás |
MDCFileData.h
|
4bbc03332b
General
|
há 16 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
MDCNormalTable.h
|
8991496cf5
Fixes for build with mingw (no warnings in 32 Bit build, even with -wall).
|
há 17 anos atrás |
MDLDefaultColorMap.h
|
8c002e6998
Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added
|
há 17 anos atrás |
MDLFileData.h
|
4bbc03332b
General
|
há 16 anos atrás |
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.
|
há 15 anos atrás |
MDLLoader.h
|
fb666493ad
- small documentation improvements
|
há 15 anos atrás |
MDLMaterialLoader.cpp
|
844d814710
Fix possible heap corruption in the MDL material loader.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
MS3DLoader.h
|
52db9697f4
MS3D animations working now, fix default material assignment, cleanup comment parsing.
|
há 15 anos atrás |
MaterialSystem.cpp
|
686f2655db
Material system now auto-converts from string to float/int arrays.
|
há 15 anos atrás |
MaterialSystem.h
|
fcc6455447
Removing stdint.h dependency from the public API to avoid conflicts with other libraries.
|
há 16 anos atrás |
MemoryIOWrapper.h
|
adb4ab602e
Adding Importer::ReadFileFromMemory to make Chromanoid happy.
|
há 16 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
ObjFileData.h
|
17326515d4
Get rid of warnings on GCC4.4 with -wall
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
ObjFileMtlImporter.cpp
|
d3ff282987
- Removed dead code.
|
há 16 anos atrás |
ObjFileMtlImporter.h
|
fa8edfe207
- BUGFIX: Fixed a crash in the normal-loader method of obj loader.
|
há 17 anos atrás |
ObjFileParser.cpp
|
70c4eb4d3a
Fix buffer overrun in Obj-loader (this is related to [2970556]).
|
há 15 anos atrás |
ObjFileParser.h
|
a84774cbe2
Increase OBJ loader static working buffer size to 4096 to avoid huge lines being cropped.
|
há 15 anos atrás |
ObjTools.h
|
21f948288c
BUGFIX : Fix crash in material loader.
|
há 15 anos atrás |
OgreImporter.cpp
|
61fb6cf3f1
-small Bugfix in Ogre Animation Loading, still not fully functional, but a bit better now
|
há 15 anos atrás |
OgreImporter.h
|
25416b494f
further work at Ogre Importer:
|
há 15 anos atrás |
OgreImporterMaterial.cpp
|
25416b494f
further work at Ogre Importer:
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
OptimizeGraph.cpp
|
c6899cd999
FIX: Adding empty final line to some units where it was missing.
|
há 16 anos atrás |
OptimizeGraph.h
|
9abcba4bc2
Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now.
|
há 16 anos atrás |
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.
|
há 15 anos atrás |
OptimizeMeshes.h
|
9abcba4bc2
Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now.
|
há 16 anos atrás |
ParsingUtils.h
|
76385013d0
BUGFIX: Fix compiler warning: suggest parthesis.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
PlyParser.cpp
|
4bbc03332b
General
|
há 16 anos atrás |
PlyParser.h
|
1db46c242f
Added temporary boost workaround - some assimp features work with reduced functionality in this case.
|
há 17 anos atrás |
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.
|
há 15 anos atrás |
PretransformVertices.h
|
cc1ff304df
FEATURE: Adding format auto-detection to OBJ loader basing on some distinct keywords.
|
há 16 anos atrás |
ProcessHelper.h
|
2e3fee99f0
ADD Vertex utility class to simplify conversion from and to interleaved vertices.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
RemoveComments.cpp
|
b06fc2e5f5
MD5
|
há 16 anos atrás |
RemoveComments.h
|
f69446937b
Added NFF loader. No standard shapes yet (sphere, cone), but a class for them (StandardShapes) has been declared.
|
há 17 anos atrás |
RemoveRedundantMaterials.cpp
|
9abcba4bc2
Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now.
|
há 16 anos atrás |
RemoveRedundantMaterials.h
|
4bbc03332b
General
|
há 16 anos atrás |
RemoveVCProcess.cpp
|
17326515d4
Get rid of warnings on GCC4.4 with -wall
|
há 15 anos atrás |
RemoveVCProcess.h
|
58eb786d62
Major API cleanup. Unified formatting & doxygen tags in the public API.
|
há 16 anos atrás |
SGSpatialSort.cpp
|
1db46c242f
Added temporary boost workaround - some assimp features work with reduced functionality in this case.
|
há 17 anos atrás |
SGSpatialSort.h
|
3e46a0860e
Added vertex color support to the DXF loader, fixed a minor bugs. Coordinate system issue still unsolved.
|
há 17 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
SceneCombiner.cpp
|
df13041f42
Remove randomness from SceneCombiner.
|
há 15 anos atrás |
SceneCombiner.h
|
4bbc03332b
General
|
há 16 anos atrás |
ScenePreprocessor.cpp
|
d6aacefa1e
- BUGFIX: ColladaLoader handles multiple UVs/VColors correctly now. Thanks to Ingrater to point it out.
|
há 16 anos atrás |
ScenePreprocessor.h
|
58eb786d62
Major API cleanup. Unified formatting & doxygen tags in the public API.
|
há 16 anos atrás |
SkeletonMeshBuilder.cpp
|
d7b4dd6ae3
Adding very basic reading support for CSM (CharacterStudio Motion). No proper hierarchy reconstruction yet, just plain marker import.
|
há 16 anos atrás |
SkeletonMeshBuilder.h
|
d7b4dd6ae3
Adding very basic reading support for CSM (CharacterStudio Motion). No proper hierarchy reconstruction yet, just plain marker import.
|
há 16 anos atrás |
SmoothingGroups.h
|
1db46c242f
Added temporary boost workaround - some assimp features work with reduced functionality in this case.
|
há 17 anos atrás |
SmoothingGroups.inl
|
58eb786d62
Major API cleanup. Unified formatting & doxygen tags in the public API.
|
há 16 anos atrás |
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.
|
há 15 anos atrás |
SortByPTypeProcess.h
|
7c50899481
Fixed 3DS, ASE, MD3 and Q3D orientation after Schrompf' recent changes to the RH-LH conversion.
|
há 17 anos atrás |
SpatialSort.cpp
|
2e3fee99f0
ADD Vertex utility class to simplify conversion from and to interleaved vertices.
|
há 15 anos atrás |
SpatialSort.h
|
2e3fee99f0
ADD Vertex utility class to simplify conversion from and to interleaved vertices.
|
há 15 anos atrás |
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.
|
há 17 anos atrás |
SplitLargeMeshes.h
|
8991496cf5
Fixes for build with mingw (no warnings in 32 Bit build, even with -wall).
|
há 17 anos atrás |
StandardShapes.cpp
|
6557c28ef7
FIX: NFF face winding bug (actually it was in StandardShapes.cpp).
|
há 16 anos atrás |
StandardShapes.h
|
6557c28ef7
FIX: NFF face winding bug (actually it was in StandardShapes.cpp).
|
há 16 anos atrás |
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.
|
há 16 anos atrás |
StreamReader.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.
|
há 15 anos atrás |
StringComparison.h
|
4bbc03332b
General
|
há 16 anos atrás |
Subdivision.cpp
|
c55be8ada3
FIX: Cleaning up use of printf() format specifiers. %i mostly replaced by %u when appropriate.
|
há 15 anos atrás |
Subdivision.h
|
2e3fee99f0
ADD Vertex utility class to simplify conversion from and to interleaved vertices.
|
há 15 anos atrás |
TargetAnimation.cpp
|
c999f65a7d
FIX: SMDLoader was broken due to erroneous 'rt' in input stream construction.
|
há 15 anos atrás |
TargetAnimation.h
|
c999f65a7d
FIX: SMDLoader was broken due to erroneous 'rt' in input stream construction.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
TextureTransform.cpp
|
c55be8ada3
FIX: Cleaning up use of printf() format specifiers. %i mostly replaced by %u when appropriate.
|
há 15 anos atrás |
TextureTransform.h
|
c920982464
BUGFIX: Fix compiler warning: wrong initialization order in initlist.
|
há 15 anos atrás |
TriangulateProcess.cpp
|
29c33760e4
Triangulation:
|
há 16 anos atrás |
TriangulateProcess.h
|
927cd1cd46
Added support for point and line primitives.
|
há 17 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
Vertex.h
|
2e3fee99f0
ADD Vertex utility class to simplify conversion from and to interleaved vertices.
|
há 15 anos atrás |
VertexTriangleAdjacency.cpp
|
08ace2f27b
- Fix Importer::FindLoader - it failed on file extensions with only one character (i.e. x). This fixes an unit test.
|
há 15 anos atrás |
VertexTriangleAdjacency.h
|
2e3fee99f0
ADD Vertex utility class to simplify conversion from and to interleaved vertices.
|
há 15 anos atrás |
Win32DebugLogStream.h
|
93ed38e50b
FIX: Change call to OutputDebugString to OutputDebugStringA to deal with _UNICODE builds.
|
há 15 anos atrás |
XFileHelper.h
|
8991496cf5
Fixes for build with mingw (no warnings in 32 Bit build, even with -wall).
|
há 17 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
XFileParser.h
|
8991496cf5
Fixes for build with mingw (no warnings in 32 Bit build, even with -wall).
|
há 17 anos atrás |
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.
|
há 15 anos atrás |
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.
|
há 15 anos atrás |
fast_atof.h
|
5c1804f3ad
- BUGFIX : Fixed compiler warning ( constant condition ).
|
há 16 anos atrás |
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.
|
há 15 anos atrás |
makefile
|
ac8479f542
Moved private headers to code/ as discussed; removed boost::random workaround which was no longer needed; CMake cleanup part two (Boost detection, …).
|
há 15 anos atrás |
makefile.mingw
|
4512d1294c
Fix makefile.mingw for the NOBOOST=1 case.
|
há 15 anos atrás |
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, …).
|
há 15 anos atrás |
qnan.h
|
4bbc03332b
General
|
há 16 anos atrás |