Commit History

Author SHA1 Message Date
  kimkulling 30c20eb5fc INtroduce new log macros. 7 years ago
  Edward Andrew 35f4e7101a Fixed issue#1219. CalcTangentsProcess::ProcessMesh. 7 years ago
  Kim Kulling b049933d2f update license dates. 7 years ago
  BuildTools 66171de915 Successful lib build, unit testing still WIP 7 years ago
  Kim Kulling a2b8d66a86 Update license info. 8 years ago
  Eshed a84bf869c2 replace more math.h functions occurences with std:: 8 years ago
  Kim Kulling 20630e950a Regression test suite: add ui for simpler text execution. 9 years ago
  Kim Kulling 1191d03405 Update license info. 9 years ago
  Richard 83de707587 Refactor: Expand tabs to 4 spaces 10 years ago
  Richard a96a595a7a Refactor: Trim trailing whitespace 10 years ago
  Richard 4c1a0507fe Refactor: Line endings are LF, not CRLF 10 years ago
  Kim Kulling 2bfc353fde License info: update year info. 10 years ago
  abma bf4913b5c9 remove AssimpPCH.h: fixes #534 10 years ago
  abma c4997f16db remove "register" keyword: 10 years ago
  Kim Kulling c6b516b68b bugfix: handling possible nullptr access. 11 years ago
  Kim Kulling b3b732c12b update: some micro improvements, replace post-increment operator with pre-increment operator. 11 years ago
  Kim Kulling ec2b8dd3fa bugfix: 11 years ago
  aramis_acg 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 13 years ago
  aramis_acg ea3f655c57 - templatize math library. All standard math classes (i.e. aiMatrix4x4) have been replaced by templates which are usually named like the old type with a 't' postfix. For compatibility, typedefs to replace the old types exist. For the C interface, these still map to raw structures. 13 years ago
  aramis_acg 323b9d8400 # make source UV index for tangent space computation configurable via the AI_CONFIG_PP_CT_TEXTURE_CHANNEL_INDEX option. 14 years ago
  aramis_acg 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
  aramis_acg 4bbc03332b General 16 years ago
  aramis_acg 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
  aramis_acg 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 years ago
  aramis_acg 927cd1cd46 Added support for point and line primitives. 17 years ago
  aramis_acg 9279513700 Optimized GenVertexNormal-Step. 17 years ago
  aramis_acg ad4cc033d8 GenVertexNormal bugfix. Angle limit wasn't correct. 17 years ago
  aramis_acg 38d04b6796 MD5 bugfix. 17 years ago
  aramis_acg 0148d06678 LWOB loader nearly finished, LWO2 is WIP (many hours with the hex editor to come ...). Added test models for LWOB. Cleaned up the 3DS loader, overloaded ASSIMP_stricmp for std::string. 17 years ago
  aramis_acg 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