Kim Kulling
|
a408b92279
closes https://github.com/assimp/assimp/issues/1319: fix build without
|
8 years ago |
Kim Kulling
|
a2b8d66a86
Update license info.
|
8 years ago |
Kim Kulling
|
8d27945619
Merge branch 'master' into cleanup_includes
|
8 years ago |
Alexander Stillich
|
0700dfe711
Fixed parsing ASE MESH_CFACE
|
8 years ago |
Kim Kulling
|
ef540f46a3
Remove unused headers.
|
8 years ago |
Tan Li Boon
|
c3d40810b5
Cleared majority of codepage warnings in Visual Studio 14.
|
8 years ago |
Kim Kulling
|
02e038bbb6
Fix compiler warnings related to issue 957.
|
9 years ago |
Kim Kulling
|
26aa18c75a
Fix findings from code review.
|
9 years ago |
Kim Kulling
|
2545dee58d
Fix coverity findings: fix possible out-of-bound access.
|
9 years ago |
Chris Russ
|
fa1d6d8c55
propagating precision requirments into operations
|
9 years ago |
Kim Kulling
|
7207e5117c
Use new include bracktes.
|
9 years ago |
Kim Kulling
|
36668aa31a
ASEParser: fix invalid size of buffer for log writing.
|
9 years ago |
Kim Kulling
|
6bfdeb6a12
sprintf replacement: introduce au_snprintf to support snprintf for v2013
|
9 years ago |
Kim Kulling
|
c3d4be1dce
sprintf: replace more sprintf by snprintf.
|
9 years ago |
Kim Kulling
|
1191d03405
Update license info.
|
9 years ago |
Richard
|
83de707587
Refactor: Expand tabs to 4 spaces
|
10 years ago |
Richard
|
a96a595a7a
Refactor: Trim trailing whitespace
|
10 years ago |
Richard
|
4c1a0507fe
Refactor: Line endings are LF, not CRLF
|
10 years ago |
Kim Kulling
|
2bfc353fde
License info: update year info.
|
10 years ago |
rob100
|
b8c12fdc6f
CodeQuality improvements
|
10 years ago |
abma
|
bf4913b5c9
remove AssimpPCH.h: fixes #534
|
10 years ago |
Turo Lamminen
|
5a74e07f5f
Mark some more functions with AI_WONT_RETURN
|
10 years ago |
abma
|
b1221ade64
fix some errors/warnings found by static code analyzer
|
10 years ago |
Andy Maloney
|
c6d1a73854
Fix a logging message and a comment
|
12 years ago |
ulfjorensen
|
84939d5aec
- fixed preprocessor checks for some importers
|
12 years ago |
aramis_acg
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 years ago |
aramis_acg
|
c12fadc93b
- make fast_atof_move a template and rename it to fast_atoreal_move.
|
13 years ago |
aramis_acg
|
3fe2a40193
# bugfix [3294475] - ASE BUMP map record not read
|
14 years ago |
aramis_acg
|
6f30639d7f
- refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX ..
|
14 years ago |
aramis_acg
|
0fc965da91
Rename strtolxxx family of functions, all functions returning unsigned integers now carry an 'u' in their name (this is for compatibility with Irrlicht's fast_atof see http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=243079#243079).
|
14 years ago |