Commit History

作者 SHA1 備註 提交日期
  kimkulling a06133ab52 Update copyrights. 6 年之前
  Kim Kulling c58aef4b4b Merge branch 'master' into ios-build-script 7 年之前
  Doron Adler 6a45f84b73 Revert 7 年之前
  Doron Adler 6e346a5504 Added comment 7 年之前
  Daniel Löber 3c5c0a0df3 Deactivate area based rejection of triangles in triangulation 7 年之前
  Doron Adler 1ee9200277 smallerMax 7 年之前
  Doron Adler 27b989fd36 Merge branch 'master' into ios-build-script 7 年之前
  Doron Adler 323d59c7aa Check for null 7 年之前
  kimkulling 30c20eb5fc INtroduce new log macros. 7 年之前
  Kim Kulling b049933d2f update license dates. 7 年之前
  Kim Kulling a2b8d66a86 Update license info. 8 年之前
  Kim Kulling d82fd0d750 closes https://github.com/assimp/assimp/issues/1076: use ai_assert instead 8 年之前
  mensinda 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 年之前
  Kim Kulling 6bfdeb6a12 sprintf replacement: introduce au_snprintf to support snprintf for v2013 9 年之前
  Kim Kulling 1191d03405 Update license info. 9 年之前
  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 年之前
  abma bf4913b5c9 remove AssimpPCH.h: fixes #534 10 年之前
  abma 775b26e614 use std:: namespace for most cmath functions: 11 年之前
  aramis_acg ddea19ead1 - triangulation: re-introduce special handling for quads, now with proper support for concave quads. This should *really* fix [3429812], but it leaves me to suspect bugs in the general-purpose triangulation code for ngons. 13 年之前
  aramis_acg 4b61e27590 - TriangulateProcess: use ear cutting for quads. This fixes [3429812] (http://sourceforge.net/tracker/?func=detail&aid=3429812&group_id=226462&atid=1067632). 13 年之前
  aramis_acg 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 13 年之前
  aramis_acg f522143909 + IFC: use custom triangulation algorithm to generate walls with openings. Introduce a configuration option to toggle the triangulation implementation. 14 年之前
  aramis_acg bbd7547fff - Further work on IFC, fix transformations, support non-uniform transformations, optimize loading, use recursive algorithm to resolve holes in polygons, implement CSG logic to generate wall openings. The latter is currently disabled. 14 年之前
  aramis_acg 9c1306a95a Skip ear cutting algorithm for quadrilaterals, makes triangulation MUCH, MUCH faster (100x) for models composed of quadrilaterals (i.e. Blender, Terragen). 15 年之前
  aramis_acg 29c33760e4 Triangulation: 16 年之前
  aramis_acg 39bfb7608b Optimized triangulation algorithm. Must more faster now. 16 年之前
  aramis_acg 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 年之前