Commit History

Autor SHA1 Mensaxe Data
  Kim Kulling 30e06f7437 closes https://github.com/assimp/assimp/issues/216: check the area of a triangle to check if its degenerated or not. %!s(int64=7) %!d(string=hai) anos
  Turo Lamminen 9a6b141568 FBX: Replace bad pointer casting with memcpy %!s(int64=8) %!d(string=hai) anos
  Jared Mulconry 79a5165106 Fixed unused variable warning by replacing them with descriptive comments %!s(int64=8) %!d(string=hai) anos
  Alexander Gessler f8ef94095a Update version check in FBX reader to check for version >= 7500 instead of exactly 7500. %!s(int64=8) %!d(string=hai) anos
  rickomax 147541ab7f Complementing last fix %!s(int64=8) %!d(string=hai) anos
  rickomax 3d4b54f8fc Fixed FBX 7500 Binary reading %!s(int64=8) %!d(string=hai) anos
  Kim Kulling d40b6089e8 Fix compiler warnings + one review finding. %!s(int64=8) %!d(string=hai) anos
  Kim Kulling a2b8d66a86 Update license info. %!s(int64=8) %!d(string=hai) anos
  Kim Kulling dcfc696e86 FBX: woraround for issue 1089. %!s(int64=8) %!d(string=hai) anos
  Rosario Leonardi 2505f02263 Added support for 64 bit version header introduced in FbxSdk2016 %!s(int64=9) %!d(string=hai) anos
  Kim Kulling 7207e5117c Use new include bracktes. %!s(int64=9) %!d(string=hai) anos
  Eric Engestrom 87e7cf00a2 Fix spelling mistakes %!s(int64=9) %!d(string=hai) anos
  Kim Kulling 1191d03405 Update license info. %!s(int64=9) %!d(string=hai) anos
  Richard 83de707587 Refactor: Expand tabs to 4 spaces %!s(int64=10) %!d(string=hai) anos
  Kim Kulling 2bfc353fde License info: update year info. %!s(int64=10) %!d(string=hai) anos
  U-ORADEV\albihern 7043551068 Modifying files to let assimp build under cygwin. %!s(int64=10) %!d(string=hai) anos
  abma bf4913b5c9 remove AssimpPCH.h: fixes #534 %!s(int64=10) %!d(string=hai) anos
  Turo Lamminen 5a74e07f5f Mark some more functions with AI_WONT_RETURN %!s(int64=10) %!d(string=hai) anos
  Denis Biryukov ab6b5a7b21 Fix gcc warnings. (initialization order) %!s(int64=11) %!d(string=hai) anos
  Sherief Farouk 9b591fadb8 Fixes for uninitialized variable warnings. %!s(int64=12) %!d(string=hai) anos
  Alexander Gessler a288a631e2 - FBX: avoid more gcc warnings. %!s(int64=12) %!d(string=hai) anos
  Alexander Gessler bbe8763d9e - FBX: workaround to handle files using the 'b' typecode. %!s(int64=12) %!d(string=hai) anos
  Alexander Gessler 8336aa423f - fbx: fix reading of short data tokens in binary files. %!s(int64=13) %!d(string=hai) anos
  Alexander Gessler 29b11f1cde - fbx: FINALLY got reading binary data buffers (vertices, normals etc) working! Found out fbx uses deflate to compress them. %!s(int64=13) %!d(string=hai) anos
  Alexander Gessler 10fac9bcd8 - fbx: finished binary tokenizer. Now correctly skips over compressed data arrays. %!s(int64=13) %!d(string=hai) anos
  Alexander Gessler 24ce9495fd - fbx: add binary reading draft. Started from scratch after my first attempt had design flaws. The binary reader now sits on the lexer stage (really) and generates a (fake) token sequence similar to the text lexer's output - this means most parsing code can go unaffected. %!s(int64=13) %!d(string=hai) anos