Histórico de Commits

Autor SHA1 Mensagem Data
  Kim Kulling 52d4564b7e Merge branch 'master' into topic/fbx_file_more_than_4gb há 6 anos atrás
  Mike Samsonov 6c13ec8190 fix for clang runtime checks for overflow há 6 anos atrás
  Mike Samsonov c84ac7a135 Fragmented FBX ASCII emdedded resource há 6 anos atrás
  Mike Samsonov c58ed8da22 Support for FBX file sizes more than 4GB há 6 anos atrás
  Matias a443544986 Replaced binary literals with hex literals (since binary literals was introduced in C++14) há 6 anos atrás
  Matias 575ef4d927 Added support for embedded textures to the FBXExporter (both binary and ASCII). Also made the FBX-namespaces more consistent (we had both Assimp::FBX:: and FBX::). Since we seem to support two types of embedded texture references (both asterisk+texture_id and filepath) I made the exporter use aiScene::GetEmbeddedTexture for looking up texture reference and integrated @loebl 's modification of the function to support the old ("*1") type of references (https://github.com/loebl/assimp/commit/e217358) há 6 anos atrás
  Matias Lavik fac392d6cb Added missing include and fixed a mistake há 6 anos atrás
  Matias Lavik b3177a2a9a issue 1957: Added support for reading embedded content (textures) in ASCII FBX. In ASCII FBX embedded content is encoded in Base64 and is surrounded by double quotation marks. The decoding functions are based on those used in the glTF importer. há 6 anos atrás
  kimkulling a06133ab52 Update copyrights. há 7 anos atrás
  Kim Kulling b049933d2f update license dates. há 8 anos atrás
  BuildTools 66171de915 Successful lib build, unit testing still WIP há 8 anos atrás
  Kim Kulling a2b8d66a86 Update license info. há 8 anos atrás
  Kim Kulling e6dcad384a Fix missing includes. há 9 anos atrás
  Kim Kulling 1191d03405 Update license info. há 10 anos atrás
  Richard 0faf53af0b Refactor: Prefer Format::operator<< over Format::operator, há 10 anos atrás
  Richard 83de707587 Refactor: Expand tabs to 4 spaces há 10 anos atrás
  Richard a96a595a7a Refactor: Trim trailing whitespace há 10 anos atrás
  Kim Kulling 2bfc353fde License info: update year info. há 10 anos atrás
  abma bf4913b5c9 remove AssimpPCH.h: fixes #534 há 10 anos atrás
  Alexander Gessler 5fe03f692e - FBX: silence some warnings produced by clang about missing switch cases. Add TokenType_BINARY_DATA to TokenTypeString() function. há 12 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. há 13 anos atrás
  Alexander Gessler 17629f1ff1 - fbx: work on resolving material links. há 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). há 13 anos atrás
  acgessler ff995307ac - fbx: further work on broadphase tokenization. há 13 anos atrás