aramis_acg d320a4bc64 Removed MDR loader - too unimportant and would need much more work to work properly. 17 years ago
..
extra 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 years ago
irrXML ba93c7ef09 Fixed x64 compilation problem cause of an int 3 asm instruction. 17 years ago
res 333f0c805e 17 years ago
3DSConverter.cpp 9fc698bb2f Fixed a bug in the validation step - animation channels weren't validated correctly in every case. 17 years ago
3DSHelper.h 9b53b2aa1a FIX: 3DS loader skips TCB keys correctly now. 17 years ago
3DSLoader.cpp 9b53b2aa1a FIX: 3DS loader skips TCB keys correctly now. 17 years ago
3DSLoader.h 9b53b2aa1a FIX: 3DS loader skips TCB keys correctly now. 17 years ago
ACLoader.cpp d320a4bc64 Removed MDR loader - too unimportant and would need much more work to work properly. 17 years ago
ACLoader.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 years ago
ASELoader.cpp 32342857d8 ASE and 3DS cleanup - face ordering improved. 17 years ago
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 years ago
ASEParser.cpp 32342857d8 ASE and 3DS cleanup - face ordering improved. 17 years ago
ASEParser.h 32342857d8 ASE and 3DS cleanup - face ordering improved. 17 years ago
Assimp.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 years ago
AssimpPCH.cpp 94d289d1a3 Updated boost workaround. Added -noboost build config to VC8. 17 years ago
AssimpPCH.h 9b53b2aa1a FIX: 3DS loader skips TCB keys correctly now. 17 years ago
B3DImporter.cpp 04ca1a72f7 Updated B3D Loader, added Mark Sibly to the list of contributors. 17 years ago
B3DImporter.h 04ca1a72f7 Updated B3D Loader, added Mark Sibly to the list of contributors. 17 years ago
BVHLoader.cpp c25e576a01 - BVH-Loader more or less final now. Reads motion capturing date which plays fine in the viewer, just mirrored ATM. 17 years ago
BVHLoader.h d3e9607ab6 Kill g++ compiler warning (no newline at end of file). 17 years ago
BaseImporter.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 years ago
BaseImporter.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 years ago
BaseProcess.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 years ago
BaseProcess.h a7088d6263 Rewrote 3DS loader to support BE - added temporary light & camera & animation support. few models not working anymore, transformation bug still unsolved. 17 years ago
ByteSwap.h 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 years ago
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 years ago
CalcTangentsProcess.h 9279513700 Optimized GenVertexNormal-Step. 17 years ago
ColladaHelper.h 5639220859 - corrected example code in the documentation. Thanks to Ingrater to point it out. 17 years ago
ColladaLoader.cpp e9fc71cc60 fixed some linux compilation issues 17 years ago
ColladaLoader.h 85a487f6b8 - Bugfix: ColladaLoader node rotation was miscalculated 17 years ago
ColladaParser.cpp 5639220859 - corrected example code in the documentation. Thanks to Ingrater to point it out. 17 years ago
ColladaParser.h 5639220859 - corrected example code in the documentation. Thanks to Ingrater to point it out. 17 years ago
ComputeUVMappingProcess.cpp be864ce4a0 Added support for cones and cylinders to NFF (the code to generate these primitives is hosted in StandardShapes.cpp). 17 years ago
ComputeUVMappingProcess.h 9fc698bb2f Fixed a bug in the validation step - animation channels weren't validated correctly in every case. 17 years ago
ConvertToLHProcess.cpp 32342857d8 ASE and 3DS cleanup - face ordering improved. 17 years ago
ConvertToLHProcess.h 32342857d8 ASE and 3DS cleanup - face ordering improved. 17 years ago
DXFLoader.cpp a7088d6263 Rewrote 3DS loader to support BE - added temporary light & camera & animation support. few models not working anymore, transformation bug still unsolved. 17 years ago
DXFLoader.h 730b77c68e - removed implementation headers from the public interface 17 years ago
DefaultIOStream.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 years ago
DefaultIOStream.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 years ago
DefaultIOSystem.cpp e9fc71cc60 fixed some linux compilation issues 17 years ago
DefaultIOSystem.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 years ago
DefaultLogger.cpp a7088d6263 Rewrote 3DS loader to support BE - added temporary light & camera & animation support. few models not working anymore, transformation bug still unsolved. 17 years ago
FileLogStream.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 years ago
FindDegenerates.cpp 32342857d8 ASE and 3DS cleanup - face ordering improved. 17 years ago
FindDegenerates.h 383a614931 Fixed some minor issues in the AC loader. However, it still crashes with large and complicated models. Line handling is complete. 17 years ago
FindInvalidDataProcess.cpp 32342857d8 ASE and 3DS cleanup - face ordering improved. 17 years ago
FindInvalidDataProcess.h ac200212a9 Added ScenePreProcessor helper class to add missing dummy animation channels. 17 years ago
FixNormalsStep.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 years ago
FixNormalsStep.h 7d21c02e28 ASSIMP Beta 1, final fixes for the release. 17 years ago
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 years ago
GenFaceNormalsProcess.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 years ago
GenVertexNormalsProcess.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 years ago
GenVertexNormalsProcess.h 9279513700 Optimized GenVertexNormal-Step. 17 years ago
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 years ago
HMPFileData.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 years ago
HMPLoader.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 years ago
HMPLoader.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 years ago
HalfLifeFileData.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 years ago
Hash.h 32342857d8 ASE and 3DS cleanup - face ordering improved. 17 years ago
IFF.h ef3cd69ae6 worked on getting assimpl compiled on BE 17 years ago
IRRLoader.cpp be864ce4a0 Added support for cones and cylinders to NFF (the code to generate these primitives is hosted in StandardShapes.cpp). 17 years ago
IRRLoader.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 years ago
IRRMeshLoader.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 years ago
IRRMeshLoader.h df9f4130eb Further work on the IRR and IRRMESH loaders. IRR is still WIP, IRRMESH loads lightmaps correctly now. 17 years ago
Importer.cpp d320a4bc64 Removed MDR loader - too unimportant and would need much more work to work properly. 17 years ago
ImproveCacheLocality.cpp 3d3b9719f8 Fixed third-person camera movement bug in the viewer. 17 years ago
ImproveCacheLocality.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 years ago
JoinVerticesProcess.cpp 2da2835b29 Fixed bug in the AC loader causing lines to load incorrectly. Seems to work now. 17 years ago
JoinVerticesProcess.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 years ago
LWOBLoader.cpp 32342857d8 ASE and 3DS cleanup - face ordering improved. 17 years ago
LWOFileData.h 32342857d8 ASE and 3DS cleanup - face ordering improved. 17 years ago
LWOLoader.cpp 32342857d8 ASE and 3DS cleanup - face ordering improved. 17 years ago
LWOLoader.h 32342857d8 ASE and 3DS cleanup - face ordering improved. 17 years ago
LWOMaterial.cpp be864ce4a0 Added support for cones and cylinders to NFF (the code to generate these primitives is hosted in StandardShapes.cpp). 17 years ago
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 years ago
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 years ago
LimitBoneWeightsProcess.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 years ago
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 years ago
MD2FileData.h be864ce4a0 Added support for cones and cylinders to NFF (the code to generate these primitives is hosted in StandardShapes.cpp). 17 years ago
MD2Loader.cpp be864ce4a0 Added support for cones and cylinders to NFF (the code to generate these primitives is hosted in StandardShapes.cpp). 17 years ago
MD2Loader.h 2da2835b29 Fixed bug in the AC loader causing lines to load incorrectly. Seems to work now. 17 years ago
MD2NormalTable.h 8c002e6998 Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added 17 years ago
MD3FileData.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 years ago
MD3Loader.cpp 7c50899481 Fixed 3DS, ASE, MD3 and Q3D orientation after Schrompf' recent changes to the RH-LH conversion. 17 years ago
MD3Loader.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 years ago
MD5Loader.cpp 2da2835b29 Fixed bug in the AC loader causing lines to load incorrectly. Seems to work now. 17 years ago
MD5Loader.h 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 years ago
MD5Parser.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 years ago
MD5Parser.h c9c2810e3c Fixes for some warnings in the gcc4 linux 64 build. 17 years ago
MDCFileData.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 years ago
MDCLoader.cpp ef3cd69ae6 worked on getting assimpl compiled on BE 17 years ago
MDCLoader.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 years ago
MDCNormalTable.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 years ago
MDLDefaultColorMap.h 8c002e6998 Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added 17 years ago
MDLFileData.h 32342857d8 ASE and 3DS cleanup - face ordering improved. 17 years ago
MDLLoader.cpp 6ee05b6238 a first version for mdl7 loading on BE is now working (still one warning of a missed uv index) 17 years ago
MDLLoader.h 49b66d47dc worked on be stuff for mdl loader 17 years ago
MDLMaterialLoader.cpp 49b66d47dc worked on be stuff for mdl loader 17 years ago
MaterialSystem.cpp 01ceeeb00b Fixed a small bug in aiGetMaterialTexture 17 years ago
MaterialSystem.h 32342857d8 ASE and 3DS cleanup - face ordering improved. 17 years ago
NFFLoader.cpp be864ce4a0 Added support for cones and cylinders to NFF (the code to generate these primitives is hosted in StandardShapes.cpp). 17 years ago
NFFLoader.h be864ce4a0 Added support for cones and cylinders to NFF (the code to generate these primitives is hosted in StandardShapes.cpp). 17 years ago
OFFLoader.cpp 383a614931 Fixed some minor issues in the AC loader. However, it still crashes with large and complicated models. Line handling is complete. 17 years ago
OFFLoader.h 7f9c3652b3 Added RAW Loader. Tested with various configurations, seems to work. 17 years ago
ObjFileData.h a7088d6263 Rewrote 3DS loader to support BE - added temporary light & camera & animation support. few models not working anymore, transformation bug still unsolved. 17 years ago
ObjFileImporter.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 years ago
ObjFileImporter.h fa8edfe207 - BUGFIX: Fixed a crash in the normal-loader method of obj loader. 17 years ago
ObjFileMtlImporter.cpp 06e4262f80 - Refactorized obj-material-loader: removed duplicated float separation and made it to a template. 17 years ago
ObjFileMtlImporter.h fa8edfe207 - BUGFIX: Fixed a crash in the normal-loader method of obj loader. 17 years ago
ObjFileParser.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 years ago
ObjFileParser.h fa8edfe207 - BUGFIX: Fixed a crash in the normal-loader method of obj loader. 17 years ago
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 years ago
OptimizeGraphProcess.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 years ago
OptimizeGraphProcess.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 years ago
ParsingUtils.h 383a614931 Fixed some minor issues in the AC loader. However, it still crashes with large and complicated models. Line handling is complete. 17 years ago
PlyLoader.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 years ago
PlyLoader.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 years ago
PlyParser.cpp a7088d6263 Rewrote 3DS loader to support BE - added temporary light & camera & animation support. few models not working anymore, transformation bug still unsolved. 17 years ago
PlyParser.h 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 years ago
PretransformVertices.cpp 68ef00ef09 Fixed a bug in the SortByPType-step causing some models with bones to crash 17 years ago
PretransformVertices.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 years ago
ProcessHelper.h 32342857d8 ASE and 3DS cleanup - face ordering improved. 17 years ago
Q3DLoader.cpp 7c50899481 Fixed 3DS, ASE, MD3 and Q3D orientation after Schrompf' recent changes to the RH-LH conversion. 17 years ago
Q3DLoader.h 5d2fd0ef35 Fixed some minor bugs in the Q3D loader. All test models from quick3d.org load correctly now. 17 years ago
RawLoader.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 years ago
RawLoader.h 7f9c3652b3 Added RAW Loader. Tested with various configurations, seems to work. 17 years ago
RemoveComments.cpp 2da2835b29 Fixed bug in the AC loader causing lines to load incorrectly. Seems to work now. 17 years ago
RemoveComments.h f69446937b Added NFF loader. No standard shapes yet (sphere, cone), but a class for them (StandardShapes) has been declared. 17 years ago
RemoveRedundantMaterials.cpp 32342857d8 ASE and 3DS cleanup - face ordering improved. 17 years ago
RemoveRedundantMaterials.h 51bfc46c1d Fix linux build 17 years ago
RemoveVCProcess.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 years ago
RemoveVCProcess.h 383a614931 Fixed some minor issues in the AC loader. However, it still crashes with large and complicated models. Line handling is complete. 17 years ago
SGSpatialSort.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 years ago
SGSpatialSort.h 3e46a0860e Added vertex color support to the DXF loader, fixed a minor bugs. Coordinate system issue still unsolved. 17 years ago
SMDLoader.cpp be864ce4a0 Added support for cones and cylinders to NFF (the code to generate these primitives is hosted in StandardShapes.cpp). 17 years ago
SMDLoader.h 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 years ago
STLLoader.cpp a7088d6263 Rewrote 3DS loader to support BE - added temporary light & camera & animation support. few models not working anymore, transformation bug still unsolved. 17 years ago
STLLoader.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 years ago
SceneCombiner.cpp 94d289d1a3 Updated boost workaround. Added -noboost build config to VC8. 17 years ago
SceneCombiner.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 years ago
ScenePreprocessor.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 years ago
ScenePreprocessor.h 7c50899481 Fixed 3DS, ASE, MD3 and Q3D orientation after Schrompf' recent changes to the RH-LH conversion. 17 years ago
SkeletonMeshBuilder.cpp 730b77c68e - removed implementation headers from the public interface 17 years ago
SkeletonMeshBuilder.h e9dc280739 Fixed linker error reported by PuMI causing the DLL build to fail. 17 years ago
SmoothingGroups.h 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 years ago
SmoothingGroups.inl 9279513700 Optimized GenVertexNormal-Step. 17 years ago
SortByPTypeProcess.cpp 68ef00ef09 Fixed a bug in the SortByPType-step causing some models with bones to crash 17 years ago
SortByPTypeProcess.h 7c50899481 Fixed 3DS, ASE, MD3 and Q3D orientation after Schrompf' recent changes to the RH-LH conversion. 17 years ago
SpatialSort.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 years ago
SpatialSort.h 9279513700 Optimized GenVertexNormal-Step. 17 years ago
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 years ago
SplitLargeMeshes.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 years ago
StandardShapes.cpp be864ce4a0 Added support for cones and cylinders to NFF (the code to generate these primitives is hosted in StandardShapes.cpp). 17 years ago
StandardShapes.h be864ce4a0 Added support for cones and cylinders to NFF (the code to generate these primitives is hosted in StandardShapes.cpp). 17 years ago
StreamReader.h a7088d6263 Rewrote 3DS loader to support BE - added temporary light & camera & animation support. few models not working anymore, transformation bug still unsolved. 17 years ago
StringComparison.h be864ce4a0 Added support for cones and cylinders to NFF (the code to generate these primitives is hosted in StandardShapes.cpp). 17 years ago
TargetAnimation.cpp e9fc71cc60 fixed some linux compilation issues 17 years ago
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 years ago
TextureTransform.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 years ago
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 years ago
TriangulateProcess.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 years ago
TriangulateProcess.h 927cd1cd46 Added support for point and line primitives. 17 years ago
ValidateDataStructure.cpp be864ce4a0 Added support for cones and cylinders to NFF (the code to generate these primitives is hosted in StandardShapes.cpp). 17 years ago
ValidateDataStructure.h 32342857d8 ASE and 3DS cleanup - face ordering improved. 17 years ago
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 years ago
VertexTriangleAdjacency.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 years ago
Win32DebugLogStream.h 71fa1b508e - corrected all local include paths so that there are no "additional include paths" necessary in the build configuration anymore 17 years ago
XFileHelper.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 years ago
XFileImporter.cpp 32342857d8 ASE and 3DS cleanup - face ordering improved. 17 years ago
XFileImporter.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 years ago
XFileParser.cpp 342ea0188a - Bugfix: handling of XFile vertex colors is more forgiving now 17 years ago
XFileParser.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 years ago
aiAssert.cpp c0148c090f fixed some linux issues 17 years ago
fast_atof.h 85a487f6b8 - Bugfix: ColladaLoader node rotation was miscalculated 17 years ago
makefile d320a4bc64 Removed MDR loader - too unimportant and would need much more work to work properly. 17 years ago
makefile.mingw d320a4bc64 Removed MDR loader - too unimportant and would need much more work to work properly. 17 years ago
qnan.h 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 years ago