Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6727365712591573991
1177772524959480460
Binary file modified redist/redist-server-preview-old/Assembly-CSharp.dll
Binary file not shown.
27 changes: 16 additions & 11 deletions redist/redist-server-preview-old/Assembly-CSharp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12575,6 +12575,17 @@
OR use the nearly drop-in replacements FindFirstItemByAsset or HasItemByAsset.
</summary>
</member>
<member name="M:SDG.Unturned.SteamBBCodeUtils.removeYouTubePreviews(System.String@)">
<summary>
In-game rich text does not support embedded YouTube videos, but they look great in the web browser,
so we simply remove them from the in-game text.
</summary>
</member>
<member name="M:SDG.Unturned.SteamBBCodeUtils.removeCodeFormatting(System.String@)">
<summary>
Unfortunately in-game rich text does not have code formatting yet, so remove the tags while preserving text.
</summary>
</member>
<member name="P:SDG.Unturned.ItemClothingAsset.armor">
<summary>
Multiplier to incoming damage. Defaults to 1.0.
Expand Down Expand Up @@ -12643,17 +12654,6 @@
If true, the real item is shown rather than the cosmetic item. If false, the cosmetic item can be seen.
</summary>
</member>
<member name="M:SDG.Unturned.SteamBBCodeUtils.removeYouTubePreviews(System.String@)">
<summary>
In-game rich text does not support embedded YouTube videos, but they look great in the web browser,
so we simply remove them from the in-game text.
</summary>
</member>
<member name="M:SDG.Unturned.SteamBBCodeUtils.removeCodeFormatting(System.String@)">
<summary>
Unfortunately in-game rich text does not have code formatting yet, so remove the tags while preserving text.
</summary>
</member>
<member name="M:SDG.Unturned.ListExtension.GetRandomIndex``1(System.Collections.Generic.List{``0})">
<summary>
Get index within bounds assuming list is not empty.
Expand Down Expand Up @@ -17104,6 +17104,11 @@
transform.position used to test whether vehicle is moving.
</summary>
</member>
<member name="M:SDG.Unturned.InteractableVehicle.NotifyFirstSpawned">
<summary>
Should be called AFTER replication (if applicable) so that events can call methods relying on replication.
</summary>
</member>
<member name="F:SDG.Unturned.PlayerNPCDialogueUI.hasNextDialogue">
<summary>
If true, the player can press Interact [F] when there are no responses
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>RocketModFix.Unturned.Redist.Server-Preview</id>
<version>3.25.10.108</version>
<version>3.25.10.109</version>
<description>
Unturned 3 Server-side Preview redistributables. Standalone and always up-to-date.
</description>
Expand Down
4 changes: 2 additions & 2 deletions redist/redist-server-preview-old/manifest.sha256.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"SDG.HostBans.Runtime.dll": "8dee797f51bc71d963956dd8c5a9dcb20cb28b4d78f7277dff1ac5c04c41dd5a",
"com.rlabrecque.steamworks.net.dll": "be82f615a25dc536c0629a14b786bb6c7122b12fc097db64d1062a86e16c6239",
"Assembly-CSharp.dll": "04bddd4496baa68cbd30c9875b3b79de4010417da4d7c86ecf49b868442d0173",
"Assembly-CSharp.dll": "aa3aaef5e0d49560513e8806c630ec07b3d0d24702c81f4566cc683b11e89dc1",
"SDG.NetTransport.dll": "718ae0c6417d1fb299c3c393276335f9806e8f0d3f342d87604f289bd0aa697e",
"Assembly-CSharp.xml": "6608031abf3e1d480de38de3aee92759e17a36977ec268a6a705f64176bf0f7d",
"Assembly-CSharp.xml": "b3bb2eda1969c1cee8827f2b387b5e910fdeb4e5ac5322c016dc0e9bf0f14943",
"SDG.NetPak.Runtime.xml": "f9592fc449fbf9564e4d5d6b28d2d6c9cda75e94bc38250e65c1a1ff064aad11",
"SystemEx.dll": "c24f230d8a69a6da27acb6624ece0f88644acfe2aa27b362298c8951bd8d1967",
"UnturnedDat.dll": "5df9a82b0bdabdb43da09b6975e1497e2b9524537ba362da2ea9a23ae2a075d9",
Expand Down
10 changes: 5 additions & 5 deletions redist/redist-server-preview-old/version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"GameVersion": "3.25.10.108",
"BuildId": "21025998",
"NuGetVersion": "3.25.10.108",
"FilesHash": "ED348AEA77A7CF00F38408A41BBA5C16D765566E65520CCEEC0C905D4CF27A10",
"LastUpdated": "2025-12-02T18:32:26.5388391Z"
"GameVersion": "3.25.10.109",
"BuildId": "21029105",
"NuGetVersion": "3.25.10.109",
"FilesHash": "B26F21727990D6136390157B8737E26AFBA05F5D1BFCA616400320F56B4A8BCE",
"LastUpdated": "2025-12-02T22:52:27.1806741Z"
}