Jared Mulconry
|
98e7eb476d
|
Merge branch 'master' of https://github.com/assimp/assimp into implementation_warning_fix
# Conflicts:
# code/ObjFileImporter.cpp
|
2016-11-27 13:00:33 +11:00 |
Kim Kulling
|
d82fd0d750
|
closes https://github.com/assimp/assimp/issues/1076: use ai_assert instead
of assert.
|
2016-11-24 21:15:07 +01:00 |
Jared Mulconry
|
f206249fbf
|
Merge branch 'master' of https://github.com/assimp/assimp into implementation_warning_fix
# Conflicts:
# code/AMFImporter_Postprocess.cpp
# code/FBXConverter.cpp
# code/IFCLoader.cpp
# code/NDOLoader.cpp
# code/glTFAsset.inl
|
2016-11-23 22:24:04 +11:00 |
Kim Kulling
|
a446d75250
|
Ue new alloc semantic when using aiMetadata + increase test coverage.
|
2016-11-22 21:06:14 +01:00 |
Jared Mulconry
|
439b4861c8
|
Fixed build warnings on MSVC14 x64 in the SIB format sources.
|
2016-11-20 14:06:56 +11:00 |
Kim Kulling
|
02e038bbb6
|
Fix compiler warnings related to issue 957.
|
2016-11-03 18:37:02 +01:00 |
Eshed
|
25cda401c5
|
use cmath and C++ (std::) versions of functions
|
2016-10-15 03:29:45 +03:00 |
Chris Russ
|
fa1d6d8c55
|
propagating precision requirments into operations
|
2016-07-16 18:23:33 +10:00 |
Kim Kulling
|
7207e5117c
|
Use new include bracktes.
|
2016-06-06 22:04:29 +02:00 |
Kim Kulling
|
1acd24e0ae
|
iSIBImporter: fix possible dereferncing of a null pointer.
|
2016-05-15 19:56:29 +02:00 |
Alexander Gessler
|
38d462f0b3
|
Merge pull request #764 from rmitton/sib_import
Validation fix for empty SIB scenes.
|
2016-02-18 11:58:26 +01:00 |
rmitton
|
72b5ed50e9
|
Bump just to get AppVeyor to re-test it.
|
2016-02-07 13:21:58 -08:00 |
Turo Lamminen
|
0e06404ec1
|
SIBImporter: Properly fix C++11 issues for Clang
C-style cast has a higher precedence than & -operator so this was getting
parsed differently than Kim assumed. Thou shalt not use C-style casts.
|
2016-02-02 20:29:40 +02:00 |
Kim Kulling
|
a37ea18f09
|
SIBImporter: fix c++14 compilation issue for clang.
|
2016-01-31 00:41:14 +01:00 |
rmitton
|
f23285a1ce
|
Fixed whitespace to match coding standard.
|
2016-01-25 13:45:08 -08:00 |
rmitton
|
94a35dfdd2
|
Fixed NULL pointers to match coding standards.
|
2016-01-25 13:42:30 -08:00 |
rmitton
|
ae2cce0899
|
Validation fix for empty scenes.
The validator requires empty scenes to have NULL pointers.
|
2016-01-23 15:22:48 -08:00 |
Kim Kulling
|
1191d03405
|
Update license info.
|
2016-01-01 21:07:24 +01:00 |
rmitton
|
d952823ffd
|
Importer for Silo SIB files.
Wrote an importer for Nevercenter Silo's binary SIB model format
|
2015-12-13 22:14:19 -08:00 |