Kim Kulling
|
02e038bbb6
Fix compiler warnings related to issue 957.
|
8 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 |
aramis_acg
|
7cea2eb497
Change date in license header to 2006-2010. This involves updating quite a few files, sorry.
|
15 years ago |
aramis_acg
|
762a7df46a
Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries.
|
15 years ago |
aramis_acg
|
17326515d4
Get rid of warnings on GCC4.4 with -wall
|
15 years ago |
aramis_acg
|
c2d8881549
General
|
16 years ago |
aramis_acg
|
4bbc03332b
General
|
16 years ago |
aramis_acg
|
32342857d8
ASE and 3DS cleanup - face ordering improved.
|
16 years ago |