Commit Verlauf

Autor SHA1 Nachricht Datum
  Kim Kulling a2b8d66a86 Update license info. vor 8 Jahren
  Kim Kulling 02e038bbb6 Fix compiler warnings related to issue 957. vor 9 Jahren
  Eshed a84bf869c2 replace more math.h functions occurences with std:: vor 9 Jahren
  Kim Kulling 9d4d2b2a1c ComputeUVMappingprocess: add missing initialization for scalar value. vor 9 Jahren
  Chris Russ fa1d6d8c55 propagating precision requirments into operations vor 9 Jahren
  Kim Kulling 6bfdeb6a12 sprintf replacement: introduce au_snprintf to support snprintf for v2013 vor 9 Jahren
  Kim Kulling 1191d03405 Update license info. vor 9 Jahren
  Richard 83de707587 Refactor: Expand tabs to 4 spaces vor 10 Jahren
  Richard a96a595a7a Refactor: Trim trailing whitespace vor 10 Jahren
  Richard 4c1a0507fe Refactor: Line endings are LF, not CRLF vor 10 Jahren
  Kim Kulling 2bfc353fde License info: update year info. vor 10 Jahren
  Andy Maloney 4cbce374b6 Code Cleanups vor 10 Jahren
  abma bf4913b5c9 remove AssimpPCH.h: fixes #534 vor 10 Jahren
  Turo Lamminen 84a9514d4b Fix warning about possibly uninitialized variable vor 10 Jahren
  abma 775b26e614 use std:: namespace for most cmath functions: vor 11 Jahren
  Kim Kulling ec2b8dd3fa bugfix: vor 11 Jahren
  aramis_acg 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. vor 13 Jahren
  aramis_acg ea3f655c57 - templatize math library. All standard math classes (i.e. aiMatrix4x4) have been replaced by templates which are usually named like the old type with a 't' postfix. For compatibility, typedefs to replace the old types exist. For the C interface, these still map to raw structures. vor 13 Jahren
  aramis_acg 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. vor 14 Jahren
  aramis_acg 9edc0a9b8e merge with git://github.com/tonttu/assimp.git vor 14 Jahren
  aramis_acg 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. vor 14 Jahren
  aramis_acg 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. vor 15 Jahren
  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. vor 15 Jahren
  aramis_acg 17326515d4 Get rid of warnings on GCC4.4 with -wall vor 15 Jahren
  aramis_acg cc96f55c61 Adding samples/SimpleOpenGL. vor 16 Jahren
  aramis_acg 0023010840 [ 2672224 ] Patch To get gcc to compile assimp under Linux vor 16 Jahren
  aramis_acg c865999420 Collada vor 16 Jahren
  aramis_acg be864ce4a0 Added support for cones and cylinders to NFF (the code to generate these primitives is hosted in StandardShapes.cpp). vor 17 Jahren
  aramis_acg 9fc698bb2f Fixed a bug in the validation step - animation channels weren't validated correctly in every case. vor 17 Jahren
  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. vor 17 Jahren