Commit History

Автор SHA1 Съобщение Дата
  Kim Kulling ae41ae3211 closes https://github.com/assimp/assimp/issues/305': fix viewer преди 7 години
  kimkulling a06133ab52 Update copyrights. преди 7 години
  Kim Kulling b049933d2f update license dates. преди 8 години
  kim kulling 88a0bb1b6d FBX: store UnitScaleFactor for fbx-files. преди 8 години
  BuildTools 66171de915 Successful lib build, unit testing still WIP преди 8 години
  rickomax 4623c2f14c FBX Embedding Fix преди 8 години
  Jared Mulconry 341222697a Address warnings on Clang 3.9 caused by having a static data member in a class template. преди 8 години
  rickomax c86013b08d Fixed many FBX bugs преди 8 години
  Kim Kulling a2b8d66a86 Update license info. преди 8 години
  Kim Kulling ef540f46a3 Remove unused headers. преди 9 години
  Kim Kulling dcfc696e86 FBX: woraround for issue 1089. преди 9 години
  Jared Mulconry 2ac9b0ce45 Fixed build warnings on MSVC14 x64 in the FBX format sources. преди 9 години
  Kim Kulling 7207e5117c Use new include bracktes. преди 9 години
  mensinda cc0fce8568 Replaced boost::timer with std::chrono преди 9 години
  mensinda 5dacda0a08 replaced boost smart pointers with c++11 smart pointers преди 9 години
  Kim Kulling 53370d0d31 FBXImporter: some refactorings to increase readability. преди 10 години
  Kim Kulling 3079b90622 Importer: when the right importer was found log this info. преди 10 години
  Kim Kulling 1191d03405 Update license info. преди 10 години
  Otger f94bc8d66e Initial support for FBX embedded textures преди 10 години
  Richard 83de707587 Refactor: Expand tabs to 4 spaces преди 10 години
  Richard a96a595a7a Refactor: Trim trailing whitespace преди 10 години
  Kim Kulling 2bfc353fde License info: update year info. преди 10 години
  Marvin Pohl ff145bfac5 Removed unused variable преди 10 години
  Marvin Pohl 927c9cb3ce Fixes random crash when loading fbx files преди 10 години
  abma bf4913b5c9 remove AssimpPCH.h: fixes #534 преди 10 години
  Kim Kulling 487c9449d2 bugfix: search for token checks for the given tokenlist against the lowercased info coming from the asset file. So we also have to used a lowercased token. Thanks to Robinson for the report. преди 11 години
  Alexander Gessler 7e48c1cce9 FBX: fix memory leak, parsed TokenList never released. See #307. преди 11 години
  Alexander Gessler 3e86e1b857 - fbx: add import settings to public assimp config interface. преди 13 години
  Alexander Gessler 729e98fef0 + fbx: Parser::IsBinary(), Document::IsBinary() преди 13 години
  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. преди 13 години