Commit Graph

  • f2f967b8ba
    Merge branch 'master' into remove-useless-virtual Kim Kulling 2023-01-22 20:25:45 +0100
  • 051c81c403
    Merge branch 'master' into restore-comment Kim Kulling 2023-01-22 20:24:21 +0100
  • c48507beea
    Merge pull request #4882 from krishty/trim-whitespace Kim Kulling 2023-01-22 17:17:53 +0100
  • f8bc8293ce
    Update FBXMeshGeometry.h Kim Kulling 2023-01-22 16:48:45 +0100
  • 303c30668f
    Merge branch 'master' into trim-whitespace Kim Kulling 2023-01-22 16:37:43 +0100
  • bf57eef8f2
    Merge pull request #4897 from assimp/kimkulling/ensure_initializer_exists Kim Kulling 2023-01-20 20:38:30 +0100
  • 7ad36b8925
    Merge branch 'master' into kimkulling/ensure_initializer_exists Kim Kulling 2023-01-20 20:01:41 +0100
  • 43d336311e
    Merge pull request #4896 from assimp/kimkulling/remove_Zi_flag_msvc_issue-4845 Kim Kulling 2023-01-20 20:00:51 +0100
  • 5ed01bcfa3
    Ensure initializer exists Kim Kulling 2023-01-20 20:00:36 +0100
  • 9e1de3ec6e
    Remove /Zi compiler flag for MSVC, release config Kim Kulling 2023-01-20 19:45:45 +0100
  • 288d49b721
    Merge pull request #4895 from assimp/kimkulling/make_remove_empty_bones_optional_issue-4840 Kim Kulling 2023-01-20 19:33:41 +0100
  • 81cf1369db
    Set correct number of bones in mesh instance Kim Kulling 2023-01-20 19:20:06 +0100
  • ab0a119626
    Update LimitBoneWeightsProcess.cpp Kim Kulling 2023-01-20 19:14:04 +0100
  • 8d1256f472 Comments about winding order fix for gen normals lsnoel 2023-01-20 14:55:06 +0000
  • d331a7e5d4
    Merge branch 'master' into fix-build-without-armaturepopulate-post-process Kim Kulling 2023-01-20 13:52:13 +0100
  • eb5d3c51e8 Correctly consider aiProcess_FlipWindingOrder AND aiProcess_MakeLeftHanded when generating normals lsnoel 2023-01-19 16:46:29 +0000
  • 72f360710a Fix MSVC Warnings With “emplace_back()” Krishty 2023-01-18 00:08:38 +0100
  • 20acfeaf97
    Merge branch 'master' into fix_gltf2_camera_fov shimaowo 2023-01-17 14:39:54 -0800
  • 67eae8ee5a
    Merge pull request #4878 from MMory/f-FixWhitespaceBetweenTagAndNum Kim Kulling 2023-01-17 20:04:47 +0100
  • b298b79a46 add missing parens shimaowo 2023-01-17 10:53:41 -0800
  • 7f6e96747b
    Merge branch 'master' into f-FixWhitespaceBetweenTagAndNum Martin Mory 2023-01-17 13:32:39 +0100
  • d640a89035
    Merge pull request #4879 from krishty/fix-build-with-m3d-import-only Kim Kulling 2023-01-17 12:14:23 +0100
  • a89d5c7cea
    Merge branch 'master' into f-FixWhitespaceBetweenTagAndNum Martin Mory 2023-01-17 12:10:46 +0100
  • e9f95e5ab6
    Merge branch 'master' into fix-build-with-m3d-import-only Kim Kulling 2023-01-17 11:22:00 +0100
  • 6a8f169103
    Merge pull request #4872 from drbct/fixJoinVerticesProcess Kim Kulling 2023-01-17 11:05:57 +0100
  • 19dec716d3
    Merge branch 'master' into fixJoinVerticesProcess Kim Kulling 2023-01-17 09:11:43 +0100
  • 36305cf987 Tidy Up Constructors and Destructors Krishty 2023-01-16 21:47:11 +0100
  • 43a062a5d7 Remove Stray Semicolon Krishty 2023-01-16 20:45:00 +0100
  • 39cbef1e21 Fix: fix incorrect math for calculating the horizontal FOV of a perspective camera in GLTF2 import #4435 shimaowo 2023-01-16 11:39:13 -0800
  • 3d3e856925 Trim Trailing Whitespace Krishty 2023-01-16 09:12:35 +0100
  • 793284a766 Fix Build Without ArmaturePopulate Post Process Step Krishty 2023-01-16 08:42:50 +0100
  • 5cbc00a595 Fix Build With M3D Import Only Krishty 2023-01-16 08:29:49 +0100
  • bad76fd0f1 Replace Variables With Literals Krishty 2023-01-16 08:18:36 +0100
  • e5c02e8d45 Remove Useless “virtual” Krishty 2023-01-16 08:12:24 +0100
  • 18747d245d Restore Comment Krishty 2023-01-16 08:05:11 +0100
  • 43c0f8bb3d Remove whitespace between a <v> tag and the first number, otherwise first call to strtoul10() returns 0 and the indices are broken, leading to possible out-of-bound access and memory corruption/crash Martin Mory 2023-01-15 23:03:41 +0100
  • 70edec0efb
    Merge pull request #4876 from assimp/kimkulling/remove_deprecated_comment_issue-4869 Kim Kulling 2023-01-15 20:42:31 +0100
  • 2d37f49f51
    Remove deprecated comment Kim Kulling 2023-01-15 19:12:24 +0100
  • eb328ce69d
    Merge pull request #4873 from tellypresence/improve-mMethod-typing Kim Kulling 2023-01-13 10:31:45 +0100
  • b2672c082d Change mMethod type to enum aiMorphingMethod Steve M 2023-01-12 12:01:22 -0800
  • 74af523b3e Generalize JoinVerticesProcess for multiple UV and color channels Daniel Rösner 2023-01-12 13:13:46 +0100
  • 33c32b6b35
    Merge pull request #4855 from asmaloney/spelling Kim Kulling 2023-01-08 21:00:39 +0100
  • b393132b58
    Merge branch 'master' into spelling Kim Kulling 2023-01-08 17:43:55 +0100
  • 9ace81a3d2
    Merge pull request #4863 from assimp/kimkulling/update_readme Kim Kulling 2023-01-05 12:56:17 +0100
  • f6457e1c87
    Update Readme.md Kim Kulling 2023-01-05 11:34:12 +0100
  • fa7d3aa0c0
    Update the getting help section Kim Kulling 2023-01-05 11:32:01 +0100
  • 2af29f4836
    Merge pull request #4861 from assimp/kimkulling/LWOAnimation_fix_division_by_zero_issue-4860 Kim Kulling 2023-01-04 09:37:41 +0100
  • 96b071bdb1
    Fix: Fix possible division by zero Kim Kulling 2023-01-04 09:19:37 +0100
  • 767644cd3f
    Merge pull request #4859 from assimp/kimkulling/fix_signed_unsigned_mismatch_warning-issue-4854 Kim Kulling 2023-01-03 21:24:17 +0100
  • df8a9bb2b8
    Fix: Fix signed unsigned mismatch Kim Kulling 2023-01-03 21:11:09 +0100
  • 35162c19b2
    Merge branch 'master' into spelling Kim Kulling 2023-01-03 20:32:41 +0100
  • 8c57382b20
    Merge pull request #4858 from asmaloney/cmake-remove-dead-code Kim Kulling 2023-01-03 19:30:12 +0100
  • 465566a87e {cmake} Remove dead code Andy Maloney 2023-01-03 05:04:25 -0500
  • e893248e7c Fix several spelling mistakes & a comment Andy Maloney 2023-01-01 13:27:16 -0500
  • 05279f8bbd
    Merge pull request #4852 from sfjohnston/sfjohnston_mods Kim Kulling 2022-12-31 15:29:24 +0100
  • 6c95fe19d0
    Merge branch 'master' into fix-artifact Kazuki Y 2022-12-29 23:46:13 +0900
  • 26e4ab2a23
    Merge branch 'assimp:master' into master Kazuki Y 2022-12-29 23:44:30 +0900
  • a84bf34cbb
    Update ccpp.yml Kazuki Y 2022-12-29 23:43:07 +0900
  • 25f0146f44 sprintf to snprintf with known MAXLEN for buffer. sfjohnston 2022-12-28 12:32:11 -0800
  • cd0bbe15af
    Merge branch 'master' into fix-artifact Kazuki Y 2022-12-28 22:07:07 +0900
  • 7eadcebc9f
    Merge pull request #4850 from assimp/kimkulling/move_asserthandler_to_include_issue-4779 Kim Kulling 2022-12-23 16:57:37 +0100
  • ef5dd8c451
    Merge branch 'master' into kimkulling/move_asserthandler_to_include_issue-4779 Kim Kulling 2022-12-23 16:29:30 +0100
  • a8e50be781 Refactoring: Move asserthandler header to include Kim Kulling 2022-12-23 16:19:39 +0100
  • 883667c61a
    Merge pull request #4848 from assimp/kimkulling/unzip_fix_compiler_warning Kim Kulling 2022-12-23 14:07:04 +0100
  • 89b5011759
    Update unzip.c Kim Kulling 2022-12-23 13:50:16 +0100
  • d04dd1af9b
    Merge branch 'master' into fix-artifact Kazuki Y 2022-12-21 22:35:35 +0900
  • b406ce6707
    Merge branch 'assimp:master' into master Kazuki Y 2022-12-20 19:24:15 +0900
  • 022c385571
    Merge pull request #4846 from rohit-kumar-j/patch-1 Kim Kulling 2022-12-19 09:49:20 +0100
  • 76de8ba1f4
    Update material.inl Kim Kulling 2022-12-19 08:58:45 +0100
  • 6743274b31
    illegal token on right-side-of ::Windows RKJ 2022-12-19 04:06:36 +0530
  • 2c87088079
    Update ccpp.yml Kazuki Y 2022-12-17 21:49:28 +0900
  • 2ec097b862
    Update ccpp.yml Kazuki Y 2022-12-17 21:06:36 +0900
  • dd313da24f
    Update ccpp.yml Kazuki Y 2022-12-17 21:04:11 +0900
  • 5925dcd0e2
    Update ccpp.yml Kazuki Y 2022-12-17 15:08:25 +0900
  • 9b644494ed
    Merge branch 'assimp:master' into master Kazuki Y 2022-12-17 15:00:20 +0900
  • 1e2cff6383
    Merge pull request #4824 from umesh-huawei/master Kim Kulling 2022-12-16 11:25:31 +0100
  • 376f66a06d
    Merge branch 'master' into master Kim Kulling 2022-12-16 10:11:56 +0100
  • dbeeb2ec6d
    Merge branch 'master' into dependabot/github_actions/lukka/run-cmake-10 Kim Kulling 2022-12-16 09:38:19 +0100
  • 5c763f471c
    Merge pull request #4838 from sashashura/patch-10 Kim Kulling 2022-12-16 09:18:23 +0100
  • c3d15a3f51
    Fix minor review findings. Kim Kulling 2022-12-16 09:03:40 +0100
  • c92b84e38d
    Merge branch 'master' into patch-10 Kim Kulling 2022-12-16 09:00:41 +0100
  • 7c6e33fef1
    Merge pull request #4837 from sashashura/patch-9 Kim Kulling 2022-12-15 15:08:16 +0100
  • db8ff41679
    Update MD5Parser.cpp Kim Kulling 2022-12-15 14:06:57 +0100
  • 2612950b7b
    Merge branch 'master' into patch-9 Kim Kulling 2022-12-15 14:05:35 +0100
  • ee02c389ca
    Merge pull request #4836 from sashashura/patch-8 Kim Kulling 2022-12-15 14:04:19 +0100
  • b1a700dbbc
    Merge pull request #1 from NeosSharedProject/TestPatch Kazuki Y 2022-12-12 12:43:51 +0900
  • f77db867b5
    Update ccpp.yml Kazuki Y 2022-12-12 12:43:34 +0900
  • 4b523e99c4
    fix ccpp.yml - build both hunter or not kazu0617 2022-12-12 12:10:32 +0900
  • 53f0d5dcbd
    fix ccpp.yml -- fix matrix.name check for artifact kazu0617 2022-12-12 10:55:13 +0900
  • bbfc9f4658
    upload/release対象のartifactを修正 Kazuki Y 2022-12-12 10:34:45 +0900
  • 917352dd8b
    Fixes Heap-buffer-overflow READ 1 in Assimp::ObjFileParser::getFace https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=49274 sashashura 2022-12-11 01:54:57 +0100
  • 90769ef3e6
    Fixes Heap-buffer-overflow READ 1 in Assimp::MD5::MD5Parser::ParseHeader Alex 2022-12-11 00:02:09 +0000
  • fde8bf1071
    buildする方についてwindows-msvcのついている方にした Kazuki Y 2022-12-10 17:37:49 +0900
  • d5294be00b
    Fixes Heap-buffer-overflow READ 4 in Assimp::ScenePreprocessor::ProcessMesh Alex 2022-12-10 01:22:00 +0000
  • cf3be00fd3
    Update ccpp.yml Kazuki Y 2022-12-09 17:42:45 +0900
  • 1f8f4da97c
    Merge branch 'assimp:master' into master Kazuki Y 2022-12-09 16:21:11 +0900
  • b9cf35ea3a
    Update ccpp.yml Kazuki Y 2022-12-09 16:20:49 +0900
  • 09375a386a
    Update ccpp.yml Kazuki Y 2022-12-09 10:28:32 +0900
  • a09a4d0518
    Update ccpp.yml Kazuki Y 2022-12-09 01:49:22 +0900
  • 8b73b85628
    Update ccpp.yml Kazuki Y 2022-12-09 01:34:19 +0900