Commit Graph

8127 Commits

Author SHA1 Message Date
Marc-Antoine Lortie
ff8a924ffb [HL1 MDL] Removed downscale for textures with dimensions greater than 256. 2020-01-22 09:09:39 -05:00
Turo Lamminen
a8698f7e76 Merge pull request #2884 from LoicFr/master
Fix Assimp patch version to match the last bug fix release
2020-01-22 12:21:52 +02:00
Kim Kulling
cebb96aa5b Merge branch 'master' into master 2020-01-21 18:48:25 +01:00
Turo Lamminen
2ace0e667e Merge pull request #2936 from turol/more-tests
Add more unit tests
2020-01-21 19:07:59 +02:00
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
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
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