Files
godot/modules/mono/glue/GodotSharp/GodotSharp/Core
PixelDough b5591bf5f6 change AsSpan to use a range from "from" to "end"
the current code assumes that float.Parse behaves the same as the
internal C++ code, however without using "end" as part of the span, it
will parse from index 0 to the end of the string, ignoring commas. for
example, this causes it to parse "0,5,0" with divisor "," as [50, 50,
0], as the float.Parse method ignores commas in floats.

if another divisor is used, it throws a System.FormatException due to
containing invalid characters, as it fails to account for the position
of the divisor for the span.
2025-11-18 00:44:51 -06:00
..
2025-04-29 23:57:26 +01:00
2025-05-13 13:28:00 +01:00
2025-06-26 10:35:47 +01:00
2025-06-21 13:43:52 +01:00
2025-01-09 19:18:56 +08:00
2025-04-06 20:13:02 +01:00
2024-12-13 14:00:13 +01:00
2024-12-13 14:00:13 +01:00
2024-12-13 14:00:13 +01:00
2025-04-29 23:57:26 +01:00
2024-05-03 00:58:27 +02:00
2025-07-25 17:53:38 +01:00
2025-07-25 17:53:38 +01:00
2025-07-25 17:53:38 +01:00