kimmi 5c0432057a - REFACTORING : Removing deprecated code from obj-loader. пре 16 година
..
extra 84ff1090c2 - BUGFIX: Fix compiler warning: variable is not initialized. пре 16 година
res 9070dc1f3c Further work on jAssimp. Still WIP and NOT USABLE, but interface getting stable now, most JNI code written. пре 16 година
3DSConverter.cpp 7cb337a8b8 BUGFIX: Fix compiler warning : suggested parthesis. пре 16 година
3DSHelper.h 4bbc03332b General пре 17 година
3DSLoader.cpp 497b387d45 BUGFIX: Fix compiler warning: comparison between signed and unsigned integer expressions пре 16 година
3DSLoader.h 4bbc03332b General пре 17 година
ACLoader.cpp c55be8ada3 FIX: Cleaning up use of printf() format specifiers. %i mostly replaced by %u when appropriate. пре 16 година
ACLoader.h 2e3fee99f0 ADD Vertex utility class to simplify conversion from and to interleaved vertices. пре 16 година
ASELoader.cpp a955f4008a BUGFIX: Fix compiler warning: variable not initialized. пре 16 година
ASELoader.h 4bbc03332b General пре 17 година
ASEParser.cpp c2d8881549 General пре 17 година
ASEParser.h 4bbc03332b General пре 17 година
Assimp.cpp 12070a1d52 Bugfix: made various internal structures namespace-local to avoid strange linker issues in case of name conflict пре 16 година
AssimpPCH.cpp 4bbc03332b General пре 17 година
AssimpPCH.h a4d7871096 [2805689] GCC 4.4 compatibility. пре 16 година
B3DImporter.cpp 3b95a1e782 Adding aiMaterial::GetTextureCount()/aiMaterialGetTextureCount(). пре 16 година
B3DImporter.h a241829149 Implemented anims/bones пре 16 година
BVHLoader.cpp 7080ba231c General пре 17 година
BVHLoader.h 4bbc03332b General пре 17 година
BaseImporter.cpp a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). пре 16 година
BaseImporter.h 8cfb2e26cf - Ogre Importer Beta пре 16 година
BaseProcess.cpp 9abcba4bc2 Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now. пре 17 година
BaseProcess.h 8148ff36c0 Minor doc fixes. пре 17 година
ByteSwap.h 2e3fee99f0 ADD Vertex utility class to simplify conversion from and to interleaved vertices. пре 16 година
CMakeLists.txt 2e3fee99f0 ADD Vertex utility class to simplify conversion from and to interleaved vertices. пре 16 година
CSMLoader.cpp c6899cd999 FIX: Adding empty final line to some units where it was missing. пре 16 година
CSMLoader.h d7b4dd6ae3 Adding very basic reading support for CSM (CharacterStudio Motion). No proper hierarchy reconstruction yet, just plain marker import. пре 16 година
CalcTangentsProcess.cpp 4bbc03332b General пре 17 година
CalcTangentsProcess.h 9279513700 Optimized GenVertexNormal-Step. пре 17 година
ColladaHelper.h 6d3c8b3bc7 Bugfix: Collada loader now translates bone names to proper node names so that users should be able to associate the correct nodes to bones, equal what addressing scheme was used in the Collada file пре 16 година
ColladaLoader.cpp 6d3c8b3bc7 Bugfix: Collada loader now translates bone names to proper node names so that users should be able to associate the correct nodes to bones, equal what addressing scheme was used in the Collada file пре 16 година
ColladaLoader.h 6d3c8b3bc7 Bugfix: Collada loader now translates bone names to proper node names so that users should be able to associate the correct nodes to bones, equal what addressing scheme was used in the Collada file пре 16 година
ColladaParser.cpp 6d3c8b3bc7 Bugfix: Collada loader now translates bone names to proper node names so that users should be able to associate the correct nodes to bones, equal what addressing scheme was used in the Collada file пре 16 година
ColladaParser.h f85d7b63ef - Bugfix: Collada parser did not skip unknown material properties correctly, leading to strange XML error messages пре 16 година
ComputeUVMappingProcess.cpp cc96f55c61 Adding samples/SimpleOpenGL. пре 16 година
ComputeUVMappingProcess.h c865999420 Collada пре 17 година
ConvertToLHProcess.cpp c6899cd999 FIX: Adding empty final line to some units where it was missing. пре 16 година
ConvertToLHProcess.h c2d8881549 General пре 17 година
DXFLoader.cpp a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). пре 16 година
DXFLoader.h 4bbc03332b General пре 17 година
DefaultIOStream.cpp adb4ab602e Adding Importer::ReadFileFromMemory to make Chromanoid happy. пре 16 година
DefaultIOStream.h 2b9461fbf7 MD3 пре 17 година
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 година
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 година
DefaultLogger.cpp d881a16402 Logging functions are now available to C-Users, too. Cleaning up headers. пре 16 година
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 година
FileSystemFilter.h e8386dc837 Fixing a minor issue in FileSystemFilter which prevented some external files from being loaded. Thanks to Jonathan Klein to point it out. пре 17 година
FindDegenerates.cpp 29c33760e4 Triangulation: пре 17 година
FindDegenerates.h 4bbc03332b General пре 17 година
FindInstancesProcess.cpp de14e06805 FIX: Nasty debug-only bug in FindInstancesProcess. пре 16 година
FindInstancesProcess.h ec9226c5b9 Fixed nasty bug in FindInstancesProcess.cpp. пре 17 година
FindInvalidDataProcess.cpp c89107a117 FEATURE: FindInvalidData step now provides a configuration option to fine-tune the accuracy of floating-point comparisons. пре 16 година
FindInvalidDataProcess.h c89107a117 FEATURE: FindInvalidData step now provides a configuration option to fine-tune the accuracy of floating-point comparisons. пре 16 година
FixNormalsStep.cpp 4727ad6c6a Fixed HMP typo. пре 17 година
FixNormalsStep.h 7d21c02e28 ASSIMP Beta 1, final fixes for the release. пре 17 година
GenFaceNormalsProcess.cpp 07428f37c7 FIX: GenFaceNormals process returns unit normals now. пре 16 година
GenFaceNormalsProcess.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). пре 17 година
GenVertexNormalsProcess.cpp 84e2c82877 [ 2666245 ] Remove unused vars пре 17 година
GenVertexNormalsProcess.h 9279513700 Optimized GenVertexNormal-Step. пре 17 година
GenericProperty.h 25088fd7da FIX: IrrMesh lightmap scale factor is imported correctly now. пре 16 година
HMPFileData.h 4bbc03332b General пре 17 година
HMPLoader.cpp 4bbc03332b General пре 17 година
HMPLoader.h 4bbc03332b General пре 17 година
HalfLifeFileData.h 4bbc03332b General пре 17 година
Hash.h 32342857d8 ASE and 3DS cleanup - face ordering improved. пре 17 година
IFF.h ef3cd69ae6 worked on getting assimpl compiled on BE пре 17 година
IRRLoader.cpp a3b32f306c Adding a file system filter layer to correct invalid paths automatically. пре 17 година
IRRLoader.h 4bbc03332b General пре 17 година
IRRMeshLoader.cpp c2d8881549 General пре 17 година
IRRMeshLoader.h 4bbc03332b General пре 17 година
IRRShared.cpp 25088fd7da FIX: IrrMesh lightmap scale factor is imported correctly now. пре 16 година
IRRShared.h c6899cd999 FIX: Adding empty final line to some units where it was missing. пре 16 година
Importer.cpp 8cfb2e26cf - Ogre Importer Beta пре 16 година
ImproveCacheLocality.cpp a534c364b2 AssimpView now finds textures stored with their full path in the asset's directory. пре 16 година
ImproveCacheLocality.h 4bbc03332b General пре 17 година
JoinVerticesProcess.cpp 2e3fee99f0 ADD Vertex utility class to simplify conversion from and to interleaved vertices. пре 16 година
JoinVerticesProcess.h 12070a1d52 Bugfix: made various internal structures namespace-local to avoid strange linker issues in case of name conflict пре 16 година
LWOAnimation.cpp 35cfb90e6f BREAKING CHANGE: aiQuaternion + / aiQuaternion to aiMatrix conversion does now conform to the 'usual' quaternion conventions. See the discussion at https://sourceforge.net/projects/assimp/forums/forum/817653/topic/3442128 for all the details. пре 16 година
LWOAnimation.h 4bbc03332b General пре 17 година
LWOBLoader.cpp e85bd7d5b9 - BUGFIX : Fix compiler warning ( not referenced parameter ). пре 16 година
LWOFileData.h a677cdd1c0 LWO: Improving handling of VMAD chunks to process multiple discontinous UV's correctly. пре 16 година
LWOLoader.cpp a677cdd1c0 LWO: Improving handling of VMAD chunks to process multiple discontinous UV's correctly. пре 16 година
LWOLoader.h bd196ea318 - Changing LWO loader's VMAP selection strategy. Unassigned VMAPs (UVs and VColors) are now kept, if possible. Referenced VMAPs have higher priority so everything should be backward compatible. пре 17 година
LWOMaterial.cpp bd196ea318 - Changing LWO loader's VMAP selection strategy. Unassigned VMAPs (UVs and VColors) are now kept, if possible. Referenced VMAPs have higher priority so everything should be backward compatible. пре 17 година
LWSLoader.cpp a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). пре 16 година
LWSLoader.h 0023010840 [ 2672224 ] Patch To get gcc to compile assimp under Linux пре 17 година
LimitBoneWeightsProcess.cpp de50bb915b MD5 пре 17 година
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 година
MD2FileData.h 4bbc03332b General пре 17 година
MD2Loader.cpp 93ab7383da General пре 17 година
MD2Loader.h 4bbc03332b General пре 17 година
MD2NormalTable.h 8c002e6998 Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added пре 17 година
MD3FileData.h 4bbc03332b General пре 17 година
MD3Loader.cpp c999f65a7d FIX: SMDLoader was broken due to erroneous 'rt' in input stream construction. пре 16 година
MD3Loader.h 93ab7383da General пре 17 година
MD5Loader.cpp 35cfb90e6f BREAKING CHANGE: aiQuaternion + / aiQuaternion to aiMatrix conversion does now conform to the 'usual' quaternion conventions. See the discussion at https://sourceforge.net/projects/assimp/forums/forum/817653/topic/3442128 for all the details. пре 16 година
MD5Loader.h 7080ba231c General пре 17 година
MD5Parser.cpp d0ab169de9 FIX broken MD5Parser.cpp. пре 16 година
MD5Parser.h 4ece1c859a - BUGFIX: Fix compiler warnings. пре 16 година
MDCFileData.h 4bbc03332b General пре 17 година
MDCLoader.cpp 4bbc03332b General пре 17 година
MDCLoader.h 4bbc03332b General пре 17 година
MDCNormalTable.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). пре 17 година
MDLDefaultColorMap.h 8c002e6998 Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added пре 17 година
MDLFileData.h 4bbc03332b General пре 17 година
MDLLoader.cpp c2d8881549 General пре 17 година
MDLLoader.h 4bbc03332b General пре 17 година
MDLMaterialLoader.cpp 4bbc03332b General пре 17 година
MaterialSystem.cpp 3b95a1e782 Adding aiMaterial::GetTextureCount()/aiMaterialGetTextureCount(). пре 16 година
MaterialSystem.h fcc6455447 Removing stdint.h dependency from the public API to avoid conflicts with other libraries. пре 17 година
MemoryIOWrapper.h adb4ab602e Adding Importer::ReadFileFromMemory to make Chromanoid happy. пре 16 година
NFFLoader.cpp a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). пре 16 година
NFFLoader.h 4bbc03332b General пре 17 година
OFFLoader.cpp a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). пре 16 година
OFFLoader.h 4bbc03332b General пре 17 година
ObjFileData.h eda47a6f0b - Add new helper funtion to detect end of buffer. пре 16 година
ObjFileImporter.cpp 5c0432057a - REFACTORING : Removing deprecated code from obj-loader. пре 16 година
ObjFileImporter.h 5c0432057a - REFACTORING : Removing deprecated code from obj-loader. пре 16 година
ObjFileMtlImporter.cpp d3ff282987 - Removed dead code. пре 16 година
ObjFileMtlImporter.h fa8edfe207 - BUGFIX: Fixed a crash in the normal-loader method of obj loader. пре 17 година
ObjFileParser.cpp 5c0432057a - REFACTORING : Removing deprecated code from obj-loader. пре 16 година
ObjFileParser.h a870710f56 - REFACTORING : Remove not used header from ObjFileParser. пре 16 година
ObjTools.h eda47a6f0b - Add new helper funtion to detect end of buffer. пре 16 година
OgreImporter.cpp 35b7416437 FIX: gcc's complaints about OgreImporter. пре 16 година
OgreImporter.h c6899cd999 FIX: Adding empty final line to some units where it was missing. пре 16 година
OgreXmlHelper.h c6899cd999 FIX: Adding empty final line to some units where it was missing. пре 16 година
OptimizeGraph.cpp c6899cd999 FIX: Adding empty final line to some units where it was missing. пре 16 година
OptimizeGraph.h 9abcba4bc2 Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now. пре 17 година
OptimizeMeshes.cpp c6899cd999 FIX: Adding empty final line to some units where it was missing. пре 16 година
OptimizeMeshes.h 9abcba4bc2 Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now. пре 17 година
ParsingUtils.h 76385013d0 BUGFIX: Fix compiler warning: suggest parthesis. пре 16 година
PlyLoader.cpp 1c0f3f1b2e BUGFIX: Fix typo in PlyLoader.cpp. Thanks to Chris Maiwald for the bugreport. пре 16 година
PlyLoader.h 4bbc03332b General пре 17 година
PlyParser.cpp 4bbc03332b General пре 17 година
PlyParser.h 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. пре 17 година
PretransformVertices.cpp a9ece90b81 FIX: Scons workspace was missing a reference to contrib/ConvertUTF. пре 16 година
PretransformVertices.h cc1ff304df FEATURE: Adding format auto-detection to OBJ loader basing on some distinct keywords. пре 16 година
ProcessHelper.h 2e3fee99f0 ADD Vertex utility class to simplify conversion from and to interleaved vertices. пре 16 година
Q3DLoader.cpp c6899cd999 FIX: Adding empty final line to some units where it was missing. пре 16 година
Q3DLoader.h 4bbc03332b General пре 17 година
RawLoader.cpp a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). пре 16 година
RawLoader.h 4bbc03332b General пре 17 година
RemoveComments.cpp b06fc2e5f5 MD5 пре 17 година
RemoveComments.h f69446937b Added NFF loader. No standard shapes yet (sphere, cone), but a class for them (StandardShapes) has been declared. пре 17 година
RemoveRedundantMaterials.cpp 9abcba4bc2 Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now. пре 17 година
RemoveRedundantMaterials.h 4bbc03332b General пре 17 година
RemoveVCProcess.cpp 4bbc03332b General пре 17 година
RemoveVCProcess.h 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. пре 17 година
SGSpatialSort.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. пре 17 година
SGSpatialSort.h 3e46a0860e Added vertex color support to the DXF loader, fixed a minor bugs. Coordinate system issue still unsolved. пре 17 година
SMDLoader.cpp c999f65a7d FIX: SMDLoader was broken due to erroneous 'rt' in input stream construction. пре 16 година
SMDLoader.h 4bbc03332b General пре 17 година
STLLoader.cpp a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). пре 16 година
STLLoader.h 4bbc03332b General пре 17 година
SceneCombiner.cpp 9abcba4bc2 Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now. пре 17 година
SceneCombiner.h 4bbc03332b General пре 17 година
ScenePreprocessor.cpp d6aacefa1e - BUGFIX: ColladaLoader handles multiple UVs/VColors correctly now. Thanks to Ingrater to point it out. пре 17 година
ScenePreprocessor.h 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. пре 17 година
SkeletonMeshBuilder.cpp d7b4dd6ae3 Adding very basic reading support for CSM (CharacterStudio Motion). No proper hierarchy reconstruction yet, just plain marker import. пре 16 година
SkeletonMeshBuilder.h d7b4dd6ae3 Adding very basic reading support for CSM (CharacterStudio Motion). No proper hierarchy reconstruction yet, just plain marker import. пре 16 година
SmoothingGroups.h 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. пре 17 година
SmoothingGroups.inl 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. пре 17 година
SortByPTypeProcess.cpp 84e2c82877 [ 2666245 ] Remove unused vars пре 17 година
SortByPTypeProcess.h 7c50899481 Fixed 3DS, ASE, MD3 and Q3D orientation after Schrompf' recent changes to the RH-LH conversion. пре 17 година
SpatialSort.cpp 2e3fee99f0 ADD Vertex utility class to simplify conversion from and to interleaved vertices. пре 16 година
SpatialSort.h 2e3fee99f0 ADD Vertex utility class to simplify conversion from and to interleaved vertices. пре 16 година
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 година
SplitLargeMeshes.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). пре 17 година
StandardShapes.cpp 6557c28ef7 FIX: NFF face winding bug (actually it was in StandardShapes.cpp). пре 17 година
StandardShapes.h 6557c28ef7 FIX: NFF face winding bug (actually it was in StandardShapes.cpp). пре 17 година
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 година
StreamReader.h 4bbc03332b General пре 17 година
StringComparison.h 4bbc03332b General пре 17 година
Subdivision.cpp c55be8ada3 FIX: Cleaning up use of printf() format specifiers. %i mostly replaced by %u when appropriate. пре 16 година
Subdivision.h 2e3fee99f0 ADD Vertex utility class to simplify conversion from and to interleaved vertices. пре 16 година
TargetAnimation.cpp c999f65a7d FIX: SMDLoader was broken due to erroneous 'rt' in input stream construction. пре 16 година
TargetAnimation.h c999f65a7d FIX: SMDLoader was broken due to erroneous 'rt' in input stream construction. пре 16 година
TerragenLoader.cpp 07029ea363 BUGFIX: Fix compiler warning: wrong initialization order in initlist. пре 16 година
TerragenLoader.h 4bbc03332b General пре 17 година
TextureTransform.cpp c55be8ada3 FIX: Cleaning up use of printf() format specifiers. %i mostly replaced by %u when appropriate. пре 16 година
TextureTransform.h c920982464 BUGFIX: Fix compiler warning: wrong initialization order in initlist. пре 16 година
TriangulateProcess.cpp 29c33760e4 Triangulation: пре 17 година
TriangulateProcess.h 927cd1cd46 Added support for point and line primitives. пре 17 година
UnrealLoader.cpp c6899cd999 FIX: Adding empty final line to some units where it was missing. пре 16 година
UnrealLoader.h 4bbc03332b General пре 17 година
ValidateDataStructure.cpp 185c30c85b Bugfix: moved ai_assert condition evaluation out of the assert function to avoid constructing two expensive strings on every single call. пре 16 година
ValidateDataStructure.h 4bbc03332b General пре 17 година
Vertex.h 2e3fee99f0 ADD Vertex utility class to simplify conversion from and to interleaved vertices. пре 16 година
VertexTriangleAdjacency.cpp 2e3fee99f0 ADD Vertex utility class to simplify conversion from and to interleaved vertices. пре 16 година
VertexTriangleAdjacency.h 2e3fee99f0 ADD Vertex utility class to simplify conversion from and to interleaved vertices. пре 16 година
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 година
XFileHelper.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). пре 17 година
XFileImporter.cpp 35cfb90e6f BREAKING CHANGE: aiQuaternion + / aiQuaternion to aiMatrix conversion does now conform to the 'usual' quaternion conventions. See the discussion at https://sourceforge.net/projects/assimp/forums/forum/817653/topic/3442128 for all the details. пре 16 година
XFileImporter.h 4bbc03332b General пре 17 година
XFileParser.cpp 5c1804f3ad - BUGFIX : Fixed compiler warning ( constant condition ). пре 16 година
XFileParser.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). пре 17 година
aiAssert.cpp 185c30c85b Bugfix: moved ai_assert condition evaluation out of the assert function to avoid constructing two expensive strings on every single call. пре 16 година
fast_atof.h 5c1804f3ad - BUGFIX : Fixed compiler warning ( constant condition ). пре 16 година
irrXMLWrapper.h 8929ee3da5 Doc now includes parts of the internal API. пре 16 година
makefile c508bafbad - BUGFIX : Fix optimization flag in makefiles. пре 16 година
makefile.mingw c508bafbad - BUGFIX : Fix optimization flag in makefiles. пре 16 година
qnan.h 4bbc03332b General пре 17 година