Jared Mulconry
|
3e08a47d4f
Fixed build warnings on MSVC14 x64 in some scene optimisations.
|
8 years ago |
Kim Kulling
|
6bfdeb6a12
sprintf replacement: introduce au_snprintf to support snprintf for v2013
|
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 |
Andy Maloney
|
28cc934bb9
Fix overlapping merges
|
10 years ago |
Andy Maloney
|
c014bb977c
- add missing initialization of several class members
|
10 years ago |
abma
|
bf4913b5c9
remove AssimpPCH.h: fixes #534
|
10 years ago |
abma
|
c4997f16db
remove "register" keyword:
|
10 years ago |
Kim Kulling
|
0856ff9659
update: replace some clear / push-back by resize( 0 ) / push_back to avoid redundat allocations.
|
11 years ago |
tszirr
|
8699021f17
fix: OptimizeMeshes w/o SplitLargeMeshes was disabled due to obscure max_verts = 0 assignment
|
11 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
|
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
|
e2daf37a39
- Fix http://sourceforge.net/projects/assimp/forums/forum/817654/topic/3591099.
|
15 years ago |
aramis_acg
|
17326515d4
Get rid of warnings on GCC4.4 with -wall
|
15 years ago |
aramis_acg
|
c6899cd999
FIX: Adding empty final line to some units where it was missing.
|
16 years ago |
aramis_acg
|
9abcba4bc2
Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now.
|
16 years ago |