ulfjorensen 732884e2f4 - Bugfix: ColladaParser now properly tunnels XML reading through the Assimp IO System 17 lat temu
..
extra 13d8e4a66d assimpview: fixed crash during normal recomputation. 17 lat temu
res 333f0c805e 17 lat temu
3DSConverter.cpp abe2d4834e MD3 17 lat temu
3DSHelper.h c865999420 Collada 17 lat temu
3DSLoader.cpp abe2d4834e MD3 17 lat temu
3DSLoader.h 9b53b2aa1a FIX: 3DS loader skips TCB keys correctly now. 17 lat temu
ACLoader.cpp 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 lat temu
ACLoader.h e48d1a4e5a Tracker ID [2485593], patch by John Connors for better Linux/Scons support. 17 lat temu
ASELoader.cpp d41f570dc0 Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). 17 lat temu
ASELoader.h a7088d6263 Rewrote 3DS loader to support BE - added temporary light & camera & animation support. few models not working anymore, transformation bug still unsolved. 17 lat temu
ASEParser.cpp 32342857d8 ASE and 3DS cleanup - face ordering improved. 17 lat temu
ASEParser.h 32342857d8 ASE and 3DS cleanup - face ordering improved. 17 lat temu
Assimp.cpp 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. 17 lat temu
AssimpPCH.cpp 3d5eae6be5 Moved some defines into the core, away from the public stuff. 17 lat temu
AssimpPCH.h 4b4526953e Changed some runtime asserts to boost::static_asserts. 17 lat temu
B3DImporter.cpp 2b1f0cbac0 ' B3DImporter.cpp 17 lat temu
B3DImporter.h b2b083cc87 Fixed materials/normals 17 lat temu
BVHLoader.cpp d41f570dc0 Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). 17 lat temu
BVHLoader.h d3e9607ab6 Kill g++ compiler warning (no newline at end of file). 17 lat temu
BaseImporter.cpp d70c092b71 MD3 17 lat temu
BaseImporter.h 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 lat temu
BaseProcess.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 lat temu
BaseProcess.h 8148ff36c0 Minor doc fixes. 17 lat temu
ByteSwap.h 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 lat temu
CalcTangentsProcess.cpp 383a614931 Fixed some minor issues in the AC loader. However, it still crashes with large and complicated models. Line handling is complete. 17 lat temu
CalcTangentsProcess.h 9279513700 Optimized GenVertexNormal-Step. 17 lat temu
ColladaHelper.h c865999420 Collada 17 lat temu
ColladaLoader.cpp 732884e2f4 - Bugfix: ColladaParser now properly tunnels XML reading through the Assimp IO System 17 lat temu
ColladaLoader.h c865999420 Collada 17 lat temu
ColladaParser.cpp 732884e2f4 - Bugfix: ColladaParser now properly tunnels XML reading through the Assimp IO System 17 lat temu
ColladaParser.h 732884e2f4 - Bugfix: ColladaParser now properly tunnels XML reading through the Assimp IO System 17 lat temu
ComputeUVMappingProcess.cpp c865999420 Collada 17 lat temu
ComputeUVMappingProcess.h c865999420 Collada 17 lat temu
ConvertToLHProcess.cpp 32342857d8 ASE and 3DS cleanup - face ordering improved. 17 lat temu
ConvertToLHProcess.h 32342857d8 ASE and 3DS cleanup - face ordering improved. 17 lat temu
DXFLoader.cpp d41f570dc0 Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). 17 lat temu
DXFLoader.h 730b77c68e - removed implementation headers from the public interface 17 lat temu
DefaultIOStream.cpp 2b9461fbf7 MD3 17 lat temu
DefaultIOStream.h 2b9461fbf7 MD3 17 lat temu
DefaultIOSystem.cpp 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. 17 lat temu
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. 17 lat temu
DefaultLogger.cpp 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. 17 lat temu
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. 17 lat temu
FindDegenerates.cpp 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 lat temu
FindDegenerates.h 321334fd12 [ 2373610 ] Patch for Linux and SCons. Added patch provided by John Connors, closed the corresponding tracker item. 17 lat temu
FindInstancesProcess.cpp ec9226c5b9 Fixed nasty bug in FindInstancesProcess.cpp. 17 lat temu
FindInstancesProcess.h ec9226c5b9 Fixed nasty bug in FindInstancesProcess.cpp. 17 lat temu
FindInvalidDataProcess.cpp 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 lat temu
FindInvalidDataProcess.h ac200212a9 Added ScenePreProcessor helper class to add missing dummy animation channels. 17 lat temu
FixNormalsStep.cpp 4727ad6c6a Fixed HMP typo. 17 lat temu
FixNormalsStep.h 7d21c02e28 ASSIMP Beta 1, final fixes for the release. 17 lat temu
GenFaceNormalsProcess.cpp fd9e6edc19 Further work on the IRR, AC, LWS loaders. Further work on the - still unfinished - OptimizeGraph step. SceneCombiner works now properly in all cases I tested yet. 17 lat temu
GenFaceNormalsProcess.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 lat temu
GenVertexNormalsProcess.cpp abe2d4834e MD3 17 lat temu
GenVertexNormalsProcess.h 9279513700 Optimized GenVertexNormal-Step. 17 lat temu
GenericProperty.h a7088d6263 Rewrote 3DS loader to support BE - added temporary light & camera & animation support. few models not working anymore, transformation bug still unsolved. 17 lat temu
HMPFileData.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 lat temu
HMPLoader.cpp 4727ad6c6a Fixed HMP typo. 17 lat temu
HMPLoader.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 lat temu
HalfLifeFileData.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 lat temu
Hash.h 32342857d8 ASE and 3DS cleanup - face ordering improved. 17 lat temu
IFF.h ef3cd69ae6 worked on getting assimpl compiled on BE 17 lat temu
IRRLoader.cpp 732884e2f4 - Bugfix: ColladaParser now properly tunnels XML reading through the Assimp IO System 17 lat temu
IRRLoader.h d41f570dc0 Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). 17 lat temu
IRRMeshLoader.cpp 732884e2f4 - Bugfix: ColladaParser now properly tunnels XML reading through the Assimp IO System 17 lat temu
IRRMeshLoader.h d41f570dc0 Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). 17 lat temu
IRRShared.cpp 732884e2f4 - Bugfix: ColladaParser now properly tunnels XML reading through the Assimp IO System 17 lat temu
IRRShared.h 732884e2f4 - Bugfix: ColladaParser now properly tunnels XML reading through the Assimp IO System 17 lat temu
Importer.cpp eb761a875f Some minor changes in postprocess step order. My fault, I didn't think. 17 lat temu
ImproveCacheLocality.cpp 3d3b9719f8 Fixed third-person camera movement bug in the viewer. 17 lat temu
ImproveCacheLocality.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 lat temu
JoinVerticesProcess.cpp 4b4526953e Changed some runtime asserts to boost::static_asserts. 17 lat temu
JoinVerticesProcess.h 4b4526953e Changed some runtime asserts to boost::static_asserts. 17 lat temu
LWOBLoader.cpp d41f570dc0 Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). 17 lat temu
LWOFileData.h c865999420 Collada 17 lat temu
LWOLoader.cpp abe2d4834e MD3 17 lat temu
LWOLoader.h abe2d4834e MD3 17 lat temu
LWOMaterial.cpp abe2d4834e MD3 17 lat temu
LWSLoader.cpp fd9e6edc19 Further work on the IRR, AC, LWS loaders. Further work on the - still unfinished - OptimizeGraph step. SceneCombiner works now properly in all cases I tested yet. 17 lat temu
LWSLoader.h fd9e6edc19 Further work on the IRR, AC, LWS loaders. Further work on the - still unfinished - OptimizeGraph step. SceneCombiner works now properly in all cases I tested yet. 17 lat temu
LimitBoneWeightsProcess.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 lat temu
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. 17 lat temu
MD2FileData.h fd9769eae6 MD2 17 lat temu
MD2Loader.cpp e6758ce923 MD3 17 lat temu
MD2Loader.h 2da2835b29 Fixed bug in the AC loader causing lines to load incorrectly. Seems to work now. 17 lat temu
MD2NormalTable.h 8c002e6998 Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added 17 lat temu
MD3FileData.h 2b9461fbf7 MD3 17 lat temu
MD3Loader.cpp abe2d4834e MD3 17 lat temu
MD3Loader.h abe2d4834e MD3 17 lat temu
MD5Loader.cpp d41f570dc0 Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). 17 lat temu
MD5Loader.h 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 lat temu
MD5Parser.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 lat temu
MD5Parser.h 2b9461fbf7 MD3 17 lat temu
MDCFileData.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 lat temu
MDCLoader.cpp d41f570dc0 Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). 17 lat temu
MDCLoader.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 lat temu
MDCNormalTable.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 lat temu
MDLDefaultColorMap.h 8c002e6998 Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added 17 lat temu
MDLFileData.h 4727ad6c6a Fixed HMP typo. 17 lat temu
MDLLoader.cpp 4727ad6c6a Fixed HMP typo. 17 lat temu
MDLLoader.h 4727ad6c6a Fixed HMP typo. 17 lat temu
MDLMaterialLoader.cpp 4727ad6c6a Fixed HMP typo. 17 lat temu
MaterialSystem.cpp abe2d4834e MD3 17 lat temu
MaterialSystem.h abe2d4834e MD3 17 lat temu
NFFLoader.cpp c865999420 Collada 17 lat temu
NFFLoader.h e48d1a4e5a Tracker ID [2485593], patch by John Connors for better Linux/Scons support. 17 lat temu
OFFLoader.cpp d41f570dc0 Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). 17 lat temu
OFFLoader.h 7f9c3652b3 Added RAW Loader. Tested with various configurations, seems to work. 17 lat temu
ObjFileData.h 4048eb92f5 Fixed illumination model conversion in the OBJ loader. 17 lat temu
ObjFileImporter.cpp 0e9ff778c8 FIX: ptv transforms tangents and bitangents now corrrectly. 17 lat temu
ObjFileImporter.h fa8edfe207 - BUGFIX: Fixed a crash in the normal-loader method of obj loader. 17 lat temu
ObjFileMtlImporter.cpp 4048eb92f5 Fixed illumination model conversion in the OBJ loader. 17 lat temu
ObjFileMtlImporter.h fa8edfe207 - BUGFIX: Fixed a crash in the normal-loader method of obj loader. 17 lat temu
ObjFileParser.cpp 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. 17 lat temu
ObjFileParser.h fa8edfe207 - BUGFIX: Fixed a crash in the normal-loader method of obj loader. 17 lat temu
ObjTools.h 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. 17 lat temu
ParsingUtils.h 2b9461fbf7 MD3 17 lat temu
PlyLoader.cpp d41f570dc0 Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). 17 lat temu
PlyLoader.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 lat temu
PlyParser.cpp d41f570dc0 Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). 17 lat temu
PlyParser.h 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 lat temu
PretransformVertices.cpp abe2d4834e MD3 17 lat temu
PretransformVertices.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 lat temu
ProcessHelper.h c865999420 Collada 17 lat temu
Q3DLoader.cpp d41f570dc0 Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). 17 lat temu
Q3DLoader.h 5d2fd0ef35 Fixed some minor bugs in the Q3D loader. All test models from quick3d.org load correctly now. 17 lat temu
RawLoader.cpp d41f570dc0 Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). 17 lat temu
RawLoader.h 7f9c3652b3 Added RAW Loader. Tested with various configurations, seems to work. 17 lat temu
RemoveComments.cpp 321334fd12 [ 2373610 ] Patch for Linux and SCons. Added patch provided by John Connors, closed the corresponding tracker item. 17 lat temu
RemoveComments.h f69446937b Added NFF loader. No standard shapes yet (sphere, cone), but a class for them (StandardShapes) has been declared. 17 lat temu
RemoveRedundantMaterials.cpp abe2d4834e MD3 17 lat temu
RemoveRedundantMaterials.h 51bfc46c1d Fix linux build 17 lat temu
RemoveVCProcess.cpp 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 lat temu
RemoveVCProcess.h 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 lat temu
SGSpatialSort.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 lat temu
SGSpatialSort.h 3e46a0860e Added vertex color support to the DXF loader, fixed a minor bugs. Coordinate system issue still unsolved. 17 lat temu
SMDLoader.cpp d41f570dc0 Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). 17 lat temu
SMDLoader.h 2b9461fbf7 MD3 17 lat temu
STLLoader.cpp d41f570dc0 Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). 17 lat temu
STLLoader.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 lat temu
SceneCombiner.cpp d70c092b71 MD3 17 lat temu
SceneCombiner.h d70c092b71 MD3 17 lat temu
ScenePreprocessor.cpp 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 lat temu
ScenePreprocessor.h 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 lat temu
SkeletonMeshBuilder.cpp e48d1a4e5a Tracker ID [2485593], patch by John Connors for better Linux/Scons support. 17 lat temu
SkeletonMeshBuilder.h e9dc280739 Fixed linker error reported by PuMI causing the DLL build to fail. 17 lat temu
SmoothingGroups.h 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 lat temu
SmoothingGroups.inl 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 lat temu
SortByPTypeProcess.cpp 3d5eae6be5 Moved some defines into the core, away from the public stuff. 17 lat temu
SortByPTypeProcess.h 7c50899481 Fixed 3DS, ASE, MD3 and Q3D orientation after Schrompf' recent changes to the RH-LH conversion. 17 lat temu
SpatialSort.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 lat temu
SpatialSort.h 9279513700 Optimized GenVertexNormal-Step. 17 lat temu
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. 17 lat temu
SplitLargeMeshes.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 lat temu
StandardShapes.cpp 6557c28ef7 FIX: NFF face winding bug (actually it was in StandardShapes.cpp). 17 lat temu
StandardShapes.h 6557c28ef7 FIX: NFF face winding bug (actually it was in StandardShapes.cpp). 17 lat temu
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. 17 lat temu
StreamReader.h 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 lat temu
StringComparison.h 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 lat temu
TargetAnimation.cpp 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 lat temu
TargetAnimation.h fd9e6edc19 Further work on the IRR, AC, LWS loaders. Further work on the - still unfinished - OptimizeGraph step. SceneCombiner works now properly in all cases I tested yet. 17 lat temu
TerragenLoader.cpp b73cb1c569 HMP loader returns quads now, cleaned up the code a bit. Still longer than necessary. 17 lat temu
TerragenLoader.h 39bfb7608b Optimized triangulation algorithm. Must more faster now. 17 lat temu
TextureTransform.cpp fd9769eae6 MD2 17 lat temu
TextureTransform.h fd9e6edc19 Further work on the IRR, AC, LWS loaders. Further work on the - still unfinished - OptimizeGraph step. SceneCombiner works now properly in all cases I tested yet. 17 lat temu
TriangulateProcess.cpp 39bfb7608b Optimized triangulation algorithm. Must more faster now. 17 lat temu
TriangulateProcess.h 927cd1cd46 Added support for point and line primitives. 17 lat temu
ValidateDataStructure.cpp abe2d4834e MD3 17 lat temu
ValidateDataStructure.h 32342857d8 ASE and 3DS cleanup - face ordering improved. 17 lat temu
VertexTriangleAdjacency.cpp 383a614931 Fixed some minor issues in the AC loader. However, it still crashes with large and complicated models. Line handling is complete. 17 lat temu
VertexTriangleAdjacency.h 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 lat temu
Win32DebugLogStream.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. 17 lat temu
XFileHelper.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 lat temu
XFileImporter.cpp d41f570dc0 Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). 17 lat temu
XFileImporter.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 lat temu
XFileParser.cpp d41f570dc0 Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). 17 lat temu
XFileParser.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 lat temu
aiAssert.cpp c0148c090f fixed some linux issues 17 lat temu
fast_atof.h c865999420 Collada 17 lat temu
irrXMLWrapper.h 732884e2f4 - Bugfix: ColladaParser now properly tunnels XML reading through the Assimp IO System 17 lat temu
makefile 5e59a60ea2 Added binary x test model exported from truespace. Didn't have one yet. 17 lat temu
makefile.mingw d41f570dc0 Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). 17 lat temu
qnan.h 6557c28ef7 FIX: NFF face winding bug (actually it was in StandardShapes.cpp). 17 lat temu