aramis_acg
|
06bfcbf22d
# [3191607] ColladaLoader error: attempt to copy-construct an iterator from a singular (see https://sourceforge.net/tracker/?func=detail&aid=3191607&group_id=226462&atid=1067632)
|
%!s(int64=14) %!d(string=hai) anos |
aramis_acg
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
%!s(int64=14) %!d(string=hai) anos |
aramis_acg
|
075b1acaf0
- move include/ to include/assimp/ to have consistent header locations between installed and trunk version.
|
%!s(int64=14) %!d(string=hai) anos |
aramis_acg
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
%!s(int64=14) %!d(string=hai) anos |
ulfjorensen
|
a73397198c
- Bugfix #3457587: correct decomposition of matrices with negative scaling. Thanks to anonymous google account user for the fix.
|
%!s(int64=14) %!d(string=hai) anos |
ulfjorensen
|
487071be77
Bugfix: FCollada's special texture tag "bump" now maps to aiTEXTURE_NORMAL. Thanks to agent8261 for the hint
|
%!s(int64=14) %!d(string=hai) anos |
aramis_acg
|
9d85c8834d
- extract MaterialHelper and move all of its members to aiMaterial in /include.
|
%!s(int64=14) %!d(string=hai) anos |
aramis_acg
|
9edc0a9b8e
merge with git://github.com/tonttu/assimp.git
|
%!s(int64=14) %!d(string=hai) anos |
aramis_acg
|
6f30639d7f
- refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX ..
|
%!s(int64=14) %!d(string=hai) anos |
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).
|
%!s(int64=15) %!d(string=hai) anos |
ulfjorensen
|
ec6ef9f145
Added a workaround to the Collada parser to handle certain XML tags which irrxml doesn't handle well. Corrected formatting on the way.
|
%!s(int64=15) %!d(string=hai) anos |
ulfjorensen
|
fba2f78e06
Added a workaround to guess which material applies to anonymous Collada geometry subgroups.
|
%!s(int64=15) %!d(string=hai) anos |
kimmi
|
bbca6ce865
Fix g++ specific compiler warning: Usage of temporary object.
|
%!s(int64=15) %!d(string=hai) anos |
aramis_acg
|
bd4a4fd608
further work on http://sourceforge.net/tracker/index.php?func=detail&aid=3054873&group_id=226462&atid=1067632 - first try the old node resolving algorithm (which checks for node IDs), if this fails switch to a workaround which takes both node names and IDs into account.
|
%!s(int64=15) %!d(string=hai) anos |
aramis_acg
|
e440fb2769
NDOLoader: improve reusability of some temporary vectors.
|
%!s(int64=15) %!d(string=hai) anos |
ulfjorensen
|
960f7defd7
Workaround: Collada loader combines alot of animations each affecting a single node into a combined animation. The stupidity of some export plugins knows no bounds.
|
%!s(int64=15) %!d(string=hai) anos |
ulfjorensen
|
a9161ede18
Bugfix WIP: collada instanced nodes, still working on it.
|
%!s(int64=15) %!d(string=hai) anos |
ulfjorensen
|
219f9fadc6
Bugfix: removed misuse of "static" attribute preventing multithreaded usage of the importer
|
%!s(int64=15) %!d(string=hai) anos |
adario
|
35c97d169e
Fixed camera FOV computation in the ColladaLoader.
|
%!s(int64=15) %!d(string=hai) anos |
aramis_acg
|
7cea2eb497
Change date in license header to 2006-2010. This involves updating quite a few files, sorry.
|
%!s(int64=16) %!d(string=hai) anos |
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.
|
%!s(int64=16) %!d(string=hai) anos |
aramis_acg
|
5738860990
- Change BaseImporter::GetExtensionList to add all known file extensions to a std::set, so uniqueness is guaranteed. Also rewrite all related functions in Importer. NOTE: This does *not* change the public interface.
|
%!s(int64=16) %!d(string=hai) anos |
ulfjorensen
|
3e529ac1fc
Bugfix: Collada animation parser now handles multi-value data types correctly. Or at least I hope so.
|
%!s(int64=16) %!d(string=hai) anos |
ulfjorensen
|
993ca25cdb
Bugfix: fixed rather stupid typo in Collada anim keyframe interpolation
|
%!s(int64=16) %!d(string=hai) anos |
aramis_acg
|
17326515d4
Get rid of warnings on GCC4.4 with -wall
|
%!s(int64=16) %!d(string=hai) anos |
ulfjorensen
|
6d3c8b3bc7
Bugfix: Collada loader now translates bone names to proper node names so that users should be able to associate the correct nodes to bones, equal what addressing scheme was used in the Collada file
|
%!s(int64=16) %!d(string=hai) anos |
aramis_acg
|
46809f0dfa
COLLADA: Add support for <reflectivity> elements. This maps to AI_MATKEY_REFLECTIVITY.
|
%!s(int64=16) %!d(string=hai) anos |
aramis_acg
|
1b8c8561fd
FIX: ColladaLoader now skips empty init_from-Tags produced by C4D's heroic Collada exporter.
|
%!s(int64=16) %!d(string=hai) anos |
ulfjorensen
|
12070a1d52
Bugfix: made various internal structures namespace-local to avoid strange linker issues in case of name conflict
|
%!s(int64=16) %!d(string=hai) anos |
ulfjorensen
|
98e53f976e
- Bugfix: IrrXML loader ignores trailing whitespace on closing tags now
|
%!s(int64=16) %!d(string=hai) anos |