Commit Verlauf

Autor SHA1 Nachricht Datum
  Kim Kulling dab0985994 assert: remove assert with more than one statement and use only ai_assert. vor 8 Jahren
  Kim Kulling a2b8d66a86 Update license info. vor 8 Jahren
  Kim Kulling e6dcad384a Fix missing includes. vor 8 Jahren
  Kim Kulling f312d8709e More cleanup vor 8 Jahren
  Kim Kulling dcfc696e86 FBX: woraround for issue 1089. vor 8 Jahren
  Kim Kulling 7207e5117c Use new include bracktes. vor 9 Jahren
  mensinda 5dacda0a08 replaced boost smart pointers with c++11 smart pointers vor 9 Jahren
  Kim Kulling 1191d03405 Update license info. vor 9 Jahren
  Richard 83de707587 Refactor: Expand tabs to 4 spaces vor 10 Jahren
  Richard a96a595a7a Refactor: Trim trailing whitespace vor 10 Jahren
  Kim Kulling 2bfc353fde License info: update year info. vor 10 Jahren
  abma 470ad98281 fix "headercheck": vor 10 Jahren
  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. vor 13 Jahren
  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). vor 13 Jahren
  acgessler ff995307ac - fbx: further work on broadphase tokenization. vor 13 Jahren
  acgessler 18b2aebcb1 - FBX importer: basic interface and importer skeleton. Start tokenizer and parser. vor 13 Jahren