Commit History

Author SHA1 Message Date
  Chris Russ 4f7b624fe8 fix precision issue within memory copy 9 years ago
  Chris Russ 2f7e3dcdcc Basic changes to introduce optional double precision 9 years ago
  Kim Kulling 7207e5117c Use new include bracktes. 9 years ago
  tomacd 5a8c15d826 fix SceneCombiner copy of aiNode not setting mParent field 9 years ago
  Kim Kulling a1bd83d797 ai_assert: split 2 checks in one macro to 2 separate ai_assert tests. 9 years ago
  Kim Kulling 6bfdeb6a12 sprintf replacement: introduce au_snprintf to support snprintf for v2013 9 years ago
  Kim Kulling c3d4be1dce sprintf: replace more sprintf by snprintf. 9 years ago
  Kim Kulling 1191d03405 Update license info. 9 years ago
  Kim Kulling 4e9ee4e406 coverity findings: add missing initialization. 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
  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 years ago
  Kim Kulling 02ee002878 fix build for vs2013 10 years ago
  abma 8c45a4dc3b Merge remote-tracking branch 'origin' 10 years ago
  abma bf4913b5c9 remove AssimpPCH.h: fixes #534 10 years ago
  Alexander Gessler e2f234707a Fix possible crash in SceneCombiner when the destinations scene has mPrivate==null. Fixes #401. 10 years ago
  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 years ago
  Léo Terziman 9b25749536 Fixed bug in merging of materials 11 years ago
  Léo Terziman ec3ef0c9d6 Assimp: fixed 3 memory leaks 11 years ago
  Léo Terziman bb9288fa26 Improved Q3BSPZipArchive + added material merging 11 years ago
  aramis_acg 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 13 years ago
  kimmi 67e8e52a00 Fix a compiler warning. 13 years ago
  aramis_acg 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. 14 years ago
  aramis_acg 36b3695a31 - improve symmetry between Assimp::Importer and Assimp::Exporter. 14 years ago
  aramis_acg 665f73861e - move importer and postprocessing step construction chain to separate files to make them available to the exporter part. 14 years ago
  aramis_acg 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
  aramis_acg 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. 14 years ago
  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). 14 years ago