Kim Kulling
|
b049933d2f
|
update license dates.
|
2018-01-28 19:42:05 +01:00 |
Kim Kulling
|
0fff3b1232
|
Merge branch 'master' into master
|
2018-01-08 15:36:03 +01:00 |
Alexis Breust
|
559bc38e5d
|
Embedding images post-process
|
2018-01-08 09:26:52 +01:00 |
BuildTools
|
66171de915
|
Successful lib build, unit testing still WIP
|
2018-01-05 16:18:33 -08:00 |
Giuseppe Barbieri
|
d9965f6220
|
Update Importer.cpp
|
2017-11-16 14:42:20 +01:00 |
Turo Lamminen
|
f1998d52dc
|
Importer: Whitespace cleanup to fix GCC misleading indentation warning
|
2017-09-15 12:41:53 +03:00 |
Kim Kulling
|
a2b8d66a86
|
Update license info.
|
2017-05-09 19:57:36 +02:00 |
Kim Kulling
|
bb7f387bcf
|
Merge branch 'master' of https://github.com/assimp/assimp
|
2017-03-11 22:13:48 +01:00 |
Antoine Bolvy
|
5dd1bb9d6c
|
Export DefaultIOSystem and move it with DefaultIOStream to include/ instead of code/
|
2017-02-28 11:44:04 +09:00 |
Kim Kulling
|
ef540f46a3
|
Remove unused headers.
|
2017-02-22 17:20:26 +01:00 |
Jared Mulconry
|
c7efb50ad1
|
Fixed build warnings on MSVC14 x64 in the core Importer.
|
2016-11-20 01:36:33 +11:00 |
Chris Russ
|
3f08cebfab
|
include config.h to always have the correct types (float/double) exposed
|
2016-08-17 07:57:31 +10:00 |
Chris Russ
|
5adb0e899c
|
CMake Option and moving more functions to optional double support
|
2016-07-16 18:23:33 +10: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 |
Eric Engestrom
|
87e7cf00a2
|
Fix spelling mistakes
|
2016-04-03 01:38:00 +01:00 |
Kim Kulling
|
3079b90622
|
Importer: when the right importer was found log this info.
|
2016-02-29 15:57:47 +01:00 |
Kim Kulling
|
8bbd55a790
|
PostProcessing: first prototype of customized post processing.
|
2016-01-27 18:49:01 +01:00 |
wise86Android
|
d51c2e6435
|
free the allocated import
|
2016-01-16 23:37:24 +01:00 |
Kim Kulling
|
ec32da512b
|
coverity scan: fix not initialized member in copy constructor.
|
2016-01-10 20:21:32 +01:00 |
Kim Kulling
|
6bfdeb6a12
|
sprintf replacement: introduce au_snprintf to support snprintf for v2013
and earier ( closes https://github.com/assimp/assimp/issues/743 )
|
2016-01-06 15:35:25 +01:00 |
Kim Kulling
|
c3d4be1dce
|
sprintf: replace more sprintf by snprintf.
|
2016-01-04 22:24:25 +01:00 |
Kim Kulling
|
1191d03405
|
Update license info.
|
2016-01-01 21:07:24 +01:00 |
Kim Kulling
|
8736907009
|
Importer: fix overflowImporter: fix overflow.
|
2015-12-02 19:58:43 +01:00 |
Kim Kulling
|
ba35c97e9d
|
assimp/assimp/issues/698: Increase upper limits for hints.
|
2015-11-28 10:06:26 +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 |
Léo Terziman
|
ca2e47b205
|
Fixed some typos
|
2015-04-29 09:26:11 +02:00 |
Léo Terziman
|
5b9af11f9b
|
Merge remote-tracking branch 'official/master' into contrib
|
2015-04-28 12:04:53 +02:00 |
abma
|
611778045d
|
fix for upstream changes
|
2015-04-16 02:55:41 +02:00 |
abma
|
bf4913b5c9
|
remove AssimpPCH.h: fixes #534
|
2015-04-16 01:00:17 +02:00 |
Léo Terziman
|
454b85a0ad
|
Improved prototype of Importer & Exporter SetProperty* functions for better integration with tools such as SWIG
|
2015-03-27 10:56:03 +01:00 |
Gargaj
|
df4b17d145
|
code style
|
2014-08-07 08:26:34 +02:00 |
Gargaj
|
aa5c1a1a23
|
syntax
|
2014-08-07 08:26:04 +02:00 |
Gargaj
|
7925dcadba
|
avoid NULL, just in case
(loader might just probably crash anyway)
|
2014-08-07 08:25:10 +02:00 |
Gargaj
|
523d87bbe7
|
use 0..fileSize as progress metric (easier for loaders)
|
2014-08-07 08:22:47 +02:00 |
Gargaj
|
6b8cbe5c83
|
this isn't needed anymore
|
2014-08-05 00:10:23 +02:00 |
Gargaj
|
dbc553343c
|
Granulate file loading too
|
2014-08-05 00:05:18 +02:00 |
Gargaj
|
dfe1f03e5b
|
Split off postprocessing progress
|
2014-08-04 23:57:08 +02:00 |
Léo Terziman
|
358819c1a0
|
Fixed error in GetProperty when accessed from external libraries using a different language (using swig for example)
|
2014-03-20 15:32:12 +01:00 |
Léo Terziman
|
843e56c252
|
Added matrix properties
|
2014-02-28 15:21:10 +01:00 |
Léo Terziman
|
e6c5095e5b
|
In Assimp: fixed use of macro ASSIMP_BUILD_NO_VALIDATEDS_PROCESS
|
2014-01-17 12:00:54 +01:00 |
Léo Terziman
|
4e7b59be55
|
Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio
|
2014-01-17 11:43:48 +01:00 |
ulfjorensen
|
0693df00c5
|
- Bugfix: catched a null pointer crash when post processing removed everything from an invalid scene
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1249 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-05-23 09:25:40 +00:00 |
aramis_acg
|
078c1cd621
|
# bugfix Importer::GetImporterIndex
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1236 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-04-22 22:59:15 +00:00 |
aramis_acg
|
e479355d0a
|
+ add aiImporterDesc API to hold importer meta information.
- cleanup some Importer APIs: FindLoader -> GetImporter, add some utility APIs. Note that this is a breaking API change.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1232 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-04-18 23:07:52 +00:00 |
aramis_acg
|
6fa251c2f2
|
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1150 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-02-03 17:04:06 +00:00 |
aramis_acg
|
075b1acaf0
|
- move include/ to include/assimp/ to have consistent header locations between installed and trunk version.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1148 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-02-03 16:25:12 +00:00 |