Historial de Commits

Autor SHA1 Mensaje Fecha
  mensinda 18843fe5e1 Replaced BOOST_FOREACH with c++11 ranged for loops hace 9 años
  Kim Kulling ca0fa2ba69 FBX-Importer: put debug printf into comments. hace 9 años
  Kim Kulling 2b09199f4a FBXImporter: move MeshGeometry declaration into its own header hace 10 años
  Kim Kulling 1191d03405 Update license info. hace 10 años
  lutz.hoeren 90ddb93940 Fix for FBX Files that do not have a Comma on a new line in a data block hace 10 años
  Richard 83de707587 Refactor: Expand tabs to 4 spaces hace 10 años
  Kim Kulling 2bfc353fde License info: update year info. hace 10 años
  Richard 4a5e9352d6 Refactor: Delete unused functions hace 10 años
  U-ORADEV\albihern 7043551068 Modifying files to let assimp build under cygwin. hace 10 años
  abma 8c45a4dc3b Merge remote-tracking branch 'origin' hace 10 años
  abma bf4913b5c9 remove AssimpPCH.h: fixes #534 hace 10 años
  George Papadopoulos da3c347a57 add strtol10_64 and fix FBX text parsing for int_64 (for animation KTime) hace 10 años
  George Papadopoulos 08ba782bd5 [FBX] add support for multiple animations (by using LocalStart/LocalStop in takes) hace 10 años
  Turo Lamminen 5a74e07f5f Mark some more functions with AI_WONT_RETURN hace 11 años
  Johnny Dickinson 380021e7c4 Check that zlib initialized correctly in FBX parser hace 11 años
  Kim Kulling cee583db06 bugfix: fix compiler warning: converting double to float. hace 11 años
  Alexander Gessler 7ff7b783ee Merge pull request #335 from abma/master hace 11 años
  abma 6c5f9ecb06 fix most warnings with -pendantic hace 11 años
  Alexander Gessler 6636e596ab Merge pull request #334 from jdduke/fbx_binary_fix hace 11 años
  abma 56ddb4f4af fix some compile warnings: hace 11 años
  Jared Duke 69810a2a07 Avoid raw reinterpret_casts in the FBX parser hace 11 años
  Alexander Gessler 1403cabb71 FBXParser: fix compiler warning on double -> float. hace 11 años
  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. hace 11 años
  Léo Terziman 4e7b59be55 Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio hace 12 años
  Sherief Farouk 04b0ea3f9a Initialized stride variable to prevent compiler warnings about potential use of unassigned variable. hace 12 años
  Alexander Gessler eb16c193ea - fbx: also support reading binary arrays of UNSIGNED data. hace 13 años
  Alexander Gessler 96033e9fc0 - fbx: fix stupid typos killing the decompression logic. hace 13 años
  Alexander Gessler 29b11f1cde - fbx: FINALLY got reading binary data buffers (vertices, normals etc) working! Found out fbx uses deflate to compress them. hace 13 años
  Alexander Gessler 8d5b78c035 - fbx: 32 bit build fixes. hace 13 años
  Alexander Gessler 315285faf0 - fbx: refactor parsing code, move all parsing stuff to FBXParser.cpp. Parsing errors now carry the prefix "FBX-Parser". hace 13 años