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 |
Alexander Gessler
|
cf4cb6caef
|
Merge pull request #598 from LegalizeAdulthood/cppcheck-null
Fix char buffer issues found by cppcheck
|
2015-07-05 13:46:54 +02:00 |
Kim Kulling
|
931cb7da71
|
Merge pull request #599 from LegalizeAdulthood/cppcheck-printf
Fixed: Use %u for unsigned int, not %i in printf
|
2015-07-04 09:51:04 +02:00 |
Kim Kulling
|
68f88752b3
|
Build: fix missing commas.
|
2015-07-04 09:22:11 +02:00 |
Richard
|
dd609767f2
|
Fixed: Use proper printf format specifier for unsigned integers
|
2015-07-03 19:39:05 -06:00 |
Richard
|
b6cf553ff5
|
Fixed: Use correct printf format specifier for unsigned integers
|
2015-07-03 19:38:59 -06:00 |
Richard
|
e3ebef0094
|
Fixed: Correct null pointer dereference
|
2015-07-03 19:33:58 -06:00 |
Richard
|
8d82bf3338
|
Fixed: Ensure string buffers are NUL terminated.
|
2015-07-03 19:33:58 -06: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
|
b34b5d4207
|
Fixed: Plug FILE* resource leak
|
2015-07-02 20:55:56 -06:00 |
Richard
|
c331df69d7
|
Fixed: Initialize all members in MeshHelper
|
2015-07-02 20:51:46 -06:00 |
Richard
|
c25690f0e4
|
Refactor: Use LF line endings for source files
|
2015-07-02 20:51:45 -06:00 |
Richard
|
5ae1c28881
|
Refactor: Apply editor config rules to tools
|
2015-06-29 20:54:59 -06:00 |
Richard
|
1d96486437
|
Refactored: Reformat CMake files to conform to editor config
|
2015-06-28 15:50:57 -06:00 |
Kim Kulling
|
2bfc353fde
|
License info: update year info.
|
2015-06-28 21:48:25 +02:00 |
Peter LaValle
|
db8b973aec
|
wrapped the CRT warning macro
I already have these in an outer-script
|
2015-05-31 11:52:04 +01:00 |
Léo Terziman
|
825a58803d
|
Removed some warning about const char* used as char* (not our choice, it depends of some external API)
|
2015-04-28 17:30:15 +02:00 |
Léo Terziman
|
d809ca98c1
|
Fixed compilation issues with mingw
|
2015-04-28 15:16:53 +02:00 |
Kim Kulling
|
76dd9467b2
|
fix win32-build for assimp_viewer .
Signed-off-by: Kim Kulling <kim.kulling@googlemail.com>
|
2015-04-17 20:02:55 +02:00 |
abma
|
8c45a4dc3b
|
Merge remote-tracking branch 'origin'
Conflicts:
code/C4DImporter.cpp
code/OgreImporter.h
|
2015-04-16 01:03:00 +02:00 |
abma
|
bf4913b5c9
|
remove AssimpPCH.h: fixes #534
|
2015-04-16 01:00:17 +02:00 |
Alexander Gessler
|
e5d4f537bd
|
CompareDump: do not use C++11 range based for loop.
|
2015-03-28 13:10:34 +01:00 |
Alexander Gessler
|
ce7b3af1d7
|
CompareDump: fix typo in light compare code.
Brings regression suite local runs to 100%.
|
2015-03-28 12:53:08 +01:00 |
Alexander Gessler
|
e2addcee77
|
CompareDump: fix reporting bugs. The top stack entry was missing (!) and we had an off-by-one in the index computation.
Also, all of this should be rewritten from scratch.
|
2015-03-28 12:51:46 +01:00 |
Alexander Gessler
|
e0dd061dcb
|
CompareDump: add debug trace of past push/pop operations to assist debugging.
|
2015-03-28 12:46:15 +01:00 |
Kim Kulling
|
12efa14777
|
add openddl_parser directly to assimp.
Signed-off-by: Kim Kulling <kim.kulling@googlemail.com>
|
2015-03-19 11:37:58 +01:00 |
Kim Kulling
|
2717d51f7e
|
Merge remote-tracking branch 'origin/master' into opengex_support
Signed-off-by: Kim Kulling <kim.kulling@googlemail.com>
Conflicts:
code/ParsingUtils.h
|
2015-03-17 14:26:39 +01:00 |
Alexander Gessler
|
09c15331c4
|
Improve error reporting during dump diffing.
|
2015-03-15 21:01:34 +01:00 |
Kim Kulling
|
d9d7dd31ea
|
fix linker error: undefined references to openddl_parser.
Signed-off-by: Kim Kulling <kim.kulling@googlemail.com>
|
2015-03-11 19:05:37 +01:00 |
Turo Lamminen
|
5a74e07f5f
|
Mark some more functions with AI_WONT_RETURN
|
2015-02-27 23:09:12 +02:00 |
Kim Kulling
|
b700cd917f
|
Merge pull request #452 from ricortiz/FixExportedLibraryNameVariable
Fix exported library name variable
|
2015-01-29 17:24:30 +01:00 |
Turo Lamminen
|
b97c26b1d2
|
Avoid division by zero in assimp_cmd info when scene loading succeeds but contains no meshes
|
2015-01-25 22:30:10 +02:00 |
Ricardo Ortiz
|
a94e668486
|
Define CMAKE_DEBUG_POSTFIX and use it instead of ASSIMP_DEBUG_PREFIX
to have a consistent library name accross platforms.
|
2015-01-23 14:19:29 -05:00 |
abma
|
6c5f9ecb06
|
fix most warnings with -pendantic
|
2014-08-18 02:09:06 +02:00 |
Alexander Gessler
|
cc32eda226
|
assimp_view: fix crash when trying to export while no model is loaded.
|
2014-07-22 20:35:09 +02:00 |
Alexander Gessler
|
247f5cee3a
|
Assimp_cmd: Drop malformed version spec from rc file.
|
2014-06-14 22:47:18 +02:00 |
Léo Terziman
|
e7e0a5a090
|
Fixed assimp_cmd version message
|
2014-05-19 14:56:39 +02:00 |
Kim Kulling
|
f6925db3d8
|
update: add cmake_mimimum_required statement to each cmake file
for consistency
|
2014-05-10 10:31:42 +02:00 |
Kim Kulling
|
825a61fbc0
|
update:
- update version info for 3.1
- aiGetVersionRevision will now return the git tag.
Signed-off-by: Kim Kulling <kim.kulling@googlemail.com>
|
2014-05-01 11:32:15 +02:00 |
Léo Terziman
|
2047cf6764
|
Merge remote-tracking branch 'official/master' into contrib
|
2014-04-28 09:11:40 +02:00 |
Peter LaValle
|
4d2c7f116d
|
XML filename tweaks
This change encodes the XML strings for scenarios involving `&` et al in material file names
|
2014-04-22 16:33:11 +01:00 |
Léo Terziman
|
7c3a039349
|
Merge remote-tracking branch 'official/master' into contrib
Conflicts:
include/assimp/matrix4x4.inl
include/assimp/vector2.h
include/assimp/vector3.h
|
2014-04-22 14:32:59 +02:00 |
Peter LaValle
|
73e6908c36
|
fixed "<Colors ...> ... </Color>" typo
The XML tags did not match. Mismatched tags confuse XML parser kits. So I fixed the tags to match.
|
2014-04-15 15:10:48 +01:00 |
Léo Terziman
|
9cc1e8fa1c
|
Fixed assimp_cmp version output message
|
2014-01-17 12:03:10 +01:00 |
Léo Terziman
|
800f835f6f
|
In AssimpViewer: verification + asserts on the variables in DoExport function to try to understand the stack corruption arround szFileName
|
2014-01-17 11:54:04 +01:00 |
Léo Terziman
|
e6bbb512d7
|
In AssimpViewer: postprocess steps added to export to correct bugs in export (especially conversion from left to right handed)
|
2014-01-17 11:53:27 +01:00 |
Marcel Metz
|
6b5b3c64e6
|
Removed invalid extern keyword.
|
2013-11-20 14:42:23 +01:00 |
Marcel Metz
|
c4d797ef58
|
Replaced function parameters with correct literals.
|
2013-11-20 14:42:23 +01:00 |
Marcel Metz
|
8d0b76a535
|
Added parenthesis for explicit operator evaluation priority.
|
2013-11-20 14:42:23 +01:00 |