Historique des commits

Auteur SHA1 Message Date
  Jared Mulconry 7415289649 Fixed build warnings on MSVC14 x64 in X file importer. il y a 9 ans
  Chris Russ 05a6ee6473 Adding double precision import support for formats that can be exported il y a 9 ans
  Kim Kulling 7207e5117c Use new include bracktes. il y a 9 ans
  mensinda ae99f99b99 Replaced boost::tuple with std::tuple il y a 9 ans
  mensinda b37e25cd7d Replaced boost::format with internal formater il y a 9 ans
  mensinda 5dacda0a08 replaced boost smart pointers with c++11 smart pointers il y a 9 ans
  Eric Engestrom 87e7cf00a2 Fix spelling mistakes il y a 9 ans
  Kim Kulling 1191d03405 Update license info. il y a 10 ans
  Richard 83de707587 Refactor: Expand tabs to 4 spaces il y a 10 ans
  Richard a96a595a7a Refactor: Trim trailing whitespace il y a 10 ans
  Richard 4c1a0507fe Refactor: Line endings are LF, not CRLF il y a 10 ans
  Kim Kulling 2bfc353fde License info: update year info. il y a 10 ans
  Kim Kulling 85e2f47dc8 Merge pull request #523 from turol/afl-fixes il y a 10 ans
  Henry Stratmann III 328cae8a81 Added mesh name importing to .X ascii format. il y a 10 ans
  abma 611778045d fix for upstream changes il y a 10 ans
  abma bf4913b5c9 remove AssimpPCH.h: fixes #534 il y a 10 ans
  Turo Lamminen 4c28f31f43 X: Throw error when scene contains no root node il y a 10 ans
  ulf 18f01268e6 - rewrote the XFileLoader material management to handle meshes with dummy material names correctly. il y a 13 ans
  ulfjorensen 2a580c5518 - fixed/changed/worked on issue 3580054 - XFile materials don't have ambient colours, but emissive il y a 13 ans
  aramis_acg ec6c62e005 - consistent use of ai_assert instead of assert. il y a 13 ans
  aramis_acg 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. il y a 13 ans
  aramis_acg 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
  aramis_acg 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. il y a 14 ans
  aramis_acg 94767ecf8c Merge https://github.com/tonttu/assimp il y a 15 ans
  aramis_acg 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. il y a 16 ans
  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. il y a 16 ans
  aramis_acg e2daf37a39 - Fix http://sourceforge.net/projects/assimp/forums/forum/817654/topic/3591099. il y a 16 ans
  aramis_acg 5738860990 - Change BaseImporter::GetExtensionList to add all known file extensions to a std::set, so uniqueness is guaranteed. Also rewrite all related functions in Importer. NOTE: This does *not* change the public interface. il y a 16 ans
  aramis_acg 17326515d4 Get rid of warnings on GCC4.4 with -wall il y a 16 ans
  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. il y a 16 ans