Commit Graph

  • d91f661082 commit new try of c# bindings rave3d 2010-05-27 18:28:02 +0000
  • c96b831be5 Fixed build issue on Mac OS X. adario 2010-05-26 02:32:09 +0000
  • 053d606a21 blenderloader now skips over common name prefix, such as OB for objects, MA for materials, ME for meshes, ... aramis_acg 2010-05-26 00:39:04 +0000
  • 7d1af07935 assimpview: reduce verbosity of output. aramis_acg 2010-05-26 00:31:53 +0000
  • 1b87557fd1 update to zlib 1.2.5. blenderloader now reads gzip compressed files. aramis_acg 2010-05-26 00:21:07 +0000
  • 9d978918d1 colladaloader now skips over empty data arrays. aramis_acg 2010-05-25 14:37:28 +0000
  • 188aa3da37 blender loader now reads basic material colors and even simple textures, be them embedded into the BLEND file or not. adding some test files. aramis_acg 2010-05-24 01:24:18 +0000
  • 2a6b4d1d17 assimpview: layout fixes. aramis_acg 2010-05-21 23:09:19 +0000
  • cd301ff090 collada loader now longer fails if the accessor type attribute comes before the accessor name. Thanks to Christopher Dissauer to point it out (http://sourceforge.net/projects/assimp/forums/forum/817653/topic/3716168). aramis_acg 2010-05-21 22:47:31 +0000
  • 3cf20b605d blender loader now loads material assignments. blender loader no longer produces randomized output in some scenarious. nice side effect of less asthetic diversity: less segfaults. assimpview is no longer topmost. aramis_acg 2010-05-21 22:39:31 +0000
  • c29e985f12 AssimpView now displays meshes and mroe detailled statistics in the scene browser. Improve the user interface. takes more screen space now, but provides more information and less clumsy buttons. aramis_acg 2010-05-21 20:04:45 +0000
  • 367a452ed9 colladaloader: fix <extra> handling. aramis_acg 2010-05-20 13:41:03 +0000
  • b9b4ea177b MS3D loader now uses aiMesh::mName to express the original group names from the MS3D file. aramis_acg 2010-05-20 12:19:05 +0000
  • 7f4cc4ca60 collada loader no longer sets default wrapping mode to MIRROR. See https://sourceforge.net/projects/assimp/forums/forum/817653/topic/3714378 aramis_acg 2010-05-20 12:09:22 +0000
  • f9b06f8d89 3ds loader now sets aiMesh::mName according to the original mesh groups found in the file. aramis_acg 2010-05-20 12:07:04 +0000
  • 6e133a6cd9 - Fixed compilation for some targets - Removed BOOST_FOREACH usage in ColladaParser::ReadPrimitives() because they seem to cause problems in NOBOOST builds ulfjorensen 2010-05-18 12:20:09 +0000
  • a44e065f58 fix some issues with Assimp_itoa10. aramis_acg 2010-05-14 12:27:29 +0000
  • 6079125444 some fixes in assimp.net rave3d 2010-05-13 17:08:35 +0000
  • a22e44f94d - BUGFIX :: Fix typos in doxygen documentation. kimmi 2010-05-13 15:55:35 +0000
  • 3b35e4e3b8 - REFACTORING : Replace an assert by an ai_assert-statement. kimmi 2010-05-13 15:50:42 +0000
  • 55bdc6db63 Ogre: Use explicit qualification for boost stuff to avoid potential tr1 conflicts with vc10. Thanks to Krishty to point it out. Use TinyFormatter instead of boost::format. aramis_acg 2010-05-10 21:06:44 +0000
  • 255082c39b Add data structures for vertex animation. Basing on recent ML discussion. aramis_acg 2010-05-10 18:05:52 +0000
  • 261f49c468 Add mName member to aiMesh. JoinVerticesProcess and SortByPType copy the mesh name to all clone or sub meshes they create. JoinVerticesProcess' verbose output now prints mesh name, no longer using sprintf (TinyFormatter's age has come). aramis_acg 2010-05-10 13:59:29 +0000
  • 35f6851dba fix gcc warning: can't pass non-POD through ... aramis_acg 2010-05-10 10:39:43 +0000
  • 32bfa9ac21 Add WIP version of the BLENDER importer. DO NOT USE FOR PRODUCTION YET! aramis_acg 2010-05-10 10:22:24 +0000
  • 1928dc7df7 fix shared_ptr and shared_array implementation. add pointer_cast facility. aramis_acg 2010-05-10 10:18:54 +0000
  • aba91ce95d Add a first set of blender test files. aramis_acg 2010-05-09 14:41:04 +0000
  • 0b01eb472b Add copyright headers to Ogre units. aramis_acg 2010-04-30 07:15:08 +0000
  • c224dfaf81 [2994288] AI_BE / AI_LE macros - Thanks to mick-p for the patch. Add shared_ptr to pch includes. aramis_acg 2010-04-30 07:11:06 +0000
  • 7d03ef514e git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@711 67173fc5-114c-0410-ac8e-9d2fd5bffc1f rave3d 2010-04-27 16:52:24 +0000
  • b4f5d42094 correct some compile errors rave3d 2010-04-27 16:51:22 +0000
  • fcc9642ac7 git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@709 67173fc5-114c-0410-ac8e-9d2fd5bffc1f rave3d 2010-04-27 16:41:21 +0000
  • e05bc231e1 git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@708 67173fc5-114c-0410-ac8e-9d2fd5bffc1f rave3d 2010-04-27 16:36:23 +0000
  • 1748e38753 FIX: gcc complains because binding a packed field to a normal reference is not permitted. aramis_acg 2010-04-26 12:27:36 +0000
  • 4746b954b8 Add missing CHANGELOG for past 1.1. aramis_acg 2010-04-24 01:03:35 +0000
  • a53360aa4d FIX: Change quaternion orientation for B3D loader (this format was forgotten with r502). FIX: MS3D loader assigns group names to mesh nodes, possibly leading to two nodes with the same name if a group name is the name of a bone as well. This prevents animations from working properly. aramis_acg 2010-04-24 00:18:34 +0000
  • a85b851442 - Multiple Submeshes are loaded now - In standard materials the colors are now loaded - not excessively tested, but it should work jonathanklein 2010-04-19 17:50:52 +0000
  • 0695775bc4 Comment unknown pragma for it raises a warning (this may be intentional, but nevertheless I find it annoying). aramis_acg 2010-04-17 21:36:13 +0000
  • fc617d9f58 Set revision.h to 700. aramis_acg 2010-04-17 18:43:32 +0000
  • 99e5cbcbe0 Add deprecation note to legacy makefiles in code. aramis_acg 2010-04-17 18:41:22 +0000
  • fda7571914 Clarify README for samples. aramis_acg 2010-04-17 18:39:12 +0000
  • e3040fab38 Clarify troubleshooting for the `application configuration not correct` problem. aramis_acg 2010-04-17 18:36:11 +0000
  • 3b61886d58 Unify capitalization in CREDITS entries. aramis_acg 2010-04-17 18:30:39 +0000
  • 065070fdae Update batch script to build the ZIPed package. aramis_acg 2010-04-17 16:52:25 +0000
  • c67ebbc705 Rebuild docs for release. aramis_acg 2010-04-17 16:42:38 +0000
  • fb20182692 Get rid of unused directories in model repository. aramis_acg 2010-04-17 16:26:18 +0000
  • 107e070506 Rebuild regression suite (with vc8 and fp:fast). 2 regressions currently reported, these will remain unsolved for this release. aramis_acg 2010-04-17 16:25:04 +0000
  • 7cafe33999 Update README. aramis_acg 2010-04-17 15:16:23 +0000
  • 34be8bc8cb Cleanup CREDITS. aramis_acg 2010-04-17 15:08:04 +0000
  • ea2bbc37d1 [dAssimp] Added note that the D bindings have yet to be adapted for 64 bit builds of Assimp. klickverbot 2010-04-16 21:15:51 +0000
  • 5685312fe0 - PoseToKey Matrix is computed just computed when it changes - VertexWeights will be normalized to 1 jonathanklein 2010-04-16 19:10:09 +0000
  • 28141f5880 Add missing license header to structsgen.pw aramis_acg 2010-04-15 21:50:12 +0000
  • 1bcd29d704 Fix: OgreImporter relies on non ISO std::exception c'tor. aramis_acg 2010-04-15 10:35:15 +0000
  • 685d2b83c5 Fix error in aiString documentation. MAXLEN includes the terminal NULL. This is unusual, but true. Fix overflow vulnerability in SceneCombiner. Thanks to Krishty to point it out. aramis_acg 2010-04-14 21:45:00 +0000
  • 6a2a542986 Remove invalid character from string literal in code/MDLLoader.cpp (^2 actually). aramis_acg 2010-04-14 21:18:16 +0000
  • e4285a5b38 Clarify docs on qnans in aiMesh vertex data arrays. Complete format list, rebuild doc. aramis_acg 2010-04-14 21:13:58 +0000
  • c78f40171d gen_db.py is now able to do a partial database update. Dumps for specified file formats are re-generated, rest is kept. Improve doc in regression suite. aramis_acg 2010-04-14 20:58:32 +0000
  • 83f5612a4d Add dedicated installer script to install only AssimpView and its dependencies. Complete readme. aramis_acg 2010-04-14 20:00:18 +0000
  • 0d3490c00c Fix: scene validation forgets to validate aiScene::mTextures. aramis_acg 2010-04-13 21:06:03 +0000
  • 906c45eeeb Fix: qnan detection code. Appearently I fooled myself when I wrote this. Fix: MDLLoader does not reset texture array properly when textures are substituted by plain colors. This caused crashes in ~aiScene or heap corruption. aramis_acg 2010-04-13 17:34:55 +0000
  • da87178a25 Fix: OgreImporter overflows a vector if no weight assignments are given. aramis_acg 2010-04-13 15:51:18 +0000
  • 35c97d169e Fixed camera FOV computation in the ColladaLoader. adario 2010-04-13 15:45:18 +0000
  • 5bcde55c18 FIX: assimpview now builds fine with noboost targets / vc8. aramis_acg 2010-04-12 23:54:17 +0000
  • 1a1d611038 Fix overall MATKEY_UVTRANSFORM usage to use the provided AddProperty specialization for aiTextureTransform. aramis_acg 2010-04-11 23:03:30 +0000
  • 84f576c177 Or, even better, use the existing specialization of AddProperty for aiUVTransform. aramis_acg 2010-04-11 22:58:26 +0000
  • 0aeff6179b Fix AC loader accidentially pulling in undefined contents right after the aiUVTransform it tries to add as material property. aramis_acg 2010-04-11 22:56:54 +0000
  • 4f50c04347 Add shared_array to vc8 solution. Fix shared_xxx::operator=. aramis_acg 2010-04-11 02:52:27 +0000
  • 630005619b Add missing boost workaround files to CMakeLists.txt. Boost workaround's shared_xxx stuff now matches boosts documented API. Add shared_array.hpp to boost workaround (forgot to commit it when I added shared_ptr.hpp). aramis_acg 2010-04-11 02:46:52 +0000
  • d86314d02e Fix missing throw() declaration to silence g++. aramis_acg 2010-04-11 02:29:46 +0000
  • 875b7f9ca2 AllocateFromAssimpHeap: add overload for nothrow-new. aramis_acg 2010-04-11 02:14:52 +0000
  • 33544456cd Assimp-cmd now compiles fine using vc9 with a noboost target. aramis_acg 2010-04-11 01:54:46 +0000
  • 01a25c1fb4 Get rid of ./extra folder in ./code. Move contents to main code folder. aramis_acg 2010-04-11 01:41:24 +0000
  • f816066668 Add d3dx dlls to installer script. aramis_acg 2010-04-10 22:57:52 +0000
  • 42aa8c5f39 Add sample logic for MATKEY_UVWSRC to doc. aramis_acg 2010-04-10 20:03:26 +0000
  • 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. aramis_acg 2010-04-10 15:30:22 +0000
  • 1d595e14ad AssimpView-Build: SVNRevision is no longer doubly defined and the corresponding warning is gone. aramis_acg 2010-04-10 15:07:00 +0000
  • bcf0ddc086 - don't delete the null logger. - don't leak LogStreamInfo when detaching streams from DefaultLogger. - detach the stream before deleting it in aiDetachAllLogStreams. Thanks to Bart Botta for the patch. aramis_acg 2010-04-10 15:00:36 +0000
  • 616bd39b6f Fix: don't use std::back_inserter to append to a sequence when push_back does the job as well. back_inserter would need to include <iterator> to be truly portable. aramis_acg 2010-04-09 20:58:41 +0000
  • b10315e2df shared_ptr: Add missing conversion to bool. aramis_acg 2010-04-06 11:46:49 +0000
  • 9a8de06e3a Assign dummy names to COB materials. aramis_acg 2010-04-06 00:55:12 +0000
  • d1bebeba8e remove dynamic_cast's from COB loader. aramis_acg 2010-04-06 00:34:23 +0000
  • a391303910 Fix non ISO compliant use of ternary operator. aramis_acg 2010-04-06 00:27:46 +0000
  • 4d2d4a64e0 Fix non ISO compliant use of ternary operator. aramis_acg 2010-04-06 00:26:27 +0000
  • 3c03e0fca5 COB loader does now honour explicit chunk sizes. if none are given in a particular chunk, the loader reverts to the old behaviour. COB loader converts textures properly now. Add textured test files to confirm the previous issue. aramis_acg 2010-04-06 00:13:30 +0000
  • 0fb732de91 Fix crash when trying to load MDL files produced by the half life engine. This sub format is actually not supported, but the attempt to reject it was a crash. aramis_acg 2010-04-05 19:50:25 +0000
  • 11f5a3cec5 vc8: Fix debug-x64 output&intermediate directories. aramis_acg 2010-04-05 00:26:45 +0000
  • d0c49d05b0 Update mkfinal script to build ZIPed releases. aramis_acg 2010-04-04 20:25:56 +0000
  • 75c1cc3edd Fix version number in assimpcmd and assimpview. aramis_acg 2010-04-04 15:47:46 +0000
  • 29935e2138 Set overall version to 1.1. aramis_acg 2010-04-04 14:19:33 +0000
  • 313ece9a85 Installer now includes runtime redistributable. 64 Bit support enabled. Add dummy readme and instructions how to build the installer using Inno Setup. aramis_acg 2010-04-04 14:18:48 +0000
  • 418033eb60 Change doc version number to 1.1, rebuild CHMs. Add missing docs for the newer assimpcmd utilities. (fix path to html workshop in doxygen scripts to make 'em work on my machine :-) aramis_acg 2010-04-04 10:03:41 +0000
  • 1d0e6b73fe [D] Folded in minor aiAnimation documentation update. klickverbot 2010-04-03 15:50:36 +0000
  • 29c54dc69d Inno setup script does now set proper version on the generated executable. aramis_acg 2010-04-03 03:45:00 +0000
  • 2f691e66b5 Commit updated script for inno setup (the one I used to build the rc package). aramis_acg 2010-04-03 02:32:05 +0000
  • 5c027a1c3c Remove old noboost folders. aramis_acg 2010-04-03 01:47:47 +0000
  • 3a376dcab2 Update year in LICENSE (seemingly we have 2010 now). Clarify license for models in the test repository. aramis_acg 2010-04-03 01:04:35 +0000
  • b321270e88 Add graphical SDK installer for Windows using Inno Setup. aramis_acg 2010-04-03 01:01:56 +0000
  • 6db8987248 Fix shared_ptr workaround. aramis_acg 2010-04-02 23:41:20 +0000
  • f9b4a825aa COB loaders should now read most binary files as well. aramis_acg 2010-04-02 23:25:52 +0000
  • 4c1b5a532d Add first WIP version of a TrueSpace loader. Currently only ASCII COB/SCNs are supported. Add some fast_atof overloads to simplify calling it. Add another convenience c'tor to aiColorMM. Add COB test models. Remove unreferenced member in B3D importer. aramis_acg 2010-04-02 04:17:05 +0000