Commit History

Author SHA1 Message Date
  aramis_acg 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. 13 years ago
  aramis_acg 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 13 years ago
  aramis_acg c12fadc93b - make fast_atof_move a template and rename it to fast_atoreal_move. 13 years ago
  aramis_acg 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. 14 years ago
  aramis_acg 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 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
  aramis_acg 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
  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. 15 years ago
  aramis_acg 5738860990 - Change BaseImporter::GetExtensionList to add all known file extensions to a std::set, so uniqueness is guaranteed. Also rewrite all related functions in Importer. NOTE: This does *not* change the public interface. 15 years ago
  aramis_acg a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 16 years ago
  aramis_acg 4bbc03332b General 16 years ago
  aramis_acg c865999420 Collada 16 years ago
  aramis_acg d41f570dc0 Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). 16 years ago
  aramis_acg 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 16 years ago
  aramis_acg 6c69ebee4f Fixed texture paths in some NFF files. 16 years ago
  aramis_acg e48d1a4e5a Tracker ID [2485593], patch by John Connors for better Linux/Scons support. 16 years ago
  aramis_acg be864ce4a0 Added support for cones and cylinders to NFF (the code to generate these primitives is hosted in StandardShapes.cpp). 16 years ago
  aramis_acg 9fc698bb2f Fixed a bug in the validation step - animation channels weren't validated correctly in every case. 16 years ago
  aramis_acg 383a614931 Fixed some minor issues in the AC loader. However, it still crashes with large and complicated models. Line handling is complete. 17 years ago
  aramis_acg 2da2835b29 Fixed bug in the AC loader causing lines to load incorrectly. Seems to work now. 17 years ago
  aramis_acg 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 years ago
  aramis_acg 7f9c3652b3 Added RAW Loader. Tested with various configurations, seems to work. 17 years ago
  aramis_acg 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 years ago
  aramis_acg 559daf900d NFF finished except cone implementation. 17 years ago
  aramis_acg 1a55e7e8f1 NFF spheres are working now. 17 years ago
  aramis_acg 96f2b0b536 Removed AI_C_THREADSAFE flag - there are unknown compiler errors in the x64 build. 17 years ago
  aramis_acg af18307f95 Next WIP version of the LWO loader. LWO2 is still unfinished and crashes every time. 17 years ago
  aramis_acg f69446937b Added NFF loader. No standard shapes yet (sphere, cone), but a class for them (StandardShapes) has been declared. 17 years ago