.. |
BoostWorkaround/boost
|
Add TinyFormatter, a convenience wrapper around std::stringstream's, intended to replace boost.format.
|
2010-04-02 00:17:58 +00:00 |
extra
|
- BUGFIX: Fix compiler warning: variable is not initialized.
|
2009-12-24 11:05:32 +00:00 |
res
|
- 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.
|
2010-03-04 18:46:54 +00:00 |
3DSConverter.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
3DSHelper.h
|
General
|
2009-03-05 22:32:13 +00:00 |
3DSLoader.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
3DSLoader.h
|
- 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.
|
2010-03-02 17:38:01 +00:00 |
ACLoader.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
ACLoader.h
|
- 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.
|
2010-03-02 17:38:01 +00:00 |
ASELoader.cpp
|
FIX: AseLoader is no stateless and can thus be called repeatedly.
|
2010-03-23 18:22:45 +00:00 |
ASELoader.h
|
FIX: AseLoader is no stateless and can thus be called repeatedly.
|
2010-03-23 18:22:45 +00:00 |
ASEParser.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
ASEParser.h
|
General
|
2009-03-05 22:32:13 +00:00 |
Assimp.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
AssimpPCH.cpp
|
- 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.
|
2010-03-04 18:46:54 +00:00 |
AssimpPCH.h
|
Moved private headers to code/ as discussed; removed boost::random workaround which was no longer needed; CMake cleanup part two (Boost detection, …).
|
2010-03-03 21:48:23 +00:00 |
B3DImporter.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
B3DImporter.h
|
- 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.
|
2010-03-02 17:38:01 +00:00 |
BVHLoader.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
BVHLoader.h
|
- 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.
|
2010-03-02 17:38:01 +00:00 |
BaseImporter.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
BaseImporter.h
|
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.
|
2010-03-18 17:00:12 +00:00 |
BaseProcess.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
BaseProcess.h
|
Get rid of warnings on GCC4.4 with -wall
|
2010-02-06 23:52:41 +00:00 |
ByteSwap.h
|
Adding overloads for unsigned integer types to ByteSwap and StreamReader.
|
2010-02-06 13:15:35 +00:00 |
CMakeLists.txt
|
Remove typo from CMakeLists
|
2010-03-19 22:37:29 +00:00 |
CSMLoader.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
CSMLoader.h
|
- 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.
|
2010-03-02 17:38:01 +00:00 |
CalcTangentsProcess.cpp
|
General
|
2009-03-05 22:32:13 +00:00 |
CalcTangentsProcess.h
|
Optimized GenVertexNormal-Step.
|
2008-09-27 16:46:05 +00:00 |
ColladaHelper.h
|
Bugfix: Collada animation parser now handles multi-value data types correctly. Or at least I hope so.
|
2010-02-26 15:17:19 +00:00 |
ColladaLoader.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
ColladaLoader.h
|
- 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.
|
2010-03-02 17:38:01 +00:00 |
ColladaParser.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
ColladaParser.h
|
- Bugfix: Collada parser did not skip unknown material properties correctly, leading to strange XML error messages
|
2009-11-22 12:46:49 +00:00 |
ComputeUVMappingProcess.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
ComputeUVMappingProcess.h
|
Collada
|
2009-02-11 20:56:05 +00:00 |
ConvertToLHProcess.cpp
|
FIX: Adding empty final line to some units where it was missing.
|
2009-10-11 13:57:55 +00:00 |
ConvertToLHProcess.h
|
General
|
2009-03-15 00:40:30 +00:00 |
DXFLoader.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
DXFLoader.h
|
- 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.
|
2010-03-02 17:38:01 +00:00 |
DefaultIOStream.cpp
|
Adding Importer::ReadFileFromMemory to make Chromanoid happy.
|
2009-06-21 19:44:48 +00:00 |
DefaultIOStream.h
|
MD3
|
2009-02-13 22:03:57 +00:00 |
DefaultIOSystem.cpp
|
add some #ifdefs for SWIG
|
2010-02-15 18:28:32 +00:00 |
DefaultIOSystem.h
|
Removed direct STL dependency from the Assimp interface, should hopefully avoid problems with binary incompatible STLs. Some API changes, e.g. in the logger.
|
2009-01-23 21:06:43 +00:00 |
DefaultLogger.cpp
|
Logging functions are now available to C-Users, too. Cleaning up headers.
|
2009-05-28 11:32:54 +00:00 |
Exceptional.h
|
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.
|
2010-03-18 17:00:12 +00:00 |
FileLogStream.h
|
Removed direct STL dependency from the Assimp interface, should hopefully avoid problems with binary incompatible STLs. Some API changes, e.g. in the logger.
|
2009-01-23 21:06:43 +00:00 |
FileSystemFilter.h
|
Fixed a pathname separator issue on Mac OS X.
|
2010-03-31 14:20:25 +00:00 |
FindDegenerates.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
FindDegenerates.h
|
General
|
2009-03-05 22:32:13 +00:00 |
FindInstancesProcess.cpp
|
FIX: Nasty debug-only bug in FindInstancesProcess.
|
2009-05-16 15:33:01 +00:00 |
FindInstancesProcess.h
|
Fixed nasty bug in FindInstancesProcess.cpp.
|
2009-02-05 16:16:04 +00:00 |
FindInvalidDataProcess.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
FindInvalidDataProcess.h
|
FEATURE: FindInvalidData step now provides a configuration option to fine-tune the accuracy of floating-point comparisons.
|
2009-09-21 17:41:57 +00:00 |
FixNormalsStep.cpp
|
Get rid of warnings on GCC4.4 with -wall
|
2010-02-06 23:52:41 +00:00 |
FixNormalsStep.h
|
ASSIMP Beta 1, final fixes for the release.
|
2008-09-13 22:31:15 +00:00 |
GenFaceNormalsProcess.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
GenFaceNormalsProcess.h
|
Fixes for build with mingw (no warnings in 32 Bit build, even with -wall).
|
2008-09-12 20:25:11 +00:00 |
GenVertexNormalsProcess.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
GenVertexNormalsProcess.h
|
Optimized GenVertexNormal-Step.
|
2008-09-27 16:46:05 +00:00 |
GenericProperty.h
|
FIX: IrrMesh lightmap scale factor is imported correctly now.
|
2009-05-03 21:49:34 +00:00 |
HMPFileData.h
|
General
|
2009-03-05 22:32:13 +00:00 |
HMPLoader.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
HMPLoader.h
|
- 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.
|
2010-03-02 17:38:01 +00:00 |
HalfLifeFileData.h
|
General
|
2009-03-05 22:32:13 +00:00 |
Hash.h
|
ASE and 3DS cleanup - face ordering improved.
|
2008-11-16 21:56:45 +00:00 |
IFF.h
|
worked on getting assimpl compiled on BE
|
2008-10-28 23:18:06 +00:00 |
IRRLoader.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
IRRLoader.h
|
- 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.
|
2010-03-02 17:38:01 +00:00 |
IRRMeshLoader.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
IRRMeshLoader.h
|
- 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.
|
2010-03-02 17:38:01 +00:00 |
IRRShared.cpp
|
FIX: IrrMesh lightmap scale factor is imported correctly now.
|
2009-05-03 21:49:34 +00:00 |
IRRShared.h
|
FIX: Adding empty final line to some units where it was missing.
|
2009-10-11 13:57:55 +00:00 |
Importer.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
ImproveCacheLocality.cpp
|
AssimpView now finds textures stored with their full path in the asset's directory.
|
2009-06-05 01:47:55 +00:00 |
ImproveCacheLocality.h
|
General
|
2009-03-05 22:32:13 +00:00 |
JoinVerticesProcess.cpp
|
ADD Vertex utility class to simplify conversion from and to interleaved vertices.
|
2010-01-28 21:17:25 +00:00 |
JoinVerticesProcess.h
|
Bugfix: made various internal structures namespace-local to avoid strange linker issues in case of name conflict
|
2009-08-18 16:17:27 +00:00 |
LWOAnimation.cpp
|
Get rid of warnings on GCC4.4 with -wall
|
2010-02-06 23:52:41 +00:00 |
LWOAnimation.h
|
General
|
2009-03-05 22:32:13 +00:00 |
LWOBLoader.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
LWOFileData.h
|
[2972343] LightWave/modo patch. See http://sourceforge.net/tracker/index.php?func=detail&aid=2972343&group_id=226462&atid=1067634
|
2010-03-18 17:20:49 +00:00 |
LWOLoader.cpp
|
Fixed a polygon type issue in the LWOLoader.
|
2010-03-19 23:35:29 +00:00 |
LWOLoader.h
|
[2972343] LightWave/modo patch. See http://sourceforge.net/tracker/index.php?func=detail&aid=2972343&group_id=226462&atid=1067634
|
2010-03-18 17:20:49 +00:00 |
LWOMaterial.cpp
|
FIX: AseLoader is no stateless and can thus be called repeatedly.
|
2010-03-23 18:22:45 +00:00 |
LWSLoader.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
LWSLoader.h
|
- 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.
|
2010-03-02 17:38:01 +00:00 |
LimitBoneWeightsProcess.cpp
|
MD5
|
2009-03-11 22:56:16 +00:00 |
LimitBoneWeightsProcess.h
|
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.
|
2008-08-09 22:39:57 +00:00 |
MD2FileData.h
|
General
|
2009-03-05 22:32:13 +00:00 |
MD2Loader.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
MD2Loader.h
|
- 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.
|
2010-03-02 17:38:01 +00:00 |
MD2NormalTable.h
|
Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added
|
2008-05-22 10:20:31 +00:00 |
MD3FileData.h
|
General
|
2009-03-05 22:32:13 +00:00 |
MD3Loader.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
MD3Loader.h
|
- 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.
|
2010-03-02 17:38:01 +00:00 |
MD5Loader.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
MD5Loader.h
|
- 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.
|
2010-03-02 17:38:01 +00:00 |
MD5Parser.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
MD5Parser.h
|
- BUGFIX: Fix compiler warnings.
|
2009-10-11 11:32:04 +00:00 |
MDCFileData.h
|
General
|
2009-03-05 22:32:13 +00:00 |
MDCLoader.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
MDCLoader.h
|
- 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.
|
2010-03-02 17:38:01 +00:00 |
MDCNormalTable.h
|
Fixes for build with mingw (no warnings in 32 Bit build, even with -wall).
|
2008-09-12 20:25:11 +00:00 |
MDLDefaultColorMap.h
|
Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added
|
2008-05-22 10:20:31 +00:00 |
MDLFileData.h
|
General
|
2009-03-05 22:32:13 +00:00 |
MDLLoader.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
MDLLoader.h
|
- small documentation improvements
|
2010-03-19 20:26:43 +00:00 |
MDLMaterialLoader.cpp
|
Fix possible heap corruption in the MDL material loader.
|
2010-03-13 16:21:20 +00:00 |
MS3DLoader.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
MS3DLoader.h
|
MS3D animations working now, fix default material assignment, cleanup comment parsing.
|
2010-03-17 18:04:08 +00:00 |
MaterialSystem.cpp
|
Material system now auto-converts from string to float/int arrays.
|
2010-03-13 16:20:18 +00:00 |
MaterialSystem.h
|
Removing stdint.h dependency from the public API to avoid conflicts with other libraries.
|
2009-04-11 14:31:57 +00:00 |
MemoryIOWrapper.h
|
Adding Importer::ReadFileFromMemory to make Chromanoid happy.
|
2009-06-21 19:44:48 +00:00 |
NFFLoader.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
NFFLoader.h
|
- 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.
|
2010-03-02 17:38:01 +00:00 |
OFFLoader.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
OFFLoader.h
|
- 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.
|
2010-03-02 17:38:01 +00:00 |
ObjFileData.h
|
Get rid of warnings on GCC4.4 with -wall
|
2010-02-06 23:52:41 +00:00 |
ObjFileImporter.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
ObjFileImporter.h
|
- 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.
|
2010-03-02 17:38:01 +00:00 |
ObjFileMtlImporter.cpp
|
- Removed dead code.
|
2009-08-19 20:45:51 +00:00 |
ObjFileMtlImporter.h
|
- BUGFIX: Fixed a crash in the normal-loader method of obj loader.
|
2008-08-14 21:25:50 +00:00 |
ObjFileParser.cpp
|
Fix buffer overrun in Obj-loader (this is related to [2970556]).
|
2010-03-16 00:04:17 +00:00 |
ObjFileParser.h
|
Increase OBJ loader static working buffer size to 4096 to avoid huge lines being cropped.
|
2010-03-30 12:13:40 +00:00 |
ObjTools.h
|
BUGFIX : Fix crash in material loader.
|
2010-02-02 19:54:37 +00:00 |
OgreImporter.cpp
|
-small Bugfix in Ogre Animation Loading, still not fully functional, but a bit better now
|
2010-03-24 21:26:31 +00:00 |
OgreImporter.h
|
further work at Ogre Importer:
|
2010-03-19 20:45:40 +00:00 |
OgreImporterMaterial.cpp
|
further work at Ogre Importer:
|
2010-03-19 20:45:40 +00:00 |
OgreXmlHelper.h
|
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.
|
2010-03-18 17:00:12 +00:00 |
OptimizeGraph.cpp
|
FIX: Adding empty final line to some units where it was missing.
|
2009-10-11 13:57:55 +00:00 |
OptimizeGraph.h
|
Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now.
|
2009-04-24 20:53:24 +00:00 |
OptimizeMeshes.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
OptimizeMeshes.h
|
Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now.
|
2009-04-24 20:53:24 +00:00 |
ParsingUtils.h
|
BUGFIX: Fix compiler warning: suggest parthesis.
|
2009-12-24 11:56:35 +00:00 |
PlyLoader.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
PlyLoader.h
|
- 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.
|
2010-03-02 17:38:01 +00:00 |
PlyParser.cpp
|
General
|
2009-03-05 22:32:13 +00:00 |
PlyParser.h
|
Added temporary boost workaround - some assimp features work with reduced functionality in this case.
|
2008-10-13 16:45:48 +00:00 |
PretransformVertices.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
PretransformVertices.h
|
FEATURE: Adding format auto-detection to OBJ loader basing on some distinct keywords.
|
2009-09-30 17:55:21 +00:00 |
ProcessHelper.h
|
ADD Vertex utility class to simplify conversion from and to interleaved vertices.
|
2010-01-28 21:17:25 +00:00 |
Q3DLoader.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
Q3DLoader.h
|
- 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.
|
2010-03-02 17:38:01 +00:00 |
RawLoader.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
RawLoader.h
|
- 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.
|
2010-03-02 17:38:01 +00:00 |
RemoveComments.cpp
|
MD5
|
2009-03-08 20:12:43 +00:00 |
RemoveComments.h
|
Added NFF loader. No standard shapes yet (sphere, cone), but a class for them (StandardShapes) has been declared.
|
2008-09-07 16:51:05 +00:00 |
RemoveRedundantMaterials.cpp
|
Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now.
|
2009-04-24 20:53:24 +00:00 |
RemoveRedundantMaterials.h
|
General
|
2009-03-05 22:32:13 +00:00 |
RemoveVCProcess.cpp
|
Get rid of warnings on GCC4.4 with -wall
|
2010-02-06 23:52:41 +00:00 |
RemoveVCProcess.h
|
Major API cleanup. Unified formatting & doxygen tags in the public API.
|
2009-01-12 22:06:54 +00:00 |
SGSpatialSort.cpp
|
Added temporary boost workaround - some assimp features work with reduced functionality in this case.
|
2008-10-13 16:45:48 +00:00 |
SGSpatialSort.h
|
Added vertex color support to the DXF loader, fixed a minor bugs. Coordinate system issue still unsolved.
|
2008-09-20 15:55:51 +00:00 |
SMDLoader.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
SMDLoader.h
|
- 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.
|
2010-03-02 17:38:01 +00:00 |
STLLoader.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
STLLoader.h
|
- 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.
|
2010-03-02 17:38:01 +00:00 |
SceneCombiner.cpp
|
Remove randomness from SceneCombiner.
|
2010-02-28 01:28:00 +00:00 |
SceneCombiner.h
|
General
|
2009-03-05 22:32:13 +00:00 |
ScenePreprocessor.cpp
|
- BUGFIX: ColladaLoader handles multiple UVs/VColors correctly now. Thanks to Ingrater to point it out.
|
2009-04-23 14:13:20 +00:00 |
ScenePreprocessor.h
|
Major API cleanup. Unified formatting & doxygen tags in the public API.
|
2009-01-12 22:06:54 +00:00 |
SkeletonMeshBuilder.cpp
|
Adding very basic reading support for CSM (CharacterStudio Motion). No proper hierarchy reconstruction yet, just plain marker import.
|
2009-04-26 15:09:03 +00:00 |
SkeletonMeshBuilder.h
|
Adding very basic reading support for CSM (CharacterStudio Motion). No proper hierarchy reconstruction yet, just plain marker import.
|
2009-04-26 15:09:03 +00:00 |
SmoothingGroups.h
|
Added temporary boost workaround - some assimp features work with reduced functionality in this case.
|
2008-10-13 16:45:48 +00:00 |
SmoothingGroups.inl
|
Major API cleanup. Unified formatting & doxygen tags in the public API.
|
2009-01-12 22:06:54 +00:00 |
SortByPTypeProcess.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
SortByPTypeProcess.h
|
Fixed 3DS, ASE, MD3 and Q3D orientation after Schrompf' recent changes to the RH-LH conversion.
|
2008-11-04 20:41:11 +00:00 |
SpatialSort.cpp
|
ADD Vertex utility class to simplify conversion from and to interleaved vertices.
|
2010-01-28 21:17:25 +00:00 |
SpatialSort.h
|
ADD Vertex utility class to simplify conversion from and to interleaved vertices.
|
2010-01-28 21:17:25 +00:00 |
SplitLargeMeshes.cpp
|
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.
|
2008-11-09 23:17:19 +00:00 |
SplitLargeMeshes.h
|
Fixes for build with mingw (no warnings in 32 Bit build, even with -wall).
|
2008-09-12 20:25:11 +00:00 |
StandardShapes.cpp
|
FIX: NFF face winding bug (actually it was in StandardShapes.cpp).
|
2009-01-15 19:22:29 +00:00 |
StandardShapes.h
|
FIX: NFF face winding bug (actually it was in StandardShapes.cpp).
|
2009-01-15 19:22:29 +00:00 |
StdOStreamLogStream.h
|
Removed direct STL dependency from the Assimp interface, should hopefully avoid problems with binary incompatible STLs. Some API changes, e.g. in the logger.
|
2009-01-23 21:06:43 +00:00 |
StreamReader.h
|
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.
|
2010-03-18 17:00:12 +00:00 |
StringComparison.h
|
General
|
2009-03-05 22:32:13 +00:00 |
Subdivision.cpp
|
FIX: Cleaning up use of printf() format specifiers. %i mostly replaced by %u when appropriate.
|
2010-01-28 23:01:33 +00:00 |
Subdivision.h
|
ADD Vertex utility class to simplify conversion from and to interleaved vertices.
|
2010-01-28 21:17:25 +00:00 |
TargetAnimation.cpp
|
FIX: SMDLoader was broken due to erroneous 'rt' in input stream construction.
|
2010-01-19 20:05:14 +00:00 |
TargetAnimation.h
|
FIX: SMDLoader was broken due to erroneous 'rt' in input stream construction.
|
2010-01-19 20:05:14 +00:00 |
TerragenLoader.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
TerragenLoader.h
|
- 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.
|
2010-03-02 17:38:01 +00:00 |
TextureTransform.cpp
|
FIX: Cleaning up use of printf() format specifiers. %i mostly replaced by %u when appropriate.
|
2010-01-28 23:01:33 +00:00 |
TextureTransform.h
|
BUGFIX: Fix compiler warning: wrong initialization order in initlist.
|
2009-12-24 11:29:28 +00:00 |
TinyFormatter.h
|
Add TinyFormatter, a convenience wrapper around std::stringstream's, intended to replace boost.format.
|
2010-04-02 00:17:58 +00:00 |
TriangulateProcess.cpp
|
Triangulation:
|
2009-04-02 15:16:01 +00:00 |
TriangulateProcess.h
|
Added support for point and line primitives.
|
2008-09-30 20:20:56 +00:00 |
UnrealLoader.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
UnrealLoader.h
|
- 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.
|
2010-03-02 17:38:01 +00:00 |
ValidateDataStructure.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
ValidateDataStructure.h
|
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.
|
2010-02-05 22:32:19 +00:00 |
Vertex.h
|
ADD Vertex utility class to simplify conversion from and to interleaved vertices.
|
2010-01-28 21:17:25 +00:00 |
VertexTriangleAdjacency.cpp
|
- Fix Importer::FindLoader - it failed on file extensions with only one character (i.e. x). This fixes an unit test.
|
2010-03-11 16:47:36 +00:00 |
VertexTriangleAdjacency.h
|
ADD Vertex utility class to simplify conversion from and to interleaved vertices.
|
2010-01-28 21:17:25 +00:00 |
Win32DebugLogStream.h
|
FIX: Change call to OutputDebugString to OutputDebugStringA to deal with _UNICODE builds.
|
2010-03-02 11:54:41 +00:00 |
XFileHelper.h
|
Fixes for build with mingw (no warnings in 32 Bit build, even with -wall).
|
2008-09-12 20:25:11 +00:00 |
XFileImporter.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
XFileImporter.h
|
- 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.
|
2010-03-02 17:38:01 +00:00 |
XFileParser.cpp
|
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.
|
2010-03-18 17:00:12 +00:00 |
XFileParser.h
|
Fixes for build with mingw (no warnings in 32 Bit build, even with -wall).
|
2008-09-12 20:25:11 +00:00 |
aiAssert.cpp
|
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.
|
2010-02-05 22:32:19 +00:00 |
assbin_chunks.h
|
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.
|
2010-03-13 00:09:56 +00:00 |
fast_atof.h
|
- BUGFIX : Fixed compiler warning ( constant condition ).
|
2009-10-10 11:59:00 +00:00 |
irrXMLWrapper.h
|
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.
|
2010-03-18 17:00:12 +00:00 |
makefile
|
Moved private headers to code/ as discussed; removed boost::random workaround which was no longer needed; CMake cleanup part two (Boost detection, …).
|
2010-03-03 21:48:23 +00:00 |
makefile.mingw
|
Fix makefile.mingw for the NOBOOST=1 case.
|
2010-03-17 18:20:51 +00:00 |
pstdint.h
|
Moved private headers to code/ as discussed; removed boost::random workaround which was no longer needed; CMake cleanup part two (Boost detection, …).
|
2010-03-03 21:48:23 +00:00 |
qnan.h
|
General
|
2009-03-05 22:32:13 +00:00 |