Matthias Mailänder
bc3acfeee7
StyleCop clean OpenRA.Game
2015-01-04 15:38:54 +01:00
reaperrr
654f56c5d5
Moves Attack, Armament, Move, Air traits and activities as well as anything required by them to Mods.Common.
...
Extracts Exit from Production into its own trait.
2015-01-04 05:24:28 +01:00
penev92
5e1af58bbe
Move Gives/Gains Experience and Bounty to Mods.Common
2015-01-03 07:03:28 +02:00
Matthias Mailänder
9dd607c846
Merge pull request #7230 from RoosterDragon/occupied-cells-arrays
...
Make OccupiedCells implementations return arrays.
2015-01-02 17:38:56 +01:00
Hellhake
fa72e04042
Remove BOM
2015-01-01 22:51:12 +01:00
RoosterDragon
fe24304a21
Make OccupiedCells implementations return arrays.
...
Since there are only one or two items, it's cheaper to return a concrete collection and avoid the overhead of the compiler generated state machine.
This in particular speeds up Shroud.GetVisOrigins when dealing with Mobile.OccupiedCells, as the expensive CanEnterCell call is made only once rather than twice.
2014-12-30 17:25:04 +00:00
reaperrr
d58807cdb8
Dissolve RA.Buildings namespace.
...
Move a handfull related, loose traits to RA.Traits as well.
2014-12-26 21:38:46 +01:00
penev92
681042caec
Further RA project cleanup
2014-12-23 15:18:07 +02:00
reaperrr
65a140afa5
Dissolve Crates namespace, move CrateActions and Crate trait to Traits/Crates
2014-12-22 18:13:29 +01:00