@quenty/clipcharacters 12.39.0 → 12.40.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [12.40.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/clipcharacters@12.40.0...@quenty/clipcharacters@12.40.1) (2026-05-30)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @quenty/clipcharacters
|
|
9
|
+
|
|
10
|
+
# [12.40.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/clipcharacters@12.39.0...@quenty/clipcharacters@12.40.0) (2026-05-29)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @quenty/clipcharacters
|
|
13
|
+
|
|
6
14
|
# [12.39.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/clipcharacters@12.38.0...@quenty/clipcharacters@12.39.0) (2026-05-20)
|
|
7
15
|
|
|
8
16
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quenty/clipcharacters",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.40.1",
|
|
4
4
|
"description": "Clip characters locally on the client of other clients so they don't interfer with physics.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Roblox",
|
|
@@ -29,21 +29,21 @@
|
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@quenty/baseobject": "10.13.0",
|
|
32
|
-
"@quenty/brio": "14.
|
|
33
|
-
"@quenty/characterutils": "12.
|
|
32
|
+
"@quenty/brio": "14.30.1",
|
|
33
|
+
"@quenty/characterutils": "12.32.1",
|
|
34
34
|
"@quenty/loader": "10.11.0",
|
|
35
35
|
"@quenty/maid": "3.9.0",
|
|
36
36
|
"@quenty/nevermore-test-runner": "1.4.0",
|
|
37
|
-
"@quenty/playerutils": "8.
|
|
38
|
-
"@quenty/remoting": "12.
|
|
39
|
-
"@quenty/servicebag": "11.18.
|
|
40
|
-
"@quenty/statestack": "14.
|
|
37
|
+
"@quenty/playerutils": "8.32.1",
|
|
38
|
+
"@quenty/remoting": "12.32.1",
|
|
39
|
+
"@quenty/servicebag": "11.18.1",
|
|
40
|
+
"@quenty/statestack": "14.32.1",
|
|
41
41
|
"@quenty/table": "3.9.2",
|
|
42
|
-
"@quenty/valueobject": "13.
|
|
42
|
+
"@quenty/valueobject": "13.31.1",
|
|
43
43
|
"@quentystudios/jest-lua": "3.10.0-quenty.2"
|
|
44
44
|
},
|
|
45
45
|
"publishConfig": {
|
|
46
46
|
"access": "public"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "598b2b62b36bdcbdbbd56f7db10c399831cc6eba"
|
|
49
49
|
}
|
|
@@ -22,8 +22,8 @@ function ClipCharactersServiceClient:Init(serviceBag: ServiceBag.ServiceBag)
|
|
|
22
22
|
end
|
|
23
23
|
|
|
24
24
|
--[=[
|
|
25
|
-
Disables collisions between default geometry and other
|
|
26
|
-
glitches from
|
|
25
|
+
Disables collisions between default geometry and other characters which stops some random physics
|
|
26
|
+
glitches from occurring.
|
|
27
27
|
]=]
|
|
28
28
|
function ClipCharactersServiceClient:PushDisableCharacterCollisionsWithDefault()
|
|
29
29
|
return self._disableCollisions:PushState(true)
|