Turo Lamminen
c2a74c61f4
Add more X unit tests
2020-01-21 15:14:34 +02:00
Turo Lamminen
d4d19b7062
Add more AC unit tests
2020-01-21 15:11:50 +02:00
Turo Lamminen
c407892c9c
Refactor AC unit test
2020-01-21 15:11:50 +02:00
Turo Lamminen
0b776f16cb
Add more 3D unit tests
2020-01-21 15:11:50 +02:00
Turo Lamminen
461f9923a7
Refactor 3D import unit test
2020-01-21 15:11:50 +02:00
Turo Lamminen
69284bdef9
Add more XGL unit tests
2020-01-21 15:11:50 +02:00
Turo Lamminen
2875f7fd5f
Refactor XGL unit test
2020-01-21 15:11:50 +02:00
Turo Lamminen
963d475748
Add MD3 importer unit tests
2020-01-21 15:11:50 +02:00
Turo Lamminen
913dced038
Merge pull request #2934 from turol/revert-broken
...
Revert broken .X test model to working version
2020-01-21 15:10:23 +02:00
Turo Lamminen
8619ff55b6
Revert broken .X test model to working version
2020-01-21 13:05:02 +02:00
Turo Lamminen
56a8995198
Merge pull request #2932 from turol/revert-broken
...
Revert broken test files
2020-01-21 09:38:20 +02:00
Kim Kulling
a708e5b2ff
Merge branch 'master' into revert-broken
2020-01-20 18:25:00 +01:00
Turo Lamminen
2d4f081b7b
Merge pull request #2907 from turol/blend-tests
...
Add all shipped .blend files to unit tests
2020-01-20 16:53:58 +02:00
Marc-Antoine Lortie
9aea72f70e
Changed date in test aiGetLegalStringTest to the appropriate year.
2020-01-20 09:14:04 -05:00
Marc-Antoine Lortie
4e7e47bd43
Updated copyright dates.
...
Changed copyright end year to 2020 in every reference "Copyright (c) 2006-XXXX, assimp team".
Changed copyright end year to 2020 in every reference "Copyright (c) 2006-XXXX, ASSIMP Development Team".
Changed copyright end year to 2020 in LICENCE.rtf.
Changed copyright end year in CMakeFiles.txt files and any other places referencing Assimp with a copyright start and end year.
2020-01-20 08:53:12 -05:00
Turo Lamminen
1eeecb7ca7
Revert broken Q3D test models to working versions
2020-01-20 15:30:49 +02:00
Turo Lamminen
cbdf6296e2
Revert broken terragen model to working version
2020-01-20 14:42:25 +02:00
Turo Lamminen
808a0a5412
Revert broken STL test model to working version
2020-01-20 14:41:25 +02:00
Turo Lamminen
e876afeaab
Revert broken XGL test model to working version
2020-01-20 14:33:18 +02:00
Turo Lamminen
b7690be5e2
Revert broken 3DS test model to working version
2020-01-20 14:30:51 +02:00
Turo Lamminen
74e8981193
Revert broken HMP test model to working version
2020-01-20 14:27:06 +02:00
Turo Lamminen
527244bdf9
Revert broken FBX models to working versions
2020-01-20 14:25:31 +02:00
Turo Lamminen
6e4b208659
Revert QuickDraw--Chasis.lwo to working version
2020-01-20 14:14:17 +02:00
Turo Lamminen
0c228806f7
Add all shipped .blend files to unit tests
2020-01-20 13:48:45 +02:00
Turo Lamminen
160c47acb3
Merge pull request #2910 from matt77hias/master
...
Removed name of unreferenced local variable in catch block
2020-01-20 13:48:06 +02:00
Kim Kulling
b7e51a38ef
Update HL1MDLLoader.cpp
...
Minor findings.
2020-01-19 20:16:13 +01:00
Marc-Antoine Lortie
9deb8fb786
Fixed child nodes not deleted if the importer failed to add them to the scene root node.
2020-01-19 12:48:45 -05:00
Kim Kulling
41e594f7b1
Merge branch 'master' into master
2020-01-19 12:46:07 +01:00
Kim Kulling
8177706716
Merge pull request #2927 from malortie/mdl-fix-buffer-memory-leak
...
Fixed memory leak in MDL importer.
2020-01-19 12:19:53 +01:00
Marc-Antoine Lortie
b74562f8a0
Fixed delete operator.
2020-01-18 15:16:03 -05:00
Marc-Antoine Lortie
247667233d
Fixed memory leak in MDLLoader.cpp
...
If one of the MDL importer implementations throw an exception, the memory allocated at mBuffer may never be freed. This fix should prevent further memory leaks.
2020-01-18 14:58:19 -05:00
Kim Kulling
e0571329e7
Merge pull request #2887 from assimp/kimkulling-travis
...
Update .travis.yml
2020-01-18 08:21:32 +01:00
Kim Kulling
a6e78f8024
Merge branch 'master' into kimkulling-travis
2020-01-17 19:43:00 +01:00
Kim Kulling
0a9d6f15f3
Merge pull request #2908 from malortie/hl1-mdl-file-size-too-small2
...
[MDL] Updated header to use when checking file size. (Redone)
2020-01-17 19:42:36 +01:00
Kim Kulling
1f8d5f8c13
Merge branch 'master' into kimkulling-travis
2020-01-17 19:37:28 +01:00
Kim Kulling
d2e4d47908
Update appveyor.yml
...
fix build folder
2020-01-17 19:32:59 +01:00
Matthias Moulin
cc40963e1a
Removed name of unreferenced local variable in catch block
2020-01-17 16:07:50 +01:00
Marc-Antoine Lortie
6970e70dbb
[MDL] Updated header to use when checking file size. (Redone)
...
This is needed since it's possible to have an MDL sequence group file that has a size less than the Quake 1 MDL header.
2020-01-17 08:27:52 -05:00
Kim Kulling
25a11ac101
Update appveyor.yml
...
Try to enable parallel build.
2020-01-17 13:33:50 +01:00
Kim Kulling
3e1abd1039
Merge pull request #2905 from matt77hias/master
...
Suppressed MSVC++ warnings C4244 and C4267
2020-01-17 13:30:27 +01:00
Kim Kulling
bdbe111abd
Merge branch 'master' into master
2020-01-17 08:17:45 +01:00
Kim Kulling
516f76645a
Merge branch 'master' into kimkulling-travis
2020-01-16 19:03:59 +01:00
Turo Lamminen
e5864aaf5b
Merge pull request #2904 from turol/misc-fixes
...
Revert broken test files and improve error messages in Half-Life MDL loader
2020-01-16 19:54:00 +02:00
Matthias Moulin
986c18501a
Suppressed MSVC++ warning C4267
...
'=': conversion from 'size_t' to 'ai_uint32', possible loss of data
2020-01-16 18:31:44 +01:00
Matthias Moulin
bdc10aa336
Suppressed MSVC++ warning C4267
...
'=': conversion from 'size_t' to 'ai_uint32', possible loss of data
2020-01-16 18:30:11 +01:00
Matthias Moulin
784a05651b
Suppressed MSVC++ warning C4267
...
'=': conversion from 'size_t' to 'ai_uint32', possible loss of data
2020-01-16 18:29:30 +01:00
Matthias Moulin
633a37512f
Suppressed MSVC++ warning C4267
...
'=': conversion from 'size_t' to 'ai_uint32', possible loss of data
2020-01-16 18:28:45 +01:00
Matthias Moulin
91ecad5da8
Suppressed MSVC++ warning C4267
...
'=': conversion from 'size_t' to 'ai_uint32', possible loss of data
2020-01-16 18:28:04 +01:00
Matthias Moulin
3ab21c926c
Suppressed MSVC++ warning C4267
...
'=': conversion from 'size_t' to 'ai_uint32', possible loss of data
2020-01-16 18:27:00 +01:00
Matthias Moulin
fb5a30efd0
Suppressed MSVC++ warning C4267
...
'=': conversion from 'size_t' to 'ai_uint32', possible loss of data
2020-01-16 18:25:37 +01:00