Gargaj
|
9885c3e551
|
add opencollada extension
|
2015-08-28 16:20:17 +02:00 |
Kim Kulling
|
4afddf316f
|
Merge pull request #632 from turol/afl-fixes
Random crash fixes
|
2015-08-14 16:13:54 +02:00 |
Kim Kulling
|
91881065d7
|
Merge pull request #635 from turol/fix-bad-references
IFC: Don't store temporary values by reference
|
2015-08-14 16:12:07 +02:00 |
Andreas Henne
|
ec43e08295
|
Fixed issue in STLLoader that lead to wrong node names.
|
2015-08-14 13:37:41 +02:00 |
Turo Lamminen
|
e67bcca744
|
IFC: Fix more bad references
|
2015-08-14 14:02:16 +03:00 |
Turo Lamminen
|
4540250116
|
IFC: Don't store temporary values by reference
This is not legal in any way and should never have worked.
|
2015-08-14 13:32:45 +03:00 |
Turo Lamminen
|
0b0ba2ec4d
|
Refactor logic which checks for too large allocations
It's now easier to change the limit
|
2015-08-14 11:53:16 +03:00 |
Turo Lamminen
|
5575a54466
|
Add various checks to avoid either too large or zero-sized memory allocations
|
2015-08-14 11:53:16 +03:00 |
Turo Lamminen
|
e5ddb98dde
|
STL: Fix another read past EOF
|
2015-08-14 11:53:13 +03:00 |
Turo Lamminen
|
d185cea81c
|
AC3D: Fix read past end of buffer
|
2015-08-14 11:37:00 +03:00 |
Turo Lamminen
|
4cc716a0f5
|
MDL: Fix read past end of buffer with malformed input
|
2015-08-14 11:37:00 +03:00 |
Andreas Henne
|
bcf3f985fb
|
Fixed spelling error.
|
2015-08-13 13:22:21 +02:00 |
Andreas Henne
|
860360bd86
|
Fixed merge conflicts.
|
2015-08-13 11:06:22 +02:00 |
Turo Lamminen
|
b39446b7bb
|
Avoid reading past EOF when encountering a malformed STL file
Since IsSpaceOrNewLine returns true on '\0' we might try to read past
end of buffer on line 310. Add explicit check to avoid this.
|
2015-08-10 15:50:05 +03:00 |
Kim Kulling
|
295a9abbdc
|
Update CMakeLists.txt
Fix for https://github.com/assimp/assimp/issues/166
|
2015-08-10 13:13:01 +02:00 |
Kim Kulling
|
524834c307
|
Fix line endings.
|
2015-08-08 18:02:37 +02:00 |
Kim Kulling
|
d8d64a8422
|
TLLoader: fix typo in comment.
|
2015-08-08 11:57:15 +02:00 |
Kim Kulling
|
e794aaf017
|
STL-Loader: fix https://github.com/assimp/assimp/issues/103.
|
2015-08-08 10:55:10 +02:00 |
Kim Kulling
|
88746af2e6
|
Blender-Loader: fix issue https://github.com/assimp/assimp/issues/131.
|
2015-08-07 21:22:09 +02:00 |
Kim Kulling
|
23dba9fcf2
|
Merge branch 'master' of https://github.com/assimp/assimp
|
2015-08-07 21:19:17 +02:00 |
Kim Kulling
|
8836fd6b34
|
PLY-Loader: fix https://github.com/assimp/assimp/issues/160.
|
2015-08-07 21:18:20 +02:00 |
Turo Lamminen
|
154760ab52
|
Abort early when hitting unexpected EOF in AC3D loader
Without this the code will try to loop through the specified number
of surfaces which could be very large even though none will succeed.
|
2015-08-07 14:18:16 +03:00 |
Kim Kulling
|
752961edfe
|
Merge pull request #625 from turol/afl-fixes
Fix out-of-bounds write on malformed input
|
2015-08-06 17:41:09 +02:00 |
Turo Lamminen
|
128923a262
|
Fix out-of-bounds write on malformed input
|
2015-08-06 16:16:34 +03:00 |
Andreas Henne
|
5030fe8c7e
|
Formatting changes.
|
2015-08-06 13:37:16 +02:00 |
Andreas Henne
|
fb9e4d1266
|
Ply export now uses uchar as type for the number of vertices per polygon and int as vertex index type.
|
2015-08-06 13:30:49 +02:00 |
Andreas Henne
|
3fc56de33c
|
Fixed merge conflicts.
|
2015-08-06 12:04:05 +02:00 |
Ilya Smelkov
|
bb8d936246
|
Fix volume calculation
|
2015-08-02 19:45:39 +03:00 |
Wil Shipley
|
7a7a496320
|
- Add include of stdarg, because apparently that's needed to build of Github server with Travis.
|
2015-07-27 00:54:23 -07:00 |
Wil Shipley
|
8b7fa48d27
|
- Merge in latest from assimp/assimp on GitHub (5c00aef7cd )
- Added at least some of the new files to my Xcode 6 project, as
well.
- Built and tested with the DAE importer, seems to work fine.
|
2015-07-26 19:16:01 -07:00 |
Kim Kulling
|
5c00aef7cd
|
iOpenGEX: use std::string for grammar::token.
|
2015-07-17 20:03:23 +02:00 |
Kim Kulling
|
5a207dbb19
|
Merge branch 'master' of https://github.com/assimp/assimp
|
2015-07-10 01:21:57 +02:00 |
Kim Kulling
|
14a849b398
|
Obj-loader: change include brackets.
|
2015-07-10 01:21:10 +02:00 |
Kim Kulling
|
e138a02dd5
|
Obj: fix issue 121 - set group names as the mesh names.
|
2015-07-09 20:15:44 +02:00 |
Kim Kulling
|
891c17ee7b
|
Obj: remove dead code.
|
2015-07-09 19:59:47 +02:00 |
Kim Kulling
|
36f0ccced1
|
Merge branch 'master' of https://github.com/assimp/assimp
Conflicts:
tools/assimp_cmd/ImageExtractor.cpp
|
2015-07-08 00:40:35 +02:00 |
Kim Kulling
|
bc8aa18eb2
|
Fix : https://github.com/assimp/assimp/issues/557
|
2015-07-08 00:34:28 +02:00 |
Kim Kulling
|
4a77170399
|
Coverity finding: fix 2 more resource leaks.
|
2015-07-06 20:47:45 +02:00 |
rdb
|
1eef4c387f
|
Correct value for mColorAmbient for COLLADA files
|
2015-07-05 14:30:27 +02:00 |
Russ Taylor
|
c09eb045a1
|
Explicit conversion of a quantity that should be positive to unsigned to avoid compiler warning.
|
2015-07-04 18:08:31 -04:00 |
Kim Kulling
|
bd0b58d906
|
Merge pull request #600 from LegalizeAdulthood/cppcheck-format-operator
Prefer Format::operator<< over Format::operator,
|
2015-07-04 09:29:47 +02:00 |
Kim Kulling
|
68f88752b3
|
Build: fix missing commas.
|
2015-07-04 09:22:11 +02:00 |
Richard
|
0faf53af0b
|
Refactor: Prefer Format::operator<< over Format::operator,
|
2015-07-03 20:13:00 -06:00 |
Kim Kulling
|
05524726c8
|
Merge branch 'master' of https://github.com/assimp/assimp
|
2015-07-03 20:40:19 +02:00 |
Kim Kulling
|
dff3476e50
|
Line endings.
|
2015-07-03 20:40:07 +02:00 |
Kim Kulling
|
3af8014055
|
INcreas readability.
|
2015-07-03 19:00:21 +02:00 |
Kim Kulling
|
001eef2a9f
|
Coverify: fix resource leak.
|
2015-07-03 18:58:02 +02:00 |
Kim Kulling
|
dc28746269
|
Compiler warning: fix missing commend block.
|
2015-07-03 16:11:31 +02:00 |
Kim Kulling
|
d763483c67
|
Merge pull request #596 from LegalizeAdulthood/init-variables
Initialize all members in c'tors
|
2015-07-03 15:36:58 +02:00 |
Richard
|
67cb86d166
|
Fixed: Correct memory leak found by cppcheck
|
2015-07-02 20:55:56 -06:00 |