Eric Engestrom
|
87e7cf00a2
Fix spelling mistakes
|
9 years ago |
Richard
|
83de707587
Refactor: Expand tabs to 4 spaces
|
10 years ago |
Richard
|
a96a595a7a
Refactor: Trim trailing whitespace
|
10 years ago |
Richard
|
4c1a0507fe
Refactor: Line endings are LF, not CRLF
|
10 years ago |
abma
|
470ad98281
fix "headercheck":
|
10 years ago |
aramis_acg
|
accbcb575b
- fix off-by-one error in FileSystemFilter.
|
13 years ago |
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).
|
13 years ago |
aramis_acg
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 years ago |
aramis_acg
|
075b1acaf0
- move include/ to include/assimp/ to have consistent header locations between installed and trunk version.
|
13 years ago |
aramis_acg
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 years ago |
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.
|
13 years ago |
aramis_acg
|
e241749511
# FileSystemFilter now skips over empty paths as opposed to crashing on them.
|
14 years ago |
aramis_acg
|
6f30639d7f
- refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX ..
|
14 years ago |
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.
|
15 years ago |
adario
|
7877f3fe6f
Fixed a pathname separator issue on Mac OS X.
|
15 years ago |
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.
|
16 years ago |
aramis_acg
|
a3b32f306c
Adding a file system filter layer to correct invalid paths automatically.
|
16 years ago |