Commit History

Author SHA1 Message Date
  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 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
  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 d0ab169de9 FIX broken MD5Parser.cpp. 16 years ago
  aramis_acg 1b8c8561fd FIX: ColladaLoader now skips empty init_from-Tags produced by C4D's heroic Collada exporter. 16 years ago
  kimmi a61411d4b4 - BUGFIX: Fix compiler warnings. 16 years ago
  aramis_acg bcfbc37301 MD5 parser will now reject files with version!=10. 16 years ago
  aramis_acg b06fc2e5f5 MD5 16 years ago
  aramis_acg 7080ba231c General 16 years ago
  aramis_acg 4bbc03332b General 16 years ago
  aramis_acg 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 years ago
  aramis_acg c9c2810e3c Fixes for some warnings in the gcc4 linux 64 build. 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 2f36cc5f5f Added MD5 (md5mesh works, md5anim has not yet been tested) and STL. new unittests, although not yet complete (material system, normals). Bugfixes (GFn and MDL7). Added HMP5 support. Rewrote MD2 and MD3 to be more stable. 17 years ago