Jared Mulconry
|
f206249fbf
Merge branch 'master' of https://github.com/assimp/assimp into implementation_warning_fix
|
8 years ago |
Jared Mulconry
|
1e2c0279b0
Fixed build warnings on MSVC14 x64 in the IRR format sources.
|
8 years ago |
Kim Kulling
|
cae8a172c3
Merge branch 'master' into coverity_scan
|
8 years ago |
Kim Kulling
|
02e038bbb6
Fix compiler warnings related to issue 957.
|
8 years ago |
wise86Android
|
08da6b278d
122180 Resource leak
|
9 years ago |
Chris Russ
|
fa1d6d8c55
propagating precision requirments into operations
|
9 years ago |
Kim Kulling
|
7207e5117c
Use new include bracktes.
|
9 years ago |
Turo Lamminen
|
3031470ec1
IRR: Use C++11 range-based for loop
|
9 years ago |
mensinda
|
3eafc7e746
Renamed Math.h --> MathFunctions.h
|
9 years ago |
mensinda
|
51c80ecb80
Moved gcd and lcm implemetation
|
9 years ago |
mensinda
|
5dacda0a08
replaced boost smart pointers with c++11 smart pointers
|
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
|
3543bb7e5f
Fixed: Initialize members in IRRLoader
|
10 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 |
abma
|
775b26e614
use std:: namespace for most cmath functions:
|
11 years ago |
ulfjorensen
|
84939d5aec
- fixed preprocessor checks for some importers
|
12 years ago |
aramis_acg
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 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
|
8252a31e82
# fix gcc compile errors
|
13 years ago |
aramis_acg
|
b54d3ff522
# IrrLoader: fix typo.
|
13 years ago |
aramis_acg
|
9d85c8834d
- extract MaterialHelper and move all of its members to aiMaterial in /include.
|
14 years ago |
aramis_acg
|
665f73861e
- move importer and postprocessing step construction chain to separate files to make them available to the exporter part.
|
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 |