Jared Mulconry
|
f206249fbf
Merge branch 'master' of https://github.com/assimp/assimp into implementation_warning_fix
|
8 years ago |
Kim Kulling
|
a446d75250
Ue new alloc semantic when using aiMetadata + increase test coverage.
|
8 years ago |
Jared Mulconry
|
ff31abf57c
Fixed build warnings on MSVC14 x64 in the scene combiner.
|
8 years ago |
Kim Kulling
|
d4223d1fce
closes https://github.com/assimp/assimp/issues/105://github.com/assimp/assimp/issues/1057
|
8 years ago |
Alexandr Arutjunov
|
9d40f36f87
[F] Fixed type in list.
|
8 years ago |
Chris Russ
|
4f7b624fe8
fix precision issue within memory copy
|
9 years ago |
Chris Russ
|
2f7e3dcdcc
Basic changes to introduce optional double precision
|
9 years ago |
Kim Kulling
|
7207e5117c
Use new include bracktes.
|
9 years ago |
tomacd
|
5a8c15d826
fix SceneCombiner copy of aiNode not setting mParent field
|
9 years ago |
Kim Kulling
|
a1bd83d797
ai_assert: split 2 checks in one macro to 2 separate ai_assert tests.
|
9 years ago |
Kim Kulling
|
6bfdeb6a12
sprintf replacement: introduce au_snprintf to support snprintf for v2013
|
9 years ago |
Kim Kulling
|
c3d4be1dce
sprintf: replace more sprintf by snprintf.
|
9 years ago |
Kim Kulling
|
1191d03405
Update license info.
|
9 years ago |
Kim Kulling
|
4e9ee4e406
coverity findings: add missing initialization.
|
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 |
Kim Kulling
|
2bfc353fde
License info: update year info.
|
10 years ago |
Léo Terziman
|
c99bd9825a
Fixed bug introduced by misleading names in materials properties between "type" parameters of function referring to the "semantic" field of properties (and NOT the type field...)
|
10 years ago |
Kim Kulling
|
02ee002878
fix build for vs2013
|
10 years ago |
abma
|
8c45a4dc3b
Merge remote-tracking branch 'origin'
|
10 years ago |
abma
|
bf4913b5c9
remove AssimpPCH.h: fixes #534
|
10 years ago |
Alexander Gessler
|
e2f234707a
Fix possible crash in SceneCombiner when the destinations scene has mPrivate==null. Fixes #401.
|
10 years ago |
Alexander Gessler
|
75fd29ac19
SceneCombiner: implement proper copying of meta data. This entire module will need to be revamped in future as it is highly likely to cause further regressions as assimp data structures are modified.
|
11 years ago |
Léo Terziman
|
9b25749536
Fixed bug in merging of materials
|
11 years ago |
Léo Terziman
|
ec3ef0c9d6
Assimp: fixed 3 memory leaks
|
11 years ago |
Léo Terziman
|
bb9288fa26
Improved Q3BSPZipArchive + added material merging
|
11 years ago |
aramis_acg
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 years ago |
kimmi
|
67e8e52a00
Fix a compiler warning.
|
13 years ago |
aramis_acg
|
9d85c8834d
- extract MaterialHelper and move all of its members to aiMaterial in /include.
|
14 years ago |