Commit Graph

  • adfef670cc - rename assert.h to ai_assert.h. See also https://sourceforge.net/tracker/?func=detail&atid=1067632&aid=3520178&group_id=226462 aramis_acg 2012-04-22 23:14:39 +0000
  • d3030b2aea Patch [3520366] Docs: Spelling and grammar fixes for postprocess.h by Andy Maloney. aramis_acg 2012-04-22 23:02:24 +0000
  • bbaf838463 - update unit tests. aramis_acg 2012-04-22 23:00:44 +0000
  • 53665faacf - make BaseImporter::GetExtensionList more robust, improve error checking. aramis_acg 2012-04-22 22:59:47 +0000
  • 078c1cd621 # bugfix Importer::GetImporterIndex aramis_acg 2012-04-22 22:59:15 +0000
  • 68d2b71893 Patch [3520194] Fix compiler warning for non-virtual destructor by Andy Maloney. aramis_acg 2012-04-22 22:33:43 +0000
  • 5a81b42ebe - add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant. aramis_acg 2012-04-22 22:26:26 +0000
  • 93c3723da5 # Remove Experimental flag from blender loader. aramis_acg 2012-04-18 23:23:14 +0000
  • e479355d0a + add aiImporterDesc API to hold importer meta information. - cleanup some Importer APIs: FindLoader -> GetImporter, add some utility APIs. Note that this is a breaking API change. aramis_acg 2012-04-18 23:07:52 +0000
  • 5975f3eff2 - Bugfix: fixed Collada parser to accept empty data elements again - Workaround: added a little extra code to handle texture filenames of Maxon Cinema Collada Exporter ulfjorensen 2012-04-02 10:43:18 +0000
  • 07841c3e13 # Blender: fix memory leaking due to cycle refs. Thanks to Vitalii Trubchaninov for pointing this out. aramis_acg 2012-03-27 22:09:09 +0000
  • 6caf98d945 Bugfix : Changed ColladaParser to be non-const in ColladaLoader::BuildMaterials. ( merged from GitHub, thanks to Riku Palomäki ). kimmi 2012-03-21 22:17:42 +0000
  • 0e5ae5145b Ogre Importer: Small fixes jonathanklein 2012-03-21 08:49:46 +0000
  • 5aeed46a25 # CMake, samples and tools can now be switched on/off independently. aramis_acg 2012-03-21 02:19:18 +0000
  • 71b8fa7cb5 Bugfix : Commit not saved changes. kimmi 2012-03-20 22:41:39 +0000
  • 6c1cb4f159 Bugfix : Fixed some compiler warnings and some C99 and C++11 specific syntax. ( merged from GitHub, thanks to Riku Palomäki ). kimmi 2012-03-20 21:31:56 +0000
  • 694cf75070 Bugfix : Fixed a possibly crash bug in ~aiExportDataBlob, was using a wrong delete. ( merged from GitHub, thanks to Riku Palomäki ). kimmi 2012-03-20 21:12:38 +0000
  • d17071746d Bugfix : Removed some unnecessary const_casts. ( merged from GitHub, thanks to Riku Palomäki ). kimmi 2012-03-20 21:11:05 +0000
  • fa71305e07 Bugfix : Removed useless and weird const_cast from TokenMatch. ( merged from GitHub, thanks to Riku Palomäki ). kimmi 2012-03-20 21:03:14 +0000
  • d7341094ca Bugfix : Fixed the Subdivision input mesh to be non-const. ( merged from GitHub, thanks to Riku Palomäki ). kimmi 2012-03-20 21:00:16 +0000
  • 9f6e45d651 Bugfix : Removed const_cast from CIOSystemWrapper::Exists. ( merged from GitHub, thanks to Riku Palomäki ). kimmi 2012-03-20 20:54:31 +0000
  • 478846c310 Bugfix : Cleaned up code and removed const_cast in DXFImporter::ConvertMeshes. ( merged from GitHub, thanks to Riku Palomäki ). kimmi 2012-03-20 20:52:28 +0000
  • 23381d9710 Bugfix : Refactored ImproveCacheLocalityProcess::ProcessMesh. ( merged from GitHub, thanks to Riku Palomäki ). kimmi 2012-03-20 20:48:26 +0000
  • 42def11d13 Bugfix : Replaced ugly (const_)casting by a better ctor and placement new. ( merged from GitHub, thanks to Riku Palomäki ). kimmi 2012-03-20 20:45:33 +0000
  • cb71e6f5f2 Bugfix : pcGroupTris isn't really const, removed const and const_cast ( merged from GitHub, thanks to Riku Palomäki ). kimmi 2012-03-20 20:42:16 +0000
  • f8deb8ff83 Bugfix : Replaced some new[]s with std::vectors ( merged from GitHub, thanks to Riku Palomäki ). kimmi 2012-03-20 20:37:15 +0000
  • 79f255bc40 Bugfix : Replaced some new[]s with std::vectors ( merged from GitHub, thanks to Riku Palomäki ). kimmi 2012-03-20 20:35:21 +0000
  • b724ac5c2c - Bugfix : Fix build of Obj-FileImporter ( this is currently only a work-around, loader is leaking memory, I am working on it ). - Update : Merge fixes from GitHub, thanks to Riku Palomäki ( more fixes will merged soon ). kimmi 2012-03-20 20:31:14 +0000
  • e65087c338 + add test files for the new XGL/ZGL importer. aramis_acg 2012-03-20 16:53:10 +0000
  • 397603bac0 + add XGL/ZGL importer. Some features (includes, object refs, textures not supported yet). aramis_acg 2012-03-20 16:52:33 +0000
  • 687a4644d6 # fast_atof: fix comma handling. aramis_acg 2012-03-20 16:29:57 +0000
  • d2e36b7a37 Added Marcel Metz to CREDITS. klickverbot 2012-03-19 18:41:26 +0000
  • fc114f5a5e OpenGL sample: GCC fixes. klickverbot 2012-03-19 18:41:11 +0000
  • 3b0d2cbdb3 Enable simple OpenGL sample under Linux. klickverbot 2012-03-19 18:40:48 +0000
  • 25fbc9989c # fix VS10 Debug Runtime check Failure due to data loss on type conversion. aramis_acg 2012-03-19 17:33:21 +0000
  • d9b8db78cd Ogre: Animation Bug fixed (they seem to work now) jonathanklein 2012-03-18 13:04:11 +0000
  • 861974f05c # gcc fix: Remove "OgreImporter::" prefix in OgreImporter::ProcessSubMesh(.... aramis_acg 2012-03-18 03:22:05 +0000
  • f633437d88 - Bugfix: Collada loader writes "zero transparency" to material now ulfjorensen 2012-03-16 13:06:56 +0000
  • b908b00f96 - Collada: read falloff and hotspot_beam spotlight properties to be compatible with OpenCollada. Thanks to gargaj for the patch. aramis_acg 2012-03-14 02:29:17 +0000
  • 973e3fede3 Ogre: Shared BoneWeights get loaded jonathanklein 2012-03-13 16:29:29 +0000
  • 761c974fde Ogre: Improvements on loading Skeleton and Animation Keys (nearly working now!) jonathanklein 2012-03-13 13:59:07 +0000
  • df7f177794 Ogre: Fix in Material Loader jonathanklein 2012-03-12 13:59:51 +0000
  • accbcb575b - fix off-by-one error in FileSystemFilter. aramis_acg 2012-03-11 20:04:35 +0000
  • 2d7b59e134 - update vc9 vcproj aramis_acg 2012-03-11 19:20:25 +0000
  • 7f1e7b7d6b Ogre: TestModel added, Texture-Bug in Materialloader fixed jonathanklein 2012-03-10 23:04:02 +0000
  • 89c3aaebbc removed accidental C++11 usage ulfjorensen 2012-03-09 21:11:42 +0000
  • 830388ab90 Ogre: VertexAttributs from SharedGeometry are now loaded correctly; Material Loading is more robustly jonathanklein 2012-03-09 11:43:31 +0000
  • 005887f381 Ogre: MaterialLoader now searches for Materialfile with the MaterialName as Filename jonathanklein 2012-03-09 11:42:47 +0000
  • 6970307b4e - Collada Exporter id naming scheme once again revised to exclude any potential invalid chars - Collada Exporter outputs proper URLs for texture file names now. - Updated Collada Loader to understand and convert texture file name URLs ulfjorensen 2012-03-08 16:08:46 +0000
  • 3ed356d3c4 Ogre Importer: Support for Shared Geometry, as exported by Blender2Ogre for Blender 2.6 (still experimental) CleanUp for OgreImporter (splitted the big file in smaller ones) jonathanklein 2012-03-07 22:42:40 +0000
  • 7a0c5a431e - filtered some more invalid characters from collada export URL generation ulfjorensen 2012-03-05 22:00:00 +0000
  • 62b2ca3c1b Support for boost 1.49 jonathanklein 2012-03-03 15:18:43 +0000
  • 9d4c46b53c - Bugfix: ColladaExporter avoids output of empty xml elements ulfjorensen 2012-02-28 09:06:25 +0000
  • 648e8fe924 - Bugfix: Fix two possible reasons for bug ID 3039342 : On skipping an invalid material description in obj-loader avoid creating aiMaterial instance. Release obj-specific material instances. kimmi 2012-02-26 13:36:29 +0000
  • 8fc1d1c529 - add the test file that led to fix r1183 to the regression test suite. See https://sourceforge.net/projects/assimp/forums/forum/817654/topic/5052480 (I hope the licensing classification is right, if not, please inform me). aramis_acg 2012-02-23 16:40:00 +0000
  • df13d315db # workaround crash in aiReleaseImport due to an suspected bug in gcc. See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52339. See assimp-discussions for the details. aramis_acg 2012-02-23 14:10:18 +0000
  • 34e7ce131b # BlenderLoader: use dna index to locate scenes, not SC tag. This fixes https://sourceforge.net/projects/assimp/forums/forum/817654/topic/5052480. aramis_acg 2012-02-23 14:02:09 +0000
  • 035079b307 - remove unused folder. aramis_acg 2012-02-23 13:55:41 +0000
  • 6485f8d486 # OgreImporter: fix bool-to-int conversion warning. aramis_acg 2012-02-23 13:53:12 +0000
  • 8e5a2ad464 - add blender 2.6.2 test file. aramis_acg 2012-02-23 13:48:55 +0000
  • 2743a0706e small fix jonathanklein 2012-02-21 16:46:37 +0000
  • 8c0d3a9a31 Ogre - Animations without Scaling Key supported - when the model has more than 1 texcoord, the first one is loaded (instead of nothing) jonathanklein 2012-02-21 16:46:02 +0000
  • 521088e134 Ogre: - better support for OgreXmlConverter generated files jonathanklein 2012-02-20 10:27:27 +0000
  • 37fb338c1f - Update : Fix the M3-Importer: geometry import works. - Update : Add a non-bsp example model for the m3-loader. kimmi 2012-02-19 09:10:04 +0000
  • 946b2f0354 Bugfix : Fix the extension check for the m3-loader. kimmi 2012-02-18 18:03:39 +0000
  • 6cb8ca9652 - Collada exporter texture references in materials are now written correctly - removed various optional xml attributes from Collada Exporter which caused warnings in OpenCollada ulfjorensen 2012-02-18 15:20:28 +0000
  • 1fef449654 Update : Remove secure warnings from assimp_view. kimmi 2012-02-18 12:43:48 +0000
  • eebba5348d - Added Debug Postfix - added Viewer Installer jonathanklein 2012-02-18 10:55:47 +0000
  • 6852eb6ffe - compiler error fixes for sample programs jonathanklein 2012-02-18 10:53:58 +0000
  • f41e106efc - ColladaExporter filters empty meshes which fooled certain loaders - specifically Assimp's Collada Loader :-) - Bugfix: ColladaExporter now writes proper URLs when referencing materials in meshes ulfjorensen 2012-02-17 10:48:25 +0000
  • 08fe2e7d20 + add Ply exporter. aramis_acg 2012-02-16 02:11:29 +0000
  • 23c16a3ef9 - assimpview: reuse textures to minimize memory usage. This may break editing stuff, but I'll fix this asap. aramis_acg 2012-02-16 00:05:47 +0000
  • 4ebba5bdd4 Removed C++11 usage which I accidentally inserted ulfjorensen 2012-02-15 23:44:52 +0000
  • 745c1035bf - assimpview: do not create a new default texture each time we need one. Turns out memory is not unlimited. aramis_acg 2012-02-15 23:13:52 +0000
  • 82f027b01f - added materials to Collada Export ulfjorensen 2012-02-14 17:42:25 +0000
  • fa6039e1cb Bugfix: Collada Exporter writes proper mesh references now - that makes static scenes work just fine ulfjorensen 2012-02-13 15:53:59 +0000
  • 29d3a18962 Fix [3211530] heap corruption in the ms3d importer. aramis_acg 2012-02-05 16:10:50 +0000
  • 58d0a89b25 - rework FileSystemFilter to scan sub-folders of the model folder recursively for external files. This should fix [3473792] (https://sourceforge.net/tracker/?func=detail&atid=1067634&aid=3473792&group_id=226462). aramis_acg 2012-02-05 15:13:39 +0000
  • ced8d8279a Fix [3484066] Compilation error in Visual Studio 2011 Preview aramis_acg 2012-02-05 14:38:47 +0000
  • bed6c84cb6 - Update : IMport uv- coordinates. - Bugfix : Fix invvalid M3-faces. kimmi 2012-02-04 21:08:20 +0000
  • c84a14a7a8 [3118522] OBJ material/texture filename with spaces support. aramis_acg 2012-02-03 18:16:15 +0000
  • 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) aramis_acg 2012-02-03 18:05:38 +0000
  • 6f2ca1bb22 [3459159] Tidy up UI layout in assimp_view. aramis_acg 2012-02-03 17:50:01 +0000
  • d508e44030 - change major version number to 3.0. trunk is definitely no longer compatible with 2.0. aramis_acg 2012-02-03 17:39:33 +0000
  • 4b61e27590 - TriangulateProcess: use ear cutting for quads. This fixes [3429812] (http://sourceforge.net/tracker/?func=detail&aid=3429812&group_id=226462&atid=1067632). aramis_acg 2012-02-03 17:36:07 +0000
  • c8c9d6cec8 - finetune doc css. aramis_acg 2012-02-03 17:27:39 +0000
  • fd293547c4 - update documentation. aramis_acg 2012-02-03 17:26:06 +0000
  • 6fa251c2f2 - unify naming of all header files. Obviously, this is a breaking change that affects all users. aramis_acg 2012-02-03 17:04:06 +0000
  • f07901df9d - update tools/ aramis_acg 2012-02-03 16:26:11 +0000
  • 075b1acaf0 - move include/ to include/assimp/ to have consistent header locations between installed and trunk version. aramis_acg 2012-02-03 16:25:12 +0000
  • 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. aramis_acg 2012-02-03 03:38:30 +0000
  • db3cee8501 # Ifc: fix bug while filling window contours. # Ifc: filter out duplicate openings. - poly2tri: change comparison epsilon to a more suitable value (found by trial&error). aramis_acg 2012-02-03 02:28:25 +0000
  • 4080cd601c # Ifc: merge overlapping openings if possible. aramis_acg 2012-02-03 00:50:07 +0000
  • 16b3d19f7f # fast_atoreal_move: avoid floating-point casts. Compilers have trouble optimizing this. aramis_acg 2012-02-02 22:53:26 +0000
  • 15e50959e6 - Ifc: enable double-precision arithmetics for the entire pipeline. This does fix bugs, but unfortunately not all if them. aramis_acg 2012-02-02 22:50:24 +0000
  • 4fcf61c31f # Ifc: update color conversion routines to always work with single precision. aramis_acg 2012-02-02 22:42:11 +0000
  • bfb8fd8483 # Ifc: fix materials when running double precision. aramis_acg 2012-02-02 22:41:23 +0000
  • 4448ea73c2 - fix Readme formatting. aramis_acg 2012-02-02 16:30:10 +0000
  • 29b4d01e2d + add Readme.md for github. aramis_acg 2012-02-02 16:10:32 +0000
  • daf7c07ff1 # fix C issues in the headers. This fixes [3481648] (https://sourceforge.net/tracker/?func=detail&aid=3481648&group_id=226462&atid=1067632) aramis_acg 2012-02-02 13:56:45 +0000