Commit History

Author SHA1 Message Date
  aramis_acg 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
  aramis_acg f77d0afa55 - revert previous changes to the 3DS loader until further clarification is done. 14 years ago
  aramis_acg 649483f97f # bugfix 3ds orientation. [see https://sourceforge.net/projects/assimp/forums/forum/817653/topic/4086997] 14 years ago
  aramis_acg f9b06f8d89 3ds loader now sets aiMesh::mName according to the original mesh groups found in the file. 15 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 762a7df46a Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries. 15 years ago
  kimmi 7cb337a8b8 BUGFIX: Fix compiler warning : suggested parthesis. 15 years ago
  aramis_acg 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 years ago
  aramis_acg bcfbc37301 MD5 parser will now reject files with version!=10. 16 years ago
  aramis_acg c2d8881549 General 16 years ago
  aramis_acg 4bbc03332b General 16 years ago
  aramis_acg abe2d4834e MD3 16 years ago
  aramis_acg c865999420 Collada 16 years ago
  aramis_acg 4727ad6c6a Fixed HMP typo. 16 years ago
  aramis_acg d41f570dc0 Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). 16 years ago
  aramis_acg 9fc698bb2f Fixed a bug in the validation step - animation channels weren't validated correctly in every case. 17 years ago
  aramis_acg 32342857d8 ASE and 3DS cleanup - face ordering improved. 17 years ago
  aramis_acg 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
  aramis_acg 7c50899481 Fixed 3DS, ASE, MD3 and Q3D orientation after Schrompf' recent changes to the RH-LH conversion. 17 years ago
  aramis_acg daae32d62f - Fixed a bug in FindInvalidData causing some animation channels to be lost 17 years ago
  aramis_acg 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
  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 559daf900d NFF finished except cone implementation. 17 years ago
  aramis_acg 38d04b6796 MD5 bugfix. 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
  aramis_acg 63596e22c5 Fixed orientation of MD2, MD3 and 3DS models. 17 years ago
  aramis_acg fc8a8b54f9 3DS bugfixes; ASE bugfix (newline), PLY revert to older version, SMD is working now (partially); homepage added to SVN 17 years ago
  aramis_acg b422d4e303 Finished loading of MD2, MD3, MDL2, MDL3, MDL4, MDL5, MDL7, MDL. First WIP version of the SMD loader. Additionals checks added to the validation step. 17 years ago
  aramis_acg 758e092449 Added validation step, added helper macro AI_BUILD_KEY to the material system. 17 years ago