Commit Graph

  • 5438b75c60 - committing the workspace data inside the project file, too, who knows if this is correct Wil Shipley 2015-03-13 18:47:10 -0700
  • ad9d178f0a - Bugfix: IfcLoader lost nodes and geometry when they were stored in subnodes of IfcSpace and the setting "Filter IfcSpace" was enabled ulf 2015-03-13 15:13:53 +0100
  • 9094770d38 fixed light and camera access. arris69 2015-03-13 12:52:03 +0100
  • ca463fca9a - Rearranged groups, link against C++ lib explicitly. Wil Shipley 2015-03-13 00:37:02 -0700
  • 73174b7081 Hard-coded project to build static library for iOS / OS X Wil Shipley 2015-03-12 20:23:21 -0700
  • 8b22ba25ba removed debug function and add buildfile for android ndk-build command arris69 2015-03-12 21:24:49 +0100
  • ead3b26ea9 no one ever tried this java stuff??? (crashes if the model has a lot of meshes...) arris69 2015-03-12 20:37:33 +0100
  • e516a21bd9 Merge pull request #490 from wilshipley/master Alexander Gessler 2015-03-12 07:57:59 +0100
  • 90a07713c0 Added 'const' to () operator on CompareVector Wil Shipley 2015-03-11 16:55:21 -0700
  • d9d7dd31ea fix linker error: undefined references to openddl_parser. Kim Kulling 2015-03-11 19:05:37 +0100
  • 163bbc25c7 Merge pull request #486 from DenisMikhalev/issue-2 Alexander Gessler 2015-03-10 16:09:07 +0100
  • f120a75617 Merge remote-tracking branch 'official/master' into contrib Léo Terziman 2015-03-10 15:40:03 +0100
  • 18e6a8fbdb improved handling of commas in fast_atof Léo Terziman 2015-03-10 15:39:27 +0100
  • 615041ba15 Add license file for ant-half.ply DenisMikhalev 2015-03-10 15:00:49 +0300
  • 8ae9e2b555 In Collada: Added missing description of importer specific options Léo Terziman 2015-03-10 09:20:00 +0100
  • fa8cdb241d Move ply file to models-nonbsd dir DenisMikhalev 2015-03-10 09:18:23 +0300
  • 3c56e978f7 Merge pull request #484 from turol/master Alexander Gessler 2015-03-10 00:29:25 +0100
  • 80bfe7929e Adds half of file for testing crash PlyLoader DenisMikhalev 2015-03-09 19:51:04 +0300
  • 62676b56aa Adds safety and prevents crashes for damaged files DenisMikhalev 2015-03-09 19:40:13 +0300
  • 731ad3aa91 Prevents NaN when normalizing a null vector DenisMikhalev 2015-03-09 19:33:44 +0300
  • ba4689fd05 Whitespace Turo Lamminen 2015-03-09 12:18:10 +0200
  • c342778f42 Fix read past end of buffer after call to TokenMatch Turo Lamminen 2015-03-02 13:52:19 +0200
  • 18ef31cc06 Merge remote-tracking branch 'official/master' into contrib Léo Terziman 2015-03-09 11:31:15 +0100
  • 79db48a0d1 openddl-parser: latest greatest. Kim Kulling 2015-03-09 10:17:23 +0100
  • 7d3d66936b Merge pull request #483 from DenisMikhalev/issue-482 Alexander Gessler 2015-03-08 22:15:39 +0100
  • c410512173 Use material names, set default direction to UP_Y, process extra tag DenisMikhalev 2015-03-08 22:37:48 +0300
  • 727888ea10 Merge pull request #480 from turol/subdiv-memory Kim Kulling 2015-03-08 10:32:26 +0100
  • d4c0529514 Merge pull request #481 from abma/master Kim Kulling 2015-03-08 10:30:07 +0100
  • 873ae5db3f addition to c4997f16db abma 2015-03-08 03:25:53 +0100
  • c89274d366 Free edges map before recursive calls to reduce memory consumption Turo Lamminen 2015-03-08 00:16:48 +0200
  • 76c69205b1 - reintroduced IFC openings to floors and ceilings. Were disabled for some unknown reasons, I hope I didn't break anything. Everything I tested works fine. ulf 2015-03-06 14:14:45 +0100
  • 5fedf5279c Merge pull request #2 from assimp/master Madrich 2015-03-05 22:14:43 +0100
  • 03a7f36858 Merge branch 'master' of https://github.com/assimp/assimp ulf 2015-03-05 20:18:00 +0100
  • a2c9904d59 - Bugfix: polygon-bounded half space clipping now assumes plane in correct coordinate space - Bugfix: closing polygon loop along boundary polygon now correctly projects boundary vertices to polygon plane ulf 2015-03-05 20:17:26 +0100
  • 0cdc528e01 - Bugfix: IFC loader tested squared length against non-squared epsilon in RemoveDegenerates() ulf 2015-03-03 15:56:09 +0100
  • 1e4e105bae Merge pull request #476 from abma/master Kim Kulling 2015-03-03 09:26:25 +0100
  • c4997f16db remove "register" keyword: abma 2015-03-02 23:44:02 +0100
  • b1e8c192db Merge pull request #464 from turol/master Alexander Gessler 2015-02-28 14:41:26 +0100
  • 579382ad91 Merge pull request #472 from assimp/fix471 Alexander Gessler 2015-02-28 14:27:59 +0100
  • f6f8462113 Update IfcLoader to use numeric_limits<uint32_t> instead of UINT32_MAX, fixes gcc build and is more consistent with the rest of the codebase. Fixes #471. Alexander Gessler 2015-02-28 13:40:10 +0100
  • 5a74e07f5f Mark some more functions with AI_WONT_RETURN Turo Lamminen 2015-02-13 14:45:36 +0200
  • db6d8a4dc5 Use attribute noreturn on both GCC and Clang Turo Lamminen 2015-02-13 14:21:09 +0200
  • dfd171be6d Remove unnecessary semicolons after FBXDocument property declarations Turo Lamminen 2015-02-13 13:54:43 +0200
  • 308884f144 Remove unnecessary semicolons after function definition Turo Lamminen 2015-02-13 13:54:06 +0200
  • e8bcad0840 Silence a warning and add an assertion Turo Lamminen 2015-02-13 13:17:47 +0200
  • 2ab83c7ba1 Merge 16d9addf7b into b71ded1ad0 orcchg 2015-02-27 19:14:21 +0000
  • 57e0012afa Merge 48d59df609 into b71ded1ad0 Steve Mokris 2015-02-26 21:03:01 +0000
  • 48d59df609 Support loading the MTL file for an OBJ file when using MemoryIOWrapper. Steve Mokris 2015-02-26 15:58:33 -0500
  • b71ded1ad0 - manually merged C4D importer code from acgessler branch - manually merged IFC bugfixes and improvements from schrompf branch ulf 2015-02-23 14:23:28 +0100
  • 2274c96e3b Merge remote-tracking branch 'official/master' into contrib Léo Terziman 2015-02-18 17:22:44 +0100
  • d9a2293491 Improved handling of transparency in collada importer + started preliminary support for RGB_ZERO collada transparency mode + added option to manually invert transparency values to deal with broken exporters that don't follow the specs Léo Terziman 2015-02-18 17:20:03 +0100
  • 7c38a33225 Merge pull request #466 from mbp566/master Alexander Gessler 2015-02-18 12:15:33 +0100
  • 7bab42f55f Fixed many doxygen errors mbp566 2015-02-18 17:02:30 +0900
  • 51b790c482 ColladaLoader: format. Alexander Gessler 2015-02-15 22:25:04 +0100
  • ce1302cd71 Fix VC12 warning "empty but controlled statement found". Alexander Gessler 2015-02-15 22:20:34 +0100
  • aae0f7e7b1 3DSExporter: export materials first, then meshes. Our own importer requires this. Alexander Gessler 2015-02-15 22:12:19 +0100
  • 3f104fc080 Merge branch 'master' of github.com:assimp/assimp Alexander Gessler 2015-02-15 21:54:13 +0100
  • 0292868917 add geomentry node handling. Kim Kulling 2015-02-14 16:12:09 +0100
  • f5f0c9f7cf update openddl-parser. Kim Kulling 2015-02-14 16:11:46 +0100
  • 13b75e0954 Merge branch 'master' of https://github.com/rob100/assimp Robin Schlegel 2015-02-13 16:17:22 +0100
  • 570d02ff6e Silence more uninitialized variable warnings Turo Lamminen 2015-02-13 12:37:40 +0200
  • f708d0b122 Silence some uninitialized variable warnings Turo Lamminen 2015-02-13 12:21:59 +0200
  • 84a9514d4b Fix warning about possibly uninitialized variable Turo Lamminen 2015-02-13 12:14:39 +0200
  • bd1168af30 fix invalid line endling handling. Kim Kulling 2015-02-10 20:46:02 +0100
  • 9e87fa178a add property parsing to opengex parser. Kim Kulling 2015-02-10 20:09:26 +0100
  • 556bc9c1f3 fix build Kim Kulling 2015-02-10 20:09:03 +0100
  • c3e2fa0761 - untabify obj parser. - bugfix openddl: latest version Kim Kulling 2015-02-10 19:31:23 +0100
  • 231e27cc0b Merge pull request #462 from OgreTransporter/master Alexander Gessler 2015-02-08 14:47:53 +0100
  • 4e8f7fb802 Fix Visual Studio prefixes OgreTransporter 2015-02-08 12:26:29 +0100
  • 124f408976 add property parsing. Kim Kulling 2015-02-07 19:52:06 +0100
  • 065ad7173a fix build: no c++11 support Kim Kulling 2015-02-07 18:26:57 +0100
  • 303a6893fc fix the build. Kim Kulling 2015-02-07 13:23:32 +0100
  • 20b3ce6a40 replace opengexparser by using openddl-parser. Kim Kulling 2015-02-07 12:47:53 +0100
  • 8c9362e744 Merge branch 'master' of github.com:assimp/assimp Alexander Gessler 2015-02-05 20:12:31 +0100
  • be36878fb7 Merge pull request #460 from assimp/regression-suite-fixes Alexander Gessler 2015-02-05 20:11:34 +0100
  • 99e2803474 Regression suite: 2.7 compatibility, drop old logic to find assimp binary and require it to be explicitly specified. Process files in a stable order to make results diffable. Alexander Gessler 2015-02-05 12:32:51 +0100
  • 05cad049c3 Merge fa0ec40b24 into 27a686210e Alexander Gessler 2015-02-05 11:29:42 +0000
  • fa0ec40b24 Regression suite: 2.7 compatibility, drop old logic to find assimp binary and require it to be explicitly specified. Process files in a stable order to make results diffable. Alexander Gessler 2015-02-04 14:09:10 +0100
  • b2ea487bda Regression test suite: Test files in proper lexicographic order instead of relying on OS directory iteration order. This ensures failures are listed in the same order. Alexander Gessler 2015-02-03 21:16:16 +0100
  • 56132ed9bb Regression test suite: make Python files 2.7 backwards-compatible to ease use on Windows where oftentimes only one is easily accessible. Drop deprecated logic to locate assimp binary, we now require the binary to use to be specified in the command line. Alexander Gessler 2015-02-03 21:14:37 +0100
  • 27a686210e Merge pull request #456 from turol/master Alexander Gessler 2015-02-02 23:52:07 +0100
  • de66f15a0a Fix division by zero Turo Lamminen 2015-02-02 16:03:24 +0200
  • a6a3438438 Improved texture map data in mtl exporter (in most cases an upper first character is used) Robin 2014-07-09 15:37:27 +0200
  • 687ee11b9e Added alpha texture map (map_d) Robin 2014-07-09 15:35:00 +0200
  • b13905b13e do not write empty faces Robin 2014-07-28 15:13:54 +0200
  • 9af16c1688 MTL export: Do not write d if map_d is set Robin 2014-07-15 10:43:19 +0200
  • 17c51d7d3c Improved texture map data in mtl exporter (in most cases an upper first character is used) Robin 2014-07-09 15:37:27 +0200
  • a0bf7375a3 Added alpha texture map (map_d) Robin 2014-07-09 15:35:00 +0200
  • 48fa3153c6 Merge pull request #455 from turol/master Alexander Gessler 2015-02-01 12:54:15 +0100
  • b93bd167ed Fix infinite loop in STL loader error path Turo Lamminen 2015-02-01 00:35:00 +0200
  • fe89773c6f Fix infinite loop in PLY parser Turo Lamminen 2015-02-01 00:22:32 +0200
  • 6b9f9afd7a Fix infinite loop in STL loader Turo Lamminen 2015-02-01 00:02:12 +0200
  • e9dcad4181 openddl-parser: latest greatest. Kim Kulling 2015-01-31 21:23:50 +0100
  • c7785014e4 Merge branch 'master' of github.com:assimp/assimp Alexander Gessler 2015-01-31 20:53:38 +0100
  • 455d190fd0 CMakeLists: backwards compatibility with CMake < 3.0. Alexander Gessler 2015-01-31 20:51:36 +0100
  • 08ad6ae8fe Merge pull request #450 from turol/afl-fixes Alexander Gessler 2015-01-31 20:51:07 +0100
  • 792da49933 Fix out-of-bounds write when STL file node name is too long Turo Lamminen 2015-01-28 16:06:01 +0200
  • f971b66c47 Fix out-of-bounds read in invalid compressed X file Turo Lamminen 2015-01-28 14:29:14 +0200
  • 0e579bfb06 openddl-parser: latest greatest. Kim Kulling 2015-01-31 12:01:18 +0100
  • e1c6a16b85 support of openddlparser lib without x++11. Kim Kulling 2015-01-31 11:46:13 +0100