Taryn Hill
43317e0f5d
Update copyright notice year to 2017
2016-12-31 23:46:13 -06:00
RoosterDragon
9f1c872340
Improve some exception types.
2016-09-11 15:14:44 +01:00
Oliver Brakmann
38c16e4f7a
Add a shadow to text drawn in player colors
2016-09-02 20:58:46 +02:00
Paul Chote
3082c61e75
Add depth buffer support to tactical overlays.
2016-08-27 15:43:20 +01:00
Paul Chote
f3bac143e9
Add depth buffer support to beams and contrails.
2016-08-27 15:43:20 +01:00
Paul Chote
c092c93401
Add depth buffer support to debug overlays.
2016-08-27 15:43:20 +01:00
Paul Chote
f0306e7cc2
Render voxels with an approximately-correct z-offset.
2016-08-21 12:43:16 +01:00
Paul Chote
b94b703157
Add a check for bogus Frames / Length combinations.
2016-08-06 21:19:32 +01:00
Paul Chote
0371727596
Allow sequences to define depth offsets via sprites.
2016-07-13 22:22:13 +01:00
Paul Chote
5fbe747de2
Improve logging on sequence error.
2016-07-13 22:22:13 +01:00
teees
4fa3ecfafb
Add DynamicFacingInit.
2016-06-15 20:36:23 +01:00
teees
8724ed29bc
Support dynamic offsets in ActorPreviews.
2016-06-15 20:36:08 +01:00
Paul Chote
2915db67c4
Add depth buffer support to sprites and sequences.
2016-04-15 09:42:29 -04:00
Paul Chote
e71225496b
Clarify GPL version.
2016-02-21 16:30:48 +00:00
Paul Chote
b396965fd9
Update licence header year.
2016-02-21 16:27:31 +00:00
Matthias Mailänder
f6c669d6d4
Merge pull request #10611 from reaperrr/flip-offsets1
...
Make FlipX/FlipY flip respective embedded offsets as well
2016-01-31 18:27:50 +01:00
Paul Chote
ab921682c4
Rewrite yaml merger.
2016-01-30 15:03:56 +00:00
Paul Chote
608b5d1674
Add UseClassicFacingFudge flag for TD/RA.
2016-01-27 21:32:21 +00:00
reaperrr
fd632baa5b
Flip embedded offsets along when flipping sequences
...
Instead of only flipping the sprite, but not the baked-in offsets.
2016-01-26 22:01:27 +01:00
Paul Chote
b0bd252343
Move Util to Mods.Common.
2016-01-19 23:35:18 +00:00
RoosterDragon
8e89a6a696
Simplify names, remove unused usings, remove redundant casts.
2016-01-17 21:35:36 +00:00
RoosterDragon
6156575cd5
Fix parameters sent to DetectionCircleRenderable.
...
The parameters had been accidentally reversed in the builder methods.
2015-12-30 04:26:52 +00:00
Paul Chote
b0806fca92
Use RgbaColorRenderer in SelectionBoxRenderable.
2015-12-19 12:28:10 +00:00
Paul Chote
310222eb0e
Use RgbaColorRenderer for rendering contrails.
2015-12-19 12:28:10 +00:00
Paul Chote
8719b4ed3c
Use RgbaColorRenderer in SpriteRenderable / TextRenderable.
2015-12-19 12:28:10 +00:00
Paul Chote
27f615261a
Use RgbaColorRenderer in VoxelRenderable.
2015-12-19 12:28:09 +00:00
Paul Chote
55433bd27c
Fix voxel shadow geometry position.
2015-12-19 12:28:08 +00:00
Paul Chote
92d0261005
Overhaul LazerZap and AreaBeam rendering.
2015-12-10 23:25:59 +00:00
Paul Chote
170ef577d7
Reimplement RenderDetectionCircle trails.
2015-12-10 23:22:47 +00:00
Paul Chote
e2d43da1d8
Use RgbaColorRenderer for range circle rendering.
2015-12-10 23:22:47 +00:00
Paul Chote
a074bb1d4b
Rename MiniYaml MergeLiberal -> MergePartial, MergeStrict -> Merge.
2015-11-28 17:20:21 +01:00
Oliver Brakmann
d2d4767e94
Merge pull request #9951 from Phrohdoh/explain-node-merge
...
Add a comment explaining some of the sequence parsing code.
2015-11-16 20:02:22 +01:00
evgeniysergeev
ea1115fe46
flip sprites in sequences and frames in combined sequences
2015-11-13 06:31:12 +03:00
Taryn Hill
2fc391c5b8
Add a comment explaining some of the sequence parsing code
2015-11-10 07:17:18 -06:00
Oliver Brakmann
88c20a6654
Merge pull request #9414 from atlimit8/TurretFacingsInit
...
Support loading multiple turret facings
2015-11-01 13:18:17 +01:00
RoosterDragon
983032205f
Merge pull request #9593 from huwpascoe/HealthTrait
...
Moved Health to OpenRA.Mods.Common
2015-10-20 20:59:04 +01:00
Paul Chote
9ce8544e34
Add support for aggregate sequences.
2015-10-17 22:50:22 +01:00
Huw Pascoe
c95fc793e4
Moved Health trait to OpenRA.Mods.Common
...
In preparation for custom hitboxes.
2015-10-12 01:56:00 +01:00
atlimit8
54b03c92d8
Support loading multiple turret facings
2015-10-02 21:58:02 -05:00
Pavel Penev
642468ce0c
Add MapGrid class
...
MapGrid is a mod Manifest field which includes (and thus makes redundant) TileSize, TileShape, SubCells info and MaximumTerrainHeight.
2015-09-27 04:14:43 +03:00
Taryn Hill
6fa1f757b0
Add Map.DistanceAboveTerrain(WPos) and Actor.IsAtGroundLevel() extension method
2015-08-01 11:48:47 -05:00
RoosterDragon
ccad451060
Add WorldRenderer.ScreenVectorComponents.
...
This allows the components to be returned via out parameters, avoiding the need to allocate an array for most callers.
2015-07-15 21:24:01 +01:00
Matthias Mailänder
413baf9d8b
rename WDist.Range to WDist.Length
2015-07-09 10:55:38 +02:00
Matthias Mailänder
7447e0bf93
rename WRange to WDist
2015-07-09 10:55:38 +02:00
reaperrr
a3bd007ac7
Moved SelectionDecorations to Mods.Common
...
And added more settings.
Moved SelectionBoxRenderable to Mods.Common, too.
2015-06-17 20:13:52 +02:00
Paul Chote
3994e1eec9
Use FogObscures(WPos).
2015-06-07 19:50:03 +01:00
Paul Chote
5532ed4fc9
Remove now-redundant blend code.
2015-05-23 08:50:28 +01:00
RoosterDragon
b9ebeaadca
Improve performance of line rendering.
...
- Create an overload that renders a line in one color, as this allows most existing calls to be simplified. This also allows a slight performance improvement by only normalizing the components once.
- Introduce a DrawLineStrip method. This improves performance by allowing the color components to be normalized once for the whole strip, and only needing to calculate vertices once per point rather than twice since we can reuse the last result.
2015-05-19 21:41:50 +01:00
abcdefg30
70e7b33fd7
Merge pull request #7979 from Mailaender/d2k-sand-blendmode
...
Fixed the Dune 2000 harvester sand out animation
2015-05-14 19:21:06 +02:00
Paul Chote
c0282bdff9
Remove Owner from ActorPreviews.
2015-05-10 00:01:43 +01:00