| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix Whitespace (#6063) | krishty | 2025-03-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | * Fix Whitespace No functional changes. This commit removes trailing spaces, undesired line breaks, and formatting screwups. * Remove more useless line breaks in license (500 out of 630 license copies do NOT use double line breaks here) --------- Co-authored-by: Krishty <krishty@krishty.com> Co-authored-by: Kim Kulling <kimkulling@users.noreply.github.com> | ||||
| * | Refactorings: glTF cleanups (#6028) | Kim Kulling | 2025-03-05 | 1 | -1/+1 |
| | | |||||
| * | Use ear-cutting library for triangulation (#5977) | Stefan | 2025-02-13 | 1 | -124/+38 |
| | | | | | | | | | | | | | | * Use ear-cutting library for triangulation Fixes #3609 Fixes #3019 Fixes #1136 * Fix typo --------- Co-authored-by: Kim Kulling <kimkulling@users.noreply.github.com> | ||||
| * | Return false instead of crash (#5685) | Kim Kulling | 2024-07-23 | 1 | -6/+8 |
| | | | | | - Return false instead of crash - closes https://github.com/assimp/assimp/issues/5684 | ||||
| * | Add 2024 to copyright infos (#5475) | Kim Kulling | 2024-02-23 | 1 | -1/+1 |
| | | |||||
| * | Update Triangulate Process [more another case] | Aaron | 2023-08-15 | 1 | -1/+1 |
| | | |||||
| * | Refactoring: Reuse code from GeometryUtils | Kim Kulling | 2023-05-04 | 1 | -41/+4 |
| | | |||||
| * | Refactoring: Code cleanup post-processing. | Kim Kulling | 2023-03-14 | 1 | -9/+0 |
| | | |||||
| * | bugfix the three vertices are collinear when converting a polygon to a triangle. | Jackie9527 | 2023-03-01 | 1 | -0/+15 |
| | | | | | Signed-off-by: Jackie9527 <80555200+Jackie9527@users.noreply.github.com> | ||||
| * | Manually fix up 100 more instances where it should be defaulted | Aaron Gokaslan | 2022-08-25 | 1 | -8/+2 |
| | | |||||
| * | Update copyrights | Kim Kulling | 2022-01-10 | 1 | -1/+1 |
| | | |||||
| * | removed trailing spaces and tabs from source and text | Krishty | 2021-07-29 | 1 | -6/+6 |
| | | | | | This commit ignores the “contrib” folder in order to prevent merge conflicts in dependencies, should these be updated via git. | ||||
| * | Fixing encoding when lines and points are encountered | Clement Jacob | 2021-03-30 | 1 | -36/+45 |
| | | |||||
| * | NGON encoding triangles only | Clement Jacob | 2021-03-30 | 1 | -1/+2 |
| | | |||||
| * | Refactoring and fixing remaining issues in triangulation process | Clement Jacob | 2021-03-30 | 1 | -28/+87 |
| | | |||||
| * | Refactoring the extension | Clement Jacob | 2021-03-30 | 1 | -16/+22 |
| | | |||||
| * | Fixing quad encoding | Clement Jacob | 2021-03-30 | 1 | -3/+7 |
| | | |||||
| * | Adding quad proper handling | Clement Jacob | 2021-03-30 | 1 | -7/+14 |
| | | |||||
| * | [gltf2-exporter] Adding FB_ngon_encoding support | Clement Jacob | 2021-03-30 | 1 | -0/+11 |
| | | |||||
| * | Update copyrights to 2021. | Kim Kulling | 2021-02-28 | 1 | -1/+1 |
| | | |||||
| * | Fix possible overflow in new. | Kim Kulling | 2020-08-05 | 1 | -1/+2 |
| | | |||||
| * | replace NULL and avoid ai_assert with more than 2 tests. | Kim Kulling | 2020-06-23 | 1 | -5/+5 |
| |\ | |||||
| | * | More thinks using VERBOSE_DEBUG | Malcolm Tyrrell | 2020-05-18 | 1 | -1/+1 |
| |/ | |||||
| * | fix more warnings. | Kim Kulling | 2020-02-16 | 1 | -2/+2 |
| | | |||||
| * | Updated copyright dates. | Marc-Antoine Lortie | 2020-01-20 | 1 | -1/+1 |
| | | | | | | | | | | | Changed copyright end year to 2020 in every reference "Copyright (c) 2006-XXXX, assimp team". Changed copyright end year to 2020 in every reference "Copyright (c) 2006-XXXX, ASSIMP Development Team". Changed copyright end year to 2020 in LICENCE.rtf. Changed copyright end year in CMakeFiles.txt files and any other places referencing Assimp with a copyright start and end year. | ||||
| * | Fix the compile pass, still unresolved symbols. | Kim Kulling | 2019-06-10 | 1 | -5/+5 |
| | | |||||
| * | Reorg of code. | Kim Kulling | 2019-06-06 | 1 | -0/+530 |
