.. |
extra
|
- BUGFIX: Fix compiler warning: variable is not initialized.
|
2009-12-24 11:05:32 +00:00 |
res
|
Further work on jAssimp. Still WIP and NOT USABLE, but interface getting stable now, most JNI code written.
|
2009-06-04 17:44:51 +00:00 |
3DSConverter.cpp
|
BUGFIX: Fix compiler warning : suggested parthesis.
|
2009-12-24 11:34:57 +00:00 |
3DSHelper.h
|
General
|
2009-03-05 22:32:13 +00:00 |
3DSLoader.cpp
|
BUGFIX: Fix compiler warning: comparison between signed and unsigned integer expressions
|
2009-12-24 11:40:16 +00:00 |
3DSLoader.h
|
General
|
2009-03-05 22:32:13 +00:00 |
ACLoader.cpp
|
FIX: Cleaning up use of printf() format specifiers. %i mostly replaced by %u when appropriate.
|
2010-01-28 23:01:33 +00:00 |
ACLoader.h
|
ADD Vertex utility class to simplify conversion from and to interleaved vertices.
|
2010-01-28 21:17:25 +00:00 |
ASELoader.cpp
|
BUGFIX: Fix compiler warning: variable not initialized.
|
2009-12-24 12:02:06 +00:00 |
ASELoader.h
|
General
|
2009-03-05 22:32:13 +00:00 |
ASEParser.cpp
|
Get rid of warnings on GCC4.4 with -wall
|
2010-02-06 23:52:41 +00:00 |
ASEParser.h
|
General
|
2009-03-05 22:32:13 +00:00 |
Assimp.cpp
|
Get rid of warnings on GCC4.4 with -wall
|
2010-02-06 23:52:41 +00:00 |
AssimpPCH.cpp
|
General
|
2009-03-05 22:32:13 +00:00 |
AssimpPCH.h
|
[2805689] GCC 4.4 compatibility.
|
2009-06-20 14:54:50 +00:00 |
B3DImporter.cpp
|
Get rid of warnings on GCC4.4 with -wall
|
2010-02-06 23:52:41 +00:00 |
B3DImporter.h
|
Implemented anims/bones
|
2009-06-02 05:08:24 +00:00 |
BVHLoader.cpp
|
General
|
2009-03-08 15:29:34 +00:00 |
BVHLoader.h
|
General
|
2009-03-05 22:32:13 +00:00 |
BaseImporter.cpp
|
Get rid of warnings on GCC4.4 with -wall
|
2010-02-06 23:52:41 +00:00 |
BaseImporter.h
|
- Ogre Importer Beta
|
2009-09-05 12:04:32 +00:00 |
BaseProcess.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 |
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
|
Add experimental MS3D loader, static meshes only at the moment.
|
2010-02-07 00:54:48 +00:00 |
CSMLoader.cpp
|
FIX: Adding empty final line to some units where it was missing.
|
2009-10-11 13:57:55 +00:00 |
CSMLoader.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 |
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
|
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.h
|
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
|
2010-01-10 10:38:52 +00:00 |
ColladaParser.cpp
|
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 |
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
|
Get rid of warnings on GCC4.4 with -wall
|
2010-02-06 23:52:41 +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
|
Get rid of warnings on GCC4.4 with -wall
|
2010-02-06 23:52:41 +00:00 |
DXFLoader.h
|
General
|
2009-03-05 22:32:13 +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 |
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
|
Fixing a minor issue in FileSystemFilter which prevented some external files from being loaded. Thanks to Jonathan Klein to point it out.
|
2009-04-22 11:58:25 +00:00 |
FindDegenerates.cpp
|
Triangulation:
|
2009-04-02 15:16:01 +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
|
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 |
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
|
FIX: GenFaceNormals process returns unit normals now.
|
2009-08-08 10:50:46 +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
|
[ 2666245 ] Remove unused vars
|
2009-03-06 12:37:08 +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
|
General
|
2009-03-05 22:32:13 +00:00 |
HMPLoader.h
|
General
|
2009-03-05 22:32:13 +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
|
Get rid of warnings on GCC4.4 with -wall
|
2010-02-06 23:52:41 +00:00 |
IRRLoader.h
|
General
|
2009-03-05 22:32:13 +00:00 |
IRRMeshLoader.cpp
|
General
|
2009-03-15 00:40:30 +00:00 |
IRRMeshLoader.h
|
General
|
2009-03-05 22:32:13 +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
|
Add experimental MS3D loader, static meshes only at the moment.
|
2010-02-07 00:54:48 +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
|
- BUGFIX : Fix compiler warning ( not referenced parameter ).
|
2009-10-10 12:32:23 +00:00 |
LWOFileData.h
|
LWO: Improving handling of VMAD chunks to process multiple discontinous UV's correctly.
|
2009-05-05 14:32:01 +00:00 |
LWOLoader.cpp
|
LWO: Improving handling of VMAD chunks to process multiple discontinous UV's correctly.
|
2009-05-05 14:32:01 +00:00 |
LWOLoader.h
|
- 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.
|
2009-04-20 16:49:46 +00:00 |
LWOMaterial.cpp
|
- 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.
|
2009-04-20 16:49:46 +00:00 |
LWSLoader.cpp
|
Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now).
|
2009-08-21 22:49:58 +00:00 |
LWSLoader.h
|
Get rid of warnings on GCC4.4 with -wall
|
2010-02-06 23:52:41 +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
|
General
|
2009-03-18 22:01:11 +00:00 |
MD2Loader.h
|
General
|
2009-03-05 22:32:13 +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
|
Get rid of warnings on GCC4.4 with -wall
|
2010-02-06 23:52:41 +00:00 |
MD3Loader.h
|
General
|
2009-03-18 22:01:11 +00:00 |
MD5Loader.cpp
|
Get rid of warnings on GCC4.4 with -wall
|
2010-02-06 23:52:41 +00:00 |
MD5Loader.h
|
General
|
2009-03-08 15:29:34 +00:00 |
MD5Parser.cpp
|
FIX broken MD5Parser.cpp.
|
2009-10-26 18:41:58 +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
|
General
|
2009-03-05 22:32:13 +00:00 |
MDCLoader.h
|
General
|
2009-03-05 22:32:13 +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
|
General
|
2009-03-15 00:40:30 +00:00 |
MDLLoader.h
|
General
|
2009-03-05 22:32:13 +00:00 |
MDLMaterialLoader.cpp
|
Get rid of warnings on GCC4.4 with -wall
|
2010-02-06 23:52:41 +00:00 |
MS3DLoader.cpp
|
Add experimental MS3D loader, static meshes only at the moment.
|
2010-02-07 00:54:48 +00:00 |
MS3DLoader.h
|
Add experimental MS3D loader, static meshes only at the moment.
|
2010-02-07 00:54:48 +00:00 |
MaterialSystem.cpp
|
Adding aiMaterial::GetTextureCount()/aiMaterialGetTextureCount().
|
2009-08-21 11:26:54 +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
|
Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now).
|
2009-08-21 22:49:58 +00:00 |
NFFLoader.h
|
Get rid of warnings on GCC4.4 with -wall
|
2010-02-06 23:52:41 +00:00 |
OFFLoader.cpp
|
Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now).
|
2009-08-21 22:49:58 +00:00 |
OFFLoader.h
|
General
|
2009-03-05 22:32:13 +00:00 |
ObjFileData.h
|
Get rid of warnings on GCC4.4 with -wall
|
2010-02-06 23:52:41 +00:00 |
ObjFileImporter.cpp
|
- REFACTORING : Removing deprecated code from obj-loader.
|
2010-01-31 16:53:08 +00:00 |
ObjFileImporter.h
|
- REFACTORING : Removing deprecated code from obj-loader.
|
2010-01-31 16:53:08 +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
|
BUGFIX : Fix crash in material loader.
|
2010-02-02 19:54:37 +00:00 |
ObjFileParser.h
|
- REFACTORING : Remove not used header from ObjFileParser.
|
2009-12-06 12:14:47 +00:00 |
ObjTools.h
|
BUGFIX : Fix crash in material loader.
|
2010-02-02 19:54:37 +00:00 |
OgreImporter.cpp
|
Get rid of warnings on GCC4.4 with -wall
|
2010-02-06 23:52:41 +00:00 |
OgreImporter.h
|
FIX: Adding empty final line to some units where it was missing.
|
2009-10-11 13:57:55 +00:00 |
OgreXmlHelper.h
|
FIX: Adding empty final line to some units where it was missing.
|
2009-10-11 13:57:55 +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
|
Get rid of warnings on GCC4.4 with -wall
|
2010-02-06 23:52:41 +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
|
Get rid of warnings on GCC4.4 with -wall
|
2010-02-06 23:52:41 +00:00 |
PlyLoader.h
|
General
|
2009-03-05 22:32:13 +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
|
FIX: Scons workspace was missing a reference to contrib/ConvertUTF.
|
2009-12-14 17:17:41 +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
|
FIX: Adding empty final line to some units where it was missing.
|
2009-10-11 13:57:55 +00:00 |
Q3DLoader.h
|
General
|
2009-03-05 22:32:13 +00:00 |
RawLoader.cpp
|
Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now).
|
2009-08-21 22:49:58 +00:00 |
RawLoader.h
|
General
|
2009-03-05 22:32:13 +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
|
FIX: SMDLoader was broken due to erroneous 'rt' in input stream construction.
|
2010-01-19 20:05:14 +00:00 |
SMDLoader.h
|
General
|
2009-03-05 22:32:13 +00:00 |
STLLoader.cpp
|
Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now).
|
2009-08-21 22:49:58 +00:00 |
STLLoader.h
|
General
|
2009-03-05 22:32:13 +00:00 |
SceneCombiner.cpp
|
Get rid of warnings on GCC4.4 with -wall
|
2010-02-06 23:52:41 +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
|
[ 2666245 ] Remove unused vars
|
2009-03-06 12:37:08 +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
|
Adding overloads for unsigned integer types to ByteSwap and StreamReader.
|
2010-02-06 13:15:35 +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
|
BUGFIX: Fix compiler warning: wrong initialization order in initlist.
|
2009-12-24 11:28:54 +00:00 |
TerragenLoader.h
|
General
|
2009-03-05 22:32:13 +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 |
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
|
FIX: Adding empty final line to some units where it was missing.
|
2009-10-11 13:57:55 +00:00 |
UnrealLoader.h
|
Get rid of warnings on GCC4.4 with -wall
|
2010-02-06 23:52:41 +00:00 |
ValidateDataStructure.cpp
|
Get rid of warnings on GCC4.4 with -wall
|
2010-02-06 23:52:41 +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
|
ADD Vertex utility class to simplify conversion from and to interleaved vertices.
|
2010-01-28 21:17:25 +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
|
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 |
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
|
Get rid of warnings on GCC4.4 with -wall
|
2010-02-06 23:52:41 +00:00 |
XFileImporter.h
|
Get rid of warnings on GCC4.4 with -wall
|
2010-02-06 23:52:41 +00:00 |
XFileParser.cpp
|
- BUGFIX : Fixed compiler warning ( constant condition ).
|
2009-10-10 11:59:00 +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 |
fast_atof.h
|
- BUGFIX : Fixed compiler warning ( constant condition ).
|
2009-10-10 11:59:00 +00:00 |
irrXMLWrapper.h
|
Doc now includes parts of the internal API.
|
2009-08-31 15:51:54 +00:00 |
makefile
|
BUGFIX : Fix make
|
2010-02-04 19:04:21 +00:00 |
makefile.mingw
|
- BUGFIX : Fix optimization flag in makefiles.
|
2010-01-06 18:51:58 +00:00 |
qnan.h
|
General
|
2009-03-05 22:32:13 +00:00 |