Historique des commits

Auteur SHA1 Message Date
  aramis_acg 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. il y a 14 ans
  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). il y a 15 ans
  aramis_acg 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. il y a 15 ans
  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. il y a 16 ans
  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. il y a 16 ans
  aramis_acg c999f65a7d FIX: SMDLoader was broken due to erroneous 'rt' in input stream construction. il y a 16 ans
  aramis_acg a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). il y a 16 ans
  aramis_acg 4bbc03332b General il y a 17 ans
  aramis_acg d41f570dc0 Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). il y a 17 ans
  aramis_acg be864ce4a0 Added support for cones and cylinders to NFF (the code to generate these primitives is hosted in StandardShapes.cpp). il y a 17 ans
  aramis_acg f7aa836330 ASE: Added WIP support for *SMOOTHSKINMESH elements in ASE/ASC files. Fixes in the ASE loader. Fixed animation parsing. Temporary implementation of target lights and cameras, including animations. il y a 17 ans
  aramis_acg 2da2835b29 Fixed bug in the AC loader causing lines to load incorrectly. Seems to work now. il y a 17 ans
  aramis_acg 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. il y a 17 ans
  aramis_acg 927cd1cd46 Added support for point and line primitives. il y a 17 ans
  ulfjorensen 8925813026 - renamed "bone" anims and associated structures to generic "node" anims. Breaking change, sorry for that. il y a 17 ans
  aramis_acg 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). il y a 17 ans
  aramis_acg 56563016b0 Added DXF implementation. No support for polymeshes yes, just 3DFACE elements are implemented. il y a 17 ans
  aramis_acg 38d04b6796 MD5 bugfix. il y a 17 ans
  aramis_acg f13edd8acf Fixes from Andrew Galante for build with gcc4. LWOB materials finished, some research for LWO2. Unit tests are working again. Added makefile and project workspace for xcode3 (from Andrew, too). il y a 17 ans
  aramis_acg 6fe8c867e8 Refactoring ... added documentation, simplified some parts of the code and migrated some class declarations in separate files. il y a 17 ans
  aramis_acg 028a543ddb Update to the SMD loader. il y a 17 ans
  aramis_acg fc8a8b54f9 3DS bugfixes; ASE bugfix (newline), PLY revert to older version, SMD is working now (partially); homepage added to SVN il y a 17 ans
  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. il y a 17 ans