Historique des commits

Auteur SHA1 Message Date
  Kim Kulling 8a3daa1a24 closes https://github.com/assimp/assimp/issues/2056: use correc exception type in MMD-loader. il y a 7 ans
  Kim Kulling 22dbb6c2d2 Update FileSystemFilter.h il y a 8 ans
  Kim Kulling a92dbabc25 Update FileSystemFilter.h il y a 8 ans
  Kim Kulling a84604f566 Merge branch 'master' into develop_kimkulling il y a 8 ans
  Kim Kulling f0ccff70a4 Update FileSystemFilter.h il y a 8 ans
  mbuchner 1299905026 Make FileSystemFilter forward all virtual functions to wrapped IOSystem instance il y a 8 ans
  BuildTools 66171de915 Successful lib build, unit testing still WIP il y a 8 ans
  Eric Engestrom 87e7cf00a2 Fix spelling mistakes il y a 9 ans
  Richard 83de707587 Refactor: Expand tabs to 4 spaces il y a 10 ans
  Richard a96a595a7a Refactor: Trim trailing whitespace il y a 10 ans
  Richard 4c1a0507fe Refactor: Line endings are LF, not CRLF il y a 10 ans
  abma 470ad98281 fix "headercheck": il y a 10 ans
  aramis_acg accbcb575b - fix off-by-one error in FileSystemFilter. il y a 14 ans
  aramis_acg 58d0a89b25 - rework FileSystemFilter to scan sub-folders of the model folder recursively for external files. This should fix [3473792] (https://sourceforge.net/tracker/?func=detail&atid=1067634&aid=3473792&group_id=226462). il y a 14 ans
  aramis_acg 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. il y a 14 ans
  aramis_acg 075b1acaf0 - move include/ to include/assimp/ to have consistent header locations between installed and trunk version. il y a 14 ans
  aramis_acg 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. il y a 14 ans
  aramis_acg 81ef6af2df Apply patch [3473792] - LWS loader failed to find LWO files referenced with inaccessible, absolute paths, but actually residing in the folder of the LWS file. Applied the patch to FileSystemFilter, so all loaders do this now. il y a 14 ans
  aramis_acg e241749511 # FileSystemFilter now skips over empty paths as opposed to crashing on them. il y a 14 ans
  aramis_acg 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. il y a 14 ans
  aramis_acg 9d70caef0a [3031725] FileSystemFilter destroys "://" in paths. Addresss this issue. FileSystemFilter now acts with more caution, first tries to open the file given the input path. il y a 15 ans
  adario 7877f3fe6f Fixed a pathname separator issue on Mac OS X. il y a 16 ans
  aramis_acg e8386dc837 Fixing a minor issue in FileSystemFilter which prevented some external files from being loaded. Thanks to Jonathan Klein to point it out. il y a 16 ans
  aramis_acg a3b32f306c Adding a file system filter layer to correct invalid paths automatically. il y a 17 ans