Commit History

Author SHA1 Message Date
  Richard 83de707587 Refactor: Expand tabs to 4 spaces 10 years ago
  Richard a96a595a7a Refactor: Trim trailing whitespace 10 years ago
  Richard 4c1a0507fe Refactor: Line endings are LF, not CRLF 10 years ago
  Kim Kulling 2bfc353fde License info: update year info. 10 years ago
  rob100 b8c12fdc6f CodeQuality improvements 10 years ago
  abma bf4913b5c9 remove AssimpPCH.h: fixes #534 10 years ago
  Léo Terziman f54c85d4e6 Added custom root transformation for pre-transform vertices post-process step 12 years ago
  Léo Terziman 586f1646c5 In Assimp: fixed a bug in Pretransform Vertices post process step where newly created meshes of different instances of the same original meshes where not referenced appropriately by their parent node 12 years ago
  aramis_acg 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 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 2ecbf3f244 # PretransformVertices: fix crash during scene destruction if the resulting scene is empty 14 years ago
  aramis_acg 32c8ca0a37 # PretransformVertices step now (re-)normalizes normals and tangents after applying transformations on them. See [https://sourceforge.net/projects/assimp/forums/forum/817653/topic/4378272?message=9501683]. 15 years ago
  aramis_acg 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 16 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. 16 years ago
  aramis_acg a9ece90b81 FIX: Scons workspace was missing a reference to contrib/ConvertUTF. 16 years ago
  aramis_acg cc1ff304df FEATURE: Adding format auto-detection to OBJ loader basing on some distinct keywords. 16 years ago
  aramis_acg 4bbc03332b General 17 years ago
  aramis_acg abe2d4834e MD3 17 years ago
  aramis_acg 0e9ff778c8 FIX: ptv transforms tangents and bitangents now corrrectly. 17 years ago
  aramis_acg 4b4526953e Changed some runtime asserts to boost::static_asserts. 17 years ago
  aramis_acg 68ef00ef09 Fixed a bug in the SortByPType-step causing some models with bones to crash 17 years ago
  aramis_acg 3d3b9719f8 Fixed third-person camera movement bug in the viewer. 17 years ago
  aramis_acg de476178cd Added cast to unsigned long in PretransformVertices.cpp. Hopefully this fixes the compiler issues with GCC4 on linux. 17 years ago
  aramis_acg a34378934d Fixed a minor problem with the vertex format hash in the PretransformVertices step. Remember, the step seems still to swizzle materials in some cases. 17 years ago
  aramis_acg 094ed7b9c0 Added missing pointer to NULL assignment in PretransformVertices. 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 38d04b6796 MD5 bugfix. 17 years ago
  aramis_acg 66e69ef6b2 Fixes for 64 bit builds 17 years ago
  aramis_acg 69ed883ae0 ase/ask loader is quite stable now, loads most models correctly 17 years ago