iwubcode
|
d494059164
|
Common: update json util function for converting to numeric value to use a static_cast. As discussed, a Saturating cast doesn't make sense when converting a double to a float
|
2024-05-31 23:08:05 -05:00 |
iwubcode
|
1d4f758b14
|
Common: add file serialization/deserialization functions for JSON
|
2024-05-31 22:36:12 -05:00 |
iwubcode
|
146504d635
|
Common: add json utility functions 'ReadStringFromJson' and 'ReadBoolFromJson' to match 'ReadNumericFromJson' functionality for other data types, similarly support other data types for 'ToJsonArray'
|
2024-03-20 17:34:25 -05:00 |
iwubcode
|
69694494ce
|
Common: update 'ReadNumericOrDefault' to 'ReadNumericFromJson' and have it return an optional, this provides the caller with more flexibility
|
2024-03-20 17:34:25 -05:00 |
iwubcode
|
edbf8f1772
|
Common: add json utility functions for Vec3 serialization
|
2024-02-17 22:06:06 -06:00 |
iwubcode
|
b5a6225e1a
|
VideoCommon: add function to serialize ShaderAsset to json
|
2024-01-23 11:58:32 -06:00 |