platform/upstream/assimp.git
7 years agoAMFImporter: fix some review findings.
Kim Kulling [Wed, 30 Nov 2016 14:03:02 +0000 (15:03 +0100)]
AMFImporter: fix some review findings.

7 years agoAMFImporter: use correct unique token to identify schema for AMF-assets.
Kim Kulling [Tue, 29 Nov 2016 18:50:40 +0000 (19:50 +0100)]
AMFImporter: use correct unique token to identify schema for AMF-assets.

7 years agoRemove dead code.
Kim Kulling [Tue, 29 Nov 2016 18:38:42 +0000 (19:38 +0100)]
Remove dead code.

7 years agoFix appveyor build: disable bugger mingw config.
Kim Kulling [Mon, 28 Nov 2016 09:40:10 +0000 (10:40 +0100)]
Fix appveyor build: disable bugger mingw config.

7 years agoEnable win32-build: mingw.
Kim Kulling [Sun, 27 Nov 2016 16:35:22 +0000 (17:35 +0100)]
Enable win32-build: mingw.

7 years agoMerge branch 'master' of https://github.com/assimp/assimp
Kim Kulling [Sun, 27 Nov 2016 15:44:03 +0000 (16:44 +0100)]
Merge branch 'master' of https://github.com/assimp/assimp

7 years agoObjImporter: use pre increment as a micro optimization.
Kim Kulling [Sun, 27 Nov 2016 15:43:25 +0000 (16:43 +0100)]
ObjImporter: use pre increment as a micro optimization.

7 years agoMerge pull request #1083 from jaredmulconry/implementation_warning_fix
Kim Kulling [Sun, 27 Nov 2016 15:40:45 +0000 (16:40 +0100)]
Merge pull request #1083 from jaredmulconry/implementation_warning_fix

