Skip to content

Commit f4d3bdf

Browse files
committed
Remove CorrectByteCasting
Fixed by the Splittening™
1 parent f0fcabf commit f4d3bdf

File tree

5 files changed

+3
-50
lines changed

5 files changed

+3
-50
lines changed

CommunityBugFixCollection/CorrectByteCasting.cs

Lines changed: 0 additions & 45 deletions
This file was deleted.

CommunityBugFixCollection/Locale/de.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"CommunityBugFixCollection.ConstantNodeNameAdjustments.Name": "(Alt) Constant Nodenamen Anpassungen",
2020
"CommunityBugFixCollection.ConstantNodeNameAdjustments.Description": "(Alt) Ändert die Namen der ProtoFlux Nodes in Strings > Constants darauf, wie sie im ursprünglichen Fix waren.",
2121
"CommunityBugFixCollection.CopySyncMemberToClipboardAction.Description": "Fügt eine Kopieren Aktion zu Feldern in Inspektoren hinzu, die keine Referenzen sind.",
22-
"CommunityBugFixCollection.CorrectByteCasting.Description": "Korrigiert die Konvertierung von bytes in andere Werte mittels ProtoFlux Value Casts.",
2322
"CommunityBugFixCollection.CorrectMaterialGizmoScaling.Description": "Verhindert, dass das MaterialGizmo zweimal skaliert wird, wenn man Editieren auf dem Materialwerzeug nutzt.",
2423
"CommunityBugFixCollection.CorrectOverriddenSpelling.Description": "Korrigiert die Schreibweise von Overridden auf ProtoFlux Nodes.",
2524
"CommunityBugFixCollection.DuplicateAndMoveMultipleGrabbedItems.Description": "Verhindert, dass Referenzen zwischen mehreren duplizierten oder zwischen Welten transferierten Objekten gebrochen werden.",

CommunityBugFixCollection/Locale/en.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"CommunityBugFixCollection.ConstantNodeNameAdjustments.Name": "(Legacy) Constant Node Name Adjustments",
2525
"CommunityBugFixCollection.ConstantNodeNameAdjustments.Description": "(Legacy) Changes the names of the ProtoFlux nodes in Strings > Constants to be how they were with the original fix.",
2626
"CommunityBugFixCollection.CopySyncMemberToClipboardAction.Description": "Adds Copy to Clipboard action on any non-reference member fields in Inspectors.",
27-
"CommunityBugFixCollection.CorrectByteCasting.Description": "Fixes ProtoFlux value casts from byte to some other value converting incorrectly.",
2827
"CommunityBugFixCollection.CorrectMaterialGizmoScaling.Description": "Fixes the MaterialGizmo being scaled twice when using Edit on the Material Tool.",
2928
"CommunityBugFixCollection.CorrectOverriddenSpelling.Description": "Corrects the spelling of Overridden on ProtoFlux nodes.",
3029
"CommunityBugFixCollection.DuplicateAndMoveMultipleGrabbedItems.Description": "Fixes references between multiple duplicated or transferred-between-worlds items breaking.",

CommunityBugFixCollection/Locale/ja.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"CommunityBugFixCollection.ConstantNodeNameAdjustments.Name": "(削除予定) ConstantNodeNameAdjustments",
2222
"CommunityBugFixCollection.ConstantNodeNameAdjustments.Description": "Issue #0177 (削除予定)<br>Strings > Constantsの​ProtoFlux​ノード名を​元の​修正版の​名前に​変更します。",
2323
"CommunityBugFixCollection.CopySyncMemberToClipboardAction.Description": "Issue #0810<br>Inspectorの​参照以外の​メンバー​フィールドに​クリップボードに​コピー​アクションを​追加します。",
24-
"CommunityBugFixCollection.CorrectByteCasting.Description": "Issue #2257<br>ProtoFluxで​byte型から​他の​値への​型変換が​正しく​動作しない​問題を​修正します。",
2524
"CommunityBugFixCollection.CorrectMaterialGizmoScaling.Description": "Issue #0528<br>Material Toolで​Editを​使用する​際に​MaterialGizmoが​二重に​縮尺変更される​問題を​修正します。",
2625
"CommunityBugFixCollection.CorrectOverriddenSpelling.Description": "Issue #1157<br>ProtoFluxノードの「Overridden」のスペルを修正します。",
2726
"CommunityBugFixCollection.DuplicateAndMoveMultipleGrabbedItems.Description": "Issue #0984<br>複数の​アイテムを​複製または​ワールド間で​転送する​際に、​アイテム間の​参照が​壊れる​問題を​修正します。",
@@ -70,4 +69,4 @@
7069
"CommunityBugFixCollection.StorageUnits.TB": "TB",
7170
"CommunityBugFixCollection.StorageUnits.PB": "PB"
7271
}
73-
}
72+
}

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ just disable them in the settings in the meantime.
5353
* https://github.com/Yellow-Dog-Man/Locale/issues/186
5454
* FlipAtUser component does not respect view position (https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/1335)
5555
* ColorX From HexCode (ProtoFlux node) defaults to Linear profile (https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/1404)
56-
* ProtoFlux value casts from byte to other values converting incorrectly (mono / graphical client only) (https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/2257)
5756
* Resolution scale may get stuck at 0.5 when opening and closing the SteamVR dashboard while the game is hitching (https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/2337)
5857
* `ValueMod<Decimal>` node crashes the game when B input is set to zero or disconnected. (https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/2746)
5958
* Grid World grid being off-center (https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/2754)
@@ -102,4 +101,6 @@ but the exact implementation is inconsequential.
102101
* Using the Component Clone Tool to duplicate them onto a slot
103102
* (Legacy) Most ProtoFlux nodes in Strings > Constants having invisible names (https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/177)
104103
* UserInspectors not listing existing users in the session for non-host users (https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/1964)
104+
* ProtoFlux value casts from byte to other values converting incorrectly (mono / graphical client only) (https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/2257)
105+
* Fixed by the Splittening™
105106
* Direct cursor size becoming very large when snapped to an object much closer than the true cursor (https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/3654)

0 commit comments

Comments
 (0)