Files
OpenRA/OpenRA.Game/Primitives
RoosterDragon 54e7c0bf44 Refactor TypeDictionary.
- When removing entries, ensure the dictionary entry is removed is the list is emptied, to prevent incorrect lookups later.
- Prevent NRE when calling GetOrDefault<T> where T is a value type and the default is returned.
- Use a single dictionary for simplicity and improved lookup performance (since there is only one dictionary to check).
- De-duplicate code in Get and GetOrDefault.
2015-07-03 20:54:34 +01:00
..
2015-01-09 21:18:05 +01:00
2015-01-09 21:18:05 +01:00
2015-01-09 21:18:05 +01:00
2015-01-09 21:18:05 +01:00
2015-03-20 13:54:01 +01:00
2015-01-09 21:18:05 +01:00
2015-01-09 21:18:05 +01:00
2015-01-09 21:18:05 +01:00
2015-07-03 20:54:34 +01:00