Fixed warnings on MSVC14 x64 (Issue #1065)

7 years agoMerge pull request #1080 from johnmaf/bugfix/collada-transparency
Kim Kulling [Sun, 27 Nov 2016 15:30:59 +0000 (16:30 +0100)]
Merge pull request #1080 from johnmaf/bugfix/collada-transparency

Properly export COLLADA <transparency> value

7 years agoAdded a preprocessor definition for MSVC to silence safety warnings regarding
Jared Mulconry [Sun, 27 Nov 2016 06:34:34 +0000 (17:34 +1100)]
Added a preprocessor definition for MSVC to silence safety warnings regarding
C library functions. This addresses all warnings for MSVC x86 and x64 when
building zlib, tools and viewer as a static lib.

7 years agoFixed build warnings on MSVC14 x64 in the XGL loader.
Jared Mulconry [Sun, 27 Nov 2016 05:03:25 +0000 (16:03 +1100)]
Fixed build warnings on MSVC14 x64 in the XGL loader.

7 years agoFixed build warnings on MSVC14 x64 in X file importer.
Jared Mulconry [Sun, 27 Nov 2016 05:02:21 +0000 (16:02 +1100)]
Fixed build warnings on MSVC14 x64 in X file importer.

7 years agoFixed build warnings on MSVC14 x64 in the X3D format sources.
Jared Mulconry [Sun, 27 Nov 2016 04:54:22 +0000 (15:54 +1100)]
Fixed build warnings on MSVC14 x64 in the X3D format sources.

7 years agoFixed build warnings on MSVC14 x64 in the write dumb source.
Jared Mulconry [Sun, 27 Nov 2016 04:16:19 +0000 (15:16 +1100)]
Fixed build warnings on MSVC14 x64 in the write dumb source.

7 years agoFixed build warnings on MSVC14 x64 in Unreal importer.
Jared Mulconry [Sun, 27 Nov 2016 03:36:45 +0000 (14:36 +1100)]
Fixed build warnings on MSVC14 x64 in Unreal importer.

7 years agoFixed build warnings on MSVC14 x64 in Target Animation source.
Jared Mulconry [Sun, 27 Nov 2016 03:35:49 +0000 (14:35 +1100)]
Fixed build warnings on MSVC14 x64 in Target Animation source.

7 years agoFixed build warnings on MSVC14 x64 in sweep context sources.
Jared Mulconry [Sun, 27 Nov 2016 02:39:09 +0000 (13:39 +1100)]
Fixed build warnings on MSVC14 x64 in sweep context sources.

7 years agoFixed build warnings on MSVC14 x64 in subdivision routine.
Jared Mulconry [Sun, 27 Nov 2016 02:37:32 +0000 (13:37 +1100)]
Fixed build warnings on MSVC14 x64 in subdivision routine.

7 years agoFixed build warnings on MSVC14 x64 in the STL format sources.
Jared Mulconry [Sun, 27 Nov 2016 02:32:44 +0000 (13:32 +1100)]
Fixed build warnings on MSVC14 x64 in the STL format sources.

7 years agoFixed build warnings on MSVC14 x64 in spacial sort.
Jared Mulconry [Sun, 27 Nov 2016 02:28:40 +0000 (13:28 +1100)]
Fixed build warnings on MSVC14 x64 in spacial sort.

7 years agoFixed build warnings on MSVC14 x64 in the skeleton mesh builder.
Jared Mulconry [Sun, 27 Nov 2016 02:17:02 +0000 (13:17 +1100)]
Fixed build warnings on MSVC14 x64 in the skeleton mesh builder.

7 years agoMerge branch 'master' of https://github.com/assimp/assimp into implementation_warning_fix
Jared Mulconry [Sun, 27 Nov 2016 02:00:33 +0000 (13:00 +1100)]
Merge branch 'master' of https://github.com/assimp/assimp into implementation_warning_fix

# Conflicts:
# code/ObjFileImporter.cpp

7 years agoMerge pull request #1079 from johnmaf/bugfix/ns
Kim Kulling [Sat, 26 Nov 2016 14:21:26 +0000 (15:21 +0100)]
Merge pull request #1079 from johnmaf/bugfix/ns

Remove scaling of specular exponent in OBJFileImporter.cpp

7 years agoProperly export COLLADA <transparency> value
John Senneker [Fri, 25 Nov 2016 17:09:49 +0000 (12:09 -0500)]
Properly export COLLADA <transparency> value

7 years agoRemove scaling of specular exponent in OBJFileImporter.cpp
John Senneker [Fri, 25 Nov 2016 15:56:11 +0000 (10:56 -0500)]
Remove scaling of specular exponent in OBJFileImporter.cpp

7 years agoMerge pull request #1075 from Chainsawkitten/MinGW
Kim Kulling [Thu, 24 Nov 2016 20:34:56 +0000 (21:34 +0100)]
Merge pull request #1075 from Chainsawkitten/MinGW

Fix some MinGW warnings

7 years agocloses https://github.com/assimp/assimp/issues/1076: use ai_assert instead
Kim Kulling [Thu, 24 Nov 2016 20:15:07 +0000 (21:15 +0100)]
closes https://github.com/assimp/assimp/issues/1076: use ai_assert instead
of assert.

7 years agoPut back unused line (in comments)
Albin Bernhardsson [Thu, 24 Nov 2016 14:15:17 +0000 (15:15 +0100)]
Put back unused line (in comments)

7 years agoRemove unnecessary semicolon
Albin Bernhardsson [Thu, 24 Nov 2016 13:53:33 +0000 (14:53 +0100)]
Remove unnecessary semicolon

7 years agoRemove unused variable
Albin Bernhardsson [Thu, 24 Nov 2016 13:15:13 +0000 (14:15 +0100)]
Remove unused variable

7 years agoComment out unused variables
Albin Bernhardsson [Thu, 24 Nov 2016 13:10:24 +0000 (14:10 +0100)]
Comment out unused variables

7 years agoRemove unnecessary semicolons
Albin Bernhardsson [Thu, 24 Nov 2016 12:26:18 +0000 (13:26 +0100)]
Remove unnecessary semicolons

7 years agoanim-header: fix some review findings + andd base tests.
Kim Kulling [Wed, 23 Nov 2016 21:00:52 +0000 (22:00 +0100)]
anim-header: fix some review findings + andd base tests.

7 years agoMerge branch 'master' of https://github.com/assimp/assimp
Kim Kulling [Wed, 23 Nov 2016 19:20:45 +0000 (20:20 +0100)]
Merge branch 'master' of https://github.com/assimp/assimp

7 years agoFix some findings in animation header.
Kim Kulling [Wed, 23 Nov 2016 19:20:11 +0000 (20:20 +0100)]
Fix some findings in animation header.

7 years agoMerge branch 'master' of https://github.com/assimp/assimp into implementation_warning_fix
Jared Mulconry [Wed, 23 Nov 2016 11:24:04 +0000 (22:24 +1100)]
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

7 years agoFix coverity findings.
Kim Kulling [Tue, 22 Nov 2016 21:03:31 +0000 (22:03 +0100)]
Fix coverity findings.

7 years agoMerge pull request #1074 from assimp/testsuite_aiMetadata
Kim Kulling [Tue, 22 Nov 2016 20:20:02 +0000 (21:20 +0100)]
Merge pull request #1074 from assimp/testsuite_aiMetadata

Ue new alloc semantic when using aiMetadata + increase test coverage.

7 years agoFix build: use ai_assert instead of assert.
Kim Kulling [Tue, 22 Nov 2016 20:17:47 +0000 (21:17 +0100)]
Fix build: use ai_assert instead of assert.

7 years agoUe new alloc semantic when using aiMetadata + increase test coverage.
Kim Kulling [Tue, 22 Nov 2016 20:06:14 +0000 (21:06 +0100)]
Ue new alloc semantic when using aiMetadata + increase test coverage.

7 years agoFix coverity findings.
Kim Kulling [Tue, 22 Nov 2016 09:22:15 +0000 (10:22 +0100)]
Fix coverity findings.

7 years agoMerge branch 'master' of https://github.com/assimp/assimp
Kim Kulling [Mon, 21 Nov 2016 22:55:14 +0000 (23:55 +0100)]
Merge branch 'master' of https://github.com/assimp/assimp

7 years agoAdd unittest fixure for aiMetadata.
Kim Kulling [Mon, 21 Nov 2016 22:54:39 +0000 (23:54 +0100)]
Add unittest fixure for aiMetadata.

7 years agoAppveyor: fix another merge error.
Kim Kulling [Mon, 21 Nov 2016 19:57:15 +0000 (20:57 +0100)]
Appveyor: fix another merge error.

7 years agoTravis config: fix last merge issues + merge coverity check into master branch to...
Kim Kulling [Mon, 21 Nov 2016 19:42:37 +0000 (20:42 +0100)]
Travis config: fix last merge issues + merge coverity check into master branch to avoid merge issues in the future on 

7 years agoDisable android build.
Kim Kulling [Mon, 21 Nov 2016 19:31:35 +0000 (20:31 +0100)]
Disable android build.

7 years agoFix another merge issue.
Kim Kulling [Mon, 21 Nov 2016 19:21:26 +0000 (20:21 +0100)]
Fix another merge issue.

7 years agoMerge branch 'coverity_scan' of https://github.com/assimp/assimp into coverity_scan
Kim Kulling [Mon, 21 Nov 2016 18:09:22 +0000 (19:09 +0100)]
Merge branch 'coverity_scan' of https://github.com/assimp/assimp into coverity_scan

7 years agoMerge branch 'master' into coverity_scan
Kim Kulling [Mon, 21 Nov 2016 17:57:56 +0000 (18:57 +0100)]
Merge branch 'master' into coverity_scan

7 years agoFix coverity scan.
Kim Kulling [Mon, 21 Nov 2016 17:55:57 +0000 (18:55 +0100)]
Fix coverity scan.

7 years agoMerge branch 'master' into coverity_scan
Kim Kulling [Mon, 21 Nov 2016 09:18:17 +0000 (10:18 +0100)]
Merge branch 'master' into coverity_scan

7 years agoMerge pull request #1071 from jaredmulconry/master
Kim Kulling [Sun, 20 Nov 2016 16:52:47 +0000 (17:52 +0100)]
Merge pull request #1071 from jaredmulconry/master

AMF Postprocessed Metadata given type bool regardless of original type

7 years agoMerge pull request #1073 from elect86/patch-2
Kim Kulling [Sun, 20 Nov 2016 16:51:16 +0000 (17:51 +0100)]
Merge pull request #1073 from elect86/patch-2

Update STLLoader.cpp

7 years agoUpdate STLLoader.cpp
Giuseppe Barbieri [Sun, 20 Nov 2016 14:14:33 +0000 (15:14 +0100)]
Update STLLoader.cpp

If `faceVertexCounter` does not start equal 3, then at line 291 you will get a warning

7 years agoMerge branch 'master' of https://github.com/assimp/assimp into implementation_warning_fix
Jared Mulconry [Sun, 20 Nov 2016 03:08:38 +0000 (14:08 +1100)]
Merge branch 'master' of https://github.com/assimp/assimp into implementation_warning_fix

7 years agoFixed build warnings on MSVC14 x64 in the scene combiner.
Jared Mulconry [Sun, 20 Nov 2016 03:07:24 +0000 (14:07 +1100)]
Fixed build warnings on MSVC14 x64 in the scene combiner.

7 years agoFixed build warnings on MSVC14 x64 in the SIB format sources.
Jared Mulconry [Sun, 20 Nov 2016 03:06:56 +0000 (14:06 +1100)]
Fixed build warnings on MSVC14 x64 in the SIB format sources.

7 years agoFixed build warnings on MSVC14 x64 in the Quake 3 format sources.
Jared Mulconry [Sun, 20 Nov 2016 02:30:20 +0000 (13:30 +1100)]
Fixed build warnings on MSVC14 x64 in the Quake 3 format sources.

7 years agoFixed build warnings on MSVC14 x64 in some helpers.
Jared Mulconry [Sun, 20 Nov 2016 02:18:11 +0000 (13:18 +1100)]
Fixed build warnings on MSVC14 x64 in some helpers.

7 years agoFixed build warnings on MSVC14 x64 in the pre-transform vertices post-process.
Jared Mulconry [Sun, 20 Nov 2016 02:06:50 +0000 (13:06 +1100)]
Fixed build warnings on MSVC14 x64 in the pre-transform vertices post-process.

7 years agoFixed build warnings on MSVC14 x64 in some scene optimisations.
Jared Mulconry [Sun, 20 Nov 2016 02:04:56 +0000 (13:04 +1100)]
Fixed build warnings on MSVC14 x64 in some scene optimisations.

7 years agoFixed build warnings on MSVC14 x64 in the OpenGEX format sources.
Jared Mulconry [Sun, 20 Nov 2016 02:02:26 +0000 (13:02 +1100)]
Fixed build warnings on MSVC14 x64 in the OpenGEX format sources.

7 years agoFixed build warnings on MSVC14 x64 in the Ogre format sources.
Jared Mulconry [Sun, 20 Nov 2016 01:49:33 +0000 (12:49 +1100)]
Fixed build warnings on MSVC14 x64 in the Ogre format sources.

7 years agoFixed build warnings on MSVC14 x64 in the Obj format sources.
Jared Mulconry [Sun, 20 Nov 2016 01:29:26 +0000 (12:29 +1100)]
Fixed build warnings on MSVC14 x64 in the Obj format sources.

7 years agoFixed build warnings on MSVC14 x64 in the O3DGC sources.
Jared Mulconry [Sun, 20 Nov 2016 01:29:01 +0000 (12:29 +1100)]
Fixed build warnings on MSVC14 x64 in the O3DGC sources.

7 years agoFixed build warnings on MSVC14 x64 in the NDO format sources.
Jared Mulconry [Sun, 20 Nov 2016 01:27:04 +0000 (12:27 +1100)]
Fixed build warnings on MSVC14 x64 in the NDO format sources.

7 years agoFixed build warnings on MSVC14 x64 in the Message Proc source.
Jared Mulconry [Sun, 20 Nov 2016 01:04:50 +0000 (12:04 +1100)]
Fixed build warnings on MSVC14 x64 in the Message Proc source.

7 years agoFixed build warnings on MSVC14 x64 in the MS3D format sources.
Jared Mulconry [Sat, 19 Nov 2016 15:40:36 +0000 (02:40 +1100)]
Fixed build warnings on MSVC14 x64 in the MS3D format sources.

7 years agoFixed build warnings on MSVC14 x64 in the MD3 and MD5 format sources.
Jared Mulconry [Sat, 19 Nov 2016 15:40:18 +0000 (02:40 +1100)]
Fixed build warnings on MSVC14 x64 in the MD3 and MD5 format sources.

7 years agoFixed build warnings on MSVC14 x64 in the Material System source.
Jared Mulconry [Sat, 19 Nov 2016 15:11:01 +0000 (02:11 +1100)]
Fixed build warnings on MSVC14 x64 in the Material System source.

7 years agoFixed build warnings on MSVC14 x64 in the LWS format sources.
Jared Mulconry [Sat, 19 Nov 2016 15:03:53 +0000 (02:03 +1100)]
Fixed build warnings on MSVC14 x64 in the LWS format sources.

7 years agoFixed build warnings on MSVC14 x64 in the LWO format sources.
Jared Mulconry [Sat, 19 Nov 2016 15:01:57 +0000 (02:01 +1100)]
Fixed build warnings on MSVC14 x64 in the LWO format sources.

7 years agoFixed build warnings on MSVC14 x64 in the limit bone weights post-process.
Jared Mulconry [Sat, 19 Nov 2016 14:53:47 +0000 (01:53 +1100)]
Fixed build warnings on MSVC14 x64 in the limit bone weights post-process.

7 years agoFixed build warnings on MSVC14 x64 in the IRR format sources.
Jared Mulconry [Sat, 19 Nov 2016 14:52:04 +0000 (01:52 +1100)]
Fixed build warnings on MSVC14 x64 in the IRR format sources.

7 years agoFixed build warnings on MSVC14 x64 in the core Importer.
Jared Mulconry [Sat, 19 Nov 2016 14:36:33 +0000 (01:36 +1100)]
Fixed build warnings on MSVC14 x64 in the core Importer.

7 years agoSet right source encoding for coveralls-lcov.
Kim Kulling [Sat, 19 Nov 2016 14:23:08 +0000 (15:23 +0100)]
Set right source encoding for coveralls-lcov.

7 years agoFixed build warnings on MSVC14 x64 in the IFC format sources.
Jared Mulconry [Sat, 19 Nov 2016 14:13:55 +0000 (01:13 +1100)]
Fixed build warnings on MSVC14 x64 in the IFC format sources.

7 years agoFixed build warnings on MSVC14 x64 in the glTF format sources. One warning
Jared Mulconry [Sat, 19 Nov 2016 13:18:29 +0000 (00:18 +1100)]
Fixed build warnings on MSVC14 x64 in the glTF format sources. One warning
yet to be resolved.

7 years agoFixed build warnings on MSVC14 x64 in the FBX format sources.
Jared Mulconry [Sat, 19 Nov 2016 12:50:03 +0000 (23:50 +1100)]
Fixed build warnings on MSVC14 x64 in the FBX format sources.

7 years agoTravis config: fix typo.
Kim Kulling [Sat, 19 Nov 2016 10:54:39 +0000 (11:54 +0100)]
Travis config: fix typo.

7 years agoTravis: fix typo.
Kim Kulling [Sat, 19 Nov 2016 10:48:39 +0000 (11:48 +0100)]
Travis: fix typo.

7 years agoFixed build warnings on MSVC14 x64 in the DXF format sources.
Jared Mulconry [Fri, 18 Nov 2016 16:53:28 +0000 (03:53 +1100)]
Fixed build warnings on MSVC14 x64 in the DXF format sources.

7 years agoFixed build warnings on MSVC14 x64 in the debone process.
Jared Mulconry [Fri, 18 Nov 2016 16:45:25 +0000 (03:45 +1100)]
Fixed build warnings on MSVC14 x64 in the debone process.

7 years agoFixed build warnings on MSVC14 x64 in the D3MF format sources.
Jared Mulconry [Fri, 18 Nov 2016 16:34:39 +0000 (03:34 +1100)]
Fixed build warnings on MSVC14 x64 in the D3MF format sources.

7 years agoFixed build warnings on MSVC14 x64 in the CSM loader.
Jared Mulconry [Fri, 18 Nov 2016 16:29:47 +0000 (03:29 +1100)]
Fixed build warnings on MSVC14 x64 in the CSM loader.

7 years agoFixed build warnings on MSVC14 x64 in the Collada exporter.
Jared Mulconry [Fri, 18 Nov 2016 16:24:55 +0000 (03:24 +1100)]
Fixed build warnings on MSVC14 x64 in the Collada exporter.

7 years agoFixed an incorrect cast introduced in an earlier commit.
Jared Mulconry [Fri, 18 Nov 2016 16:17:39 +0000 (03:17 +1100)]
Fixed an incorrect cast introduced in an earlier commit.

7 years agoFixed build warnings on MSVC14 x64 in the Collada loader.
Jared Mulconry [Fri, 18 Nov 2016 16:16:06 +0000 (03:16 +1100)]
Fixed build warnings on MSVC14 x64 in the Collada loader.

7 years agoFixed build warnings on MSVC14 x64 in the Collada parser.
Jared Mulconry [Fri, 18 Nov 2016 15:42:51 +0000 (02:42 +1100)]
Fixed build warnings on MSVC14 x64 in the Collada parser.

7 years agoFixed build warnings on MSVC14 x64 in the COB format sources.
Jared Mulconry [Fri, 18 Nov 2016 15:35:30 +0000 (02:35 +1100)]
Fixed build warnings on MSVC14 x64 in the COB format sources.

7 years agoFixed build warnings on MSVC14 x64 in the BVH format sources.
Jared Mulconry [Fri, 18 Nov 2016 15:33:58 +0000 (02:33 +1100)]
Fixed build warnings on MSVC14 x64 in the BVH format sources.

7 years agoFixed a bug in the AMF Importer Postprocessing where metadata would be
Jared Mulconry [Fri, 18 Nov 2016 15:07:32 +0000 (02:07 +1100)]
Fixed a bug in the AMF Importer Postprocessing where metadata would be
incorrectly recorded as having type bool for all entries.

7 years agoFixed build warnings on MSVC14 x64 in the Blender format sources, as well as
Jared Mulconry [Fri, 18 Nov 2016 14:54:27 +0000 (01:54 +1100)]
Fixed build warnings on MSVC14 x64 in the Blender format sources, as well as
build warnings in tests.

7 years agoFixed build warnings on MSVC14 x64 in the B3D format sources.
Jared Mulconry [Fri, 18 Nov 2016 14:21:59 +0000 (01:21 +1100)]
Fixed build warnings on MSVC14 x64 in the B3D format sources.

7 years agoMerge pull request #1070 from elect86/patch-1
Kim Kulling [Fri, 18 Nov 2016 13:56:22 +0000 (14:56 +0100)]
Merge pull request #1070 from elect86/patch-1

Update material.h

7 years agoFixed build warnings on MSVC14 x64 in the AssBin sources.
Jared Mulconry [Fri, 18 Nov 2016 13:39:11 +0000 (00:39 +1100)]
Fixed build warnings on MSVC14 x64 in the AssBin sources.

7 years agoFixed build warnings on MSVC14 x64 in the postprocessing of AMF format.
Jared Mulconry [Fri, 18 Nov 2016 13:31:32 +0000 (00:31 +1100)]
Fixed build warnings on MSVC14 x64 in the postprocessing of AMF format.

7 years agoFixed build warnings on MSVC14 x64 in the 3DS format sources.
Jared Mulconry [Fri, 18 Nov 2016 13:08:44 +0000 (00:08 +1100)]
Fixed build warnings on MSVC14 x64 in the 3DS format sources.

7 years agoUpdate material.h
Giuseppe Barbieri [Fri, 18 Nov 2016 12:08:00 +0000 (13:08 +0100)]
Update material.h

Fixed grammar

7 years agoMerge branch 'master' into coverity_scan
Kim Kulling [Fri, 18 Nov 2016 10:38:45 +0000 (11:38 +0100)]
Merge branch 'master' into coverity_scan