Historique des commits

Auteur SHA1 Message Date
  Richard 83de707587 Refactor: Expand tabs to 4 spaces il y a 10 ans
  Kim Kulling 2bfc353fde License info: update year info. il y a 10 ans
  Richard 4a5e9352d6 Refactor: Delete unused functions il y a 10 ans
  U-ORADEV\albihern 7043551068 Modifying files to let assimp build under cygwin. il y a 10 ans
  abma 8c45a4dc3b Merge remote-tracking branch 'origin' il y a 10 ans
  abma bf4913b5c9 remove AssimpPCH.h: fixes #534 il y a 10 ans
  George Papadopoulos da3c347a57 add strtol10_64 and fix FBX text parsing for int_64 (for animation KTime) il y a 10 ans
  George Papadopoulos 08ba782bd5 [FBX] add support for multiple animations (by using LocalStart/LocalStop in takes) il y a 10 ans
  Turo Lamminen 5a74e07f5f Mark some more functions with AI_WONT_RETURN il y a 11 ans
  Johnny Dickinson 380021e7c4 Check that zlib initialized correctly in FBX parser il y a 11 ans
  Kim Kulling cee583db06 bugfix: fix compiler warning: converting double to float. il y a 11 ans
  Alexander Gessler 7ff7b783ee Merge pull request #335 from abma/master il y a 11 ans
  abma 6c5f9ecb06 fix most warnings with -pendantic il y a 11 ans
  Alexander Gessler 6636e596ab Merge pull request #334 from jdduke/fbx_binary_fix il y a 11 ans
  abma 56ddb4f4af fix some compile warnings: il y a 11 ans
  Jared Duke 69810a2a07 Avoid raw reinterpret_casts in the FBX parser il y a 11 ans
  Alexander Gessler 1403cabb71 FBXParser: fix compiler warning on double -> float. il y a 11 ans
  Alexander Gessler becd298e77 FBX: use memcpy() instead of reinterpret_cast or union to populate a float from a blob, causing SIGBUS errors on Android due to memory alignment of the source blob not being a multiple of 4/8. This fixes #24. il y a 11 ans
  Léo Terziman 4e7b59be55 Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio il y a 12 ans
  Sherief Farouk 04b0ea3f9a Initialized stride variable to prevent compiler warnings about potential use of unassigned variable. il y a 12 ans
  Alexander Gessler eb16c193ea - fbx: also support reading binary arrays of UNSIGNED data. il y a 13 ans
  Alexander Gessler 96033e9fc0 - fbx: fix stupid typos killing the decompression logic. il y a 13 ans
  Alexander Gessler 29b11f1cde - fbx: FINALLY got reading binary data buffers (vertices, normals etc) working! Found out fbx uses deflate to compress them. il y a 13 ans
  Alexander Gessler 8d5b78c035 - fbx: 32 bit build fixes. il y a 13 ans
  Alexander Gessler 315285faf0 - fbx: refactor parsing code, move all parsing stuff to FBXParser.cpp. Parsing errors now carry the prefix "FBX-Parser". il y a 13 ans
  Alexander Gessler 729e98fef0 + fbx: Parser::IsBinary(), Document::IsBinary() il y a 13 ans
  Alexander Gessler 49cfcf4c07 - fbx: add binary support to the various ReadXXX parsing utilities. il y a 13 ans
  acgessler 879f2ed177 - fix some -Wall warnings il y a 13 ans
  Alexander Gessler 026cec7d7b - fbx: UVs, normals and materials arw now read properly. Fix bug related to reading vertices. il y a 13 ans
  Alexander Gessler a996ecba75 - fbx: add helper functions to read FBX data arrays. il y a 13 ans