Fix a series of physical system problems#1712
Merged
GuoLei1990 merged 8 commits intogalacean:mainfrom Aug 28, 2023
Merged
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #1712 +/- ##
==========================================
- Coverage 59.31% 59.26% -0.05%
==========================================
Files 368 368
Lines 19328 19327 -1
Branches 2803 2802 -1
==========================================
- Hits 11465 11455 -10
- Misses 6786 6794 +8
- Partials 1077 1078 +1
☔ View full report in Codecov by Sentry. |
GuoLei1990
reviewed
Aug 25, 2023
GuoLei1990
reviewed
Aug 25, 2023
8cc9f4f to
20d9998
Compare
GuoLei1990
approved these changes
Aug 28, 2023
GuoLei1990
added a commit
to GuoLei1990/galacean-engine
that referenced
this pull request
Aug 30, 2023
* main: Add physic unit test timeout (galacean#1717) "v1.0.0-beta.20" Fix `PhysicManager` fixedTimeStep less than 0 bug (galacean#1715) Fix physx unit test (galacean#1714) Fix a series of physical system problems (galacean#1712) Fix avoid destroyed material error (galacean#1705) "v1.0.0-beta.19" # Conflicts: # packages/core/package.json # packages/core/src/physics/PhysicsScene.ts # packages/design/package.json # packages/draco/package.json # packages/galacean/package.json # packages/loader/package.json # packages/math/package.json # packages/physics-lite/package.json # packages/physics-lite/src/LitePhysicsManager.ts # packages/physics-physx/package.json # packages/physics-physx/src/PhysXPhysics.ts # packages/rhi-webgl/package.json # tests/package.json
GuoLei1990
added a commit
to GuoLei1990/galacean-engine
that referenced
this pull request
Sep 2, 2023
* dev/1.1: Fix delay add scene can't fire `onEnbaleInScene` bug (galacean#1725) Fix multi scene script error and GC problem (galacean#1724) fix: glTF parser error and test case (galacean#1723) fix: Script onDisable error (galacean#1719) "v1.1.0-alpha.2" Add physic unit test timeout (galacean#1717) "v1.0.0-beta.20" Fix `PhysicManager` fixedTimeStep less than 0 bug (galacean#1715) Fix physx unit test (galacean#1714) Fix a series of physical system problems (galacean#1712) Fix avoid destroyed material error (galacean#1705) # Conflicts: # packages/core/package.json # packages/design/package.json # packages/draco/package.json # packages/galacean/package.json # packages/loader/package.json # packages/math/package.json # packages/physics-lite/package.json # packages/physics-physx/package.json # packages/rhi-webgl/package.json
GuoLei1990
added a commit
to cptbtptpbcptdtptp/engine
that referenced
this pull request
Sep 11, 2023
* main: (23 commits) Fix the boundary value of exitTime issue with crossFade (galacean#1695) test(Light): add unit test case of `Light` (galacean#1702) Add unit test case of `BlendShapeManager` (galacean#1704) test(BlendShape): add unit test case of BlendShape (galacean#1703) Fixed an issue where animation playback skipped the first frame (galacean#1734) Fix the bug when user change speed direction in event handler (galacean#1692) test(PrimitiveMesh): update unit test case of `PrimitiveMesh` (galacean#1684) test(BufferMesh): update unit test case of (galacean#1691) test(SkinnedMeshRenderer): update unit test case of `SkinnedMeshRenderer` (galacean#1690) test(MeshRenderer): update unit test case of `MeshRenderer` (galacean#1683) chore: fix scene loader (galacean#1711) Fix shader compatible issue (galacean#1718) Add physic unit test timeout (galacean#1717) "v1.0.0-beta.20" Fix `PhysicManager` fixedTimeStep less than 0 bug (galacean#1715) Fix physx unit test (galacean#1714) Fix a series of physical system problems (galacean#1712) Fix avoid destroyed material error (galacean#1705) "v1.0.0-beta.19" fix: memory leak of Transform (galacean#1701) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
What is the current behavior? (You can also link to an open issue here)
What is the new behavior (if this is a feature change)?
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
Other information: