mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
Version: 271.2.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<Project>
|
||||
|
||||
<!-- This file automatically reset by Tools/version.py -->
|
||||
<!-- This file automatically reset by Tools/version.py -->
|
||||
|
||||
|
||||
@@ -39,10 +39,7 @@ END TEMPLATE-->
|
||||
|
||||
### New features
|
||||
|
||||
* `IRobustSerializer` can now be configured to remove float NaN values when reading.
|
||||
* This is intended to blanket block cheat clients from sending NaN values in input commands they shouldn't.
|
||||
* To enable, set `IRobustSerializer.FloatFlags` from your content entrypoint.
|
||||
* If you do really want to send NaN values while using the above, you can use the new `UnsafeFloat`, `UnsafeHalf`, and `UnsafeDouble` types to indicate a field that is exempt.
|
||||
*None yet*
|
||||
|
||||
### Bugfixes
|
||||
|
||||
@@ -50,6 +47,24 @@ END TEMPLATE-->
|
||||
|
||||
### Other
|
||||
|
||||
*None yet*
|
||||
|
||||
### Internal
|
||||
|
||||
*None yet*
|
||||
|
||||
|
||||
## 271.2.0
|
||||
|
||||
### New features
|
||||
|
||||
* `IRobustSerializer` can now be configured to remove float NaN values when reading.
|
||||
* This is intended to blanket block cheat clients from sending NaN values in input commands they shouldn't.
|
||||
* To enable, set `IRobustSerializer.FloatFlags` from your content entrypoint.
|
||||
* If you do really want to send NaN values while using the above, you can use the new `UnsafeFloat`, `UnsafeHalf`, and `UnsafeDouble` types to indicate a field that is exempt.
|
||||
|
||||
### Other
|
||||
|
||||
* Improved some debug asserts related to contacts.
|
||||
|
||||
### Internal
|
||||
|
||||
Reference in New Issue
Block a user