Историја ревизија

Аутор SHA1 Порука Датум
  aramis_acg 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. пре 14 година
  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). пре 15 година
  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. пре 15 година
  ulfjorensen fba2f78e06 Added a workaround to guess which material applies to anonymous Collada geometry subgroups. пре 15 година
  kimmi bbca6ce865 Fix g++ specific compiler warning: Usage of temporary object. пре 15 година
  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. пре 15 година
  aramis_acg e440fb2769 NDOLoader: improve reusability of some temporary vectors. пре 15 година
  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. пре 15 година
  ulfjorensen a9161ede18 Bugfix WIP: collada instanced nodes, still working on it. пре 15 година
  ulfjorensen 219f9fadc6 Bugfix: removed misuse of "static" attribute preventing multithreaded usage of the importer пре 15 година
  adario 35c97d169e Fixed camera FOV computation in the ColladaLoader. пре 15 година
  aramis_acg 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. пре 15 година
  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. пре 16 година
  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. пре 16 година
  ulfjorensen 3e529ac1fc Bugfix: Collada animation parser now handles multi-value data types correctly. Or at least I hope so. пре 16 година
  ulfjorensen 993ca25cdb Bugfix: fixed rather stupid typo in Collada anim keyframe interpolation пре 16 година
  aramis_acg 17326515d4 Get rid of warnings on GCC4.4 with -wall пре 16 година
  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 пре 16 година
  aramis_acg 46809f0dfa COLLADA: Add support for <reflectivity> elements. This maps to AI_MATKEY_REFLECTIVITY. пре 16 година
  aramis_acg 1b8c8561fd FIX: ColladaLoader now skips empty init_from-Tags produced by C4D's heroic Collada exporter. пре 16 година
  ulfjorensen 12070a1d52 Bugfix: made various internal structures namespace-local to avoid strange linker issues in case of name conflict пре 16 година
  ulfjorensen 98e53f976e - Bugfix: IrrXML loader ignores trailing whitespace on closing tags now пре 16 година
  ulfjorensen 3f2fa97f18 - Bugfix: Collada-Loader now also reads animations containing multiple channels пре 16 година
  ulfjorensen fe58fa6603 - Bugfix: Collada loader now loads meshes with mixed textured / non-textured parts correctly. At least I hope so, the example files load fine now. пре 16 година
  aramis_acg d6aacefa1e - BUGFIX: ColladaLoader handles multiple UVs/VColors correctly now. Thanks to Ingrater to point it out. пре 16 година
  kimmi 9dfe7764b2 - Fix a compiler warning ( double to float ). пре 16 година
  aramis_acg 0c762117b8 ColladaLoader does now load transparency. hacky, but it could work. пре 17 година
  aramis_acg f3324da6ea ColladaLoader does now utilize SkeletonMeshBuilder to build animated meshes for animation skeletons. пре 17 година
  ulfjorensen e471b966c5 - Collada loader now supports node animations пре 17 година
  aramis_acg 29c33760e4 Triangulation: пре 17 година