Kim Kulling
2dd71acdfd
Merge pull request #821 from Wietse/build-with-nmake-fix
...
Update CMakeLists.txt
2016-03-15 00:30:03 +01:00
Wietse
8314a20c56
Update CMakeLists.txt
...
Changed "add_definitions" to "add_compile_options" to fix building with NMake.
Using "add_definitions" adds "/MP" to the resource compiler options which results in a fatal error when run with NMake.
2016-03-14 23:14:31 +01:00
Kim Kulling
3a7c3a5698
Test for issue-731: possible overflow.
2016-03-14 21:00:08 +01:00
Kim Kulling
7e9fe2d654
OpenGEX: use correct number of uv-coordinates for texture coordinates.
2016-03-13 20:22:36 +01:00
Kim Kulling
193f6059cf
Merge pull request #820 from turol/master
...
Fix some crashes on malformed input
2016-03-13 19:58:04 +01:00
Turo Lamminen
555f533777
MD3: Check file is big enough to contain all the advertised surfaces
2016-03-13 00:57:08 +02:00
Turo Lamminen
da0b180901
MD3: Fix crash on invalid vertex index
2016-03-13 00:57:08 +02:00
Turo Lamminen
b0f453dba8
MD2: Check file is big enough to contain all the advertised frames
2016-03-13 00:57:08 +02:00
Turo Lamminen
8d2af995de
MD2: Fix integer overflows on malformed input
2016-03-13 00:57:08 +02:00
Turo Lamminen
e2361bf209
MDL: Fix read past end of buffer on malformed input
2016-03-12 22:35:54 +02:00
Kim Kulling
6ee5fdf567
OpenGEX: fix review finding.
2016-03-12 20:55:11 +01:00
Kim Kulling
b4b303ab55
OpenGEX: fix alloc for texture coordinates.
2016-03-12 13:22:09 +01:00
Kim Kulling
8872e96183
Merge pull request #819 from emvivre/master
...
PlyParser: fix invalid loading when comment is empty.
2016-03-11 13:40:27 +01:00
emvivre
93be0f69da
PlyParser: fix invalid loading when comment is empty.
2016-03-10 17:47:07 +01:00
Kim Kulling
98ba2d2310
Update Readme.md
...
Readme: fix typo
2016-03-04 16:45:40 +01:00
Kim Kulling
80f4e69938
Merge pull request #813 from tgoulart/obj_loader_leak
...
Fix memory leak in OBJ loader when a mesh has no faces.
2016-03-04 16:41:57 +01:00
Kim Kulling
f774bde20b
Merge pull request #814 from tgoulart/xcode6_builds_again
...
Add missing files so that xcode6 project builds successfully
2016-03-04 16:40:50 +01:00
Thiago Goulart
3c9e57fd73
Fix memory leak in OBJ loader when a mesh has no faces.
2016-03-04 03:40:47 -08:00
Thiago Goulart
1e5632b3b8
Add missing files (and required includes) so that xcode6 project builds succesfully.
2016-03-04 03:39:10 -08:00
Kim Kulling
072e38403e
Update Readme.md
...
README: move donate to a special chapter.
2016-03-04 11:13:07 +01:00
Kim Kulling
f51f5f8291
Update Readme.md
...
README: Add link to donate page.
2016-03-04 11:12:11 +01:00
Kim Kulling
53370d0d31
FBXImporter: some refactorings to increase readability.
2016-03-03 18:38:50 +01:00
Kim Kulling
26fba14aaf
Merge branch 'master' of https://github.com/assimp/assimp
2016-03-03 15:20:22 +01:00
Kim Kulling
2b09199f4a
FBXImporter: move MeshGeometry declaration into its own header
2016-03-03 15:19:38 +01:00
Kim Kulling
e7c3a733b6
Merge pull request #812 from tgoulart/fix_switch_warning
...
Fix warning when compiling using -Wswitch-enum
2016-03-02 21:16:42 +01:00
Thiago Goulart
17f0e09bd1
Fix warning when compiling using -Wswitch-enum
2016-03-02 00:07:17 -08:00
Kim Kulling
3079b90622
Importer: when the right importer was found log this info.
2016-02-29 15:57:47 +01:00
Kim Kulling
e9f47b08c5
FBXImporter: fx build.
2016-02-28 20:56:11 +01:00
Kim Kulling
28d327b7ea
FBXImporter: fix build.
2016-02-28 20:27:31 +01:00
Kim Kulling
2496e8a0a3
Lib: reduce number of header files included.
2016-02-28 17:30:11 +01:00
Kim Kulling
58fc3940f2
Obj Importer: add missing semicolon to fix the build.
2016-02-25 19:04:13 +01:00
Kim Kulling
e5f07dc96c
License info: fix dates
2016-02-25 18:22:59 +01:00
Kim Kulling
b09d9bdfe2
Merge branch 'master' of https://github.com/assimp/assimp
2016-02-25 18:01:33 +01:00
Kim Kulling
99f00834ec
closes ssues/804: add statement to take care of emissive texture, new
...
version.
2016-02-25 18:00:09 +01:00
Kim Kulling
23eab0dfab
Merge pull request #798 from boxdot/master
...
Fix special case in aiMatrix3x3t::FromToMatrix.
2016-02-23 21:21:47 +01:00
Alexander Gessler
13ee28bcf6
Merge pull request #803 from akazantsev/master
...
Resolves #802
2016-02-22 23:21:57 +01:00
Andrey Kazantsev
b8fbf3ad29
Resolves #802
2016-02-22 22:24:03 +02:00
Kim Kulling
ff7deaa091
appveyor: add libs to build artifacts.
2016-02-20 11:14:22 +01:00
Kim Kulling
5c13b89724
appveyor: change path to build artifact.
2016-02-19 20:42:56 +01:00
Kim Kulling
767e8e0b6e
appveyor: fix typo.
2016-02-19 18:40:21 +01:00
Kim Kulling
9df73a3f7d
appveyor: define build artifacts.
2016-02-19 18:32:16 +01:00
Kim Kulling
6f429a63ed
appveyor: remove VS 2012 from CI.
2016-02-19 16:30:20 +01:00
Kim Kulling
1558db0722
appveyor: remove buggy quotes.
2016-02-19 11:44:02 +01:00
Kim Kulling
8375cfe1ed
anveyor: enable verbose output.
2016-02-19 11:07:17 +01:00
Kim Kulling
acf8bf7325
Appveyor: use correct names for project generators.
2016-02-19 10:45:00 +01:00
Kim Kulling
122d93d013
Appveyor: fix path in setup.
2016-02-19 10:31:26 +01:00
Paul Holland
f20a5afcf0
can't add integer to string pointer
2016-02-18 12:17:47 -08:00
Paul Holland
fe68765df9
Merge remote-tracking branch 'upstream/master'
2016-02-18 12:11:57 -08:00
Kim Kulling
166d5d1d13
appveyor: Fix invalid path.
2016-02-18 18:29:25 +01:00
Alexander Gessler
38d462f0b3
Merge pull request #764 from rmitton/sib_import
...
Validation fix for empty SIB scenes.
2016-02-18 11:58:26 +01:00