@quenty/ragdoll 15.39.0-canary.636.52f1a4b.0 → 15.40.0-canary.644.d3040d7.0
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 +12 -1
- package/package.json +23 -23
- package/src/Client/Classes/RagdollClient.lua +1 -1
- package/src/Client/Classes/RagdollHumanoidOnDeathClient.lua +1 -1
- package/src/Client/Classes/RagdollHumanoidOnFallClient.lua +1 -1
- package/src/Client/Classes/RagdollableClient.lua +1 -1
- package/src/Server/Classes/RagdollHumanoidOnDeath.lua +1 -1
- package/src/Server/Classes/RagdollHumanoidOnFall.lua +1 -1
- package/src/Server/Classes/Ragdollable.lua +1 -1
- package/src/Server/Classes/UnragdollAutomatically.lua +1 -1
- package/src/Shared/Classes/BindableRagdollHumanoidOnFall.lua +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,18 @@
|
|
|
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
|
-
# [15.
|
|
6
|
+
# [15.40.0-canary.644.d3040d7.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/ragdoll@15.39.0...@quenty/ragdoll@15.40.0-canary.644.d3040d7.0) (2026-01-16)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* Add luau typing to a variety of classes ([0271856](https://github.com/Quenty/NevermoreEngine/commit/0271856de02cc28c1d1d512c43bd6adeeaa41587))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [15.39.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/ragdoll@15.38.1...@quenty/ragdoll@15.39.0) (2026-01-13)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @quenty/ragdoll
|
|
9
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quenty/ragdoll",
|
|
3
|
-
"version": "15.
|
|
3
|
+
"version": "15.40.0-canary.644.d3040d7.0",
|
|
4
4
|
"description": "Quenty's Ragdoll system for Roblox - Floppy fun ragdolls",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Roblox",
|
|
@@ -28,40 +28,40 @@
|
|
|
28
28
|
"Quenty"
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@quenty/adorneedata": "7.
|
|
32
|
-
"@quenty/attributeutils": "14.23.0
|
|
31
|
+
"@quenty/adorneedata": "7.27.0-canary.644.d3040d7.0",
|
|
32
|
+
"@quenty/attributeutils": "14.23.0",
|
|
33
33
|
"@quenty/baseobject": "10.9.3",
|
|
34
|
-
"@quenty/binder": "14.28.0
|
|
35
|
-
"@quenty/brio": "14.23.0
|
|
36
|
-
"@quenty/camera": "14.
|
|
34
|
+
"@quenty/binder": "14.28.0",
|
|
35
|
+
"@quenty/brio": "14.23.0",
|
|
36
|
+
"@quenty/camera": "14.31.0-canary.644.d3040d7.0",
|
|
37
37
|
"@quenty/cancellabledelay": "3.6.2",
|
|
38
|
-
"@quenty/characterutils": "12.25.0
|
|
39
|
-
"@quenty/draw": "7.
|
|
38
|
+
"@quenty/characterutils": "12.25.0",
|
|
39
|
+
"@quenty/draw": "7.10.0-canary.644.d3040d7.0",
|
|
40
40
|
"@quenty/enumutils": "3.4.5",
|
|
41
41
|
"@quenty/hapticfeedbackutils": "3.3.2",
|
|
42
|
-
"@quenty/instanceutils": "13.23.0
|
|
42
|
+
"@quenty/instanceutils": "13.23.0",
|
|
43
43
|
"@quenty/loader": "10.9.3",
|
|
44
44
|
"@quenty/maid": "3.5.3",
|
|
45
|
-
"@quenty/motor6d": "7.
|
|
46
|
-
"@quenty/physicsutils": "8.22.0
|
|
47
|
-
"@quenty/playerhumanoidbinder": "14.29.0
|
|
48
|
-
"@quenty/promise": "10.13.0
|
|
49
|
-
"@quenty/qframe": "10.13.0
|
|
50
|
-
"@quenty/r15utils": "13.24.0
|
|
51
|
-
"@quenty/remoting": "12.
|
|
52
|
-
"@quenty/rx": "13.22.0
|
|
53
|
-
"@quenty/rxbinderutils": "14.28.0
|
|
54
|
-
"@quenty/rxsignal": "7.22.0
|
|
45
|
+
"@quenty/motor6d": "7.34.0-canary.644.d3040d7.0",
|
|
46
|
+
"@quenty/physicsutils": "8.22.0",
|
|
47
|
+
"@quenty/playerhumanoidbinder": "14.29.0",
|
|
48
|
+
"@quenty/promise": "10.13.0",
|
|
49
|
+
"@quenty/qframe": "10.13.0",
|
|
50
|
+
"@quenty/r15utils": "13.24.0",
|
|
51
|
+
"@quenty/remoting": "12.25.0-canary.644.d3040d7.0",
|
|
52
|
+
"@quenty/rx": "13.22.0",
|
|
53
|
+
"@quenty/rxbinderutils": "14.28.0",
|
|
54
|
+
"@quenty/rxsignal": "7.22.0",
|
|
55
55
|
"@quenty/servicebag": "11.13.6",
|
|
56
56
|
"@quenty/spring": "10.10.1",
|
|
57
57
|
"@quenty/steputils": "3.6.3",
|
|
58
58
|
"@quenty/table": "3.9.2",
|
|
59
|
-
"@quenty/tie": "10.
|
|
60
|
-
"@quenty/valuebaseutils": "13.23.0
|
|
61
|
-
"@quenty/valueobject": "13.24.0
|
|
59
|
+
"@quenty/tie": "10.32.0-canary.644.d3040d7.0",
|
|
60
|
+
"@quenty/valuebaseutils": "13.23.0",
|
|
61
|
+
"@quenty/valueobject": "13.24.0"
|
|
62
62
|
},
|
|
63
63
|
"publishConfig": {
|
|
64
64
|
"access": "public"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "d3040d7a07ae7b2586bb982399b401fe19f1eb3f"
|
|
67
67
|
}
|
|
@@ -31,7 +31,7 @@ RagdollClient.__index = RagdollClient
|
|
|
31
31
|
@param serviceBag ServiceBag
|
|
32
32
|
@return RagdollClient
|
|
33
33
|
]=]
|
|
34
|
-
function RagdollClient.new(humanoid, serviceBag: ServiceBag.ServiceBag)
|
|
34
|
+
function RagdollClient.new(humanoid: Humanoid, serviceBag: ServiceBag.ServiceBag)
|
|
35
35
|
local self = setmetatable(BaseObject.new(humanoid), RagdollClient)
|
|
36
36
|
|
|
37
37
|
self._serviceBag = assert(serviceBag, "No serviceBag")
|
|
@@ -28,7 +28,7 @@ RagdollHumanoidOnDeathClient.__index = RagdollHumanoidOnDeathClient
|
|
|
28
28
|
@param serviceBag ServiceBag
|
|
29
29
|
@return RagdollHumanoidOnDeathClient
|
|
30
30
|
]=]
|
|
31
|
-
function RagdollHumanoidOnDeathClient.new(humanoid, serviceBag: ServiceBag.ServiceBag)
|
|
31
|
+
function RagdollHumanoidOnDeathClient.new(humanoid: Humanoid, serviceBag: ServiceBag.ServiceBag)
|
|
32
32
|
local self = setmetatable(BaseObject.new(humanoid), RagdollHumanoidOnDeathClient)
|
|
33
33
|
|
|
34
34
|
self._serviceBag = assert(serviceBag, "No serviceBag")
|
|
@@ -30,7 +30,7 @@ require("PromiseRemoteEventMixin"):Add(RagdollHumanoidOnFallClient, RagdollHuman
|
|
|
30
30
|
@param serviceBag ServiceBag
|
|
31
31
|
@return RagdollHumanoidOnFallClient
|
|
32
32
|
]=]
|
|
33
|
-
function RagdollHumanoidOnFallClient.new(humanoid, serviceBag: ServiceBag.ServiceBag)
|
|
33
|
+
function RagdollHumanoidOnFallClient.new(humanoid: Humanoid, serviceBag: ServiceBag.ServiceBag)
|
|
34
34
|
local self = setmetatable(BaseObject.new(humanoid), RagdollHumanoidOnFallClient)
|
|
35
35
|
|
|
36
36
|
self._serviceBag = assert(serviceBag, "No serviceBag")
|
|
@@ -26,7 +26,7 @@ RagdollableClient.__index = RagdollableClient
|
|
|
26
26
|
@param serviceBag ServiceBag
|
|
27
27
|
@return RagdollableClient
|
|
28
28
|
]=]
|
|
29
|
-
function RagdollableClient.new(humanoid, serviceBag: ServiceBag.ServiceBag)
|
|
29
|
+
function RagdollableClient.new(humanoid: Humanoid, serviceBag: ServiceBag.ServiceBag)
|
|
30
30
|
local self = setmetatable(RagdollableBase.new(humanoid), RagdollableClient)
|
|
31
31
|
|
|
32
32
|
self._serviceBag = assert(serviceBag, "No serviceBag")
|
|
@@ -22,7 +22,7 @@ RagdollHumanoidOnDeath.__index = RagdollHumanoidOnDeath
|
|
|
22
22
|
@param serviceBag ServiceBag
|
|
23
23
|
@return RagdollHumanoidOnDeath
|
|
24
24
|
]=]
|
|
25
|
-
function RagdollHumanoidOnDeath.new(humanoid, serviceBag: ServiceBag.ServiceBag)
|
|
25
|
+
function RagdollHumanoidOnDeath.new(humanoid: Humanoid, serviceBag: ServiceBag.ServiceBag)
|
|
26
26
|
local self = setmetatable(BaseObject.new(humanoid), RagdollHumanoidOnDeath)
|
|
27
27
|
|
|
28
28
|
self._serviceBag = assert(serviceBag, "Bad serviceBag")
|
|
@@ -27,7 +27,7 @@ RagdollHumanoidOnFall.__index = RagdollHumanoidOnFall
|
|
|
27
27
|
@param serviceBag ServiceBag
|
|
28
28
|
@return RagdollHumanoidOnFall
|
|
29
29
|
]=]
|
|
30
|
-
function RagdollHumanoidOnFall.new(humanoid, serviceBag: ServiceBag.ServiceBag)
|
|
30
|
+
function RagdollHumanoidOnFall.new(humanoid: Humanoid, serviceBag: ServiceBag.ServiceBag)
|
|
31
31
|
local self = setmetatable(BaseObject.new(humanoid), RagdollHumanoidOnFall)
|
|
32
32
|
|
|
33
33
|
self._serviceBag = assert(serviceBag, "Bad serviceBag")
|
|
@@ -32,7 +32,7 @@ Ragdollable.__index = Ragdollable
|
|
|
32
32
|
@param serviceBag ServiceBag
|
|
33
33
|
@return Ragdollable
|
|
34
34
|
]=]
|
|
35
|
-
function Ragdollable.new(humanoid, serviceBag: ServiceBag.ServiceBag)
|
|
35
|
+
function Ragdollable.new(humanoid: Humanoid, serviceBag: ServiceBag.ServiceBag)
|
|
36
36
|
local self = setmetatable(RagdollableBase.new(humanoid), Ragdollable)
|
|
37
37
|
|
|
38
38
|
self._serviceBag = assert(serviceBag, "No serviceBag")
|
|
@@ -33,7 +33,7 @@ UnragdollAutomatically.__index = UnragdollAutomatically
|
|
|
33
33
|
@param serviceBag ServiceBag
|
|
34
34
|
@return UnragdollAutomatically
|
|
35
35
|
]=]
|
|
36
|
-
function UnragdollAutomatically.new(humanoid, serviceBag: ServiceBag.ServiceBag)
|
|
36
|
+
function UnragdollAutomatically.new(humanoid: Humanoid, serviceBag: ServiceBag.ServiceBag)
|
|
37
37
|
local self = setmetatable(BaseObject.new(humanoid), UnragdollAutomatically)
|
|
38
38
|
|
|
39
39
|
self._serviceBag = assert(serviceBag, "Bad serviceBag")
|
|
@@ -24,7 +24,7 @@ BindableRagdollHumanoidOnFall.__index = BindableRagdollHumanoidOnFall
|
|
|
24
24
|
@param ragdollBinder Binder<Ragdoll | RagdollClient>
|
|
25
25
|
@return BindableRagdollHumanoidOnFall
|
|
26
26
|
]=]
|
|
27
|
-
function BindableRagdollHumanoidOnFall.new(humanoid, ragdollBinder)
|
|
27
|
+
function BindableRagdollHumanoidOnFall.new(humanoid: Humanoid, ragdollBinder)
|
|
28
28
|
local self = setmetatable(BaseObject.new(humanoid), BindableRagdollHumanoidOnFall)
|
|
29
29
|
|
|
30
30
|
self._ragdollBinder = assert(ragdollBinder, "Bad ragdollBinder")
|