Histórico de commits

Autor SHA1 Mensagem Data
  Richard 83de707587 Refactor: Expand tabs to 4 spaces 10 anos atrás
  Richard a96a595a7a Refactor: Trim trailing whitespace 10 anos atrás
  Kim Kulling 2bfc353fde License info: update year info. 10 anos atrás
  Marvin Pohl ff145bfac5 Removed unused variable 10 anos atrás
  Marvin Pohl 927c9cb3ce Fixes random crash when loading fbx files 10 anos atrás
  abma bf4913b5c9 remove AssimpPCH.h: fixes #534 10 anos atrás
  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 anos atrás
  Alexander Gessler 7e48c1cce9 FBX: fix memory leak, parsed TokenList never released. See #307. 11 anos atrás
  Alexander Gessler 3e86e1b857 - fbx: add import settings to public assimp config interface. 13 anos atrás
  Alexander Gessler 729e98fef0 + fbx: Parser::IsBinary(), Document::IsBinary() 13 anos atrás
  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 anos atrás
  Alexander Gessler d7270aa278 - fbx: skeleton for DOM -> aiScene converter. 13 anos atrás
  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. 13 anos atrás
  Alexander Gessler 25dfbdf58d - fbx: add DOM layer to represent the parsed FBX file in-memory, capturing the essential semantics we need for importing. 13 anos atrás
  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). 13 anos atrás
  acgessler 18b2aebcb1 - FBX importer: basic interface and importer skeleton. Start tokenizer and parser. 13 anos atrás