Historique des commits

Auteur SHA1 Message Date
  Léo Terziman 843e56c252 Added matrix properties il y a 12 ans
  Léo Terziman e2676ec176 Implementing UTF8 to ISO-8859-1 conversion to improve chances of finding files in zip archives il y a 12 ans
  Léo Terziman 4e7b59be55 Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio il y a 12 ans
  aramis_acg 53665faacf - make BaseImporter::GetExtensionList more robust, improve error checking. 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
  kimmi d17071746d Bugfix : Removed some unnecessary const_casts. ( merged from GitHub, thanks to Riku Palomäki ). il y a 14 ans
  kimmi b724ac5c2c - Bugfix : Fix build of Obj-FileImporter ( this is currently only a work-around, loader is leaking memory, I am working on it ). il y a 14 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 3f369342d6 - Redesign the C interface to allow per-import settings. il y a 14 ans
  aramis_acg 665f73861e - move importer and postprocessing step construction chain to separate files to make them available to the exporter part. il y a 14 ans
  aramis_acg 9edc0a9b8e merge with git://github.com/tonttu/assimp.git il y a 14 ans
  aramis_acg 94767ecf8c Merge https://github.com/tonttu/assimp il y a 15 ans
  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. il y a 15 ans
  aramis_acg 81bebcd0ec Add basic support for the IZWARE NENDO file format (extension: ndo). The loader has been tested with files in format version 1.0, 1.1 and 1.2. Materials and textures are read but ignored for now. il y a 15 ans
  aramis_acg 32bfa9ac21 Add WIP version of the BLENDER importer. DO NOT USE FOR PRODUCTION YET! 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 17326515d4 Get rid of warnings on GCC4.4 with -wall il y a 16 ans
  aramis_acg a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). il y a 16 ans
  ulfjorensen 12070a1d52 Bugfix: made various internal structures namespace-local to avoid strange linker issues in case of name conflict il y a 16 ans
  aramis_acg afcfdf27ea Fixing crash at Importer::IsExtensionSupported(). il y a 16 ans
  aramis_acg 9abcba4bc2 Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now. il y a 16 ans
  aramis_acg a3b32f306c Adding a file system filter layer to correct invalid paths automatically. il y a 17 ans
  aramis_acg 4bbc03332b General il y a 17 ans
  aramis_acg d70c092b71 MD3 il y a 17 ans
  aramis_acg 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. il y a 17 ans
  aramis_acg b73cb1c569 HMP loader returns quads now, cleaned up the code a bit. Still longer than necessary. il y a 17 ans
  aramis_acg e48d1a4e5a Tracker ID [2485593], patch by John Connors for better Linux/Scons support. il y a 17 ans
  aramis_acg fd9e6edc19 Further work on the IRR, AC, LWS loaders. Further work on the - still unfinished - OptimizeGraph step. SceneCombiner works now properly in all cases I tested yet. il y a 17 ans
  aramis_acg 32342857d8 ASE and 3DS cleanup - face ordering improved. il y a 17 ans