Historique des commits

Auteur SHA1 Message Date
  Kim Kulling a2b8d66a86 Update license info. il y a 8 ans
  Tan Li Boon c3d40810b5 Cleared majority of codepage warnings in Visual Studio 14. il y a 9 ans
  Kim Kulling 02e038bbb6 Fix compiler warnings related to issue 957. il y a 9 ans
  Eshed 25cda401c5 use cmath and C++ (std::) versions of functions il y a 9 ans
  Chris Russ fa1d6d8c55 propagating precision requirments into operations il y a 9 ans
  Turo Lamminen b9fbfbc18a LWO: Use C++11 range-based for loop il y a 9 ans
  Sherief Farouk 397fa374a3 Removed usage of Boost static assert. il y a 9 ans
  Kim Kulling 1191d03405 Update license info. il y a 10 ans
  Richard 83de707587 Refactor: Expand tabs to 4 spaces il y a 10 ans
  Richard a96a595a7a Refactor: Trim trailing whitespace il y a 10 ans
  Richard 4c1a0507fe Refactor: Line endings are LF, not CRLF il y a 10 ans
  Kim Kulling 2bfc353fde License info: update year info. il y a 10 ans
  U-ORADEV\albihern 956fde6e66 Renaming ByteSwap.h to ByteSwapper.h to let assimp compile under cygwin. il y a 10 ans
  abma bf4913b5c9 remove AssimpPCH.h: fixes #534 il y a 10 ans
  abma 775b26e614 use std:: namespace for most cmath functions: il y a 11 ans
  acgessler 185f01963f LWO: replace legacy reinterpret_cast based code by memcpy to solve Android SIGBUS problems due to unaligned accesses. Fixes #351 il y a 11 ans
  Alexander Gessler ab2e81d004 LWO: take last CLIP with the requested index (CLIPs ordered by ordinal string) il y a 12 ans
  aramis_acg 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
  aramis_acg 9d85c8834d - extract MaterialHelper and move all of its members to aiMaterial in /include. il y a 14 ans
  aramis_acg 9edc0a9b8e merge with git://github.com/tonttu/assimp.git il y a 14 ans
  aramis_acg 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. il y a 14 ans
  aramis_acg 58ce3ee879 # fix potential LWO crashbug related to UV processing [http://sourceforge.net/projects/assimp/forums/forum/817653/topic/4070109] il y a 15 ans
  aramis_acg 1a1d611038 Fix overall MATKEY_UVTRANSFORM usage to use the provided AddProperty specialization for aiTextureTransform. il y a 15 ans
  aramis_acg 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. il y a 16 ans
  aramis_acg 63d6ca8669 FIX: AseLoader is no stateless and can thus be called repeatedly. il y a 16 ans
  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. il y a 16 ans
  aramis_acg ebc03be3ac Fix usage of AI_MATKEY_UVTRANSFORM in LWO loader. The buffer was incorrectly dimensioned, random data got pulled into the material key's data section. This fixes a few failures in the regression testing suite. il y a 16 ans
  aramis_acg bd196ea318 - Changing LWO loader's VMAP selection strategy. Unassigned VMAPs (UVs and VColors) are now kept, if possible. Referenced VMAPs have higher priority so everything should be backward compatible. il y a 16 ans
  aramis_acg 00729f83f7 FIX: multiple LWO layers referencing a single texture won't anymore cause all layers except the first to have no proper uv coordinates. il y a 17 ans
  aramis_acg 48d768f15f LWO il y a 17 ans