Kim Kulling
|
5e63ba9a9d
|
typo.
|
2017-12-14 18:10:42 +01:00 |
Kim Kulling
|
dec3e2ba42
|
XGLLoader: fix const issue when seeting vec2.
|
2017-12-14 18:06:28 +01:00 |
Turo Lamminen
|
bd4f024562
|
XGLLoader: Replace ScopeGuard with std::unique_ptr
|
2017-12-02 17:22:19 +02:00 |
Jared Mulconry
|
341222697a
|
Address warnings on Clang 3.9 caused by having a static data member in a class template.
|
2017-10-05 23:55:10 +11:00 |
Kim Kulling
|
a2b8d66a86
|
Update license info.
|
2017-05-09 19:57:36 +02:00 |
Kim Kulling
|
ef540f46a3
|
Remove unused headers.
|
2017-02-22 17:20:26 +01:00 |
Jared Mulconry
|
cf151b77d8
|
Fixed build warnings on MSVC14 x64 in the XGL loader.
|
2016-11-27 16:03:25 +11:00 |
Eshed
|
25cda401c5
|
use cmath and C++ (std::) versions of functions
|
2016-10-15 03:29:45 +03:00 |
Kim Kulling
|
a66e644bf3
|
Fix coverity finding: fix possible use after free..
|
2016-08-29 15:24:24 +02:00 |
Kim Kulling
|
7207e5117c
|
Use new include bracktes.
|
2016-06-06 22:04:29 +02:00 |
mensinda
|
5dacda0a08
|
replaced boost smart pointers with c++11 smart pointers
|
2016-04-05 23:23:53 +02:00 |
mensinda
|
18843fe5e1
|
Replaced BOOST_FOREACH with c++11 ranged for loops
|
2016-04-05 22:53:54 +02:00 |
Kim Kulling
|
1191d03405
|
Update license info.
|
2016-01-01 21:07:24 +01:00 |
Richard
|
83de707587
|
Refactor: Expand tabs to 4 spaces
|
2015-06-28 16:04:15 -06:00 |
Richard
|
a96a595a7a
|
Refactor: Trim trailing whitespace
|
2015-06-28 16:01:32 -06:00 |
Richard
|
4c1a0507fe
|
Refactor: Line endings are LF, not CRLF
|
2015-06-28 15:59:33 -06:00 |
Kim Kulling
|
2bfc353fde
|
License info: update year info.
|
2015-06-28 21:48:25 +02:00 |
abma
|
611778045d
|
fix for upstream changes
|
2015-04-16 02:55:41 +02:00 |
abma
|
8c45a4dc3b
|
Merge remote-tracking branch 'origin'
Conflicts:
code/C4DImporter.cpp
code/OgreImporter.h
|
2015-04-16 01:03:00 +02:00 |
abma
|
bf4913b5c9
|
remove AssimpPCH.h: fixes #534
|
2015-04-16 01:00:17 +02:00 |
Alexander Gessler
|
a77f9419a2
|
XGLLoader: set aiImporterFlags_SupportCompressedFlavour flag.
|
2015-03-28 13:09:18 +01:00 |
Alexander Gessler
|
8666b614c6
|
Fix non-determinism in XGL importer output due to std::multimap value ordering not guaranteed < C++11.
One step closer to a fully reproducible regression test suite.
|
2015-03-26 22:45:00 +01:00 |
Alexander Gessler
|
47b2832dd8
|
- XGL: fix non isocpp-compliant definition of LogFunctions::log_prefix outside the namespace where the class resides.
|
2013-04-08 19:41:18 +02:00 |
acgessler
|
879f2ed177
|
- fix some -Wall warnings
|
2012-07-08 03:28:14 +02:00 |
aramis_acg
|
5a81b42ebe
|
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1234 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-04-22 22:26:26 +00:00 |
aramis_acg
|
397603bac0
|
+ add XGL/ZGL importer. Some features (includes, object refs, textures not supported yet).
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1210 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-03-20 16:52:33 +00:00 |