ulfjorensen
|
2944e7b210
- Added a workaround for some XFileExporter omitting separator chars at the end of data vectors
|
13 years ago |
aramis_acg
|
ec6c62e005
- consistent use of ai_assert instead of assert.
|
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
|
c12fadc93b
- make fast_atof_move a template and rename it to fast_atoreal_move.
|
13 years ago |
aramis_acg
|
9edc0a9b8e
merge with git://github.com/tonttu/assimp.git
|
14 years ago |
ulfjorensen
|
2de55ee880
Bugfix: apply transformation as well when filtering out empty proxy nodes in XFile imports. Thanks to Magnus Norddahl for the patch
|
14 years ago |
aramis_acg
|
228be125cf
# really fix false negative reading compressed x files. Silently ignore out-of-bounds indices.
|
14 years ago |
aramis_acg
|
73a7fdf200
# fix potential off-by-one error when reading compressed X files.
|
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
|
94767ecf8c
Merge https://github.com/tonttu/assimp
|
14 years ago |
ulfjorensen
|
f601309db5
- anonym XFile materials are named now, to prevent them from being merged somehow
|
15 years ago |
ulfjorensen
|
8aac702e1e
- Workaround: ASCII XFiles aren't as strict on separator chars as before anymore. Should allow some more files to be parsed correctly.
|
15 years ago |
aramis_acg
|
3204cf2736
Add conditional define to allow users to compile against their own zlib's.
|
15 years ago |
aramis_acg
|
1b87557fd1
update to zlib 1.2.5.
|
15 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 |
kimmi
|
5c1804f3ad
- BUGFIX : Fixed compiler warning ( constant condition ).
|
16 years ago |
aramis_acg
|
a251827cb9
Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now).
|
16 years ago |
ulfjorensen
|
ddbb8ab856
Bugfix: XFiles exported from kwxPort with vertex colors load correctly now.
|
16 years ago |
aramis_acg
|
d41f570dc0
Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet).
|
16 years ago |
ulfjorensen
|
342ea0188a
- Bugfix: handling of XFile vertex colors is more forgiving now
|
16 years ago |
aramis_acg
|
1db46c242f
Added temporary boost workaround - some assimp features work with reduced functionality in this case.
|
17 years ago |
aramis_acg
|
8991496cf5
Fixes for build with mingw (no warnings in 32 Bit build, even with -wall).
|
17 years ago |
ulfjorensen
|
b17a5e3b69
- Bugfix: XFileParser handles vertex colors correctly now. Fixes exception in sheep.x import
|
17 years ago |
aramis_acg
|
b422d4e303
Finished loading of MD2, MD3, MDL2, MDL3, MDL4, MDL5, MDL7, MDL. First WIP version of the SMD loader. Additionals checks added to the validation step.
|
17 years ago |
ulfjorensen
|
492aa8358b
- added a post processing step to limit the bone count per vertex
|
17 years ago |
aramis_acg
|
8c002e6998
Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added
|
17 years ago |
aramis_acg
|
db9c5fef2b
- ASE loader alpha
|
17 years ago |
kimmi
|
b76f999cb7
Initiual commit: AssetImporter source moved from ZFXCE repository to its own repository. PLease do not use the ZFXCE repo any more.
|
17 years ago |