提交歷史

作者 SHA1 備註 提交日期
  tomacd 5a8c15d826 fix SceneCombiner copy of aiNode not setting mParent field 9 年之前
  Kim Kulling a1bd83d797 ai_assert: split 2 checks in one macro to 2 separate ai_assert tests. 10 年之前
  Kim Kulling 6bfdeb6a12 sprintf replacement: introduce au_snprintf to support snprintf for v2013 10 年之前
  Kim Kulling c3d4be1dce sprintf: replace more sprintf by snprintf. 10 年之前
  Kim Kulling 1191d03405 Update license info. 10 年之前
  Kim Kulling 4e9ee4e406 coverity findings: add missing initialization. 10 年之前
  Richard 83de707587 Refactor: Expand tabs to 4 spaces 10 年之前
  Richard a96a595a7a Refactor: Trim trailing whitespace 10 年之前
  Richard 4c1a0507fe Refactor: Line endings are LF, not CRLF 10 年之前
  Kim Kulling 2bfc353fde License info: update year info. 10 年之前
  Léo Terziman c99bd9825a Fixed bug introduced by misleading names in materials properties between "type" parameters of function referring to the "semantic" field of properties (and NOT the type field...) 10 年之前
  Kim Kulling 02ee002878 fix build for vs2013 10 年之前
  abma 8c45a4dc3b Merge remote-tracking branch 'origin' 10 年之前
  abma bf4913b5c9 remove AssimpPCH.h: fixes #534 10 年之前
  Alexander Gessler e2f234707a Fix possible crash in SceneCombiner when the destinations scene has mPrivate==null. Fixes #401. 10 年之前
  Alexander Gessler 75fd29ac19 SceneCombiner: implement proper copying of meta data. This entire module will need to be revamped in future as it is highly likely to cause further regressions as assimp data structures are modified. 11 年之前
  Léo Terziman 9b25749536 Fixed bug in merging of materials 12 年之前
  Léo Terziman ec3ef0c9d6 Assimp: fixed 3 memory leaks 12 年之前
  Léo Terziman bb9288fa26 Improved Q3BSPZipArchive + added material merging 12 年之前
  aramis_acg 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 年之前
  kimmi 67e8e52a00 Fix a compiler warning. 14 年之前
  aramis_acg 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. 14 年之前
  aramis_acg 36b3695a31 - improve symmetry between Assimp::Importer and Assimp::Exporter. 14 年之前
  aramis_acg 665f73861e - move importer and postprocessing step construction chain to separate files to make them available to the exporter part. 14 年之前
  aramis_acg 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 年之前
  aramis_acg 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. 14 年之前
  aramis_acg 0fc965da91 Rename strtolxxx family of functions, all functions returning unsigned integers now carry an 'u' in their name (this is for compatibility with Irrlicht's fast_atof see http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=243079#243079). 15 年之前
  aramis_acg 685d2b83c5 Fix error in aiString documentation. MAXLEN includes the terminal NULL. This is unusual, but true. 15 年之前
  aramis_acg 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 16 年之前
  aramis_acg df13041f42 Remove randomness from SceneCombiner. 16 年之前