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 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. 14 years ago
  aramis_acg 2ffac898d6 [3393728] [PATCH 1/2] ommit->omit and splitted->split 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 32bfa9ac21 Add WIP version of the BLENDER importer. DO NOT USE FOR PRODUCTION YET! 15 years ago
  aramis_acg 1a1d611038 Fix overall MATKEY_UVTRANSFORM usage to use the provided AddProperty specialization for aiTextureTransform. 15 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 616bd39b6f Fix: don't use std::back_inserter to append to a sequence when push_back does the job as well. back_inserter would need to include <iterator> to be truly portable. 15 years ago
  aramis_acg 9a8de06e3a Assign dummy names to COB materials. 15 years ago
  aramis_acg d1bebeba8e remove dynamic_cast's from COB loader. 15 years ago
  aramis_acg a391303910 Fix non ISO compliant use of ternary operator. 15 years ago
  aramis_acg 4d2d4a64e0 Fix non ISO compliant use of ternary operator. 15 years ago
  aramis_acg 3c03e0fca5 COB loader does now honour explicit chunk sizes. if none are given in a particular chunk, the loader reverts to the old behaviour. 15 years ago
  aramis_acg f9b4a825aa COB loaders should now read most binary files as well. 15 years ago
  aramis_acg 4c1b5a532d Add first WIP version of a TrueSpace loader. Currently only ASCII COB/SCNs are supported. 15 years ago