Historia zmian

Autor SHA1 Wiadomość Data
  Gargaj df4b17d145 code style 11 lat temu
  Gargaj aa5c1a1a23 syntax 11 lat temu
  Gargaj 7925dcadba avoid NULL, just in case 11 lat temu
  Gargaj 523d87bbe7 use 0..fileSize as progress metric (easier for loaders) 11 lat temu
  Gargaj 6b8cbe5c83 this isn't needed anymore 11 lat temu
  Gargaj dbc553343c Granulate file loading too 11 lat temu
  Gargaj dfe1f03e5b Split off postprocessing progress 11 lat temu
  Léo Terziman 358819c1a0 Fixed error in GetProperty when accessed from external libraries using a different language (using swig for example) 12 lat temu
  Léo Terziman 843e56c252 Added matrix properties 12 lat temu
  Léo Terziman e6c5095e5b In Assimp: fixed use of macro ASSIMP_BUILD_NO_VALIDATEDS_PROCESS 12 lat temu
  Léo Terziman 4e7b59be55 Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio 12 lat temu
  ulfjorensen 0693df00c5 - Bugfix: catched a null pointer crash when post processing removed everything from an invalid scene 13 lat temu
  aramis_acg 078c1cd621 # bugfix Importer::GetImporterIndex 13 lat temu
  aramis_acg e479355d0a + add aiImporterDesc API to hold importer meta information. 13 lat temu
  aramis_acg 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. 14 lat temu
  aramis_acg 075b1acaf0 - move include/ to include/assimp/ to have consistent header locations between installed and trunk version. 14 lat temu
  aramis_acg 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 lat temu
  kimmi d5bd7009a6 - Update : Apply simple patch for debian-specific build-fixes: adapt architecture-macro. 14 lat temu
  aramis_acg 665f73861e - move importer and postprocessing step construction chain to separate files to make them available to the exporter part. 14 lat temu
  aramis_acg 1400ae79e7 + add first prototype version of the IFC-STEP loader. Loads many test models fine but does not support some of the more sophisticated format features. 14 lat temu
  aramis_acg ea3372f232 # pk3: fix CanRead() 14 lat temu
  aramis_acg a6e0a5075f + integrate Debone-Process into Assimp. This step was contributed by mick-p, see [3262561] (https://sourceforge.net/tracker/?func=detail&aid=3262561&group_id=226462&atid=1067634) 14 lat temu
  kimmi dbfa8a4f37 BUGFIX : Fix an android-specific build issue in the logging. 15 lat temu
  aramis_acg 3baec40ade # fix memory leak in Importer -- progress handler was never deleted. Thanks to dee_ment to point it out (see https://sourceforge.net/tracker/index.php?func=detail&aid=3134561&group_id=226462&atid=1067632). 15 lat temu
  aramis_acg 86629f5c10 - remove old test code stub. I have no idea how this ugly piece of shit managed to survive *that* long. 15 lat temu
  ulfjorensen a9e96e2f9b - added a new post processing step to split up meshes into submeshes with a limited number of bones. 15 lat temu
  kimmi e0e0bf3c1e BUGFIX: Use correct not-importing preprocessor declaration for blender importer. 15 lat temu
  aramis_acg 8a336e8876 - Update build for xcode - parallel and universal, plus PCH. Update XCode project to reflect current state of the tree (thanks to Jørgen P. Tjernø for the patch) 15 lat temu
  aramis_acg 8a27ecf827 Fix: FindLoader() now converts the input file extension to lowercase. 15 lat temu
  aramis_acg c5c5338397 Add first version of the planned progress feedback API to the public Cpp API. Currently, progress reporting is done between each major import stage. 15 lat temu