Files
OpenRA/OpenRA.Game/Map
RoosterDragon bc1a901f54 Add tests for FieldLoader and FieldSaver
Test coverage for these classes will help prevent regressions. Major breaking changes are avoided since config files may already rely on various aspects of the behaviour, but some small breaking changes are made:

- Use `value.Split(Comma, StringSplitOptions.RemoveEmptyEntries | StringSplitOptions.TrimEntries)` consistently for all comma-separated parsing.
- Rename LoadField to LoadFieldOrProperty for clarity - since this is the one method that cares about properties in a class otherwise focused only on fields.
- Use TryParse instead of Parse and ensure to call InvalidValueAction from all parsers so we throw the intended exception when badly formatted data is encountered.
- BooleanExpression/IntegerExpression exception message updated to align with the generic one.
- Remove FromYamlKey, and update the only user SkirmishLogic to perform this logic manually instead.
- Remove unused includePrivateByDefault parameter on GetTypeLoadInfo.
- Remove unused AllowEmptyEntriesAttribute.
2025-11-16 20:52:54 +02:00
..
2025-04-02 10:18:32 +03:00
2025-09-11 18:19:05 +01:00
2024-01-24 10:11:39 +02:00
2025-05-15 23:08:13 +03:00
2023-11-10 10:38:41 +02:00
2025-11-04 21:41:31 +02:00
2025-11-16 20:29:21 +02:00
2023-11-10 10:38:41 +02:00
2025-04-02 10:18:32 +03:00