Commit History

Autor SHA1 Mensaxe Data
  rickomax 4623c2f14c FBX Embedding Fix %!s(int64=8) %!d(string=hai) anos
  Jared Mulconry 341222697a Address warnings on Clang 3.9 caused by having a static data member in a class template. %!s(int64=8) %!d(string=hai) anos
  rickomax c86013b08d Fixed many FBX bugs %!s(int64=8) %!d(string=hai) anos
  Kim Kulling a2b8d66a86 Update license info. %!s(int64=8) %!d(string=hai) anos
  Kim Kulling ef540f46a3 Remove unused headers. %!s(int64=9) %!d(string=hai) anos
  Kim Kulling dcfc696e86 FBX: woraround for issue 1089. %!s(int64=9) %!d(string=hai) anos
  Jared Mulconry 2ac9b0ce45 Fixed build warnings on MSVC14 x64 in the FBX format sources. %!s(int64=9) %!d(string=hai) anos
  Kim Kulling 7207e5117c Use new include bracktes. %!s(int64=9) %!d(string=hai) anos
  mensinda cc0fce8568 Replaced boost::timer with std::chrono %!s(int64=9) %!d(string=hai) anos
  mensinda 5dacda0a08 replaced boost smart pointers with c++11 smart pointers %!s(int64=9) %!d(string=hai) anos
  Kim Kulling 53370d0d31 FBXImporter: some refactorings to increase readability. %!s(int64=10) %!d(string=hai) anos
  Kim Kulling 3079b90622 Importer: when the right importer was found log this info. %!s(int64=10) %!d(string=hai) anos
  Kim Kulling 1191d03405 Update license info. %!s(int64=10) %!d(string=hai) anos
  Otger f94bc8d66e Initial support for FBX embedded textures %!s(int64=10) %!d(string=hai) anos
  Richard 83de707587 Refactor: Expand tabs to 4 spaces %!s(int64=10) %!d(string=hai) anos
  Richard a96a595a7a Refactor: Trim trailing whitespace %!s(int64=10) %!d(string=hai) anos
  Kim Kulling 2bfc353fde License info: update year info. %!s(int64=10) %!d(string=hai) anos
  Marvin Pohl ff145bfac5 Removed unused variable %!s(int64=10) %!d(string=hai) anos
  Marvin Pohl 927c9cb3ce Fixes random crash when loading fbx files %!s(int64=10) %!d(string=hai) anos
  abma bf4913b5c9 remove AssimpPCH.h: fixes #534 %!s(int64=10) %!d(string=hai) anos
  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. %!s(int64=11) %!d(string=hai) anos
  Alexander Gessler 7e48c1cce9 FBX: fix memory leak, parsed TokenList never released. See #307. %!s(int64=11) %!d(string=hai) anos
  Alexander Gessler 3e86e1b857 - fbx: add import settings to public assimp config interface. %!s(int64=13) %!d(string=hai) anos
  Alexander Gessler 729e98fef0 + fbx: Parser::IsBinary(), Document::IsBinary() %!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
  Alexander Gessler d7270aa278 - fbx: skeleton for DOM -> aiScene converter. %!s(int64=13) %!d(string=hai) anos
  Alexander Gessler 05bc8ab684 - fbx: add ImportSettings to keep track of fbx-specific import settings. The settings are generated by the importer instance and injected into parser and DOM. %!s(int64=13) %!d(string=hai) anos
  Alexander Gessler 25dfbdf58d - fbx: add DOM layer to represent the parsed FBX file in-memory, capturing the essential semantics we need for importing. %!s(int64=13) %!d(string=hai) anos
  Alexander Gessler c9d9fcdfd1 - fbx: parser working now. Drop shared_ptr's in favour of raw pointers to reduce memory overhead (a pity - I want unique_ptr and move semantics in C++03). %!s(int64=13) %!d(string=hai) anos
  acgessler 18b2aebcb1 - FBX importer: basic interface and importer skeleton. Start tokenizer and parser. %!s(int64=13) %!d(string=hai) anos