Files
OpenRA/OpenRA.Game/Network
RoosterDragon 3e24e89477 Rewrite SyncReport for clarity and performance.
- Drop the impressive but inscrutable dynamically generated code in favour of some plain old code.
- Cache type information so costly reflection need not be performed each time.
- Only capture values from a sync object into an array rather than a dictionary lookup of both names and values for efficiency.
- Throw if the sync attribute is used on a property that cannot be read or that uses index parameters.
2014-06-12 08:30:27 +01:00
..
2013-11-12 19:39:33 +13:00
2014-05-15 10:04:21 +02:00
2011-09-26 08:40:39 +13:00
2014-05-23 15:50:54 +01:00